$.fn.heartBeatReloadAll = function () {

if(refresh.sendethema == 'refreshed'){
	$(function() {
	// add code for adsense reload here!!!!
	$('#platz').load('/scripts/livetool_hr/tool_sendethema/get_adsense.php');
	// Welcher Moderator ist online
	$('#modonline').load('/scripts/livetool_hr/tool_moderatoren/getmod.php');
	// Sendethema 10sec anzeigen und hiden
	$('#sendethema').animate({opacity: "1"}, 10000, function() {
		$('#sendethema').addClass("nodisplay");	
	});
	//Animation fŸr Sendungs-Titel
	//	$(document).ready(function()
	//		{
			$("#webcamborder").mouseenter(function(){
        		$(".webcamtitel").addClass("display").removeClass("nodisplay");
			});
			$("#webcamborder").mouseleave(function(){
        		$(".webcamtitel").removeClass("display").addClass("nodisplay");       
			});	
	//	});
	});
	}


refreshed = 'done';
};
