// NOTES:
// Make sure when editing the following lines, that quotes " and semicolons ; are left intact.  
// Only edit "BETWEEN" the quotes !!!

var _ac   = ""; // Your area code
var _no = ""; // Your phone number

// WARNING: DO NOT CHANGE ANYTHING BELOW THIS LINE
// *******  ** *** ****** ******** ***** **** ****
















document.write("("+_ac+") "+_no);
