if(document.all && !window.opera)
		{
			if (/MSIE (5\.5)|[6789]/.test(navigator.userAgent) && navigator.platform == "Win32")
			{
				document.write("<style>img.phone {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/25812/phone2.png', sizingMethod='crop')}</style>");
				}
		}  
	else 
	if (document.getElementById) 
		{
			document.write("<style>img.phone {background:  url(/images/25812/phone2.png) no-repeat top left;}</style>");
		}
