//Retrieve the Date for the footer
var currentTime = new Date();
var year = currentTime.getFullYear();
var pageURL		= window.location.href.toLowerCase();
var baseURL		= "http://www.cdw.com"

if (pageURL.indexOf("cdwg.com",0) >= 1) 
{
	baseURL		= "http://www.cdwg.com"
}

							// END COLUMN 2:  Main Body Content
							document.write('</td>');
						document.write('</tr>');
					document.write('</table>');
					
					// FOOTER NAV
					document.write('<div class="footernav webOnly">');
						document.write('<ul>');
							document.write('<li><a href="' + baseURL + '/content/about/default.asp">About CDW</a></li>');
							document.write('<li><a href="' + baseURL + '/content/careers/default.asp">Careers</a></li>');
							document.write('<li><a href="/default.htm">Newsroom</a></li>');
							document.write('<li><a href="' + baseURL + '/content/terms-conditions/default.asp">Terms and Conditions</a></li>');
							document.write('<li><a href="' + baseURL + '/content/contact-us/default.asp" style="border:none;">Contact Us</a></li>');
						document.write('</ul>');
						document.write('<div style="clear:both; height:1px; overflow:hidden;"></div>');
					document.write('</div>');
					// END FOOTER NAV

					// FOOTER 
					if (activeSite == "c") 
						{	document.write('<table width="100%" cellspacing="0" cellpadding="0" border="0" class="footer webOnly">');	}
					else
						{	document.write('<table width="100%" cellspacing="0" cellpadding="0" border="0" class="footer webOnly" style="background:#b80000 url(http://img.cdw.com/assets/pages/framework/footer_trim_g.gif) repeat-x;">');	}

						document.write('<tr>');
							document.write('<td width="50%" style="padding-left:14px;">');
								document.write('<!--[if IE]>');
									document.write('<img src="http://img.cdw.com/assets/pages/framework/spacer.gif" width="167" height="17" border="0" alt="The Right Technology Right Away" style="filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src=\'http://img.cdw.com/assets/pages/framework/footer_slogan.png\',sizingMethod=\'scale\');"  /><br />');
								document.write('<![endif]-->');
								document.write('<![if !IE]>');
									document.write('<img src="http://img.cdw.com/assets/pages/framework/footer_slogan.png" width="167" height="17" border="0" alt="The Right Technology Right Away" /><br />');
								document.write('<![endif]>');
							document.write('</td>');
							document.write('<td width="50%" align="right" style="background: url(http://img.beta.cdw.com/assets/pages/framework/footer_logo.gif) 100% 4px no-repeat; padding-right:100px; color:#FFFFFF; font-weight:bold; font-size:10px;">');
								document.write('Copyright &copy; 2007-' + year + ' CDW. All Rights Reserved.');
							document.write('</td>');
						document.write('</tr>');
					document.write('</table>');		// END FOOTER
				document.write('</div>');		// END WRAPPER
			document.write('</div>');		// END shadow3
		document.write('</div>');		// END shadow2
	document.write('</div>');		// END shadow1

document.write('\<script language="javascript" type="text/javascript" defer="defer"\>');
document.write("   \r\n \<!-- \r\n");

//This code was moved from inc-search-header.js.
var pageTitle = document.title.replace(/^\s*/, '').replace(/\s*$/, '')

if (pageTitle  == '') 
{
	pageTitle = "Newsroom default";
}

document.write("      cmSetProduction();")
document.write("      cmCreatePageviewTag('" + pageTitle + "', \'NEWSROOM\', '', '');");

document.write("    \r\n//--\>\r\n");
document.write("\</script\>"); 