<!-- 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 = 5;  // FC No. of banners in rotation
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1

//Anywhere up to 10 banner ads below this line

//do not edit the following entry

if (ad1==1) {
link1="http://www.chinwagg.in/";
adBanner1="http://i42.tinypic.com/111ima1.png";
width1="468";
height1="60";
alt1="General Discussion";
}

// do not edit the above entry

if (ad1==2) {
link1="http://disturbedmb.com/";
adBanner1="http://disturbedmb.com/468x60.gif";
width1="468";
height1="60";
alt1="Disturbed";
}

if (ad1==3) {
link1="http://atrhq.com/";
adBanner1="http://i43.tinypic.com/21aj0p3.png";
width1="468";
height1="60";
alt1="All That Remains fan forum.";
}

if (ad1==4) {
link1="http://empireofshadows.com";
adBanner1="http://a.random-image.net/sshadow/smallerlogo.jpg";
width1="468";
height1="60";
alt1="The Dragons Lair - Gaming";
}

if (ad1==5) {
link1="http://empirehostings.com";
adBanner1="http://empireofshadows.com/publicimages/rotate_banner/smaller/header1_small.png";
width1="468";
height1="60";
alt1="Web hosting made easy.";
}


// do not edit below this line

document.write('<script type="text/javascript" src="http://static.bitcove.net/domain-broker/banners/banners.js"></scr'+'ipt>');
// End -->