	document.write('<div class="container">');
	document.write('<div class="grid_1 box1">')
	document.write('<img src="http://www.ngrain.com/img/footer/downloads.gif" alt="Downloads" class="img10" /><br /><br />')
	document.write('<img title="Software Box" src="http://www.ngrain.com/img/footer/softwarebox.gif" /><br /><p>Interact with 3D equipment now. Download NGRAIN demos and the free NGRAIN Viewer. <a href="http://www.ngrain.com/downloads/index.aspx">Click here</a></p>')
	document.write('</div>')
	document.write('<div class="grid_1 box2">')
	document.write('<img src="http://www.ngrain.com/img/footer/casestudies.gif" alt="Case Studies" class="img10"/><br /><br />')
	writecasestudies();
	document.write('</div>')
	document.write('<div class="grid_1 box3">')
	document.write('<img src="http://www.ngrain.com/img/footer/featurednews.gif" alt="Featured Event" class="img10" /><br /><br />')
	document.write('<div id="eventbox">')
	writefeatures();
	document.write('</div>')
	document.write('</div><div class="clear"></div>')
	document.write('<div class="grid_3"><div class="yellowline"></div></div><div class="clear"></div>')
	document.write('<div class="grid_3">')
	document.write('<p class="copyright"> &copy; 2008 NGRAIN (Canada) Corporation and its licensors. All rights reserved. NGRAIN is registered trademark of NGRAIN (Canada) Corporation | design by: <a href="http://www.melocreative.com" target="_blank">meloCreative</a><br /><a href="http://www.ngrain.com/sitemap/">Sitemap</a> | <a href="http://www.ngrain.com/privacypolicy/">Privacy Policy</a> | <a href="http://www.ngrain.com/WebsiteTermsofUse.pdf">Website Terms of Use</a></p>')
	document.write('</div><div class="clear"></div></div>')

function writecasestudies()
{
	document.write('<ul>\n');
	document.write('<li><a href="../pdfs/masterhomepage/NGRAIN Value of 3D in Military Training and Operations.pdf" target="_blank">Value of 3D in Military Training and Operations</a></li>\n');
	document.write('<li><a href="../pdfs/CaseStudy-TransformingMedicalTraining(USAF).pdf" target="_blank">Transforming Medical Training</a></li>\n');
	document.write('<li><a href="../pdfs/CaseStudy-ImprovingTechnicianTrainingAchievingDramaticSavings(USArmy).pdf" target="_blank">Achieving $14 Million in Savings</a></li>\n');
	document.write('<li><a class="greytext" href="../casestudies/">More Case studies</a></li>\n');
	document.write('</ul>\n');
}

function writefeatures()
{
	rnd.today=new Date();
	rnd.seed=rnd.today.getTime();

	function rnd() {
	        rnd.seed = (rnd.seed*9301+49297) % 233280;
	        return rnd.seed/(233280.0);
	};

	function rand(number) {
		var result = Math.ceil(rnd()*number);
		if (!result)result++;
	        return result
	};
	var ad_cnta = 3;
	var ada = rand(ad_cnta);
	var linka;
	var texta;
	var heading;
	var linktxt;
	var widtha;
	var heighta;
	var space;
	if (ada==1) {
	heading='<img src="http://www.ngrain.com/img/footer/rss.gif" /><img src="http://www.ngrain.com/img/footer/pressrelease.gif" alt="Press Release" class="img5" />'
	linka="../pdfs/Press_Releases/2009/NGRAINSavesUSArmySchool$14MillionaYear(30-12-09).pdf";
	texta="NGRAIN Saves United States Army School $14 Million Dollars a Year";
	linktxt="Read More"
	var space = "<br/>"
	}
	if (ada==2) {
	heading='<img src="http://www.ngrain.com/img/footer/rss.gif" /><img src="http://www.ngrain.com/img/footer/pressrelease.gif" alt="Press Release" class="img5" />'
	linka="../pdfs/Press_Releases/2009/NGRAINOpeningVirginiaOffice(30-12-09).pdf";
	texta="NGRAIN Opening Virginia Office &ndash; Rapid rise in US military demand for NGRAIN solutions a key factor";
	linktxt="Read More"
	var space = ""
	}
	if (ada==3) {
	heading='<img src="http://www.ngrain.com/img/footer/movie.gif" /><img src="http://www.ngrain.com/img/footer/video.gif" alt="Video" class="img5" />'
	linka="http://www.ngrain.com/company/index.aspx";
	texta="NGRAIN Customers Tell Their Stories<br/>";
	linktxt="Watch Now"
	space = "<br/>"
	}
	document.write(heading);
	document.write('<p>'+texta+''+space+'<br/>');
	document.write('<a href="'+linka+'">'+linktxt+'</a></p>')
}