
thediv=document.getElementById('iiinews_div');

iframe1=document.createElement('IFRAME');


if (iiiwire_layout)
{
   
   if (iiiwire_layout == 'vertical')
   {
    iframe1.width=325;
    iframe1.height=195;
   }
   
   if (iiiwire_layout == 'horizontal')
   {
    iframe1.width=652;
    iframe1.height=127;
   }

}

if (iiiwire_layout)
 iframe1.src='http://www.iii.org/iiiwire_data.php?layout='+iiiwire_layout;
else
 iframe1.src='http://www.iii.org/iiiwire_data.php?layout='+iiiwire_layout;
iframe1.style.borderWidth='0px';
iframe1.frameBorder=0;
iframe1.marginHeight=0;
iframe1.marginWidth=0;
iframe1.style.margin='0px';
iframe1.style.padding='0px';
iframe1.vspace='0px';
iframe1.scrolling='no';

thediv.appendChild(iframe1);
