//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 > .80)

{document.write("<iframe width='335' height='280' src='http://www.buyselluniverse.com/bsublogads/walking-for-dollar.html' border='0' frameborder='0' scrolling='auto' align='center' hspace='0' vspace='0'></iframe>"); return;
}
    
  
  
if (x > .60)

{document.write("<iframe width='335' height='280' src='http://www.buyselluniverse.com/bsublogads/pop-quiz.html' border='0' frameborder='0' scrolling='auto' align='center' hspace='0' vspace='0'></iframe>"); return;
}
  
  
if (x > .40)

{document.write("<iframe width='335' height='280' src='http://www.buyselluniverse.com/bsublogads/falling-money.html' border='0' frameborder='0' scrolling='auto' align='center' hspace='0' vspace='0'></iframe>"); return;
}


if (x > .20)

{document.write("<iframe width='335' height='280' src='http://www.buyselluniverse.com/bsublogads/theclub-ad001.html' border='0' frameborder='0' scrolling='auto' align='center' hspace='0' vspace='0'></iframe>"); return;
}



if (x > 0)

{document.write("<iframe width='335' height='280' src='http://www.buyselluniverse.com/bsublogads/no-shitty-deal.html' border='0' frameborder='0' scrolling='auto' align='center' hspace='0' vspace='0'></iframe>"); return;
}


}

RandomGraphics();

//End Script
