﻿$(function() {
	$("div.silnet").hover(function() {
		$(this).children().fadeIn(300);
	}, function() {
		$(this).children().fadeOut(300);
	});//.click(function() {window.location = "http://silnet.pl";});
});

function bySilnet() {
	var silnet = '<div class="silnet" style="float: left; position: relative; z-index: 10; height: 50px; width: 85px; background: url(plugins/by-silnet/silnet.png) no-repeat 0px 0px;"><a style="display: none; position: absolute; z-index: 20; top: 0px; right: 0px; float: right; height: 50px; width: 85px; background: url(plugins/by-silnet/silnet.png) no-repeat 0px -50px;" href="http://silnet.pl" title="tworzenie stron www"></a></div>';
	
	document.write(silnet);
}
