document.writeln('<style type=\"text\/css\">');
document.writeln('<!--');
document.writeln('.style1 {');
document.writeln('	color: #FF0000;');
document.writeln('	font-weight: bold;');
document.writeln('}');
document.writeln('-->');
document.writeln('<\/style>');
document.writeln('<span class=\"style1\">É«²¥<\/span>');

