function fontme(){
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
if(InternetExplorer){
document.write('<STYLE TYPE="text/css">');
document.write('@font-face {');
document.write('font-family: Andy Bold;');
document.write('font-style:  normal;');
document.write('font-weight: normal;');
document.write('src: url(fonts/ANDY0.eot);');
document.write('}');
document.write('-->');
document.write('</STYLE>');
}else{
document.write('<LINK REL=FONTDEF SRC="fonts/Andy.pfr">');
document.write('<STYLE type="text/css">');
document.write('P {margin-left:20%;}</STYLE>');
}}
