// Ste's fantastic random banner display

<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.missgroovy.co.uk/product_info.php?manufacturers_id=23&products_id=1488";
alt="Click here for Lethal Kiss Lip Stain by Rock Hard Cosmetics";
banner="images/splash/splashindemand.jpg";
width="400";
height="300";

}
if (ad==2) {
url="http://www.missgroovy.co.uk/index.php?manufacturers_id=74";
alt="Click here to enjoy";
banner="images/splash/splashmiso.jpg";
width="400";
height="300";
}

if (ad==3) {
url="http://www.missgroovy.co.uk/product_info.php?manufacturers_id=66&products_id=1428";
alt="Click here for Natural Beauty from Moom";
banner="images/splash/splashfresh.jpg";
width="400";
height="300";
}
if (ad==4) {
url="http://www.missgroovy.co.uk/index.php?manufacturers_id=26";
alt="Click here for Fake Bake";
banner="images/splash/splashglow.jpg";
width="400";
height="300";
}

if (ad==5) {
url="http://www.missgroovy.co.uk/index.php?manufacturers_id=41";
alt="Click here for Shavata's celebrity eyebrow range";
banner="images/splash/splashdefined.jpg";
width="400";
height="300";
}

if (ad==6) {
url="http://www.missgroovy.co.uk/index.php?manufacturers_id=46";
alt="Click here for ERA Spray on Foundation by Classified Cosmetics";
banner="images/splash/splashflawless.jpg";
width="400";
height="300";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</a></center>');
// End 
