        /* google ad settings */

google_ad_client = "pub-7396391611025167";
google_ad_slot = "4970074813";
google_ad_width = 468;
google_ad_height = 60;

        /* phpld stuff */
function count_link()
{
	i = new Image();
	i.src= '/cl.php?id='+this.id;
	return true;
}
window.onload = function()
{
	var a = document.getElementsByTagName("a");
	for(i = 0; i< a.length; i++)
		if(a[i].id != '')
			a[i].onclick = count_link;
}
