Math.randomMax = function(maxVal,asFloat){
	var val = Math.random()*maxVal;
	return asFloat?val:Math.round(val);
}

var annNumber = Math.randomMax(1);
var featNumber = Math.randomMax(3);





// FEATURE - Talent
	document.write("<TABLE cellSpacing=0 cellPadding=5 width=\"100%\" border=0 style=\"MARGIN-BOTTOM: 15px; BORDER-BOTTOM: #999 1px solid\">");
	document.write("<TBODY>");
	document.write("<TR>");
	document.write("<TD vAlign=top>");
	document.write("<H2><span>FROM SOURCING TO SUCCESSION PLANNING</span><img style=\"padding:5px 0;\" src=\"/images/nxst_logo_talent-white_silo.gif\" alt=\"Next Street Talent\" width=\"250\" height=\"33\"/></H2>");
	document.write("<P>Next Street expands its Talent practice with the addition of Shane Cox who brings over 12 years of experience in talent acquisition and strategic HR staffing to attracting quality talent on behalf of Next Street&#8217;s urban small-business and nonprofit clients.</P>");
	document.write("<TD vAlign=top></TD></TR></TBODY></TABLE>");


if (featNumber == '1') {

// FEATURE - Next Street Capital
	document.write("<TABLE cellSpacing=0 cellPadding=5 width=\"100%\" border=0 style=\"MARGIN-BOTTOM: 15px;\">");
	document.write("<TBODY>");
	document.write("<TR>");
	document.write("<TD vAlign=top>");
	document.write("<H2>Announcing the launch of<br /><img style=\"padding:5px 0;\" src=\"/images/nxst_logo_capital-white_silo.gif\" alt=\"Next Street Capital\" width=\"250\" height=\"33\"/></H2>");
	document.write("<P>Providing customized lending and capital solutions to small businesses in underserved urban markets. <A class=more rel=\"external\" target=\"pressrelease\" href=\"/downloads/Next_Street_Capital_Release_11310.pdf\" style=\"white-space:nowrap;\" onfocus=\"this.blur();this.hideFocus=true;\">DOWNLOAD THE PRESS RELEASE <SPAN>&gt;</SPAN></A>&nbsp;<span style=\"color:#aaa;font-size:.7em;\">(PDF)</span></P>");
	document.write("<TD vAlign=top></TD></TR></TBODY></TABLE>");

} else { 

// FEATURE - Next Street Agency
	document.write("<TABLE cellSpacing=0 cellPadding=5 width=\"100%\" border=0 style=\"MARGIN-BOTTOM: 15px;\">");
	document.write("<TBODY>");
	document.write("<TR>");
	document.write("<TD vAlign=top>");
	document.write("<h2><span>ANNOUNCING THE LAUNCH OF</span> <a id=\"agencybtn\" class=\"off\" href=\"http://www.nextstreetagency.com\" onfocus=\"this.blur();this.hideFocus=true;\" onmouseover=\"changeStyle('agencybtn', 'on');\"  onmouseout=\"changeStyle('agencybtn', 'off');\"></a></H2>");
	document.write("<P>The marketing and advertising practice of Next Street introduces its <a href=\"http://www.nextstreetagency.com\" onfocus=\"this.blur();this.hideFocus=true;\" >new online home</a>.   Next Street Agency serves the firm&#8217;s portfolio of inner city small businesses as well as an independent portfolio of Fortune 500 and nonprofit clients with full-service, comprehensive marketing programs across digital and traditional media. <A class=more rel=\"external\" target=\"pressrelease\" href=\"/downloads/Next_Street_Agency_Launch.pdf\" style=\"white-space:nowrap;\" onfocus=\"this.blur();this.hideFocus=true;\">DOWNLOAD THE PRESS RELEASE <SPAN>&gt;</SPAN></A> <span style=\"color:#aaa;font-size:.7em;\">(PDF)</span></P>");
	document.write("<TD vAlign=top></TD></TR></TBODY></TABLE>");

}

