//alert("sidebar.js says...\n     wai=["+wai+"]");
//NOTE!!! this conditional is a JS repetition of the PHP test done for default assignment in _wai.php -- has to do here as well to pop funfacts on sub/archive blog article pages added under 'blob' section -- if it ain't something we specifically know, it's a bloggy...
if (wai!="home" && wai!="what-we-do" && wai!="our-philosophy" && wai!="meet-the-team" && wai!="shop-now"  && wai!="contact" && wai!="imagine" && wai!="create" && wai!="dream" && wai!="grow" && wai!="search" && wai!="contest") { wai="blog"; }

if (wai=='home')			{ var ptxt="<iframe src='http://www.facebook.com/plugins/likebox.php?id=147008678572&amp;width=300&amp;connections=15&amp;stream=true&amp;header=true&amp;height=670' frameborder='0' style='background:#8faebe;border:none; overflow:auto;width:300px;height:670px;margin-left:0px;' allowTransparency='false'></iframe>"; }
if (wai=='meet-the-team')	{ var ptxt="We all wear many hats with the ultimate goal of providing superior customer service and the best products to fit your needs. Oh yeah, and we have lots of fun while doing&nbsp;it.<br><br>While you might never meet us in person, we want to be sure you know who is on the other end of the phone, wearing a smile and one of our many, many&nbsp;hats.<br><br>We answered a few questions so you could get to know us... really know us. Of course we are marketing, promotional products, and customer service experts. But we dug deep so you could get to know the real people behind Promolux."; }
if (wai=='what-we-do')		{ var ptxt="<div style='font-weight:bold;margin-bottom:-8px;'>On a very literal level, we can provide you<br>with any of this:</div><br><span style='line-height:2.0;'>&nbsp;&nbsp;~ Decorated Apparel<br>&nbsp;&nbsp;~ Corporate Gifts<br>&nbsp;&nbsp;~ Sales Incentives<br>&nbsp;&nbsp;~ Marketing Premiums<br>&nbsp;&nbsp;~ Employee Uniforms<br>&nbsp;&nbsp;~ Awards/Incentives<br>&nbsp;&nbsp;~ Promotional Products<br>&nbsp;&nbsp;~ Advertising Specialties<br>&nbsp;&nbsp;~ Custom Souvenirs</span>"; }
if (wai=='shop-now')		{ var ptxt="Pretty much whatever you can print, embroider, etch, stitch, or slap your logo on, we can do it. But here's the deal, we're going to make sure it's what you want and need, and what best represents your company or&nbsp;organization.<br><br>Want a 6-cent pen or cheap T-Shirt? Go somewhere else. We believe our clients deserve quality and their company should be represented in the best way possible."; }

if (wai=='blog' || wai.indexOf('category/')>-1) { var ptxt=funfact; } //this actual value is passed as a full graphic tag by the PHP processor via added script injection in header.pgp...
//original code for random text/html tip display -- from the 'if' above...
//  fdiv="<div style='background:#ffccff;width:196px;padding:2px;padding-bottom:6px;color:midnightblue;'>";
//  ff01=fdiv+"Fun Fact #1:<hr style='margin:0px;margin-bottom:2px;'>The earth is ROUND!</div>";
//  ff02=fdiv+"Fun Fact #2:<hr style='margin:0px;margin-bottom:2px;'>Promolux =<br>&nbsp;&nbsp;&nbsp;&nbsp;Products That PROMOTE!</div>";
//  ff03=fdiv+"Fun Fact #3:<hr style='margin:0px;margin-bottom:2px;'>SWAG is cool stuff that people love to horde cuz it's usually FREE!</div>";
//  ff04=fdiv+"Fun Fact #4:<hr style='margin:0px;margin-bottom:2px;'>Someone forgot to make something up for this one, so you get nonsense and gibberish instead!</div>";
//  ff05=fdiv+"Fun Fact #5:<hr style='margin:0px;margin-bottom:2px;'>We don't really write this stuff&nbsp;-- it's written by a GHOST!</div>";
//  ff06=fdiv+"Fun Fact #666:<hr style='margin:0px;margin-bottom:2px;'><i>theWebDude</i> is a master of Black Majick and VooDoo... though, oddly, not so much of the web [!?!].</div>";
//  var fact=new Array(ff01, ff02, ff03, ff04, ff05, ff06); var num=Math.floor((Math.random() * fact.length)); var ptxt=fact[num];
//NOT IN USE presently -- uncomment [remove '//'] and update content to enable onPage display in sideBar...
//if (wai=='contact')		{ var ptxt="<span style='font-weight:bold;font-style:italic;color:red;'>~~&nbsp;no content designated for left sidebar of CONTACT page&nbsp;~~</span>"; }
//if (wai=='imagine' || wai=='create' || wai=='dream' || wai=='grow')	{ var ptxt="<span style='font-weight:bold;font-style:italic;color:red;'>~~&nbsp;no content designated for left sidebar of "+wai.toUpperCase()+" page&nbsp;~~<br>use case studies here???</span>"; }

var pad=320; if (wai=="our-philosophy" || wai=="search") pad=160;	//alert("pad=["+pad+"]");
if (ptxt) { document.writeln(ptxt); }
  else { document.writeln("<img style='border:0;' src='http://10.0.1.2/spl_demo/aapromo/__promoSite/_images/sp.gif' align=right width=0 height="+pad+">"); }

