//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<a href=" http://www.amazon.com/Last-Living-Ashleigh-Southam/dp/B002K0UNYQ/ref=sr_1_1?ie=UTF8&s=dvd&qid=1253718496&sr=8-1" target="_blank"><img src="./img/b_echo_bridge.jpg"/></a>'

banner[1]='<a href="http://www.smoreent.com" target="_blank"><img src="./img/b_smoreent.jpg"/></a>'

banner[2]='<a href="http://www.dvdtalk.com" target="_blank"><img src="./img/b_cyxork7.gif"/></a>'

banner[3]='<a href="http://www.vcient.com" target="_blank"><img src="./img/b_vci.gif"/></a>'

banner[4]='<a href="http://firstrunfeatures.com/shopsite_sc/shopping_cart/ref.cgi?storeid=*1404ee7b9b3b509600525d2b&name=videoscope_ad" target="_blank"><img src="./img/b_firstrun.gif"/></a>'

banner[5]='<a href="http://www.amazon.com/Groom-Lake-William-Shatner/dp/B001NH4CFS" target="_blank"><img src="./img/b_koch.gif"/></a>'

banner[6]='<a href="http://www.zeitgeistfilms.com/videocatalog/product_info.php?products_id=146" target="_blank"><img src="./img/b_zeitgeist.gif"/></a>'

banner[7]='<a href="http://www.qualitycheeseproductions.com" target="_blank"><img src="./img/b_qualitycheese.jpg"/></a>'

             var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])