/***********************************
*   http://javascripts.vbarsan.com/
*   This notice may not be removed 
***********************************/
//-- Begin Scroller's Parameters and message -->
//scroller width: change to your own;
var swidth=150;
//scroller height: change to your own;
var sheight=50;
//background color: change to your own; 
var sbcolor="#00BAFF";
//scroller's speed: change to your own;
var sspeed=2;
var restart=sspeed;
rspeed=sspeed;
//text: change to your own
var xmlHttp1;
var xmltext;
var wholemessage;

function readxmlfilefromurl()
{ 
xmlHttp1=GetXmlHttpObject();
if (xmlHttp1==null)
  {
  alert ("Your browser does not support AJAX!");
  return;
  } 
var url="RSSfeed.asp";
xmlHttp1.onreadystatechange=readxmlfiletext;
xmlHttp1.open("GET",url,true);
xmlHttp1.send(null);

}
function readxmlfiletext() 
{ 
if (xmlHttp1.readyState==4)
{ 
//document.getElementById("txtHint_title").innerHTML=xmlHttp1.responseText;
wholemessage=xmlHttp1.responseText;
start();
}
}
function GetXmlHttpObject()
{
var xmlHttp=null;
try
  {
  // Firefox, Opera 8.0+, Safari
  xmlHttp=new XMLHttpRequest();
  }
catch (e)
  {
  // Internet Explorer
  try
    {
    xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
    }
  catch (e)
    {
    xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
    }
  }
return xmlHttp;
}

//wholemessage='<div align="left"><a href="http://feeds.informationweek.com/click.phdo?i=f913781af8686f0d2806a52e3e272171" target="_blank" style="color:white;align:center;">Just How Fast Are 4G Phones?</a></div><p></p><div align="left"><a href="http://feeds.informationweek.com/click.phdo?i=5be1e7ab4ee7b8704cf598e75210127a" target="_blank" style="color:white;align:center;">AT&Ts iPhone Unlocking Policy Is Absolutely Unacceptable</a></div><p></p><div align="left"><a href="http://feeds.informationweek.com/click.phdo?i=cc3f1f37ef664dd352abee9e1a078932" target="_blank" style="color:white;align:center;">Patient Data Dump Nets Urgent Care Center $50,000 Fine</a></div><p></p><div align="left"><a href="http://feeds.informationweek.com/click.phdo?i=5f60aeff1eeb2eed16c85e973f5bb72c" target="_blank" style="color:white;align:center;">Search, Social, And Aggregation</a></div><p></p>;'

function goup(){if(sspeed!=rspeed*8){sspeed=sspeed*2;restart=sspeed;}}
function godown(){if(sspeed>rspeed){sspeed=sspeed/2;restart=sspeed;}}
function start(){if(document.getElementById)ns6marquee(document.getElementById('slider'));else if(document.all)iemarquee(slider);else if(document.layers)ns4marquee(document.slider1.document.slider2);}function iemarquee(whichdiv){iediv=eval(whichdiv);iediv.style.pixelTop=sheight+"px";iediv.innerHTML=wholemessage;sizeup=iediv.offsetHeight;ieslide();}function ieslide(){if(iediv.style.pixelTop>=sizeup*(-1)){iediv.style.pixelTop-=sspeed+"px";setTimeout("ieslide()",100);}else{iediv.style.pixelTop=sheight+"px";ieslide();}}function ns4marquee(whichlayer){ns4layer=eval(whichlayer);ns4layer.top=sheight;ns4layer.document.write(wholemessage);ns4layer.document.close();sizeup=ns4layer.document.height;ns4slide();}function ns4slide(){if(ns4layer.top>=sizeup*(-1)){ns4layer.top-=sspeed;setTimeout("ns4slide()",100);}else{ns4layer.top=sheight;ns4slide();}}function ns6marquee(whichdiv){ns6div=eval(whichdiv);ns6div.style.top=sheight+"px";ns6div.innerHTML=wholemessage;sizeup=ns6div.offsetHeight;ns6slide();}function ns6slide(){if(parseInt(ns6div.style.top)>=sizeup*(-1)){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6slide()",100);}else{ns6div.style.top=sheight+"px";ns6slide();}}
