function BookMark() {/*Coded by E3pO www.wmclan.net*/title = document.title;url = document.location.href;alerttext = 'Press Control + D to bookmark';worked = false;alerted = false;try{window.sidebar.addPanel(title, url,"");worked = true;}catch(err){if(!worked && !alerted){alert(alerttext);alerted=true;}}try{window.external.AddFavorite(url, title);worked = true;}catch(err){if(!worked && !alerted){alert(alerttext);alerted=true;}}try{window.external.AddFavorite(title, url,"");worked = true;}catch(err){if(!worked && !alerted){alert(alerttext);alerted=true;}}if(!worked && !alerted){alert(alerttext);}}function sendMail() {    var link = "mailto:me@example.com"             + "?subject=" + escape("PKO Bank - informacje")             + "&body=" + escape(document.getElementById('address').value)    ;    window.location.href = link;}$(function() {	$('span.ratingBar').each(function() {		var $this = $(this);		$this.raty({			start:		$this.attr('rel'),			readOnly:   true,			hintList:   ['Fatalnie! :-(', 'Słabo :-/', 'Poprawnie :->', 'Dobrze :-)', 'Dardzo dobrze! :-D']		});	});			$('#defx').raty({	   hintList:   ['Fatalnie! :-(', 'Słabo :-/', 'Poprawnie :->', 'Dobrze :-)', 'Dardzo dobrze! :-D'],	   target:     '#score',	   targetType: 'number'	 });});
