function HTML(a,p,e){
/*Copyright (c) 2002-2004 by Richard Edwards.*/
String.prototype.write=Array.prototype.write=function(){document.write(this);return this};
String.prototype.status=Array.prototype.status=function(){window.status=this;return this};
String.prototype.alert=Array.prototype.alert=function(){alert(this);return this};
String.prototype.confirm=Array.prototype.confirm=function(){return confirm(this)?this:''};
var x=[
	function(W){/*attribute x*/var q=String.fromCharCode(34);return ' x='+q+((typeof(W)!='undefined')?W:'x')+q},
	function(W){/*html tag x*/return '<x'+((typeof(W)!='undefined')?W:'')+' />'},	
	function(W){/*[string] container x*/return '<x'+((typeof(W)!='undefined')?W:'')+'>'+this+'</'+'x>'},	
	function(W){/*[array] html tag x*/var o='<x'+((typeof(W)!='undefined')?W:'')+' />';return o+this.join(o)},	
	function(W){/*[array] container x*/var o='<x'+((typeof(W)!='undefined')?W:'')+'>',c='</'+'x>';return o+this.join(c+o)+c},	
	function(W){/*css property x*/return 'x: '+((typeof(W)!='undefined')?W:'inherit')+'; '},	
	function(W){var w=W.split(':');if(w[1]){w[1]=w[0]+'-'+w[1].split(',').join(';'+w[0]+'-')};return w.join(';').split(';').join(';')},	
	function(W){var w=W.split(';');for(var i=0;i<w.length;i++){w[i]=x[6](w[i])};return w.join(';').split(';');}
];
var a=((typeof(a)!='undefined')?a.split(' '):[]),p=((typeof(p)!='undefined')?x[7](p):[]),e=((typeof(e)!='undefined')?e.split(' '):[]);
var t,u,l,j=[],s=0;
if(a.length>0){
	for(var i=0;i<a.length;i++){
		t=a[i];u=t.toUpperCase();l=t.toLowerCase();
		if(t==l){j[s]='window.'+u+'='+x[0]}
		else if(t==u){j[s]='String.prototype.'+u+'='+x[2]+';'+'Array.prototype.'+u+'='+x[4]}
		else{j[s]='window.'+u+'='+x[1]+';'+'Array.prototype.'+u+'='+x[3]};
		j[s]=j[s].replace(/x/g,l);
		s++
	}
};
if(p.length>0){
	for(var i=0;i<p.length;i++){
		t=p[i].toLowerCase();u=t.toUpperCase().replace(/\-/g,'_');l=u.toLowerCase();
		if(window[l]){l='_'+l};
		j[s]='window.'+l+('='+x[5]).replace(/x/g,u).split(u).join(t);
		s++
	}
};
if(e.length>0){
	for(var i=0;i<e.length;i++){
		l=e[i].toLowerCase();
		if(!window[l]){window[l]='&'+l+';'}
	};
	String.prototype.style=Array.prototype.style=function(W){/*css style*/return this+'{'+W+' }'}
};
eval(j.join(';'));
return ''
};
HTML('A action align alt B background Base bgcolor BIG BLINK BODY border bordercolor bordercolordark bordercolorlight Br cellpadding cellspacing checked class color cols colspan compact content dir DIV enctype face FONT FORM H1 H2 H3 H4 H5 H6 HEAD height Hr href hspace HTML I id Img Input lang language leftmargin LI Link marginheight marginwidth maxlength Meta method multiple name NOSCRIPT noshade nowrap OL onblur onchange onclick onfocus onload onmouseout onmouseover onreset onselect onsubmit onunload OPTION P PRE readonly rel rows rowspan SCRIPT SELECT size SMALL SPAN src start STRIKE STYLE style SUB SUP TABLE target TD TEXTAREA TH TITLE title topmargin TR TT type U UL valign value vspace width wrap','azimuth;background:attachment,color,image,position,repeat;border:collapse,color,spacing,style,top,right,bottom,left,top-color,right-color,bottom-color,left-color,top-style,right-style,bottom-style,left-style,top-width,right-width,bottom-width,left-width,width;bottom;caption-side;clear;clip;color;counter:increment,reset;cursor;direction;display;elevation;empty-cells;font:family,size,size-adjust,stretch,style,variant,weight;height;left;letter-spacing;line-height;list:style,style-image,style-position,style-type;margin:top,right,bottom,left;marker-offset;marks;max:height,width;min:height,width;orphans;outline:color,style,width;overflow;padding:top,right,bottom,left;page:break-after,break-before,break-inside;position;quotes;right;size;table-layout;text:align,decoration,indent,shadow,transform;top;vertical-align;visibility;white-space;widows;width;word-spacing;z-index','amp apos cent copy gt lt nbsp pound quot reg trade yen');

