if((el('CELL1')||el('whatsnew'))&&window.location.href.indexOf('plane=1')!=-1) {
	ajaxCallFunction('ajax.iml?mdl=1795NewVis/plane.mdl',function(sc,st,rt,rxml) { var div=document.createElement('div');div.innerHTML=rt;if(div.getElementsByTagName('input')[0]) { var css=div.getElementsByTagName('input')[0].value; } if(div.getElementsByTagName('input')[1]) { var script=div.getElementsByTagName('input')[1].value; } if(div.getElementsByTagName('input')[2]) { var func=div.getElementsByTagName('input')[2].value; } if(typeof css!="undefined"&&typeof script!="undefined"&&typeof func!="undefined") { var newCSS=document.createElement('link');newCSS.setAttribute('rel','stylesheet');newCSS.setAttribute('type','text/css');newCSS.setAttribute('href',css);document.getElementsByTagName('head')[0].appendChild(newCSS);var newScript=document.createElement('script');newScript.setAttribute('type','text/javascript');newScript.src=script;newScript.onreadystatechange=function () { if (this.readyState == 'complete') eval(func); }; newScript.onload=eval(func);document.getElementsByTagName('head')[0].appendChild(newScript); } });
}
