function writeAd(image,url) {
document.write('<a href="' + url + '" target="_blank"><img src="' + image + '" border="0" width="300" height="250"></a>');
//do nothing for now
//document.write('Ad');
}

var rand=Math.floor(Math.random()*1);

writeAd('http://www.360pal.com/ads/300by250/images/simpleclan300_250.png', 'http://www.SimpleClan.com');

//if (rand == 1) { writeAd('http://www.360pal.com/ads/300by250/images/simpleclan300_250.png', 'http://www.SimpleClan.com'); }
//else if (rand == 2) { writeAd('http://www.360pal.com/ads/300by250/images/tordpalBanner_300_250.gif', 'http://TruthOrDarePal.com'); }
//else { writeAd('http://www.360pal.com/ads/300by250/images/360palBanner_300_250.png', 'http://360pal.com'); }
