function clickStats(typ, uri) {
// This Reloads the Logo page to record that a link has been clicked on
	top.logofr.location.replace("gnlogo.php?typ=" + typ + "&uri=" + uri );
};

// end function