// JavaScript Document
function changeText(text) {
 	document.getElementById('rollover').innerHTML=text;
}
