
switch(location.pathname){
	case '/project_plan_software.html':
		document.write('\
			<div class="cta-block"> \
			<h1>Manage projects with the right software</h1> \
			<p>Get the best tools to co-ordinate your management projects. Project Perfect software makes it easy to organise, administer and oversee a range of tasks, making the everyday running of your business more efficient.</p> \
			<p>Issue management, quality assurance, budget documents and status reports are made simple. Get Project Perfect software now and experience the difference.</p> \
			<div class="cta"><a href="/pa_download_enq.htm">Download a trial Version now!</a></div> \
			<div class="cta"><a href="/catalog/index.php/cPath/21">Buy Now!</a></div> \
			<div class="cta"><a href="/pa.htm">More Info</a></div> \
			</div> \
		');
	break;

}


switch(location.pathname){
	case '/issue_tracking_software.html':
		document.write('\
			<div class="cta-block"> \
			<h1>Minimise your risks:</h1> \
			<h2>Get the best issue tracking software now</h2>\
			<p>Project Perfect software makes it easy co-ordinate workflow and identify risks, making the everyday running of your business more efficient.</p> \
			<p>Designed by professional project managers, the new version of Project Perfect\'s issue management software is the essential tool for any successful office.</p> \
			<div class="cta"><a href="/pa_download_enq.htm">Download a trial Version now!</a></div> \
			<div class="cta"><a href="/catalog/index.php/cPath/21">Buy Now!</a></div> \
			<div class="cta"><a href="/pa.htm">More Info</a></div> \
			</div> \
		');
	break;

}