/*#prepaid mobile news in the status bar#*/

<!--Hide JavaScript from Java-Impaired Browsers
function isnscroll(hype) {
 var shameless = 100
 var prtspc = " ";
 var col = 1;
 var promotional="Great new prepaid mobile phone choices"
 +"                                        "
 +"Best rates with prepaid cellular telephone services by Long Distance POST"
 +"                                        "
 +"Low international telephone rates"
 +"                                        "
 +"Best calling rates for mobile phones to anywhere in the world"
 +"                                        "
 +"No extra charges on your telephone bill with Prepaid Phone Cards for mobile phone"
 +"                                        "
 +"Budget control with Prepaid cellular"
 +"                                        "
 +"Order your mobile phone NOW"
 +"                                        "
 +"Lowest Rates on international and domestic telephone calls"
 +"                                        ";
 if (hype>shameless) {
  hype--;
  var cmd="isnscroll(" + hype + ")";
  isntimer=window.setTimeout(cmd,shameless);
 }
 else if (hype<=shameless && hype>0) {
  for (col=0;col<hype;col++) {
   prtspc+=" ";
  }
  prtspc+=promotional;
  hype--;
  var cmd="isnscroll(" + hype + ")";
  window.status=prtspc;
  isntimer=window.setTimeout(cmd,shameless);
 }
 else if (hype<=0) {
  if (-hype<promotional.length) {
   prtspc+=promotional.substring(-hype,promotional.length);
   hype--;
   var cmd="isnscroll(" + hype + ")";
   window.status=prtspc;
   isntimer=window.setTimeout(cmd,100);
  }
  else {
   window.status=" ";
   isntimer=window.setTimeout("isnscroll(100)",75);
  }
 }
}
function startit() {
 isntimer=window.setTimeout("isnscroll(100)",500);
}
// Stop Hiding Contents -->