document.write ("<DIV CLASS='footerBlock'> </DIV><DIV CLASS='footSecondary'><A HREF='http://ge.com/index.html' CLASS='footSecondary' TARGET='_blank'>GE Corporate Home</A>  <SPAN CLASS='globalArrow'>|</SPAN>  <A HREF='http://www.ge.com/worldwide/index.html' CLASS='footSecondary' TARGET='_blank'>GE Around the World</A> <SPAN CLASS='globalArrow'>|</SPAN>  <A HREF='http://www.ge.com/investors/index.html' TARGET='_blank' CLASS='footSecondary'>Investor Information</A>  <SPAN CLASS='globalArrow'>|</SPAN>  <A HREF='http://www.ge.com/privacy.html' TARGET='_blank' CLASS='footSecondary'>Privacy Policy</A> <SPAN CLASS='globalArrow'>|</SPAN>  <A HREF='/terms.htm' TARGET='_blank' CLASS='footSecondary'>Terms and Conditions</A> </DIV>");

document.write("	 <SCRIPT > ");
document.write("	function readCookie(name) { ");
document.write("	var nameEQ = name + '='; ");
document.write("	var ca = document.cookie.split(';'); ");
document.write("	for(var i=0;i < ca.length;i++) { ");
document.write("	var c = ca[i]; ");
document.write("	while (c.charAt(0)==' ') c = c.substring(1,c.length); ");
document.write("	if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); ");
document.write("	} ");
document.write("	return null; ");
document.write("	}");
document.write("	function SetCookie (name, value) { "); 
document.write("	var argv = SetCookie.arguments;  ");
document.write("	var argc = SetCookie.arguments.length;  ");
document.write("	var expires = new Date ( 2010, 05, 15 );");  
document.write("	var path = (argc > 3) ? argv[3] : null;  ");
document.write("	var domain = (argc > 4) ? argv[4] : null;  ");
document.write("	var secure = (argc > 5) ? argv[5] : false;  ");
document.write("	document.cookie = name + '=' + escape (value) + ");
document.write("	((expires == null) ? '' : ('; expires=' + expires.toGMTString())) + ");
document.write("	((path == null) ? '' : ('; path=' + path)) +  ");
document.write("	((domain == null) ? '' : ('; domain=' + domain)) +    ");
document.write("	((secure == true) ? '; secure' : ''); ");
document.write("	} ");
document.write("	function open_win()  ");
document.write("	{ ");
document.write("	var cookiePresent = readCookie('FeedBckSbmt'); ");
document.write("	if (cookiePresent == null) { ");
document.write("	SetCookie('FeedBckSbmt','yes'); ");
document.write("	window.open ('/sensingWebApp/survey.jsp',  'mywindow','menubar=0,resizable=1,location=0,status=0,scrollbars=1,width=600,height=650');   ");
document.write("	} else{ ");
document.write("	}  ");
document.write("	}  ");
document.write("	function delay_win(){  ");
document.write("	setTimeout('open_win()',10000); ");
document.write("	} ");

document.write("	delay_win(); ");

document.write("	 </SCRIPT > ");