﻿if (navigator.userAgent.indexOf('Firefox')!=-1){
	// do nothing
}
else
if (navigator.userAgent.indexOf('Opera')!=-1){
	//do nothing
	
}
else
if (navigator.userAgent.indexOf('MSIE')!=-1){
	if (document.getElementById('b_news')) {
		document.write('<a href="#" id=\"sethomepage\" onClick="this.style.behavior=\'url(#default#homepage)\'; this.setHomePage(\'http://multifast.pl\')">Ustaw jako startowa</a> |');
		}
	
	else {
		document.write('<a href="#" id=\"sethomepage\" onClick="this.style.behavior=\'url(#default#homepage)\'; this.setHomePage(\'http://multifast.pl\')">Ustaw jako startowa</a> |');
		}


}
else
{
	//do nothing
}
