//Modified by Coffeecup Software
//produces a randomly generated graphic to use as ad or cool effect
function RandomNumber()
{
  var today = new Date();
  var num= Math.abs(Math.sin(today.getTime()/1000));
  return num;
}
function RandomGraphics()
{
  var x = RandomNumber();





if (x > .97)
{document.write("<b>Pizza Recipes</b>"); return;
}  




if (x > .95)
{document.write("<b>How to Become an Air Courier</b>"); return;
}  



if (x > .90)
{document.write("<b>Million Dollar Emails</b>"); return;
} 


if (x > .85)
{document.write("<b>Floating Ads Creator</b>"); return;
}  


if (x > .80)
{document.write("<b>Auto-Responder Magic</b>"); return;
}  


if (x > .75)
{document.write("<b>How to Make L-L-L-L All Night</b>"); return;
}  


if (x > .70)
{document.write("<b>500 Bread Recipes</b>"); return;
}  


if (x > .65)
{document.write("<b>Be Successful with Ebay</b>"); return;
}  


if (x > .60)
{document.write("<b>Credit Secrets Revealed</b>"); return;
}  



if (x > .57)
{document.write("<b>Cooking Library 1 thru 5</b>"); return;
}  



if (x > .55)
{document.write("<b>Sense and Sensibility</b>"); return;
}


if (x > .50)
{document.write("<b>97 Easy Steps to Happy Relationships</b>"); return;
}  



if (x > .47)
{document.write("<b>Making Chocolate 101</b>"); return;
}  


if (x > .45)
{document.write("<b>Ebay Money Machine</b>"); return;
}  



if (x > .40)
{document.write("<b>Expired Domain Fortunes!</b>"); return;
}  


if (x > .37)
{document.write("<b>Around The World In 80 Days</b>"); return;
}
 

if (x > .35)
{document.write("<b>300 Recipes for the Grill</b>"); return;
}  

  

if (x > .30)
{document.write("<b>Forex: Online Currency Trading</b>"); return;
}  


if (x > .27)
{document.write("<b>Body Language Magic</b>"); return;
}



if (x > .25)
{document.write("<b>Autoresponder Unlimited</b>"); return;
}


if (x > .20)
{document.write("<b>How To Get The Truth Out of Anyone!</b>"); return;
}


if (x > .17)
{document.write("<b>Powerful Way To Sharpen Memory</b>"); return;
}



if (x > .15)
{document.write("<b>600 Recipes for Chili Lovers</b>"); return;
}


if (x > .10)
{document.write("<b>Press Release Magic</b>"); return;
}


if (x > .05)
{document.write("<b>Treasure Island</b>"); return;
}

if (x > 0)
{document.write("<b>597 Ready To Use Sales Letters</b>"); return;
}

}
RandomGraphics();
//End Script