function justSitThere()	{

						}
						
//NN resize CSS bug workaround code
  	if (document.layers) {      
   		origWidth = innerWidth;
      	origHeight = innerHeight;   	
			}
		
	function reDraw() {
   		if (innerWidth != origWidth || innerHeight != origHeight) 
      		location.reload();
					}
	
	if (document.layers) {
		onresize = reDraw;
						 }
//end NN CSS code
