var Mint = new Object();
Mint.save = function()
{
var now = new Date();
var debug = false; // this is set by php
if (window.location.hash == '#Mint:Debug') { debug = true; };
var path = 'http://timvandamme.com/mint/?record&key=785033315232363730504a503336586e5259694c6b3231';
path = path.replace(/^https?:/, window.location.protocol);
// Loop through the different plug-ins to assemble the query string
for (var developer in this)
{
for (var plugin in this[developer])
{
if (this[developer][plugin] && this[developer][plugin].onsave)
{
path += this[developer][plugin].onsave();
};
};
};
// Slap the current time on there to prevent caching on subsequent page views in a few browsers
path += '&'+now.getTime();
// Redirect to the debug page
if (debug) { window.open(path+'&debug&errors', 'MintLiveDebug'+now.getTime()); return; };
var ie = /*@cc_on!@*/0;
if (!ie && document.getElementsByTagName && (document.createElementNS || document.createElement))
{
var tag = (document.createElementNS) ? document.createElementNS('http://www.w3.org/1999/xhtml', 'script') : document.createElement('script');
tag.type = 'text/javascript';
tag.src = path + '&serve_js';
document.getElementsByTagName('head')[0].appendChild(tag);
}
else if (document.write)
{
document.write('<' + 'script type="text/javascript" src="' + path + '&serve_js"><' + '/script>');
};
};
if (!Mint.SI) { Mint.SI = new Object(); }
Mint.SI.Referrer =
{
onsave : function()
{
var encoded = 0;
if (typeof Mint_SI_DocumentTitle == 'undefined') { Mint_SI_DocumentTitle = document.title; }
else { encoded = 1; };
var referer = (window.decodeURI)?window.decodeURI(document.referrer):document.referrer;
var resource = (window.decodeURI)?window.decodeURI(document.URL):document.URL;
return '&referer=' + escape(referer) + '&resource=' + escape(resource) + '&resource_title=' + escape(Mint_SI_DocumentTitle) + '&resource_title_encoded=' + encoded;
}
};
function Mint_SI_addEvent( obj, type, fn )
{
if (obj.addEventListener)
{
obj.addEventListener( type, fn, false );
}
else if (obj.attachEvent)
{
obj["e"+type+fn] = fn;
obj[type+fn] = function() { obj["e"+type+fn]( window.event ); }
obj.attachEvent( "on"+type, obj[type+fn] );
};
};
function Mint_SI_IO()
{
if (document.getElementsByTagName)
{
var links = document.getElementsByTagName('a');
for (var i=0; i=3; i--)
{
if (p.description && p.description.indexOf(' ' + i + '.') != -1) { this.flashVersion = i; break; }
}
}
}
else if (ua.indexOf("msie") != -1 && ua.indexOf("win")!=-1 && parseInt(navigator.appVersion) >= 4 && ua.indexOf("16bit")==-1)
{
var vb = ' \nOn Error Resume Next \nDim obFlash \nFor i = ' + this.versionHigh + ' To 3 Step -1 \n Set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash." & i) \n If IsObject(obFlash) Then \n Mint.SI.UserAgent007.flashVersion = i \n Exit For \n End If \nNext \n<'+'/scr' + 'ipt\> \n';
document.write(vb);
}
else if (ua.indexOf("webtv/2.5") != -1) this.flashVersion = 3;
else if (ua.indexOf("webtv") != -1) this.flashVersion = 2;
return this.flashVersion;
},
onsave : function()
{
if (this.flashVersion == this.versionHigh) { this.flashVersion = 0; };
this.resolution = screen.width+'x'+screen.height;
return '&resolution=' + this.resolution + '&flash_version=' + this.flashVersion;
}
};
Mint.SI.UserAgent007.detectFlashVersion();
Mint.save();