
var $lexx$=jQuery.noConflict();

function drawBlock(a, b) {
return '<div style="padding-top: 5px;"><table class="data-table" id="product-attribute-specs-table"><colgroup><col width="25%"><col></colgroup><tbody><tr class="first last odd"><th class="label"><div style="width:68px;">'+a+'</div></th><td class="data last">'+b+'</td></tr></tbody></table></div>';
}

function the_trick() {
if($lexx$('#location').text()!=""){$lexx$("#product-attribute-specs-table").after(drawBlock("Location",$lexx$("#location").html()));}
if($lexx$('#time').text()!=""){$lexx$("#product-attribute-specs-table").after(drawBlock("Time",$lexx$("#time").html()));}
}


$lexx$(document).ready(function(){
the_trick();
});
