30 Aug, 11:38PM in sunny Singapore!

Need help on JavaScript

Subscribe to Need help on JavaScript 4 posts

Please Login or Signup to reply.
  • Takumi2eLimit's Avatar
    5,551 posts since Dec '04
    • Hi,

      I need help on javascript which allow me to show content of a page upon clicking a button, something like keeping the div hidden, when clicked, it will trigger the content in the div to be shown. Need help urgently. Thanks.

  • GIB's Avatar
    797 posts since Dec '05
  • Takumi2eLimit's Avatar
    5,551 posts since Dec '04
    • hey GIB, can help me? i know nuts about this. i saw the post and was so lost. would raelly appreciate it thanks. these are my Landing Page codes on dreamweaver

      --------------------------------------------------------------------------------------------------------------

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>Super Media Wizard</title>
      <style type="text/css">
      <!--
      body {
          margin-left: 0px;
          margin-top: 0px;
          margin-right: 0px;
          margin-bottom: 0px;
          background-color: #FFFFFF;
      }
      .arialblack12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #000000;
      }
      .arialblackBold12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #000000;
      }

      .arialblack10pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 10px;
          color: #000000;
      }
      .arialblackBold10pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 10px;
          font-weight: bold;
          color: #000000;
      }

      .arialred12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #FF0000;
      }
      .arialredBold12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #FF0000;
      }
      .arialred18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          color: #FF0000;
      }
      .arialredBold18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #FF0000;
      }






      .arialblue12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #0066FF;
      }
      .arialblueBold12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #0066FF;
      }

      .arialblue18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          color: #0066FF;
      }
      .arialblueBold18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #0066FF;
      }


      .arialorange12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #FF6600;
      }
      .arialorangeBold12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #FF6600;
      }

      .arialorange18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          color: #FF6600;
      }
      .arialorangeBold18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #FF6600;
      }



      .arialgreen12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #339900;
      }
      .arialgreenBold12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #339900;
      }

      .arialgreen18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          color: #339900;
      }
      .arialgreenBold18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #339900;
      }


      .arialDblue12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #193479;
      }
      .arialDblueBold12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #193479;
      }

      .arialDblue18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          color: #193479;
      }
      .arialDblueBold18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #193479;
      }

      .arialDblueBold24pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 30px;
          font-weight: bold;
          color: #193479;
      }
      .arialPink12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #FF33FF;
      }
      .arialPink12pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: bold;
          color: #FF33FF;
      }

      .arialPink18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          color: #FF33FF;
      }
      .arialPinkBold18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #FF33FF;
      }
      .arialLimeBold18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #33CC00;
      }
      .arialLightOrange18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #FF9900;
      }

      .arialCyan18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #339999;
      }

      .arialPurple18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #660099;
      }
      .arialBrown18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #993333;
      }

      .arialCherry18pt {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #FF0066;
      }
      -->
      </style>

      <script language="JavaScript"  src="http://www.inklineglobal.com/order/cons.js"></script>

      <script language="JavaScript">
      function InsertProductCode(form1, PRODUCT)
      {
      var sValue;

      if (PRODUCT == "TVO")
      {
          sValue =  "Super Media Wizard----" +
                    "Home Multimedia System In Your PC[br]Usual $197 - Save $167.[br]60 Day Money Back Guarantee.[br]Immediate Download Delivery after ordering.----" +
                    "29.95----" +
                    "2----" +
                    "1----" +
                    BUT_CODE + "----" +
                    "Directsales_BannerTesting----" +
                    "yes----" +
                    BUT_DOWNLOAD + "----" +
                    BUT_SUPPORTURL + "----" +
                    "rss_multimedia_b1_sub_22may----" +
                    "----" +
                  "deny_crossell_flag";
      }


       form1.order.value = sValue;
       return true;
      }
      </script>

      </head>

      <body>
      <table width="780" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td valign="top"><img width="780" height="150"
        src="http://www.inklineglobal.com/adsales/ads/multimediabanner2.jpg" /></p>
            <p align="center" class="arialDblueBold18pt">Do you feel you are controlled by your PC?<br />
              <br />
              Have you secretly  wished to smash your PC to pieces when you just have too much things to do and  worst, with too little time?<br />
              <br />
              Do you feel as if your whole life is spent working in front of  your PC and wish you can command your PC to deliver your tasks?<br />
              <br />
            If yes, don&rsquo;t throw in your towel yet &ndash; <strong>What if we can help find Your PC  Secret Code that unlock your hidden PC power to perform tasks at your own  command! </strong></p>
            <p align="center"><img
          width="650" height="400"    src="http://www.inklineglobal.com/adsales/ads/gfx3.gif"    align="middle" /></p>
          <p><span class="arialred18pt"><strong class="arialDblue18pt"><img src="http://www.inklineglobal.com/adsales/ads/splitcouple.jpg" width="228" height="296" hspace="5" align="left" /></strong>Yes,   your<strong> Personalized PC Secret Code</strong> is Super   Media Wizard! </span><strong class="arialDblue18pt">Now   commanding your PC to deliver your tasks is now made possible with your PC! </strong></p>
          <p class="arialblack12pt">Picture this. Early   in the morning, even before your newspapers could reach you, <strong>your PC Personal Wizard has already   gathered the news for you!</strong> All you need to do is just click to   read the news, or get the wizard to read it to you like a news presenter. Don't   be surprised to find that the news appear in newspapers are old news, because   now your PC is way ahead in <strong>getting real-time latest   updates!</strong> Your newspapers will not suggest that you flag a cab to   work today, but <strong>PC   Personal Wizard will inform you</strong> <strong>if it gets news that the train you   take to work everyday has broken down 10 minutes ago.</strong></p>
          <p class="arialblack12pt">Think   about when you go to work, your PC Personal Wizard takes heed of your request to   search for a new song album online and automatically download it; by the time   you reach home from work, just plug in your earphone and listen! In this case,   you don't have to spend time searching high and low and wait for the download to   finish. PC Personal Wizard will also buzz you immediately that your bidding on   the favorite ring on ebay is successful, without you sitting in front of the PC   to watch closely and yawn away</p>
          <p class="arialblack12pt">&nbsp;</p>
          <p><span class="arialred18pt"><span class="arialblack12pt"><img src="http://www.inklineglobal.com/adsales/ads/rss-man2.jpg" width="121" height="99" align="right" /></span>Unlock the Hidden Helper   inside Your PC in Just 2 minutes! How would that be ever possible? </span></p>
          <p class="arialblack12pt">Big companies that   produce these most sought-after technology items share an unspoken trick -   knowing that you probably can't live without their products, they have locked up   your full access to these technologies so that you keep returning for more and   they charge you hefty sum for using them! </p>
          <p class="arialblack12pt">The good news is, we   have unearthed their secrets! Basically, each and every one of them locks up the   direct access but still gives you sneak peaks of what they have to offer. They   don't want you to know that YOU CAN ACTUALLY UNLOCK THE ACCESS to the content   and know-hows, so that <strong>once you are hooked you have no choice   but to pay repeated subscription fees</strong>, again and   again!</p>
          <p class="arialblack12pt">&nbsp;</p>
          <p><span class="arialblack12pt"><img src="http://www.inklineglobal.com/adsales/ads/rss-man3.jpg" width="200" height="135" hspace="5" align="left" />The revelation to the   immense realm of information has come today with the revolutionary product that   we developed<strong> not only to   open up their doors, but also to deliver these endless possibilities to your   PC.</strong> It only takes seconds to get instant access to whatever you   want to know!</span> </p>
          <p><strong class="arialredBold12pt">Warning: </strong><span class="arialblack12pt">89% of   PC Users spend more than 10 hours and above a day performing PC Tasks without   them being aware of it!</span></p>
          <p class="arialblack12pt">&nbsp;</p>
          <p>&nbsp;</p>
          <p class="arialblack12pt"><strong><strong><img src="http://www.inklineglobal.com/adsales/ads/rss-tv.jpg" width="262" height="158" align="right" /></strong>Seriously,   don't you think sometimes you have been spending way too much time on tedious PC   tasks than on entertainment or having time on your hands to truly do what you   love to do?</strong></p>
          <p class="arialblack12pt">With   Super Media Wizard, this powerful program simplifies your PC tasks without you   doing it yourself &ndash; at all!</p>
          <p class="arialblack12pt">Imagine<strong> a new PC that brings you TV, Movies,   Radio, News, Weathers, Music, Sports, Games, Photo and manage your personal   matters</strong> while you are out playing golf and having picnic with   your family? What&rsquo;s best; it doesn&rsquo;t cost you an arm and a leg to do so! </p>
          <p class="arialgreenBold18pt"><strong>Brings   news and updates to your PC in seconds!</strong></p>
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="28%" valign="top"><span class="arialblack12pt"><img width="200" height="187"
            src="http://www.inklineglobal.com/adsales/graphics/magicbutler.gif"
            align="left" /></span></td>
              <td width="72%"><p class="arialblack12pt">Your PC Secret Code -   Super Media Wizard, is a <strong><U>powerful software</U></strong> for your PC to unlock the world of news and have them delivered right in front   of you, before you even start searching hundreds of websites for up-to-date   information. Super Media Wizard gives you direct access to thousands of premium   news content hot off the net, real-time.</p>
                <p class="arialblack12pt">Now it's like having   the News Agencies, TV Networks, Radio Stations, Video &amp; Music Stores, Health   &amp; Wellness Centers, Price Watchers, Favorite Blogs, and much more in your   PC, at the comfort of your home! By getting the Super Media Wizard, you will get   instant, unlimited worldwide access to - </p>
                <p align="left" class="arialblack12pt"><strong>LIVE NEWS! From   12,600 + news agencies and press</strong></p>
                <p align="left" class="arialblack12pt"><strong>LIVE TV CHANNELS!   From 1,800+ broadcasters and TV stations</strong></p>
                <p align="left" class="arialblack12pt"><strong>LIVE RADIO PROGRAMS!   From 3,000+ radio channels</strong></p>
                <p align="left" class="arialblack12pt"><strong>LIVE UPDATES! From   thousands of printed publications &amp; online sources</strong></p></td>
            </tr>
          </table>
          <p><strong class="arialPurple18pt">Super   Media Wizard Brings You All the News, TV Channels, Radio, Update on Celebrities,   Media and Many More To You 24/7! </strong></p>
          <p><span class="arialDblueBold18pt"><strong>More   Channels, Stations, Videos and Songs, and You Don't Even Need Cable! How   Amazing! </strong></span></p>
          <p class="arialblack12pt"><img src="http://www.inklineglobal.com/adsales/ads/multimedia01a.JPG" hspace="5" align="left" />It does not matter if   you are subscribed to cable or sticking with normal TV. How many channels are   actually worth watching? Most of them are either showing <strong>re-runs or programs   you are not even interested in or showing them at odd times,</strong> you are better   off renting videos off the store! <br />
              <br />
            What you may not realize is that you   can get so much more <strong>without resorting to cable or staying up to catch your   favorite shows!</strong> Now you can catch your favorite programs or watch the latest   movie trailers sneak reviews or the newest singles by your favorite artist;   programs and talk shows on your favorite topics. And you can get all these, and   watch it all <strong>INSTANTLY, anytime you want! </strong></p>
          <p class="arialblack12pt">You can even read the   latest comics online or find out that TV/movie spoiler for the shows you don't   feel like watching. And no, this is not pay per view or a music download store.   You can now unlock <strong>unlimited access to hundreds of thousands of songs, videos   and broadcasts 24/7, without being tied to a cable subscription</strong>. And it is   all legal. And you will be able to unlock all this access in 2 minutes! <br />
              <br />
        &nbsp;It is like owning a magic gateway ticket to <strong>unlimited news and   entertainment for life!</strong> And you can claim your own Super Media Wizard   below!</p>
          <div align="center">
            <p><strong class="arialDblueBold18pt">Now   You Can Cut Through All The Rubbish And Do Things You Want To   Do!</strong></p>
            <p align="center" class="arialblack12pt">Why spend all the   time in front of your PC just working or studying? Don't you wish you could just   kick back and watch videos, read news or comics or just listen to some music and   escape from it all? <strong>Let us tell you a secret: You can actually do all this,   without having to leave your seat! </strong>You can actually turn your PC into a   powerful news and entertainment portal that lets you watch TV, listen to music,   read the news, laugh at the newest comics and more.... all without needing to   add any extra hardware or paying any subscription charges! Does all that seem   impossible? You can experience this and much more today on your PC, because the   technology is available</p>
            <p align="center" class="arialPinkBold18pt"><U>RIGHT NOW!</U></p>
            </div>
          <p class="arialBrown18pt"><strong><span class="arialblack12pt"><img src="http://www.inklineglobal.com/adsales/ads/photostack.png" align="right" /></span></strong><strong>Never   Be Bored! Time to Feel Alive and Energized Again!</strong></p>
          <p class="arialblack12pt">What if we tell you   there is so much more you can do on your computer.&nbsp; Now you can get so much more   out of your PC! </p>
          <p class="arialDblueBold18pt"><strong><img src="http://www.inklineglobal.com/adsales/ads/liverock.jpg" width="121" height="124" hspace="5" align="left" />How   would you like to have Unlimited Access to Millions of Entertainment and Full   Gear Productivity right on your PC?&nbsp; </strong>&nbsp;&nbsp;</p>
          <p class="arialblack12pt"><strong>TV, Movie and Music   Video Right On Your PC</strong> - without snatching   your remote with your family! How amazing is that, right in the comfort of your   room with your PC!</p>
          <p class="arialblack12pt"><strong>....just imagine   getting all this and more, everyday, without leaving your   seat</strong></p>
          <p align="left"><strong class="arialCyan18pt">Watch   The Latest Movie Trailers And Hottest Music Videos In No   Time!</strong><br />
              <br />
              <span class="arialblack12pt">Tired and bored with   the daily chores of work and school? Now you can also watch and be amused by the   thousands of movie trailers and sizzles music video any time you want it! Just   click Play and there you go, you get instant access to a world of entertainment!   &nbsp;</span></p>
          <p align="left" class="arialblack12pt"><strong>What if we can teach   you how to Turn your PC into a Super TV and Radio and gain instant assess to   thousands of TV shows, movies and radio? </strong>Let us teach you how   to maximize your PC into a most powerful tool you can ever imagine! The limits   are unimaginable!</p>
          <p align="left"><strong class="arialDblueBold18pt">Set   Your PC To Perform All Your Tasks - At Your Own Naming! </strong><br />
              <span class="arialblack12pt"><strong>Fancy a break   at 3pm during work to enjoy the comedy shows which is showing at your TV? </strong>Yes it is possible! <strong>Super Media Wizard can play your favorite shows right   from your PC at the time you set it to play!</strong> Can't wait to go back home to   catch your favorite evening news break but is stuck with meeting project   deadlines at work? <strong>Yes you can catch all your favorite at your PC so long you   have Super Media Wizard </strong>Does all that seem   impossible? You can experience this and much more today on your PC, because the   technology is available </span></p>
          <p align="center" class="arialPink18pt"><strong><U><a href="#order">RIGHT NOW!</a></U></strong></p>
          <p class="arialDblueBold18pt"><strong>One   That Unlocks Instant News and Unlimited Entertainment for You Right On Your   Desktop!</strong></p>
          <p class="arialblack12pt">Now you can truly   make your PC do the things you want it to do. Forget the boring stuff and   tedious routine, the Super Media Wizard lets you cut through all the junk and   gives you instant updates to anything you want to know and unlimited access to   all the entertainment you want... without having to worry about worry about   extra hardware or subscription charges!</p>
          <p class="arialred18pt"><strong>Monitor   Your Online Activities And Report Progress! </strong><strong><strong><strong><img src="http://www.inklineglobal.com/adsales/ads/rss-chart.jpg" align="right" /></strong></strong></strong></p>
          <p class="arialblack12pt">Now you don't need to   always glue in front of your PC to wait for new buyers for your eBay auction.   Imagine Super Media Wizard takes over all your PC chores and monitor all your   online activities development and report the progress   -<strong> &quot;You   Have 1 buyer&quot; &quot;You Have 1 seller&quot; when you are back from park strolling or   grocery shopping!</strong> You can set your   Super Media Wizard to monitor any<strong> online activities</strong> at any time you want   - from monitoring a developing news story, keeping current on a competitor or   industry, getting the latest juiciest story on a celebrity or event, <strong>keeping   tabs on your favorite sports team,</strong> <strong>monitoringyour stock price, air   tickets price, best hotel deals to setting an alert for an important emails you   are anticipating - anything Super Media Wizard can monitor all your online   activities!</strong></p>
          <p><strong class="arialred18pt">Be the   first to get everything you want to know!</strong></p>
          <p> <span class="arialblack12pt">Now   that you get so much more content, but there's no point if everything is   outdated and old. If you are still keeping yourself updated through newspapers   or just the evening news or radio programs, you may be shocked to know that   everything you are finding out is OLD news. <strong>By the time the news gets from   reporters to the news rooms, past the editors and finally hits the news stands,   TV screens or news sites, it could be hours or even days old.</strong> And that's not   just for news. Imagine reading movie reviews only after you've already watched   the movie, or even finding out there's a better offer for that gadget you want   to buy, just minutes after you made the purchase. If you depend on someone to   tell you what's happening, you' will always get outdated information! <strong>If only   there was a way that your PC could keep you up-to-date on everything you want to   know... and actually it can!</strong></span></p>
          <p class="arialblack12pt">Now your PC can   actually tell you <strong>immediately whenever it finds   something you are interested in as soon as it finds it</strong>. And   because it is doing all this searching around the clock, that means you get the   latest as soon as it becomes available! Imagine your PC giving you all the   details about the breaking news or the hottest gossips, all before anyone even   hears about it. Even if you are not free, it gathers and stores everything for   you so you can check them out whenever you are free! Why wait for evening news,   morning papers, or regular scheduled programs like everyone else and get the   news as late as they do? Now you get to <strong>know anything you want at   anytime!</strong></p>
          <strong class="arialDblueBold18pt"><img src="http://www.inklineglobal.com/adsales/ads/rss-group.jpg" width="158" height="107" align="right" />Not   Just News and Entertainment, but Also Anything You Want To   Know!</strong><strong><br />
          <br />
          </strong><span class="arialblack12pt">But wait, there's   more. After all, you might be interested in many things other than news and   entertainment. For example, maybe you want a live stock counter to help you keep   track of how your stocks are doing. And also any information like company   reports and the latest stock tip so you can plan your next move. <strong>Maybe you   want to replace your phone or computer? The latest product reviews would be so   helpful. Need a new car? Wouldn't a list of car prices for all the dealers in   the state be useful? </strong>Do you have something being delivered by courier? There   must be a better way find out where it is other than calling in every now and   then. Or you just have many email accounts and perhaps even have a few auctions   running simultaneously that you need to keep track of. <br />
          <br />
          <strong>You could so   all the searching and tracking manually, tediously, personally..... But why   bother your PC can do all this for you automatically?</strong><br />
          <br />
          <strong>Now you can   really keep up to date on anything and everything you want to know. </strong>News,   entertainment, reports, reviews, offers, emails and more! And it helps you   faster, better, and more in-depth than you've ever experienced before! All you   need is the Super Media Wizard to unlock this super access right on your PC, </span>
          <p align="center" class="arialblack12pt"><img src="http://www.inklineglobal.com/adsales/ads/morersslogos.gif" width="720" height="122" align="middle" /></p>
          <p class="arialCherry18pt"><strong>Amazing, but how does   it work? Is it real?</strong></p>
          <p class="arialblack12pt">The Super Media   Wizard is a powerful unlocking tool that works in <strong>2 ways.</strong> You can set it   to inform you whenever some thing you are interested in becomes available. <strong>The program is constantly connected to the world&rsquo;s largest news,   entertainment and information network, and works 24/7 in the background to find   what you want.</strong> Once it finds the articles, videos, clips or whatever you are   interested in, it notifies you immediately.<strong> You don&rsquo;t even have to do a   single thing except to click to watch, read or listen! </strong></p>
          <p class="arialblack12pt">It also creates your   very own personalized portal, where it<strong> gathers and manages everything you are   interested in. </strong>This one place access is the place to go for all your needs.   No more logging on to multiple websites or channel-surfing, now you can get   everything you want without having to leave your PC! </p>
          <p class="arialPinkBold18pt"><strong>Never Pay Another   Subscription Again!</strong></p>
          <p class="arialblack12pt">Now, you're probably   thinking, this must be the catch, it is all too good to be true. Maybe you think   that the one-time payment is a gimmick, and that you will be re billed sometime   later down the road. Or that this powerful program must cost hundreds or even   thousands, you might as well be paying for all the recurring subscriptions all   at once. </p>
          <table width="86%" border="1" align="center" cellpadding="10" cellspacing="1" bordercolor="#FF9900" bgcolor="#FFFFCC">
            <tr>
              <td><p align="center" class="arialblack12pt"><span class="arialorangeBold18pt">Well, you don't have   to worry</span></p>
                <p class="arialblack12pt">1. The Super   Media Wizard is a powerful program that unlocks previously hidden access to all   the premium content you want, so you just need to activate it once to get all   the news, live feeds, music, videos, stock updates, reports, product reviews,   spoilers and more. And because you just need to activate it once, we don't want   to charge you more than once for it! We promise that you will get billed only   once to unlock all the unlimited content the Super Media Wizard unlocks for   you. </p>
                <p class="arialblack12pt">2. The Super   Media Wizard is NOT a subscription program. There's no fine print or hidden   terms that allow us to re-bill you at a later date. We really mean it when we   say you only pay once to get all these privileges. In fact, you can even write   us a check if you really want to be sure (with no credit card information, we   can't possibly rebill you). </p>
                <p class="arialblack12pt">3. The Super   Media Wizard is definitely affordable. Seriously, if you could decide the price   for such an incredible offer, how much would you pay? </p>
                <p class="arialredBold12pt">If You're Willing To   Spend Upwards Of $100 On TV Or Even Cable, How Much Would You Spend On A To   Unlock Unlimited Access To All The News, Music, Videos, Sport Updates, Stock   Tips And So Much More?</p></td>
            </tr>
          </table>
          <p class="arialDblueBold18pt">Order Today, And Get   This Amazing Program At An Amazing Low Price Of Only $29.95! Take Advantage Of   This Offer Before It Expires!</p>
          <p class="arialblueBold18pt"><strong><strong><img src="http://www.inklineglobal.com/adsales/ads/rss_05.jpg" width="135" height="171" align="right" /></strong>Get Everything You   Want And More At No Cost! Yes At Cost &ndash; The Only Cost is Activating Your   Personalized Super Media Wizard! </strong></p>
          <p class="arialblack12pt">In just minutes, you   are going to discover one of the most well kept secrets of the media industry.   No news agency or entertainment network would ever want you to know this, as   they would never be able to convince you to pay for your next subscription   again! </p>
          <p class="arialblack12pt">What if I tell you   that there is a way that you can get more updates, coverage, shows, music, stock   tips, live traffic and weather reports and whatever you want, much more than   whatever you are currently subscribed to and paying for? And you can get   unlimited lifetime access 365 days a year, 24/7 without having to pay for a   single subscription? </p>
          <p class="arialblack12pt">In fact, you can get   everything you want to watch, read and find out right on your PC. All you need   to do is to unlock this super access!</p>
          <p class="arialblack12pt">Take Advantage of   This Unbelievable Offer Today!</p>
          <table width="90%" border="1" align="center" cellpadding="10" cellspacing="5" bordercolor="#FFFF66" bgcolor="#FFFFE8" class="arialblack12pt">
            <tr>
              <td valign="top"><span class="arialCherry18pt">
                </ul>
                The Super Media   Wizard will give you all the news and entertainment updates you will ever need: </span>
                  <p class="arialblack12pt">&bull;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Gives you   Unlimited Access to thousands of News and entertainment from the biggest names   in the industry including USAtoday, CNN, Foxnews, BBC, ESPN </p>
                <p class="arialblack12pt">&bull;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Gives   Instant News Updates on Your Favorite Topics </p>
                <p class="arialblack12pt">&bull;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Catch the   news in text, pictures, video or even radio all at a click of a button! </p>
                <p class="arialblack12pt">&bull;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is Easy   to use, no PC knowledge required. </p>
                <p class="arialblack12pt">&bull;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Has No   Hidden costs, No Recurring Charges or Subscriptions, Ever. </p>
                <p class="arialblack12pt">Get Only the Updates   You Want, Instantly (with Free lifetime PC Butler feature</p>
                <p class="arialblack12pt">Yes, it&rsquo;s true! You   can get your amazing Super Media Wizard for only $29.95 if you order by Tuesday,   May 20th, 2008 at 12 midnight. . This is a limited introduction offer that may   never be repeated, it&rsquo;s so popular that we may consider raising the price soon,   so order now! </p>          </td>
            </tr>
          </table>
          <p align="center" class="arialPurple18pt"><strong>Get Your Super Media   Wizard Today!</strong></p>
          <p class="arialblack12pt">Nothing in the market   gives you so much unlimited premium content, and even then, they'll cost you   hundreds of unnecessary dollars in extra subscription and recurring charges.   Only the Super Media Wizard gives you unlimited FREE LIFETIME ACCESS to   thousands of news sources and instant updates on anything you are interested in,   plus so much more! So what are you waiting for? </p>
          <p align="center"><img src="http://www.inklineglobal.com/adsales/ads/m08b.gif" width="532" height="357" align="middle" /></p>
          <p align="center" class="arialLimeBold18pt">There are more than   100,000 members enjoying their Super Media Wizard. <br />
            Now you can   too!<a name="order" id="order"></a></p>
          <table width="90%" border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="6498EB" bgcolor="#C4D6F8">
            <tr>
              <td valign="top"><p align="center" class="arialDblueBold18pt"><br />
                      <img border="0" width="75" height="59"
            src="http://www.inklineglobal.com/adsales/ads/asseenontv.gif" /></p>
                  <table width="420" border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr>
                      <td><div align="center"><span class="arialDblueBold24pt">Super Media Wizard</span></div></td>
                    </tr>
                    <tr>
                      <td valign="top"><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr>
                            <td><p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> No PC knowledge is required to use Super Media Wizard!</p>
                                <p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> Absolutely No Hardware Required, No Unsightly Power Lines! </p>
                              <p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> No Hidden Cost Or Subscription - One Time Payment Only! </p>
                              <p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> TV CHANNELS from 1,000+ broadcasters and TV stations ! </p>
                              <p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> RADIO PROGRAMS from 3,000+ radio channels ! </p>
                              <p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> NEWS from 10,000+ news agencies and press !</p>
                              <p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> VIDEOS, ANIMATIONS &amp; MUSIC to spice up your life!</p>
                              <p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> PHOTO &amp; PICTURES in fun multimedia display!</p>
                              <p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> HIGHLY PERSONALIZED DESKTOP for all your entertainment!</p>
                              <p align="left" class="arialblackBold12pt"><img border="0" width="20" height="20"
            src="http://www.inklineglobal.com/adsales/ads/tick_red.gif" /> STOCK MARKETS UPDATES, WEATHER, BLOGS, HOTTEST DEALS...!</p></td>
                          </tr>
                      </table></td>
                    </tr>
                    <tr>
                      <td valign="top"><div align="center"><span class="arialblackBold12pt"><span class="arialblack12pt"><img
          src="http://www.inklineglobal.com/adsales/ads/family_back_tv_04.JPG" width="285" height="234" /></span></span></div></td>
                    </tr>
                    <tr>
                      <td width="420" valign="top"><p align="center" class="arialDblueBold24pt"><strike class="arialDblueBold18pt">Only $49.95</strike><br />
                        $29.95 USD</p></td>
                    </tr>
                  </table>
                <form action="http://inklineglobal.com/cgi-bin/mofdscart/mof.cgi"
            method="post"   onsubmit="return InsertProductCode(this, 'TVO');">
                    <div align="center">
                      <input type="hidden" name="postmode" value="SINGLEPOST" />
                      </span>
                      <input type="hidden" name="order" />
                      <input type="hidden" name="quantity" value="1" />
                      <input type="hidden" name="CurrencyType" />
                      <input type="hidden" name="CurrencyDenomination" />
                      <input type="hidden" name="CountryCode" />
                      <input name="Submit" type="submit" class="arialDblue18pt" value="To Get Instant Download Click Here &gt;&gt;" action="http://inklineglobal.com/cgi-bin/mofdscart/mof.cgi" method="post" />
                      <br />
                      <br />
                      <span class="arialblack10pt">(Note: Special
                        discount pricing is guaranteed through
                        <script language="JavaScript"  type="text/javascript">
      <!-- Begin
      var day="";
      var month="";
      var myweekday="";
      var year="";
      newdate = new Date();
      mydate = new Date();
      dston =  new Date('April 4, 1999 2:59:59');
      dstoff = new Date('october 31, 1999 2:59:59');
      var myzone = newdate.getTimezoneOffset();
      newtime=newdate.getTime();

      var zone = 6;  // references your time zone

      if (newdate > dston && newdate < dstoff ) {
      zonea = zone - 1 ;
      dst = "  Pacific Daylight Savings Time";
      }
      else {
      zonea = zone ; dst = "EST";
      }
      var newzone = (zonea*60*60*1000);
      newtimea = newtime+(myzone*60*1000)-newzone;
      mydate.setTime(newtimea);
      myday = mydate.getDay();
      mymonth = mydate.getMonth();
      myweekday= mydate.getDate();
      myyear= mydate.getYear();
      year = myyear;

      if (year < 2000)    // Y2K Fix, Isaac Powell
      year = year + 1900; // http://onyx.idbsu.edu/~ipowell
      myhours = mydate.getHours();
      if (myhours >= 12) {
      myhours = (myhours == 12) ? 12 : myhours - 12; mm = " PM";
      }
      else {
      myhours = (myhours == 0) ? 12 : myhours; mm = " AM";
      }
      myminutes = mydate.getMinutes();
      if (myminutes < 10){
      mytime = ":0" + myminutes;
      }
      else {
      mytime = ":" + myminutes;
      };
      arday = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
      armonth = new Array("January ","February ","March ","April ","May ","June ","July ","August ","September ", "October ","November ","December ")
      ardate = new Array("0th","1st","2nd","3rd","4th","5th","6th","7th","8th","9th","10th","11th","12th","13th","14th","15th","16th","17th","18th","19th","20th","21st","22nd","23rd","24th","25th","26th","27th","28th","29th","30th","31st");
      // rename locale as needed.

      var time = ( "" + arday[myday] +", " + armonth[mymonth] +" "+ardate[myweekday] + ", " + year+" at 12 midnight" + "." );
      document.write(time);
      //-->
                                                                          </script>
                      <br />
                        This offer is exclusive as you may not get this offer again once
                        you leave this site.)<br />
                      </span></div>
                </form>
                </p></td>
            </tr>
          </table>    <p align="center">&nbsp;</p>    </td>
        </tr>
      </table>
      </body>
      </html>

  • Takumi2eLimit's Avatar
    5,551 posts since Dec '04
Please Login or Signup to reply.