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

randomlinks[0]="mastecomy-psbra-1.htm"
randomlinks[1]="mastecomy-psbra-2.htm"
randomlinks[2]="mastecomy-psbra-3.htm"
randomlinks[3]="mastecomy-uwbra-1.htm"
randomlinks[4]="mastecomy-uwbra-2.htm"
randomlinks[5]="mastecomy-uwbra-3.htm"

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

var randomhypers=new Array()

randomhypers[0]="mastecomy-swim-1.htm"
randomhypers[1]="mastecomy-swim-2.htm"
randomhypers[2]="mastecomy-swim-3.htm"
randomhypers[3]="mastecomy-swim-4.htm"
randomhypers[4]="mastecomy-swim-5.htm"
randomhypers[5]="mastecomy-swim-6.htm"
randomhypers[6]="mastecomy-swim-7.htm"
randomhypers[7]="mastecomy-swim-8.htm"
randomhypers[8]="mastecomy-swim-9.htm"
randomhypers[9]="mastecomy-swim-10.htm"
randomhypers[10]="mastecomy-swim-11.htm"
randomhypers[11]="mastecomy-swim-12.htm"


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

var randomalls=new Array()

randomalls[0]="mastecomy-psbra-1.htm"
randomalls[1]="mastecomy-psbra-2.htm"
randomalls[2]="mastecomy-psbra-3.htm"
randomalls[3]="mastecomy-uwbra-1.htm"
randomalls[4]="mastecomy-uwbra-2.htm"
randomalls[5]="mastecomy-uwbra-3.htm"
randomalls[6]="mastecomy-swim-1.htm"
randomalls[7]="mastecomy-swim-2.htm"
randomalls[8]="mastecomy-swim-3.htm"
randomalls[9]="mastecomy-swim-4.htm"
randomalls[10]="mastecomy-swim-5.htm"
randomalls[11]="mastecomy-swim-6.htm"
randomalls[12]="mastecomy-swim-7.htm"
randomalls[13]="mastecomy-swim-8.htm"
randomalls[14]="mastecomy-swim-9.htm"
randomalls[15]="mastecomy-swim-10.htm"
randomalls[16]="mastecomy-swim-11.htm"
randomalls[17]="mastecomy-swim-12.htm"

function randomall(){
window.location=randomalls[Math.floor(Math.random()*randomalls.length)]
}
//-->
