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

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

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
















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