var Mint = new Object();
Mint.save = function()
{
var now = new Date();
var debug = false; // this is set by php
var path = '/mint/mint' + ((debug)?'.debug':'') + '.php?key=3357564f3566333133787935344c6f66363263715375716531';
// 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.location.href = path; return; };
// Record this visit
document.write('');
};
var ol_extensions = 'pdf,zip,mpg,mov,jpg,gif';
var is_download = 0;
function getExtension(value) {
return value.substring(value.lastIndexOf('.') + 1,value.length);
}
function isdefined( variable) {
return (typeof(window[variable]) == "undefined")? false: true;
}
function ol_get_domain(str) {
if (str.substr(0,7) == 'http://') str = str.substr(7);
if (str.substr(0,8) == 'https://') str = str.substr(8);
str = str.substr(0,str.indexOf('/'));
str = str.replace('www.','');
return str;
}
if (!isdefined('addLoadEvent')) {
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
oldonload();
func();
}
}
}
}
function activateDownloads() {
ext_list = ol_extensions.split(',');
var e=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 = ' + m + ' 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() {
this.resolution = screen.width+'x'+screen.height;
return '&resolution=' + this.resolution + '&flash_version=' + this.flashVersion;
}
};
Mint.SI.UserAgent007.detectFlashVersion();
Mint.save();