function printAdZone(z){
	var r = new String(Math.random()).substring(2,11);
	if(!document.phpAds_used) document.phpAds_used=',';
	document.write('<script type="text/javascript" src="http://www.hiphopgalaxy.com/ad/adjs.php?n='+r+'&amp;what=zone:'+z+'&amp;exclude='+document.phpAds_used);
	if(document.referrer) document.write('&amp;referer='+escape(document.referrer));
	document.write('"></script>');
}
$(function(){
	//redirect on select change
	//$('#artistselector').change(function(){if(this.selectedIndex) location.href = $(this).val(); else alert('Make a choice !');});
	//Newsticker is better!
	$('#right ul.newsticker').newsticker();
	//no right click on images
	$('img').bind('contextmenu', function(){return false;});
	//opens external links in new window and add 'ext' class if no image inside
	$('a[@href^=http]').not('[@href*=' + location.host + ']').attr('target', '_blank').filter('a:not([img])').addClass('ext');
	//clear search/newsletter field on focus and populate on blur
	$('#search input[@name=q],#newsletter input[@name=email]').cleaninput();
	//open popup to subscribe newsletter
	$('#newsletter').submit(function(){window.open('http://www.feedburner.com','feedburner','width=550,height=520');}).attr('target','feedburner');
	//open popup to add this bookmarks links
	$('a[@href^=http://www.addthis.com]').click(function(){window.open('http://www.addthis.com/bookmark.php?pub=antoine&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title),'addthis','width=620,height=520,menubar=no,toolbar=no,location=no,status=no');return false;});
	//nice dynamic menu
	$('#menu').superfish({pathClass:'current',animation:{opacity:'show'},delay:700});
	//rotating tabs
	$('#related > ul').tabs();
})
function xitiLogo(){
	var r = document.referrer.replace(/[<>"]/g, '').replace(/&/g, '$'), h = new Date(), s='';
	if(parseFloat(navigator.appVersion)>=4){s='&amp;r='+screen.width+'x'+screen.height+'x'+screen.pixelDepth+'x'+screen.colorDepth;}
	document.write('<img width="39" height="25" src="http://logv26.xiti.com/hit.xiti?s=170921&amp;hl='+h.getHours()+'x'+h.getMinutes()+'x'+h.getSeconds()+s+'&amp;ref='+r+'" alt="Xiti"/>');
};

