  function Nipple()
  {
     var digi = Math.random();
     digi = digi*200;
     digi = Math.ceil(digi);

     if( digi<=80 )
         document.write("<iframe name='garelly' src='http://www.nipplee.com/005/rank5.html' width=100% height=100 scrolling='no' border=0 frameborder=0></iframe>");
     else if( digi<=130 )
         document.write("<iframe name='garelly' src='http://www.nipplee.com/005/rank10.html' width=100% height=100 scrolling='no' border=0 frameborder=0></iframe>");
	 else if( digi<=150 )
         document.write("<iframe name='garelly' src='http://www.nipplee.com/005/rank25.html' width=100% height=100 scrolling='no' border=0 frameborder=0></iframe>");
     else if( digi<=180 )
         document.write("<iframe name='garelly' src='http://www.nipplee.com/005/adsel.html' width=100% height=100 scrolling='no' border=0 frameborder=0></iframe>");
	 else
         document.write("<iframe name='garelly' src='http://www.nipplee.com/005/adsel2.html' width=100% height=100 scrolling='no' border=0 frameborder=0></iframe>");
  }