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/whitelabel/index.jsp?sp='+pcms_partnerid +'" border="0" frameborder="0" scrolling="no"></iframe>');