var randomlinks=new Array()

randomlinks[0]="http://www.canterburyservices.com.au/contact.php"
randomlinks[1]="http://www.canterburyservices.com.au/contact1.php"
randomlinks[2]="http://www.canterburyservices.com.au/contact2.php"
randomlinks[3]="http://www.canterburyservices.com.au/contact3.php"



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