<!-- 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 = 9;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1
if (ad1==1) {
link1="http://FenceTech.info";
adBanner1="ads/120x240/01.jpg";;
width1="120";
height1="240";
alt1="Siera Club";
}
if (ad1==2) {
link1="http://dfwFenceTech.com";
adBanner1="ads/120x240/02.jpg";
width1="120";
height1="240";
alt1="Keeping the Earth Green";
}
if (ad1==3) {
link1="http://theultimatesexshot.com";
adBanner1="ads/120x240/03.jpg";
width1="120";
height1="240";
alt1="Place Your Ad Here";
}
if (ad1==4) {
link1="http://click.linksynergy.com/fs-bin/click?id=xWkgbrzmT*4&offerid=56753.10000171&type=4&subid=0";
adBanner1="ads/120x240/120x240-petmeds.gif";
width1="120";
height1="240";
alt1="Petmeds for your pets";
}
if (ad1==5) {
link1="http://FitnessTX.com";
adBanner1="ads/120x240/05.jpg";
width1="120";
height1="240";
alt1="Fitness TX Magazine";
}
if (ad1==6) {
link1="http://theultimatesexshot.com";
adBanner1="ads/120x240/06.jpg";
width1="120";
height1="240";
alt1="Place Your Ad Here";
}
if (ad1==7) {
link1="http://theultimatesexshot.com";
adBanner1="ads/120x240/04.jpg";
width1="120";
height1="240";;
alt1="Place Your Ad Here";
}
if (ad1==8) {
link1="advertising.htm";
adBanner1="ads/120x240/06.jpg";
width1="120";
height1="240";
alt1="Place Your Ad Here";
}
if (ad1==9) {
link1="http://Excitement.MakesParties.com";
adBanner1="ads/120x240/120B.gif";
width1="120";
height1="240";
alt1="Get Your Discount Party Supplies Here";
}
document.write('<center><a href="' + link1 + '" target="_top">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</center>');
// End -->
