function vh_sceneLoaded()  //  BELONGS TO SITEPAL
{
	setStatus(1,0);
}

//  SCROLLER STARTS HERE   ================================


/***********************************
*   http://javascripts.vbarsan.com/
*   This notice may not be removed 
***********************************/

//-- Begin Scroller's Parameters and message -->
//scroller width: change to your own;
var swidth=250;

//scroller height: change to your own;
var sheight=67;

//background color: change to your own; 
var sbcolor="white";

//scroller's speed: change to your own;
var sspeed=2;
var restart=sspeed;
rspeed=sspeed;

//text: change to your own

wholemessage='<div align="center" class=tab><b>The Internet Growing Role in Life Major Moments</b><br><br>By John Horrigan and Lee Rainie<br>April 19, 2006<br><br>The internet has become increasingly important to users in their everyday lives. It is also the case that for many of online Americans, the internet has become a crucial source of information at major moments and milestones in their lives. <br><br>Our surveys show that 45% of internet users, or about 60 million Americans, say that the internet helped them make big decisions or negotiate their way through major episodes in their lives in the previous two years.<br><br>To explore this phenomenon, we fielded the Major Moments Survey in March 2005, that repeated elements of an earlier January 2002 survey. Comparison of the two surveys revealed striking increases in the number of Americans who report that the internet played a crucial or important role in various aspects of their lives. Specifically, we found that over the three-year period, internet use grew by:<br><br> ·  54% in the number of adults who said the internet played a major role as they helped another person cope with a major illness. And the number of those who said the internet played a major role as they coped themselves with a major illness increased 40%. <br><br> ·  50% in the number who said the internet played a major role as they pursued more training for their careers.<br><br> ·  45% in the number who said the internet played a major role as they made major investment or financial decisions. <br><br> ·  43% in the number who said the internet played a major role when they looked for a new place to live.<br><br> ·  42% in the number who said the internet played a major role as they decided about a school or a college for themselves or their children. <br><br> ·  23% in the number who said the internet played a major role when they bought a car. <br><br> ·  14% in the number who said the internet played a major role as they switched jobs.<br><br>* Resource: "Pew Internet & American Life Project"<br><br></div>';

//Or you may do a slide show running up any number of images too!
//Preload is recommended (no downloading check) - otherwise you may skip this:
//preload1 = new Image();
//preload1.src = "http://...";
//preload2 = new Image();
//preload2.src = "http://...";
//preload3 = new Image();
//preload3.src = "http://...";
// ...

//if no preloading, replace below '+ preload... +' with the actual Images path "..."

//wholemessage='<img src='+preload1.src+' width=... height=... alt="..."><br>'+
//'<img src='+preload2.src+' width=... height=... alt="..."><br>'+
//'<img src='+preload3.src+' width=... height=... alt="..."><br>'+
//'<img ... >';

//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
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;iediv.innerHTML=wholemessage;sizeup=iediv.offsetHeight;ieslide();}function ieslide(){if(iediv.style.pixelTop>=sizeup*(-1)){iediv.style.pixelTop-=sspeed;setTimeout("ieslide()",100);}else{iediv.style.pixelTop=sheight;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;ns6div.innerHTML=wholemessage;sizeup=ns6div.offsetHeight;ns6slide();}function ns6slide(){if(parseInt(ns6div.style.top)>=sizeup*(-1)){ns6div.style.top=parseInt(ns6div.style.top)-sspeed;setTimeout("ns6slide()",100);}else{ns6div.style.top=sheight;ns6slide();}}
//-- end Algorithm -->

//  END OF SCROLLER  =================================
