<!-- Begin

var p3durl = window.location.href;
var wobinich = p3durl.substring(0,41)
var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
//	document.write(wobinich + '<br>');
	if (wobinich != 'http://www.planet3dnow.de/vbulletin/showt')
	{
// In den News bzw. überall anderswo FZ-Werbung
// document.write('News<br>');
//		if (Math.random() > 0.5){
//			ord = (typeof(ord)!='undefined') ? ord : Math.random()*10000000000000000;
//			tile = (typeof(tile)!='undefined') ? tile : 1;
//			document.write('<scr' + 'ipt language="JavaScript" src="http://ad.de.doubleclick.net/adj/planet3dnow.de/news;sz=468x60;tile=' + tile + ';ord=' + ord + '?" type="text/javascript"><\/scr' + 'ipt>');
//			tile+=1;
	
			google_ad_client = 'pub-6424663763003431';
			google_ad_slot = '1858573599';
			google_ad_width = 468;
			google_ad_height = 60;
			document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></scr' + 'ipt>')
//		} else {
//			document.write('<object width="468" height="60" border="0" type="application/x-shockwave-flash" data="http://www.planet3dnow.de/images/zusatz/rasurbo2_468x60.swf">\n\t<param name="movie" value="http://www.planet3dnow.de/images/zusatz/rasurbo2_468x60.swf">\n\t<param name="play" value="true">\n\t<param name="loop" value="true">\n\t<param name="quality" value="high">\n\t<param name="wmode" value="transparent">\n</object>\n\n');
//		}
	} else
	{
// In den Artikel OCZ-Werbung
// document.write('Artikel<br>');
//		document.write('<iframe name="468news" src="http://www.planet3dnow.de/iframes/468newsneu.php3" width="468" height="60" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>');

		google_ad_client = 'pub-6424663763003431';
		google_ad_slot = '1858573599';
		google_ad_width = 468;
		google_ad_height = 60;
		document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></scr' + 'ipt>');
	}
}

