//
// (C) 2006 Bell Systems Services
//

function yourFunction(param){
	document.write(param);
}

