function gorandom(){
var site = new Array("http://www.nystic.com", "http://z11.invisionfree.com/wotrclan", "http://omoimasuyo.deviantart.com");

var rselect = Math.floor(3*Math.random());

window.open(site[rselect]);
}