function fax(){
var fx = "(610) 436-6309";
document.write('<a class=blink>');
document.write(fx);
document.write('</a>');

}

