var randomlinks=new Array()

randomlinks[0]="http://www.drsfostersmith.com/Product/NavResults.cfm?N=0&Np=1&Ntt=easybrush&Ntx=mode+matchallpartial&Ntk=All&Nty=1&pc=1"
randomlinks[1]="http://www.jbpet.com/index.php?main_page=index&manufacturers_id=302"
randomlinks[2]="http://www.jefferspet.com/ssc/product.asp?CID=0&pf_id=0029814&cm_mmc=Vendor-_-Farnam-_-Pet-_-EasyBrush"
randomlinks[3]="http://www.dog.com/itemdy00.asp?T1=311200+SM"
randomlinks[4]="http://www.smartpakequine.com/productclass.aspx?cmSource=search_results&productclassid=3446"
randomlinks[5]="http://www.valleyvet.com/ct_detail.html?pgguid=e0ddb4bb-af0e-48be-a971-6210ea343999&ccd=IFA003"

function randomlink(){
window.open(randomlinks[Math.floor(Math.random()*randomlinks.length)])
}
