<!-- 
  var url='';
  var title='';
  var desc='';
  var pos=-1;
  var pos2=-1;
  var Ads=new Array(3);
  var Ad=new Array(
"http://x1os.com/p/vyt/?manofkent|Unlimited New Visitors|Stop Putting Up With Expensive Banner Ads And Pay-Per-Click Campaigns Which Make You Pay Ongoing Fees...",
"http://x1os.com/p/scp/?manofkent|Totally Hands Free!|Make All Your Websites Interactive, Attract Tons Of Free Search Engine Traffic & Start Building A Huge *Laser Targeted* Email List... Instantly!",
"http://x1os.com/p/ssc/?manofkent|Stop Wasting Time!|instantly generate high quality sales letters that will drive people to take action and buy your product or service!",
"http://x1os.com/p/sbg/?manofkent|Boost Conversions!|Unleash These 24 Hour Online Sales Agents & Immediately Skyrocket Conversions, Sales & Profits...",
"http://x1os.com/p/bmaw/?manofkent|$20,000.00 in one day?|EVERY NICHE is a potential gold mine using this system. Someone's getting rich in almost every market online.",
"http://x1os.com/p/asp/?manofkent|I Thought It Was A Joke!|Drive Insane Traffic To Your Web Site Using The Magic of Article Submission... and it all happens practically on autopilot!",
"http://x1os.com/p/efa/?manofkent|Simply Point & Click!|This Single Tool Has The Ability To Instantly Increase Your eBay Sales By Simply...",
"http://x1os.com/p/fts/?manofkent|How To Get Traffic!|Simple, Unique and Little-Known Forum Marketing, Secret Techniques to Be In Profit in Less Than 24 Hours- 100% Guaranteed!",
"http://x1os.com/p/gan/?manofkent|Breaking News!|Who Else Would Like A $4000.00 Check From Google In Their Mail Box Every Single Month?",
"http://x1os.com/p/asr/?manofkent|Every Month!|5 Figure Checks For Doing Practically Nothing!.. And Now You Can Too Because Finally...",
"http://x1os.com/p/email101/?manofkent|Profit From People Everywhere!|Here’s Your Chance to Establish Yourself as an Expert & Boost Your Business … in No Time at All!",
"http://x1os.com/p/PeelAwayAds/?manofkent|Get Extra Attention|The perfect way to get that extra attention without the complaints of your customer",
"http://x1os.com/p/immp/?manofkent|You're In Luck!|Easy to use, quick to set up and edit, versatile package of 50 professionally designed minisite templates",
"http://x1os.com/p/cpv/?manofkent|Brandable Report Creation 4 Newbies|Video series will show you how to take any report, ebook, or document and how to make it brandable and profitable!",
"http://x1os.com/p/tge/?manofkent|Avalanche of Traffic!|Let me show you Fifty Powerful Ways to generate traffic in the fastest and cheapest manner possible",
"http://x1os.com/p/gan/?manofkent|$4000.00 Check From Google|Create A Massive Auto-Pilot Income With The Google AdSense Program Starting Now!"
);
  var num = Ad.length;
  var random1 = Math.floor(Math.random()*num);
  var random2 = Math.floor(Math.random()*num);
  while (random2 == random1) {
    random2 = Math.floor(Math.random()*num);
  }
  var random3 = Math.floor(Math.random()*num);
  while (random3 == random1 || random3 == random2) {
    random3 = Math.floor(Math.random()*num);
  }
  Ads[0] = Ad[random1];
  Ads[1] = Ad[random2];
  Ads[2] = Ad[random3];
  document.write("<table width=600 height=60 cellpadding=0 cellspacing=0 bgcolor=#ffffff style='border: 1px solid #FFFFFF;'><tr><td>");
  document.write("<table width='100%' height='100%' border=0 cellpadding=12 cellspacing=0 bgcolor=#FFFFFF><tr>");
  for (var i=0; i<3; i++) {
    pos = Ads[i].indexOf('|');
    if (pos != -1) {
      url = '' + Ads[i].substr(0,pos) + '';
      title = '';
      desc = '';
      pos2 = Ads[i].indexOf('|', pos+1);
      if (pos2 != -1) {
        title = Ads[i].substr(pos+1, pos2-pos-1);
        desc = Ads[i].substr(pos2+1, Ads[i].length-pos2);
      }
      if (url != '' && title != '' && desc != '') {
        document.write("<td width=198 valign=top>");
        document.write("<font face=Verdana, Arial, Helvetica, sans-serif>");
        document.write("<a target=_blank onmouseover=\"window.status=\'Click Here\';return true;\" onmouseout=\"window.status=\' \';return true;\" href=" + url + " style='color:#0000FF;font-size:11px;'><strong>" + title + "</strong></a><br>");
        document.write("<font style='color:#000000; font-size:9.5px;'>" + desc + "</font></font>");
        document.write("</td>");
      }
    }
  }
  document.write("</tr></table>");
  document.write("</tr><tr><td colspan=4 bgcolor=#FFFFFF height=12 align=right valign=center>");
 document.write("<a target=_blank onmouseover=\"window.status=\'Get 100 Percent Commissions On Every Click!\';return true\" onmouseout=\"window.status=\' Ads by 100 Percent Commission\';return true\" href=http://100-percent-commission.com/index.php?manofkent style='color:#000000; font-size:10px; font-family: verdana,arial,helvetica,sans-serif;'>Ads by 100 Percent Commission</a>&nbsp;");
  document.write("</td></tr></table>");
-->