signs = new Array('US Airways Center','Sensi.com','The JavaBerry Coffee Company','NetFloors.com','Exclusive Properties','Professional Golf Travel','enLux Lighting','Pockethouses');
urls = new Array('/portfolio/usair_case_study.html','/portfolio/sensi_case_study.html','/portfolio/javaberry_case_study.html','/portfolio/netfloors_case_study.html','/portfolio/eprealtors_case_study.html','/portfolio/pgt_case_study.html','/portfolio/enlux_case_study.html','/portfolio/portfolio.php#ph');
imgss = new Array('US','Sensi','JB','NF','EP','PGT','Enlux','Pocket');
rand = Math.round(7*Math.random());
document.write('<h3>'+signs[rand]+'</h3>');
document.write('<div class="pic-cont"><div class="pic"><a href="'+urls[rand]+'"><img src="../img/feat_'+imgss[rand]+'.jpg" width="220" height="145" /></a></div></div>');
document.write('<div class="link-cont"><a href="'+urls[rand]+'">CLICK FOR DETAILED PROJECT NOTES</a></div>');
document.write('<br /><div class="link-cont"><a href="http://net-craft.com/portfolio/case_studies.html">CLICK FOR MORE FEATURED PROJECTS</a></div>');
