<!--
jQuery(document).ready(function() {
	jQuery("a#wysun_ref").click(function() {
		jQuery('#slide').slideToggle(1000);
		return false;
	});
	var v1='diablo.podlogi';
	var v2='gmail.com';
	jQuery("span#email").html('<a href="mailto:'+v1+'@'+v2+'">'+v1+'@'+v2+'</a>');
	jQuery("div#time").html('<canvas width="100" height="100" id="clock" class="CoolClock:diablo:50 clock"></canvas>'+jQuery("div#time").html());
});//-->

