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