// © Copyright 2000-2010 Familia Toledo. All Rights Reserved.
// http://www.biyubi.com/
// Jul/12/2010 news bar
var n = "There is a critical resource that not even millonaires can buy, this "
      + "scarce resource is the time. Now we save time with the G12 computer, "
      + "its operating system boots immediately, changes instantaneously the "
      + "screen resolution, and goes beyond the ordinary, you can shutdown it "
      + "at instant without problems. In other computers this is a dream, and "
      + "millions of users lose time turning on and off its computers. "
var e = "                                                  ";
e=e+e;
e=e+e;
var p=-80;
function cn(){
var c=(p<0?e.substring(0,-p):"")+n.substring(p);
if(c.length<90)c+=e.substring(0,60)+n;
document.no.a.value=c;
if(++p>=n.length)p=-60;
}


