var allPageTags = new Array(); 

function changeTitle(sClassName,sTitle) { 

	
	 //Populate the array with all the page tags 
	var Title = document.getElementById(sClassName);
	
}
	
