var probe_fd_flash2Installed = false;
var probe_fd_flash3Installed = false;
var probe_fd_flash4Installed = false;
var probe_fd_flash5Installed = false;
var probe_fd_flash6Installed = false;
var probe_fd_maxVersion = 6;
var probe_fd_actualVersion = 0;

if (document.all && !window.opera) var probe_browser_IE = true; else var probe_browser_IE = false;
if (navigator.appVersion.indexOf("Windows") != -1) var probe_browser_Win = true; else var probe_browser_Win = false;

if (probe_browser_IE && probe_browser_Win)
{
	document.write ('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
	document.write ('on error resume next \n');
	document.write ('probe_fd_flash2Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.2"))) \n');
	document.write ('probe_fd_flash3Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3"))) \n');
	document.write ('probe_fd_flash4Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) \n');
	document.write ('probe_fd_flash5Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5"))) \n');
	document.write ('probe_fd_flash6Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))) \n');
	document.write ('</SCR' + 'IPT\> \n');
}

var probe_url = "http://tracking.frantic.com/log.gif?site=miemonet&page=%2Fgreece2005%2FFerry%2Fslides%2F046.html&js=1";

if (screen.width) {
	probe_url += "&sw=" + screen.width;
}

if (screen.height) {
	probe_url += "&sh=" + screen.height;
}

if (screen.colorDepth) {
	probe_url += "&scD=" + screen.colorDepth;
}

if (window.innerWidth) {
	probe_url += "&wiW=" + window.innerWidth;
}

if (window.innerHeight) {
	probe_url += "&wiH=" + window.innerHeight;
}

if (document.all) {
	probe_url += "&da=1";
}

if (document.layers) {
	probe_url += "&dl=1";
}

if (document.getElementById) {
	probe_url += "&dgEBI=1";
}

if (navigator.javaEnabled()) {
	probe_url += "&njE=1";
}

if (navigator.plugins) {
	if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
		var isVersion2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
		var flashDescription = navigator.plugins["Shockwave Flash" + isVersion2].description;
		var flashVersion = parseInt(flashDescription.charAt(flashDescription.indexOf(".") - 1));
		probe_fd_flash2Installed = flashVersion == 2;
		probe_fd_flash3Installed = flashVersion == 3;
		probe_fd_flash4Installed = flashVersion == 4;
		probe_fd_flash5Installed = flashVersion == 5;
		probe_fd_flash6Installed = flashVersion >= 6;
	}
}

for (var i = 2; i <= probe_fd_maxVersion; i++) {
	if (eval("probe_fd_flash" + i + "Installed == true")) {
		probe_fd_actualVersion = i;
	}
}

if (probe_fd_actualVersion >= 2) {
	probe_url += "&fv=" + probe_fd_actualVersion;
}

if ((document.referrer) && (document.referrer != document.location)) {
	probe_url += "&ref=" + escape(document.referrer);
}

if (document.images) {
	var probe_img = new Image();
	probe_img.src = probe_url;
} else {
	document.write('<img src="' + probe_url + '" border="0" width="1" height="1" alt="">');
}
