//****************************************** METODY *****************************************************************

//*************************************** J Q U E R Y ****************************************************************
$(document).ready(function() {

	
 });
 	
 



function addBanner(bannerName,width,height,element){
	    html = '<embed wmode="transparent" width="'+width+'" height="'+height+'" quality="high" name="mymovie" id="mymovie" style="" src="'+bannerName+'" type="application/x-shockwave-flash"/>';
	    $(element).append(html);
                    
}
