//<!--

fixImage();

function fixImage()
{
	var supported = /MSIE ((5\.5)|[6789])/.test(navigator.userAgent) && !(/Opera/.test(navigator.userAgent)) && navigator.platform == "Win32";
	if (supported)
	{
		document.all.PlinerNetCounterImage.src="http://www.pliner.net/images/slice_trans.gif";
	}
}
//-->