function spotlightxxxx()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<iframe src="http://rcm.amazon.com/e/cm?t=gooddogiethef-20&o=1&p=8&l=as1&asins=B0023B14TU&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'); } // amazon
if (ranNum == 1){document.write('<iframe src="http://rcm.amazon.com/e/cm?t=gooddogiethef-20&o=1&p=8&l=as1&asins=B001EQ4C4E&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'); } // amazon1
if (ranNum == 2){document.write('<iframe src="http://rcm.amazon.com/e/cm?t=gooddogiethef-20&o=1&p=8&l=as1&asins=B0012YA85A&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'); } // amazon2
}