var HomeModule={id:"Home",title:"Home",showShutterfly:true,currentPressHtmlIndex:0,pressRotationPeriod:5*1000,pressHtmlList:["<div style='line-height:24px;'>"+"<a href='http://blogs.pcmag.com/miller/2007/02/demos_top_5_products.php' style='color: #2092d9;font-weight: bold;'>DEMO 07\'s Top 5 Products</a>"+"<div style='font-size: 11px; line-height: 18px;'>"+"\"What I like about Nexo is how simple it is to set up, and how customizable it is.\"<br />- Michael Miller, PC Magazine"+"</div></div>","<div style='line-height:24px;'>"+"<a href='http://www.demo.com/demonstrators/demo2007/91331.php' style='color: #2092d9;font-weight: bold;'>Bringing Communities Online</a>"+"<div style='font-size: 11px; line-height: 18px;'>"+"\"...A uniquely easy to use, secure, collaborative and full-featured platform.\"<br />"+"- Chris Shipley, DEMO 07<br />Executive Producer"+"</div></div>","<div style='line-height:24px;'>"+"<a href='http://www.infoworld.com/article/07/05/10/moes-nexo_1.html' style='color: #2092d9;font-weight: bold;'>Quick and Easy Collaboration</a>"+"<div style='font-size: 11px; line-height: 18px;'>"+"\"Any group, anywhere can take advantage of this service for creating simple group sites replete with handy little Web applications.\"<br />- Ephraim Schwartz, InfoWorld"+"</div></div>"],renderStyle:function(w){var a=0;w()},renderContent:function(w,s){var t=HomeModule;var sampleUrl1="http://pinkpumas.nexo.com/";var sampleUrl2="http://stmichaelspreschool.nexo.com/";var sampleUrl3="http://lewisfamily.nexo.com/";t.currentPressHtmlIndex=Math.floor(Math.random()*t.pressHtmlList.length);var pressHtml=t.pressHtmlList[t.currentPressHtmlIndex];var isSfly=Uri.getArg(document.location.search,"sfly")=="true";var showShutterflyContent=t.showShutterfly||isSfly;var headerUrl=A.imagesBase+"home/"+(showShutterflyContent?"header2.jpg":"headerNoShutterfly.jpg");var learnMoreUrl=WebPath.fromPathKey("www/learn_more");w("<img src='",headerUrl,"' />","<table cellpadding=0 cellspacing=0 width=100% style='border: 1px solid #BDBEBD; border-collapse: separate;'>","<col width=679 >","<col width=259 >","<tr>","<td>","<div style='height: 348px; background: url(",A.imagesBase,"home/middleleft.jpg) no-repeat;' >","<div style='position: relative; top: 302px; left: 298px; width: 97px; height: 24px; cursor:pointer;' onclick='Nexo.go(\"",learnMoreUrl,"\");' >","</div>","</div>","</td>","<td>","<div style='height: 348px; background: url(",A.imagesBase,"home/middleright.jpg) no-repeat;' >","<div style='position: relative; top: 65px; left: 78px; width: 96px; height: 22px; cursor:pointer;' onclick='C.signUp()'>","</div>","<div style='position: relative; top: 77px; left: 43px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFF;'>Already a member? ","<a class=showLink style='color:#f7e3c6;' href='' onclick='C.signIn();return false;'>Sign In</a>","</div>","<div stylex='padding: 40px 0 0 20px; widthx: 100%; height: 96px;'>","</div>","<div style='position: relative; top: 174px; left: 21px; width: 64px; height: 64px; cursor:pointer;' onclick='Nexo.go(\"",sampleUrl1,"\");') >","</div>","<div style='position: relative; top: 110px; left: 98px; width: 64px; height: 64px; cursor:pointer;' onclick='Nexo.go(\"",sampleUrl2,"\");' >","</div>","<div style='position: relative; top: 46px; left: 175px; width: 64px; height: 64px; cursor:pointer;' onclick='Nexo.go(\"",sampleUrl3,"\");' >","</div>","</div>","</td>","</tr>","<tr>","<td valign=top>","<div style='padding: 10px 0 0 10px;'>");if(showShutterflyContent){w("<div style='font-weight: bold; font-size:18px; color:#2092d9;'>Shutterfly acquires Nexo</div>","<div style='padding-top: 20px;'>","Thanks for your interest in joining Nexo. <b><a href='",learnMoreUrl,"' style='text-decoration: underline;'>Click here</a></b> to learn about important changes to the Nexo service.","</div>","<a href='http://www.shutterfly.com?cid=NexoCSS' >","<img src='",A.imagesBase,"shutterfly.jpg' style='padding-top: 20px;'/>","</a>")}var nexoNewsUrl=WebPath.fromPathKey("www/news");w("</div>","</td>","<td valign=top style='background-color: #dedbde;'>","<div style='padding: 10px 21px 10px 21px;'>","<div style='font-weight: bold; font-size:18px; color:#2092d9;'>In the news</div>","<div id=press style='height: 125px;' >",pressHtml,"<br />","</div>","<a href='",nexoNewsUrl,"' style='text-decoration: underline;'>More</a>","</div>","</td>","</tr>","</table>","<img src='",A.imagesBase,"home/footer2.jpg' />");setTimeout(t._0,t.pressRotationPeriod)},_0:function(){var t=HomeModule;t.currentPressHtmlIndex++;var e=Dom.getElement("press");if(e){e.innerHTML=t.pressHtmlList[t.currentPressHtmlIndex%3];setTimeout(t._0,t.pressRotationPeriod)}}};if(window.Module)Module.add(HomeModule);