// JavaScript Document
function obj_fun(strObjectTag){
	document.write(strObjectTag);
}
