function showDoneSuggester() {
	if(parent==window && document.location.hostname != 'wprost.money24.pl' && document.location.hostname != 'dlaczego.money24.pl' ){
	   var protocol = (("https:" == document.location.protocol) ? "https://" : "http://");
	   
		var doneBackgroundImage= protocol + 'money24.pl/themes/Invest1/images/banners/finanse_suggester.png';
		var doneRedirectLink = protocol + 'money24.sugester.pl/Finanse';
		var doneStyle =  'display:block;position:fixed !important;right:-15px !important;text-indent:-100000px;top:25% !important;width:41px;z-index:9999;outline: none;height:171px;';
		var doneIE = /*@cc_on!@*/false;
		if(doneIE){
			doneStyle = 'display:block;position:absolute !important;right:-15px !important;text-indent:-100000px;top:25% !important;width:41px;z-index:9999;outline: none;height:171px;';
		}
		document.write('<a title="suggester" href="' + doneRedirectLink +'" style="background: url('+ doneBackgroundImage + ') no-repeat scroll 0 0; ' + doneStyle +  '" target="_blank"></a>');
		
	}
}
window.onload = showDoneSuggester();

