var lastId = "";		
numberPipeMessages = 0;               
	var lastId = "";		
	function checkForMessages(){

		if(location.hash != lastId){
			lastId = location.hash;                                     	
			document.getElementById("pipeframe").style.height=lastId.split('#')[1].substr(0)+"px";										
		}
	}
				
		
	setInterval(checkForMessages, 200);
document.write('<iframe onload="javascript:scroll(0,0);" id="pipeframe" style="width:100%;height:700px;" src="http://www.personalmarkt.de/whitelabel3/index.jsp?sp='+pcms_partnerid +'" border="0" frameborder="0" scrolling="no"></iframe>');