$(document).ready(function() {
 
    ddsmoothmenu.init({
    	mainmenuid: 'naviset_dropdown', //menu DIV id
    	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
    	classname: 'ddsmoothmenu', //class added to menu's outer DIV
    	//customtheme: ['#1c5a80', '#18374a'],
	    contentsource: 'markup' //"markup" or ['container_id', 'path_to_menu_file']
    });    

	var imgobj = $('a[href$=".jpg"],a[href$=".png"],a[href$=".gif,a[href$=".JPG"],a[href$=".PNG"],a[href$=".GIF"]');
	imgobj.attr("rel","fancybox");
	$("a[rel=fancybox]").fancybox({
		'titleShow': true,
		'titlePosition': 'over'
	});
	
	var bz = $('.main-content a');

	bz.each(function()
	{
		var href = $(this).attr('href');
		if(href.match(/bandzone.cz/)){
			$(this).attr("title", $(this).text()).html('<img src="'+APPROOT+'/_templates/default/_img/bz-logo.png" alt="bandzone" style="margin-bottom: -3px;" />');
		}
	});
	
	/*$("#social_bar").append('<fb:like layout="button_count" show_faces="false" width="300" href="'+APPROOT+'"></fb:like>');*/
	$("#social_bar_2").append('<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="https://www.facebook.com/pages/FREEFEST-2011/123687801048112" width="250" colorscheme="dark" show_faces="true" border_color="" stream="true" header="true"></fb:like-box>');
	
	$(".main-content-comments").append('<fb:comments xid="freefest_comments" canpost="true" candelete="false" numposts="10" width="580" colorscheme="dark" href="'+APPNOW+'"><fb:title>Komentáře</fb:title></fb:comments>');
	$('.main-content .weebo_social_bar').hide();
	$('div#weather_bar a').hide();

});

