	function napis_reklama(text1, text2) 
	   {
		  var data = new Date();
			  miesiac = data.getMonth()+1;
	          if (miesiac<4 || miesiac>11) {
			    return text1;
			  }
			  else
			  {
			    return text2;
			  }
		};

