<!-- Begin
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) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnt1 = 6;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1
if (ad1==1) {
link1="http://vivid-avenue.net";
adBanner1="http://i44.tinypic.com/315epg1.png";
width1="88";
height1="31";
alt1="Vivid-avenue";
}
if (ad1==2) {
link1="http://dontwannabelonely.info/";
adBanner1="http://www.dontwannabelonely.info/button1.jpg";
width1="88";
height1="31";
alt1="dont wanna be lonely";
}
if (ad1==3) {
link1="http://www.rainbowfusion.fanfusion.org/wp/";
adBanner1="http://www.rainbowfusion.fanfusion.org/images/lb1_88.jpg";
width1="88";
height1="31";
alt1="rainbow fusion";
}
if (ad1==4) {
link1="http://tid.coloursplash.org/";
adBanner1="http://i54.tinypic.com/jztrtc.png";
width1="88";
height1="31";
alt1="theories in dust";
}
if (ad1==5) {
link1="http://www.womobomo.blogspot.com/";
adBanner1="http://i1119.photobucket.com/albums/k628/ceanportfolio/womobomo.png";
width1="88";
height1="31";
alt1="womobomo";
}
if (ad1==6) {
link1="http://satisromance.org/";
adBanner1="http://i316.photobucket.com/albums/mm326/hiiamnancy/srbtn002.jpg";
width1="88";
height1="31";
alt1="SatisRomance";
}
document.write('<center><a href="' + link1 + '" target="_new">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</center>');
// End -->

