function displayAlternateHTMLPage()
{
	var altHTML = '	<div id="content">' +
						'<div class="standardText">' + 
							'<h1 class="titleText">The Virtual Museum of the Pacific</h1>' +
							'<div class="spacer"></div>' +
							'The Virtual Museum of the Pacific is a collaborative project between the University of Wollongong and the Australian Museum' +
							'that intends to leverage the meta-data of 400 objects into a rich social media application. It features the ability for users' +
							'to browse objects based on their attributes and semantic meaning, and group like or similar objects together that are of interest.' +
							'<br /><br />It uses a number of novel technologies to experiment a new means of exploration and discovery over a collection. The ' +
							'use of concept lattices allows users to generalise or specialise a select sub-group of objects, known as "perspectives." Each ' + 
							'perspective provides a different lens on the collection and a different extendible vocabulary in which user communities can use to search, ' +
							'browse and enrich the collection through their own intepretive meaning.<br /><br /> ' +
							'The Virtual Museum of the Pacific requires Adobe Flash player version 9 or better. <a href="http://www.adobe.com/go/getflash/" target="_blank">Click here</a> to get Flash. ' +
						'</div>' +
					'</div>';
	
	document.write(altHTML);
}
