	 function randombanner()
	 {
		random_banner_number = Math.round(Math.random()*0)+1;
		
		if (random_banner_number=="1") { document.write("<a href=\"http://www.braval.se/hjalpfonden/\"><img src=\"/banner_hjalpfonden.gif\" width=\"468\" height=\"60\" border=\"0\"></a>"); }
	 }
	 
	 function MM_openBrWindow(theURL,winName,features) { //v2.0
 		window.open(theURL,winName,features);
	 }
