var html = 'Recent flickr<\/a> photos for alexandrapalace
\n
\n
\"The<\/a>\n \"Unexpected<\/a>\n \"Bounds<\/a>\n \"Run<\/a>\n \"Wet\"<\/a>\n \"Small<\/a>\n \"Blue<\/a>\n \"Ah\"<\/a>\n \"Towards<\/a>\n \"Foot<\/a>\n \"Different<\/a>\n \"Pink<\/a>\n \"Approach\"<\/a>\n \"Avoidance\"<\/a>\n \"Dog<\/a>\n \"New<\/a>\n \"Checking<\/a>\n \"Just<\/a>\n \"Running<\/a>\n \"The<\/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();