function w_meta() {
   var s = '' +
    '<meta http-equiv="content-language" content="EN"/>' +
	'<meta name="Description" content="World Government"/>' +
	'<meta name="Keywords" content="World Government"/>' +
	'<meta name="Distribution" content="Global"/>' +
	'<meta name="Author" content="Kiwi Creative"/>' +
	'<meta name="Robots" content="index,follow"/>';
	document.write(s);
}

function getname(h) {
   return h.substring(h.lastIndexOf('/')+1,h.indexOf('.'));
}

function w_name(h) {
   document.write('<a name="' + getname(h) + '"></a>');
}

function w_title(h) {
   document.write('<title>' + getname(h) + ' - World Government of World Citizen - Welcome</title>');
}
