function popitup(url) {
	newwindow=window.open(url,'CHAT','height=600,width=700');
	if (window.focus) {newwindow.focus()}
	return false;
}


function addbookmark(){
if (document.all)
window.external.AddFavorite("http://www.sotim.co.il","סוטים - הכרויות סקס!")
}

function sethome() { 
if(document.all)
document.body.style.behavior="url(#default#homepage)"
document.body.setHomePage("http://www.sotim.co.il");
}