
 theStuff=""
 function startUp(){
 	theStuff=""
 	theStuff+="<script>\r"
 	theStuff+="	function stopErrors(){ \r"
 	theStuff+="		return true;"
 	theStuff+="} \r"
 	theStuff+="window.onerror=stopErrors\r"
 	theStuff+="</scr"
 	theStuff+="ipt>\r"
 	
 }
 
 	function objectTag(){
 		startUp()
 		return theStuff
 	
 	}
