var flashContent = '' +

'<object type="application/x-shockwave-flash" data="intro4.swf" width="1015" height="550" id="intropage" align="middle">' +

'<param name="allowScriptAccess" value="always" />' +

'<param name="movie" value="intro4.swf" />' +

'<param name="quality" value="high" />' +

'<param name="wmode" value="transparent" />' +

'<param name="bgcolor" value="#2d2d2d" />' +

'</object>';




var alternateContent = '<h1>Custom Hardscapes</h1><h2><ul><li>Patios<li>Retaining Walls<li>Stoneworks</ul></h2><p>Custom Hardscapes is a full service residential and commercial company specializing in custom hardscape design and installation. Our staff is here to ensure that customer service and satisfaction are guaranteed. Please take a moment to look at our portfolio and see some of our work. We offer free estimates and are bonded and insured. <p>Custom Hardscapes is a locally owned and operated business serving the Middle Tennessee area. As a member of the BBB we strive to complete your project in a timely yet professional manner within your budget. Certified through the NCMA (National Concrete Masonry Association) and the ICPI (Interlocking Concrete Pavement Institute) we have the most up-to-date training and knowledge to construct your project the right way. We are committed to quality installation and customer service on a personal level. Whether you have spacious terrain with endless possibility or you are on a standard suburban lot, Custom Hardscapes can help you transform your space into a beautiful oasis that will not only enhance your property and value but will be a source of pride and enjoyment for years to come. <p>From concept to completion, we will be with you every step of the way to ensure you get the results you desire. Custom Hardscapes is committed to delivering a full range of extraordinary customn hardscaping to all of our clients including: <p> <h3> Installation & Design Services: </h3> <h2> <ul> <li> Patios <li> Retaining Walls <li> Stone Masons <li> Outdoor Fireplaces <li> Courtyards <li> Driveways <li> Pergolas <li> Landscape Lighting </ul> </h2> <p> Request an Estimate:  <p> First name <p> Last name <p> How did you hear about us <p> Address <p> E-mail <p> Day Phone <p> Eve Phone <p> Project Details <p> Someone from our office will get back with you as soon as possible. <p> Employment Opportunities: <p> First Name <p> Last Name <p> E-mail <p> Telephone <p> Copy and Paste your resume here: <p> Custom Hardscapes hires without regard to race, sex, sexual orientation, creed, age, color or national origin, and in compliance with all state and federal laws. <p> You can Fax your resume to us at: <p> FAX: 615.591.8743 <p> You can Email your resume to us at: <p> customhardscapesllc@hotmail.com <p> 615.887.5554 <p> Free Estimates <p> Bonded / Insured <p> References Available ';



// Version check based upon the values entered in "Globals"

var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

			

// Check to see if the version meets the requirements for playback

if (hasRequestedVersion) {

	// if we've detected an acceptable version

	// embed the Flash Content SWF when all tests are passed

				

	document.write(flashContent);

				

} else {  // flash is too old or we can't detect the plugin

	

	document.write(alternateContent);  // insert non-flash content

}

