var G5=window,M5=document;function metatags(form){var txt='<META NAME="DESCRIPTION" CONTENT="'+form.description.value+'">\r\n';txt+='<META NAME="KEYWORDS" CONTENT="'+form.keywords.value+'">\r\n';txt+='<META NAME="AUTHOR" CONTENT="'+form.author.value+'">\r\n';txt+='<META NAME="RATING" CONTENT="'+form.rating.options[form.rating.selectedIndex].text+'">\r\n';txt+='<META NAME="ROBOTS" CONTENT="'+form.robots.options[form.robots.selectedIndex].text+'">\r\n';txt+='<META NAME="REVISIT-AFTER" CONTENT="'+form.revisit.value+'">\r\n';form.result.value=txt;}