/*
Random link button- By JavaScript Kit (http://javascriptkit.com)
Over 300+ free scripts!
This credit MUST stay intact for use
*/

//specify random links below. You can have as many as you want
var randomlinks=new Array()

randomlinks[0]="sapology.html"
randomlinks[1]="sbeach.html "
randomlinks[2]="sclean.html"
randomlinks[3]="sdoodleone.html"
randomlinks[4]="sgames.html"
randomlinks[5]="shours.html"
randomlinks[6]="sigod.html"
randomlinks[7]="simportance.html"
randomlinks[8]="siowaone.html"
randomlinks[9]="skill.html"
randomlinks[10]="smeta.html"
randomlinks[11]="snames.html"
randomlinks[12]="spayus.html"
randomlinks[13]="sscanone.html"
randomlinks[14]="ssettling.html"
randomlinks[15]="ssigns.html"
randomlinks[16]="ssketch.html"
randomlinks[17]="ssteps.html"
randomlinks[18]="svirus.html"
randomlinks[19]="swhy.html"
randomlinks[20]="swishlist.html"
randomlinks[21]="sgun.html"
randomlinks[22]="erecipes.html"
randomlinks[23]="rairplanes.html"
randomlinks[24]="rbread.html"
randomlinks[25]="rcar.html"
randomlinks[26]="rcold.html"
randomlinks[27]="rdaylight.html"
randomlinks[28]="rdrivefaster.html"
randomlinks[29]="rhalf.htmlrflood.html"
randomlinks[30]="rmechanics.html"
randomlinks[31]="rpresents.html"
randomlinks[32]="rquickhits.html"
randomlinks[33]="rrestroom.html"
randomlinks[34]="rstoptalking.html"
randomlinks[35]="rtechnology.html"
randomlinks[36]="rthefuture.html"
randomlinks[37]="rurinal.html"
randomlinks[38]="eadvice.html"
randomlinks[39]="ebitch.html"
randomlinks[40]="echapman.html"
randomlinks[41]="ejenky.html"
randomlinks[42]="eshoes.html"
randomlinks[43]="etough.html"
randomlinks[44]="etrees.html"
randomlinks[45]="etitles.html"
randomlinks[46]="etowers.html"
randomlinks[47]="http://www.officehell.generictrend.com/index.html"
randomlinks[48]="http://www.officehell.generictrend.com/guideone.html"
randomlinks[49]="http://www.officehell.generictrend.com/guidetwo.html"
randomlinks[50]="http://www.officehell.generictrend.com/fieldone.html"
randomlinks[51]="http://www.officehell.generictrend.com/field2006.html"
randomlinks[52]="http://www.officehell.generictrend.com/field2007.html"
randomlinks[53]="http://www.officehell.generictrend.com/notesone.html"
randomlinks[54]="http://www.officehell.generictrend.com/resumeone.html"
randomlinks[55]="http://www.officehell.generictrend.com/faxone.html"
randomlinks[56]="http://www.officehell.generictrend.com/faxtwo.html"
randomlinks[57]="http://www.officehell.generictrend.com/faxthree.html"








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


