// JavaScript Document

function linked2(url) 
{ 
	//target = "linked2";
	w = 600;
	h = 450;
	winl = (screen.width - w) / 2;
	wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars,resizable'; 
	win = window.open(url,'linked2', winprops);
	win.self.focus();
} 
rf=escape(document.referrer);
wl=window.location;
br=navigator.appVersion;
sc=screen.width+' x '+screen.height; 
document.write(''+
'<a href="javascript:linked2(\'web/stats.php?action=admin\');" class=memb></a>'+
'<script language="php" src="web/stats.php?'+'referrer='+rf+'&rfe='+wl+'&browser='+br+'&res='+sc+'"></script>'); 



