//if ((parent.location.href == window.location.href) || (! parent.correct_frame)) {

	//var pathArray = window.location.pathname.split("\/");
	//var root = "\/";

	//if ( pathArray[2] != 'common' ) {
		//root = "\/" + pathArray[1] + "\/" + pathArray[2];
	//}

	//location.replace (root + '?' + window.location.pathname);
//}
function screenpl()
{
 var imgsrc = '<img src = "/scripts/screen.pl?dn=tdlc&w=' + screen.width + 
'&h=' + screen.height + '" width = "1" height = "1" border = "0">';
 return imgsrc;
}
