var html = 'Recent flickr<\/a> photos for wimbledon
\n
\n
\"How<\/a>\n \"What<\/a>\n \"What<\/a>\n \"Blue<\/a>\n \"Blue<\/a>\n \"Robin\"<\/a>\n \"Robin\"<\/a>\n \"Robin\"<\/a>\n \"Plane<\/a>\n \"Plane<\/a>\n \"Plane<\/a>\n \"GAL<\/a>\n \"Firecrest\"<\/a>\n \"Firecrest\"<\/a>\n \"241<\/a>\n \"239<\/a>\n \"240<\/a>\n \"237<\/a>\n \"236<\/a>\n \"234<\/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();