function init() {	
}

function P7_Uberlink(cl,d){
	var i,ob,tA,h=document.location.href;
	if(document.getElementById){
	ob=(d)?document.getElementById(d):document;
	if(ob){
	tA=ob.getElementsByTagName('A');
	for(i=0;i<tA.length;i++){
	if(tA[i].href==h){
	tA[i].className=cl;
}}}}}

function loadWeatherFrame()
{
	obj = document.getElementById('weer_frame');
	
	if (obj)
	{
		obj.innerHTML = '<iframe width="120" height="124" scrolling="no" frameborder="0" src="http://gratis.weer.nl/meteo/hptool/index.php?cid=31X2707&cityName=Almkerk&l=nl&style=11&v=nl&ver=2&c1=ffffff&c2=000000&c3=ffffff&c4=000000&c5=ffffff&c6=000000&c7=000000&f1a=1&f1b=1&f2a=1&f2b=1&f3a=1&f3b=1&ct1=1&ct2=2&ct3=6&ct4=10&ct5=0&fcd=0"></iframe>';
	}	
}