<!-- Begin
			// jQuery-Code
			$(document).ready(function(){
				$(".iframe1").colorbox({width:"540px", height:"480px", iframe:true, opacity:0.6 });
				$(".iframe2").colorbox({width:"540px", height:"400px", iframe:true, opacity:0.6 });
				$(".imap").colorbox({ width:"830px", height:"670px", iframe:true, opacity:0.6 });
				$("#ajaxcontent").css({"background": "yellow"});
				$("#ajaxload1").click(function(){
					$("#box_top52a").load("../api/top5.php?top=1");
				});
				$("#ajaxload2").click(function(){
					$("#box_top52a").load("../api/top5.php?top=2");
				});
				$("#ajaxload3").click(function(){
					$("#box_top52a").load("../api/top5.php?top=3");
				});
				//$("#logo2").hide();
				//$("#logo2").fadeOut("slow").fadeIn("slow");
			});





function audioplayerAnzeigen(aid,pfad) {
	var id1 = 'audiobox_'+aid;
	document.getElementById(id1).style.display = "block";
	var id2 = 'link_'+aid;
	document.getElementById(id2).style.display = "none";
	$(document).ready(function(){
		$(id2).load('../audio/count2.php?p='+pfad);
	});
//  box_update('../audio/count2.php?p='+pfad,'dummy')
	return true;
}

// End -->

$(document.body).click(function () {
      $("div:hidden:first").fadeIn("slow");
    });
