function n_over(cell,link,newColour) { //change colours of cell and link
if (!newColour) newColour = "#000000";
if (link) {
link.oldColor = link.style.color; // save colour
link.style.color='red'; // change
if (link.status) {
window.status = link.status; // this was set in event handler
}
}
if (cell) {
cell.style.cursor="hand";
cell.oldColor = cell.style.backgroundColor; // save colours
cell.style.backgroundColor = newColour;
}
return true;
}

function n_out(cell,link) {
if (link) {
link.style.color = link.oldColor;
link.style.cursor = "auto";
}
window.status='';
if (cell) {
cell.style.backgroundColor = cell.oldColor;
}
return true;
}

function hidestatus(){
window.status='';
return true;
}
//if (document.layers) 
//document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
//document.onmouseover=hidestatus
//document.onmouseout=hidestatus


function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "");
}

function blockError(){return true;}
window.onerror = blockError;

//<script language="javascript" type="text/javascript">
//<!--
// The Central Randomizer 1.3 (C) 1997 by Paul Houle (houle@msc.cornell.edu)
// See:  http://www.msc.cornell.edu/~houle/javascript/randomizer.html

rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
        return Math.ceil(rnd()*number);
};

// end central randomizer. -->

//</script>

//<script language="JavaScript" type="text/javascript"><!--
var myArray = new Array();

var i = 0;

myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery1/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery2/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery3/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery4/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery5/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery6/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery7/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery8/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery9/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery10/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery11/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery12/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery13/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery14/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery15/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery16/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery17/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery18/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery19/';
myArray[i++] = 'http://www.livexxxstars.com/galleries/gallery20/';

function loadRandom() {
    window.frames[0].location.href = myArray[rand(i)];
//    setTimeout("loadRandom()",20000);
}
//--></script>

