<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "170"		// ADD HEIGHT TO ALL PAGES





// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('Find the latest breaking business news, updated throughout the day. <a href="http://charlotte.bizjournals.com/charlotte/" target="_blank">Visit the Charlotte Business Journal.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Awards Area<br></legend>');

document.write('<a href="clt-business-journal.pdf" target="_blank"><img src="picts/fast-50sm.jpg" width="175" height="131" border="0" alt="Charlotte Business Journal Fast 50" class="borders"> Pavement Exchange Group. LLC has just been listed by the Charlotte Business Journal as one of the Top 50 Fastest Growing Businesses in Charlotte. Click Here to Read Article!</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}






// 3ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Projects Area<br></legend>');

document.write('</fieldset>');
document.write('<br><br>');
}



// START SIDEBAR MENU //


document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');


document.write('<a href="projects4.htm" class="menuSidebar">Johnson City, TN</a>');


document.write('<a href="projects3.htm" class="menuSidebar">Greensburg, PA</a>');


document.write('<a href="projects2.htm" class="menuSidebar">Gaithersburg, MD</a>');


document.write('<a href="projects.htm" class="menuSidebar">Columbia, MD</a>');


document.write('<a href="projects5.htm" class="menuSidebar">Harvey, LA</a>');


document.write('<a href="http://pavementexchange.workoasis.com:80/" target="_blank" class="menuSidebar"> Work Oasis Login</a>');

document.write('</td></tr></table><br>');


// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Contact Area<br></legend>');

document.write('<img src="picts/new-logo-1.png" width="175" height="151" border="0" alt="image" class="borders">');
document.write('<br>');
document.write('<br>');
document.write('Pavement Exchange Group');
document.write('<br>');
document.write('200 Queens Rd. Ste. 102');
document.write('<br>');
document.write('Charlotte, NC 28204');
document.write('<br>');
document.write('phone (704) 364-3725');
document.write('<br>');
document.write('fax (704)644-5526');
document.write('<br>');
document.write('<br>');
document.write('<a href="mailto:info@pavementexchange.com">info@pavementexchange.com</a>');

document.write('<br>');
document.write('<br>');

document.write('<a href="Henry Miller.vcf"> V-Card: Henry Miller</a><br>');

document.write('<br>');

document.write('<a href="bryant.vcf"> V-Card: Bryant Brewer</a><br>');

document.write('<br>');

document.write(' <a href="Steve Winstead.vcf" class="link">V-Card: Steve Winstead</a><br>');

document.write('<br>');

document.write(' <a href="Paige (Miller) Sherrill.vcf" class="link">V-Card: Paige (Miller) Sherrill</a><br>');

document.write('<br>');

document.write(' <a href="Michele Schutte.vcf" class="link">V-Card: Michele Schutte</a><br>');

document.write('<br>');

document.write(' <a href="mailto:peg.oasis.support@gmail.com" class="link">Email PEG Qasis Support</a><br>');


document.write('</fieldset>');
document.write('<br><br>');
}


// END SIDEBAR MENU //









// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<br><img src="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->