var init = function() {
	
	/*$('#most-popular ul li:last-child').css('border','0');
	$('#monthly-archives ul li:last-child').css('border','0');
	
	$('#recent-comments ul li:last-child').css('border','0');
	$('#most-commented ul li:last-child').css('border','0');*/
	
	/*$("#events").load("/events/events.php .content");
	$().ajaxSend(function(r,s){$("#loading-events").show();});  
	$().ajaxStop(function(r,s){$("#loading-events").fadeOut("fast");});*/
	$('.view-cap, .view-container-border').css('background','#55933D');
	
	/*$("#jobs").load("/jobs/jobs.php .content");
	$().ajaxSend(function(r,s){$("#loading-events").show();});  
	$().ajaxStop(function(r,s){$("#loading-events").fadeOut("fast");});			
	
	$("#reports").load("/modules/raporty.php .content");
	$().ajaxSend(function(r,s){$("#loading-reports").show();});  
	$().ajaxStop(function(r,s){$("#loading-reports").fadeOut("fast");});
	
	$("#presentations").load("/modules/prezentacje.php .content");
	$().ajaxSend(function(r,s){$("#loading-presentations").show();});
	$().ajaxStop(function(r,s){$("#loading-presentations").fadeOut("fast");});*/
}
function bc_redirect() {
	window.open("http://www.barcamp71.pl/", "blank");
}