/*
Random link button- By JavaScript Kit (http://javascriptkit.com)
Over 300+ free scripts!
This credit MUST stay intact for use
*/

var randomlinks=new Array()

randomlinks[0]="http://www.merchlackey.com/thebehemoth/blueknight_detail.php"
randomlinks[1]="http://www.merchlackey.com/thebehemoth/trollpolo_detail.php"
randomlinks[2]="http://www.merchlackey.com/thebehemoth/cyatofu_detailwomens.php"
randomlinks[3]="http://www.merchlackey.com/thebehemoth/ahps2_detail.php"
randomlinks[4]="http://www.merchlackey.com/thebehemoth/hats_beaniedetail.php"

function randomlink(){
window.location=randomlinks[Math.floor(Math.random()*randomlinks.length)]
}
