
var ww=((window && window.innerWidth)
		? window.innerWidth
	 : ((document && document.body && document.body.clientWidth)
	 	? document.body.clientWidth
	 : ((document && document.documentElement && document.documentElement.clientWidth)
	 	? document.documentElement.clientWidth
	 : ((screen && screen.availWidth)
		? screen.availWidth
	 : "-"))));

var wh=((window && window.innerHeight)
		? window.innerHeight
	 : ((document && document.body && document.body.clientHeight)
	 	? document.body.clientHeight
	 : ((document && document.documentElement && document.documentElement.clientHeight)
	 	? document.documentElement.clientHeight
	 : ((screen && screen.availHeight)
		? screen.availHeight
	 : "-"))));

myImage=new Image();
myImage.src='toc/userInfo.php?'+ww+'x'+wh;

