// Unutma.Net JavaScript Dosyasidir
//	 coded by Raw <senali@live.com>

function anaSayfamYap() {
if (document.all) {
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.unutma.net/');
} else if (window.sidebar) {
if(window.netscape) {
try {
netscape.security.PrivilegeManager.enablePrivilege ("UniversalXPConnect");
} catch(e) {
alert("Bu özellik tarayiciniz tarafindan desteklenmiyor.\nLütfen ayarlari elle yapmayi deneyin.");
}
}
var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
prefs.setCharPref('browser.startup.homepage','http ://www.unutma.net/');
}
} 

