var randomprods=new Array();
randomprods[0]="production.php?cloud=CaliforniaSeaLions";
randomprods[1]="production.php?cloud=CharlesSchwab&hdl=68px&mdl=36";
randomprods[2]="production.php?cloud=EpixPromos&hdl=0px&mdl=0";
randomprods[3]="production.php?cloud=UnitedWayNEC&hdl=0px&mdl=0";

var randomboards=new Array();

randomboards[0]="boards.php?cloud=Kia&hdl=-1px&mdl=0";
randomboards[1]="boards.php?cloud=NaturallySweet";
randomboards[2]="boards.php?cloud=Dragonfly&hdl=465px&mdl=0";
randomboards[3]="boards.php?cloud=EpixGlassBreak&hdl=-1px&mdl=0";

var randomothers=new Array();
randomothers[0]="other.php?cloud=BuckingFish&type=b&hdl=0px&mdl=0";
randomothers[1]="other.php?cloud=UScellularMoto&type=b&hdl=0px&mdl=0";
randomothers[2]="other.php?cloud=UScellularCharDev&type=b&hdl=95px&mdl=51";
randomothers[3]="other.php?cloud=SelfPortraiture&type=b&hdl=0px&mdl=0";

function randomprod(){
window.location=randomprods[Math.floor(Math.random()*randomprods.length)];
}
function randomboard(){
window.location=randomboards[Math.floor(Math.random()*randomboards.length)];
}
function randomother(){
window.location=randomothers[Math.floor(Math.random()*randomothers.length)];
}


