 	function insertRandomText(){
	document.write("Here I am");
 	}
 function displaymessage(){
   	alert("Hello World!");
 }

//  New script by Brita Nelson and Sari Sam December 18th 2007
//  This is to insert a quick time object into a page to solve a bug with IE 7

function insertQTobject(fileName){

	document.write('<embed src="'+fileName+'" width="375" height="250"></embed>');

}