function random_content(){
var mycontent=new Array()

mycontent[1]="<a href=\"http://www.amazon.com/exec/obidos/ASIN/B0001GF2DS/clinteastwood-20\" target=\"_top\"><img src=\"/graphics/featured_items/gbuce.gif\" alt=\"Support this site. Order today!\" width=\"74\" height=\"105\" border=\"0\" /></a><br /><a href=\"http://www.amazon.com/exec/obidos/ASIN/B0001GF2DS/clinteastwood-20\" target=\"_top\">GBU Collector's<br />Edition DVD!<br /></a>";
mycontent[2]="<a href=\"http://www.amazon.com/exec/obidos/ASIN/B00005NTNU/clinteastwood-20\" target=\"_top\"><img src=\"/graphics/featured_items/dirtyharry.gif\" width=\"87\" height=\"105\" alt=\"Support this site. Order today!\" border=\"0\"></a><br /><a href=\"http://www.amazon.com/exec/obidos/ASIN/B00005NTNU/clinteastwood-20\" target=\"_top\">Dirty Harry DVDs<br />Order Now!<br /></a>";
mycontent[3]="<a href=\"http://www.amazon.com/exec/obidos/ASIN/0792842502/clinteastwood-20\" target=\"_top\"><img src=\"/graphics/featured_items/trilogy.gif\" width=\"76\" height=\"101\" alt=\"Support this site. Order today!\" border=\"0\"></a><br /><a href=\"http://www.amazon.com/exec/obidos/ASIN/0792842502/clinteastwood-20\" target=\"_top\">Man-With-No-Name<br />Western Trilogy<br /></a>"; 
mycontent[4]="<a href=\"http://www.allposters.com/link/redirect.asp?aid=16848&category=category&search=566\" target=\"_top\"><img src=\"/graphics/featured_items/photo.gif\" alt=\"Support this site. Order today!\" width=\"84\" height=\"99\" border=\"0\" /></a><br /><a href=\"http://www.allposters.com/link/redirect.asp?aid=16848&category=category&search=566\" target=\"_top\">Photos & Posters<br />Get 'em Here!<br /></a>"; 
mycontent[5]="<a href=\"http://www.amazon.com/exec/obidos/ASIN/B00004VVN5/clinteastwood-20\" target=\"_top\"><img src=\"/graphics/featured_items/collection.gif\" alt=\"Support this site. Order today!\" width=\"85\" height=\"106\" border=\"0\" /></a><br /><a href=\"http://www.amazon.com/exec/obidos/ASIN/B00004VVN5/clinteastwood-20\" target=\"_top\">Eastwood Collection<br />Order Now!<br /></a>"; 
mycontent[6]="<a href=\"http://www.amazon.com/exec/obidos/ASIN/B00004W5TA/clinteastwood-20\" target=\"_top\"><img src=\"/graphics/featured_items/dirtyharryLE.gif\" alt=\"Support this site. Order today!\" width=\"75\" height=\"105\" border=\"0\" /></a><br /><a href=\"http://www.amazon.com/exec/obidos/ASIN/B00004W5TA/clinteastwood-20\" target=\"_top\">Dirty Harry<br />Limited Edition!<br /></a>"; 
mycontent[7]="<a href=\"http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=clinteastwood-20&creative=9325&path=external-search%3Fsearch-type=ss%26keyword=Million%20Dollar%20Baby%26index=dvd\" target=\"_top\"><img src=\"/graphics/featured_items/million.gif\" alt=\"Support this site. Order today!\" width=\"67\" height=\"101\" border=\"0\" /></a><br /><a href=\"http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=clinteastwood-20&creative=9325&path=external-search%3Fsearch-type=ss%26keyword=Million%20Dollar%20Baby%26index=dvd\" target=\"_top\">Million Dollar<br />Baby DVD!<br /></a>"; 
mycontent[8]="<a href=\"http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=clinteastwood-20&creative=9325&path=external-search%3Fsearch-type=ss%26keyword=Million%20Dollar%20Baby%26index=dvd\" target=\"_top\"><img src=\"/graphics/featured_items/million.gif\" alt=\"Support this site. Order today!\" width=\"67\" height=\"101\" border=\"0\" /></a><br /><a href=\"http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=clinteastwood-20&creative=9325&path=external-search%3Fsearch-type=ss%26keyword=Million%20Dollar%20Baby%26index=dvd\" target=\"_top\">Million Dollar<br />Baby DVD!<br /></a>"; 
mycontent[9]="<a href=\"http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=clinteastwood-20&creative=9325&path=external-search%3Fsearch-type=ss%26keyword=Million%20Dollar%20Baby%26index=dvd\" target=\"_top\"><img src=\"/graphics/featured_items/million.gif\" alt=\"Support this site. Order today!\" width=\"67\" height=\"101\" border=\"0\" /></a><br /><a href=\"http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=clinteastwood-20&creative=9325&path=external-search%3Fsearch-type=ss%26keyword=Million%20Dollar%20Baby%26index=dvd\" target=\"_top\">Million Dollar<br />Baby DVD!<br /></a>"; 
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
