function phone(){
var tel = "(610) 436-6400";
document.write('<a class=blink>');
document.write(tel);
document.write('</a>');

}
