function init()
{
function ajaxFunction()
{
   var ar=5;
   ar= ar * 1;
   slheight=slheight * 1;
   slheight=slheight + ar;
   var ne=document.domain;
  document.getElementById('como_box').innerHTML = '<iframe src="http://onlyphonenetwork.com/js_slider/slider.php'+'?dname='+ne+'&w='+slwidth+'&h='+slheight+'" name="iframe_i_edit" frameborder="0" width='+slwidth+' height='+slheight+' scrolling="no" >';
}

 ajaxFunction();

}
window.onload = init;