(function(){

function createiframe(b,a,e,f){
	var j="zenbu_div_"+b,g="zenbu_iframe_"+b,i="<div id="+j+">";
	i+="<iframe id="+g+' width="'+e+'" height="'+f+'" vspace="0" hspace="0" allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="border:0px;" src="'+a.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\"/g,"&quot;")+'"';
	i+="></iframe></div>";
	document.write(i)
};

function createDOMIframe(b,a,c,e){
	var f=document.getElementsByTagName("script"),j=f[f.length-1],g=document.createElement("iframe");
	g.id="zenbu_iframe_"+b;
	g.width=a;
	g.height=c;
	g.vspace=0;
	g.hspace=0;
	g.allowTransparency="true";
	g.scrolling="no";
	g.marginWidth=0;
	g.marginHeight=0;
	g.frameBorder=0;
	g.style.border=0;
	g.src = e;
	j.parentNode.appendChild(g);
	//g.contentWindow.document.write(e);
	g.contentWindow.document.close()};

var b=window,c=document.location,s,h=b.map_height,w=b.map_width;
if (w==undefined){w='100%'}
if (h==undefined){h='600'}
s='http://www.zenbu.co.nz/search/embedext/?key='+b.key+'&start_longitude='+b.start_longitude+'&start_latitude='+b.start_latitude+'&start_zoom='+b.start_zoom+'&example_search='+b.example_search+'&example_map='+b.example_map+'&example_find_nearest='+b.example_find_nearest+'&hq='+b.hidden_query;

if(navigator.userAgent.indexOf("MSIE ")>0){
	createiframe(c,s,w,h)
}else{
	createDOMIframe(c,w,h,s)
}

})()