var HTMLStr; //Define data variable
//Lets put some data into that variable...
	HTMLStr = 
		"Copyright &copy; 1997-2010 Kevin Sanders. All rights reserved.";

document.write(HTMLStr); //Write variable(data) to the webpage