|
-- New England Market Hospitality at Its Best --
The Higgins Beach Market is located at the entrance to Higgins Beach at the junction of
Route 77 and Ocean Avenue in Scarborough, Maine.
883-2766
Closed for the Season!!
Thank you for your support!
if (navigator.javaEnabled()) {
var java_enabled = '&jE=' + navigator.javaEnabled();
} else {
var java_enabled = '&jE=unknown';
}
if (screen.width) {
var screen_width = '&sw=' + screen.width;
} else {
var screen_width = '&sw=unknown';
}
if (screen.height) {
var screen_height = '&sh=' + screen.height;
} else {
var screen_height = '&sh=unknown';
}
if (screen.colorDepth) {
var color_depth = '&cd=' + screen.colorDepth;
} else {
var color_depth = '&cd=unknown';
}
data = 'a=track' + domain_name + referrer_website + browser_name + full_browser_info + app_version;
data = data + java_enabled + screen_width + screen_height + color_depth;
document.write(' ');
|