// JavaScript Document
function runObj(string)
{
	if(string != undefined) {
		document.write(string);
	}
}