function prepareUrl() 
{
	str = new String();
	s = window.screen;
	if(window.screen) str = 'xSize=' + s.width + '&ySize=' + s.height + '&colorCount=' + s.colorDepth;
	return str;
}
//alert(escape(document.location.href.substring(0,499)));