// IRCFanClub.Com / .Net / .Org / .Tk
// AnaSayfa Javascript Dosyasidir
// Raw < senali [a] live.com >
// 07.10.2010

function anaSayfamYap() {
if (document.all) {
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.ircfanclub.com/');
} 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.ircfanclub.com/');
}
} 

