﻿// JScript File to display phone numbers and email for contact

    document.write("<a class=\"two\" >Phone:(631) 907-4645 &nbsp;&nbsp;&nbsp;Cell: (917) 681-6838&nbsp;&nbsp;&nbsp;Cell: (917) 681-6833<br/></a>");
    document.write("<a class=\"two\" href=\"mailto:getinfo@easthampton-arthouse-bedandbreakfast.com\">getinfo@easthampton-arthouse-bedandbreakfast.com<br/><br/></a>");

// JScript File to display twitter, facebook, yelp, etc...   
    document.write("<a href=\"http://twitter.com/ArtHouseBandB\" target=\"_blank\"><img src=\"Images/twitterbutton-0208.png\" title=\"Twitter\" width=\"157\" height=\"90\" border=\"0\"></a>");
    document.write("<a href=\"http://facebook.com/pages/East-Hampton-NY/East-Hampton-Art-House-Bed-and-Breakfast/121046847942778\" target=\"_blank\"><img src=\"Images/facebook.jpeg\" title=\"Facebook\" width=\"90\" height=\"90\" border=\"0\"></a>");
    document.write("<a href=\"http://www.yelp.com/biz/east-hampton-art-house-bed-and-breakfast-east-hampton\" target=\"_blank\"><img src=\"Images/yelp.jpg\" title=\"Yelp\" width=\"90\" height=\"90\" border=\"0\"></a>");


