// <!--

function roll(img_name1, img_src1, img_name2, img_src2)
   {
   document[img_name1].src = img_src1;
   document[img_name2].src = img_src2;
   }

// $(document).ready(function(){ 
//	console.log($("strong").html())
//	var emptyPrice = $("strong").html();
//	if (emptyPrice = "Price: (.*)") $('strong').hide();
// });

//-->