function amazonimbooks()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<iframe src="http://rcm.amazon.com/e/cm?t=specializedpr-20&o=1&p=8&l=as1&asins=0470458429&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=11527B&bc1=FFFFFF&bg1=FFFFFF&f=ifr&npa=1" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'); } // book1
if (ranNum == 1){document.write('<iframe src="http://rcm.amazon.com/e/cm?t=specializedpr-20&o=1&p=8&l=as1&asins=0470344024&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=11527B&bc1=FFFFFF&bg1=FFFFFF&f=ifr&npa=1" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'); } // book2
if (ranNum == 2){document.write('<iframe src="http://rcm.amazon.com/e/cm?t=specializedpr-20&o=1&p=8&l=as1&asins=0470130652&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=11527B&bc1=FFFFFF&bg1=FFFFFF&f=ifr&npa=1" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'); } // book3
if (ranNum == 3){document.write('<iframe src="http://rcm.amazon.com/e/cm?t=specializedpr-20&o=1&p=8&l=as1&asins=0470246677&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=11527B&bc1=FFFFFF&bg1=FFFFFF&f=ifr&npa=1" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'); } // book4
if (ranNum == 4){document.write('<iframe src="http://rcm.amazon.com/e/cm?t=specializedpr-20&o=1&p=8&l=as1&asins=1599180308&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=11527B&bc1=FFFFFF&bg1=FFFFFF&f=ifr&npa=1" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'); } // book5
if (ranNum == 5){document.write('<iframe src="http://rcm.amazon.com/e/cm?t=specializedpr-20&o=1&p=8&l=as1&asins=0789737973&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=11527B&bc1=FFFFFF&bg1=FFFFFF&f=ifr&npa=1" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'); } // book6
}