if (this.ml_width==null)ml_width=800;
if (this.ml_backcolor==null)ml_backcolor="none";
if (this.ml_forcolor==null)ml_forcolor="none";
if (this.ml_linkcolor==null)ml_linkcolor="none";
if (this.ml_borderwidth==null)ml_borderwidth="0";
if (this.ml_bordercolor==null)ml_bordercolor="none";
if (this.ml_numresults==null)ml_numresults=5;
if (this.ml_boldkeyword==null)ml_boldkeyword="no";
if (this.ml_type==null)ml_type="keyword";
if (this.ml_hfsize==null)ml_hfsize=12;
if (this.ml_dfsize==null)ml_dfsize=10;
if (this.ml_bfsize==null)ml_bfsize=9;
if (this.ml_align==null)ml_align="left";
if (this.ml_user==null)ml_user="-1";

ml_backcolor=ml_backcolor.replace('#','~'); 
ml_forcolor=ml_forcolor.replace('#','~'); 
ml_linkcolor=ml_linkcolor.replace('#','~'); 
ml_bordercolor=ml_bordercolor.replace('#','~');
ml_keyword=escape(ml_keyword);
ml_keyword=ml_keyword.replace('/','%2F');

document.write('<script  id="mylot_script" type="text/javascript" '+
'src="http://feed.mylot.com/Feed.aspx?ml_sid='+ml_sid+
'&ml_width='+ml_width+
'&ml_backcolor='+ml_backcolor+
'&ml_forcolor='+ml_forcolor+
'&ml_linkcolor='+ml_linkcolor+
'&ml_borderwidth='+ml_borderwidth+
'&ml_bordercolor='+ml_bordercolor+
'&ml_keyword='+ml_keyword+
'&ml_numresults='+ml_numresults+
'&ml_boldkeyword='+ml_boldkeyword+
'&ml_type='+ml_type+
'&ml_hfsize='+ml_hfsize+
'&ml_dfsize='+ml_dfsize+
'&ml_bfsize='+ml_bfsize+
'&ml_align='+ml_align+
'&ml_user='+ml_user+
'"></script>');



window.setTimeout("rewrite();",2000);



function rewrite()
{
     var srob = document.getElementById('mylot_script');    
   
    if(srob!=null)
      {   
            srob.setAttribute('src',null); 
       }
    
}
