Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: gfEnterPrize Arguments: coins,email,numPicks Description: Page type: html Render function: Module: sandbox Page source: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>GeneticFinance.com</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <link href="WubHub_DoIt?cmdline=gfCSS" rel="stylesheet" type="text/css" media="screen" /> </head> <body oncontextmenu="return false"> <div id="bg3"> <div id="bg4"> <div id="bg5"> <div id="page"> <div id="content"> <div class="post"> <div class="title"> <h2><a href="#">Genetic Finance Prizes</a></h2> </div> <div class="entry"> <p align="center"> <h3> <webl> var c = ToInt(coins) div 1000; numPicks = ToInt(numPicks); if (c >= numPicks * 5) then c = c - numPicks * 5; "You have been entered into our weekly prize drawing (" + ToString(numPicks) + " chances)<p>" + "If you win, we will notify you at " + email + "<br><p><font size=4>You have " + ToString(c) + " points left.</font><p>" + `<a href="WubHub_DoIt?cmdline=gfRewards(` + ToString(c * 1000) + `,prize)">Earn more Reward Points</a>` else "You have not accumulated enough Reward Points yet for this prize.<p>" + `<a href="WubHub_DoIt?cmdline=gfRewards(%coins%,none)">Earn more Reward Points</a>` end; </webl> </h3> </p> </div> </div> </div> </div> <div style="clear: both; height: 40px;"> </div> </div> </div> </div> </div> <div id="footer"> <p>(c) 2009 geneticfinance.com</p> </div> </body> </html>