	if(isMac() && document.all){
		var theHeight = (pStackDiv.offsetHeight > storyDiv.offsetHeight)?pStackDiv.offsetHeight:storyDiv.offsetHeight;
		theHeight = theHeight + 250;
		document.write("<img src='images/pixel.gif' height='" + theHeight + "' width='1'>")
	}