var html = 'Recent flickr<\/a> photos for westhampstead
\n
\n
\"The<\/a>\n \"Bobby<\/a>\n \"Googly<\/a>\n \"Snail\"<\/a>\n \"Snow,<\/a>\n \"Bread<\/a>\n \"Tree<\/a>\n \"Tree<\/a>\n \"Renovation\"<\/a>\n \"Pavona\"<\/a>\n \"Fairy?\"<\/a>\n \"Downhill\"<\/a>\n \"Downhill\"<\/a>\n \"Sunny<\/a>\n \"Sunny<\/a>\n \"Snake\"<\/a>\n \"Cookie\"<\/a>\n \"Sunny<\/a>\n \"WEST<\/a>\n \"WEST<\/a>\n
\n
More photos...<\/a>'; var needs_close = false; if (document.all && navigator.appVersion.toLowerCase().indexOf("mac") == -1) needs_close = true; if (navigator.userAgent.indexOf('Gecko') != -1) needs_close = true; document.write(html); if (needs_close) document.close();