var newwindow;
function linkTrack(ln)
{
	newwindow=window.open("LinkTracker/click.php?id="+ln);
	if (window.focus) {newwindow.focus()}
}
