
var ma3=new Array(

"Welcome",
"And thank you",
"For coming to our menage a trois",
"It's probably not what you expected",
"But don't worry",
"It never is, is it?",
"That's probably another discussion altogether",
"The discussion we should be having",
"is the one about who we are and what we do",
"- something that's far more titillating indeed",
"Well,",
"we are a wonderful group of dynamic, extremely",
"attractive, smart, charming, and dare I say",
"modest individuals who partner with brands ",
"to help them achieve",
"Three things",
"One",
"Make money",
"Two",
"Build brand equity",
"Three",
"Make love",
"Yes",
"The type of love you will have to pay us for",
"but",
"We'll still respect you in the morning",
"And maybe make you breakfast",
"Because, to be honest, everything else is unimportant",
"Until you get the bacon",
"Call us",
"1.646.291.6400",
"P.S. Hi Marianne!",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
"Welcome",
"And thank you",
"For coming to our menage a trois",
"It's probably not what you expected",
"But don't worry",
"It never is, is it?",
"That's probably another discussion altogether",
"The discussion we should be having",
"is the one about who we are and what we do",
"- something that's far more titillating indeed",
"Well,",
"we are a wonderful group of dynamic, extremely",
"attractive, smart, charming, and dare I say",
"modest individuals who partner with brands ",
"to help them achieve",
"Three things",
"One",
"Make money",
"Two",
"Build brand equity",
"Three",
"Make love",
"Yes",
"The type of love you will have to pay us for",
"but",
"We'll still respect you in the morning",
"And maybe make you breakfast",
"Because, to be honest, everything else is unimportant",
"Until you get the bacon",
"Call us",
"1.646.291.6400",
"P.S. Hi Marianne!",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
"Welcome",
"And thank you",
"For coming to our menage a trois",
"It's probably not what you expected",
"But don't worry",
"It never is, is it?",
"That's probably another discussion altogether",
"The discussion we should be having",
"is the one about who we are and what we do",
"- something that's far more titillating indeed",
"Well,",
"we are a wonderful group of dynamic, extremely",
"attractive, smart, charming, and dare I say",
"modest individuals who partner with brands ",
"to help them achieve",
"Three things",
"One",
"Make money",
"Two",
"Build brand equity",
"Three",
"Make love",
"Yes",
"The type of love you will have to pay us for",
"but",
"We'll still respect you in the morning",
"And maybe make you breakfast",
"Because, to be honest, everything else is unimportant",
"Until you get the bacon",
"Call us",
"1.646.291.6400",
"P.S. Hi Marianne!",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
"Welcome",
"And thank you",
"For coming to our menage a trois",
"It's probably not what you expected",
"But don't worry",
"It never is, is it?",
"That's probably another discussion altogether",
"The discussion we should be having",
"is the one about who we are and what we do",
"- something that's far more titillating indeed",
"Well,",
"we are a wonderful group of dynamic, extremely",
"attractive, smart, charming, and dare I say",
"modest individuals who partner with brands ",
"to help them achieve",
"Three things",
"One",
"Make money",
"Two",
"Build brand equity",
"Three",
"Make love",
"Yes",
"The type of love you will have to pay us for",
"but",
"We'll still respect you in the morning",
"And maybe make you breakfast",
"Because, to be honest, everything else is unimportant",
"Until you get the bacon",
"Call us",
"1.646.291.6400",
"P.S. Hi Marianne!",
" ",
" ",
" ",
" ",
" ",
" ",
" "

);
var zahara=20;  //speed
var nori=0; marianne=0;
var jason=ma3[0].length;
var carine, cyril;

function ninja()
{
 carine='';
  cyril=Math.max(0,nori-7);
  while(cyril<nori)
    carine += ma3[cyril++] + '\r\n';
  document.forms[0].elements[0].value = carine + ma3[nori].substring(0,marianne) + "_";
 
 if(marianne++==jason)
  {
   marianne=0;
    nori++;
    if(nori!=ma3.length)
    {
      jason=ma3[nori].length;
      setTimeout("ninja()",1500);
    }
  } else
    setTimeout("ninja()",zahara);
 
}