function set_url(go_to_url)
{
go_to_url = go_to_url;
DATA_LIST.DataURL=go_to_url;
DATA_LIST.reset();
}
function initialize() 
{
alert('initialize')
 rs=DATA_LIST.recordset;  Status.innerHTML = rs.absolutePosition+" of "
   +rs.recordCount;

}
