	if ((navigator.appName == 'Microsoft Internet Explorer') && (parseInt (navigator.appVersion) >= 4))
		  {
		    var url="http://www.northcyprus.org";
		    var title="http://www.northcyprus.org";
		    document.write('<a href="javascript:window.ext');
		    document.write('ernal.AddFavorite(url, title);" ');
		    document.write('onMouseOver="window.status=');
		    document.write("'Add this page to your Favorites!'; return true ");
		    document.write('" onMouseOut="window.status=');
		    document.write("'Add this page to your Favorites!'; return true ");
		    document.write('">Add this page to your Favorites!</a>');
		  }
		  else
		  {
		    var msg = 'save yours web in your computers!';
		    if (navigator.appName == 'Netscape') msg += ' (CTRL-D)';
		      document.write(msg);
		  }

function Trim(strToTrim) {
	while(strToTrim.charAt(0)==' '){strToTrim = strToTrim.substring(1,strToTrim.length);}
	while(strToTrim.charAt(strToTrim.length-1)==' '){strToTrim = strToTrim.substring(0,strToTrim.length-1);}
	return strToTrim;
}
function SearchGoogle(frm){
	if (Trim(frm.wordg.value) == ""){alert("Please fill search field.");frm.wordg.focus();return false;}
	if (new String(newWinImg)!="undefined" && newWinImg!=null) if (!newWinImg.closed) newWinImg.close();
	var newWinImg=window.open("http://www.google.com/search?q="+frm.wordg.value+"+site:www.northcyprus.org","ReservedItemsPicture","width=600,height=400,top=0,left=0,location=yes,directories=no,hotkeys=yes,copyhistory=yes,resizable=yes,menubar=yes,status=yes,toolbar=yes,scrollbars=yes,z-lock=yes");
	newWinImg.focus();
	return false;
}