/* Add buttons to MLF */
if(document.location.pathname.indexOf("/mlf/")==(document.location.pathname.length-String("/mlf/").length)){
		window.location.assign("http://2be.be/mlf-2010/");																			  
}
$(document).ready(function(){
$(".col_right").append("<p align=\"center\"><a href=\"http://www.2be.be/mlf/echteman.html\"><img src=\"http://www.2be.be/mlf/images/button-echteman.gif\" /></a></p>");
$(".col_right").append("<p align=\"center\"><a href=\"http://www.2be.be/mlf/items/2197.php\"><img src=\"http://www.2be.be/mlf/images/button-maakvideo.gif\" /></a></p>");
$(".col_right").append("<p align=\"center\"><a href=\"http://www.2be.be/mlf/moppentrommel.php\"><img src=\"http://www.2be.be/mlf/images/button-vettigemop.gif\" /></a></p>");

$(".col_right").append("<p align=\"center\"><a href=\"http://www.2be.be/mlf/striptease.php\"><img src=\"http://www.2be.be/mlf/images/button-striptease.jpg\" /></a></p>");
$(".col_right").append("<p align=\"center\"><a href=\"http://www.2be.be/mlf/photobooth.php\"><img src=\"http://www.2be.be/mlf/images/button-photobooth.jpg\" /></a></p>");

//$(".col_right").append("<object width=\"300\" height=\"246\"><param name=\"movie\" //value=\"http://www.2be.be/mlf/flash/countdown_mlf.swf\"></param><param name=\"wmode\" value=\"transparent\"></param><embed //src=\"http://www.2be.be/mlf/flash/countdown_mlf.swf\" type=\"application/x-shockwave-flash\" width=\"300\" height=\"246\" //wmode=\"transparent\"></embed></object>");


$("#content").prepend("<div id=\"vrouwknop\" style=\"position:absolute;right:9px;top:0;\"><a href=\"http://www.2be.be/mlf/vrouwkijktmee.html\"><img src=\"http://www.2be.be/mlf/images/vrouwknop.gif\" /></a></div>");
});

