
function writePromo()
{
document.write('<div id="promo">');
document.write('<div class="promo_header"><img src="images/promo_header.gif" alt="In The News" width="159" height="29" border="0" /></div>');

document.write('<div class="promo_group" style="padding-bottom:15px;">');


document.write('<a href="http://www.packexpo.com/pei2010/public/enter.aspx" target="_blank">');
document.write('<img src="images/pack_expo_logo.jpg" width="90" height="91" border="0" alt="Pack Expo 2010"></a>');

document.write('<h3 style="color:black;">Pack EXPO 2010</H3>');
document.write('<p style="text-align:center;">Chicago, IL<br />Oct 31 - Nov 3, 2010<br />Booth #1616</p>');
document.write('<p style="text-align:center;"><a href="http://www.packexpo.com/pei2010/public/enter.aspx" target="_blank">More Info</a></p>');
document.write('</div>');

document.write('<div class="promo_group" style="padding-bottom:15px;">');
document.write('<h3 style="color:black;">EXTENDED TAX INCENTIVES</H3>');
document.write('<p>Take Advantage of 2010 Tax incentives on Capital Equipment Purchases. <a href="News.html" target="_blank">Read More</a></p>');
document.write('</div>');

document.write('<div class="promo_group" style="padding-bottom:25px;">');
document.write('<h3 style="color:black;">WE HAVE MOVED</H3>');
document.write('<p>Flexible Material Handling has expanded to a new facility in Suwanee, GA. <a href="/downloads/Suwanee_Announcement_07-19-10.pdf" target="_blank">Read More</a></p>');
document.write('</div>');










//document.write('<p style="text-align:center;"><a href="/downloads/AftersortPressRelease_112108.pdf">');
//document.write('<img src="/images/Nestaflex-Aftersort-Color-Logo.gif" style="width:137px;height:32px;border:0px;" alt="Press Release" />');
//document.write('</a></p>');
//
//document.write('<p>Fischbein LLC has entered into an exclusive sales and marketing agreement with Aftersort, Inc. ... <a href="/downloads/AftersortPressRelease_112108.pdf">Read More</a></p>');


//document.write('<div class="promo_group" style="padding-bottom:20px;">');
//document.write('<p style="text-align:center; font-weight:bold;">Exciting Announcement Coming Soon!!</p>');
//document.write('</div>');

//document.write('<p style="text-align:center;"><img src="images/na_booth.jpg" alt="NA 2008" width="149" height="112" border="0" /></p>');
document.write('</div>');
}


function writeHeader()
{
document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
document.write('<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">');
document.write('<head>');
document.write('<title>Flexible Material Handling: Nestaflex&reg; 375</title>');
document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />');
document.write('<meta http-equiv="imagetoolbar" content="no" />');
document.write('<script type="text/javascript" src="scripts/bootstrap.js" styles="screen screen-ie6"></script>');
document.write('<script type="text/javascript" src="scripts/logic.js"></script>');
document.write('<link href="styles/print.css" rel="stylesheet" type="text/css" media="print" />');
document.write('</head>');
document.write('<body id="Body">');
document.write('<div id="print_logo"><img src="/images/flexmh_print.gif" /></div>');
document.write('<div id="horizon">');
document.write('<div id="wrapper">');
document.write('<div id="header">');
document.write('<div id="logoLink"><a href="Default.html" alt="Flexible Material Handling"></a></div>');
}

