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://gliving.tv/mint/?record&key=6c356c41486e483230385833394d7150574631397a783131';
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;
}
};
if(typeof window.addEventListener != 'undefined')
window.addEventListener('load', outclicks_init, false);
else if(typeof document.addEventListener != 'undefined')
document.addEventListener('load', outclicks_init, false);
else if(typeof window.attachEvent != 'undefined')
window.attachEvent('onload', outclicks_init);
else
{
if(typeof window.onload == 'function')
{
var existing = onload;
window.onload = function()
{
existing();
outclicks_init();
};
}
else
{
window.onload = outclicks_init;
}
}
function oc_addEvent(elm, evType, fn, useCapture) {
if (elm.addEventListener) {
elm.addEventListener(evType, fn, useCapture);
return true;
}
else if (elm.attachEvent) {
var r = elm.attachEvent('on' + evType, fn);
return r;
}
else {
elm['on' + evType] = fn;
}
}
function outclicks_init () {
olinks = document.getElementsByTagName('a');
this_domain = 'gliving.tv';
for (i=0; i < olinks.length; i++) {
link = olinks[i].href;
// if it is off-domain and not a link, add listener
if(oc_get_domain(link) != this_domain && link.indexOf('javascript:') == -1) {
// hopefully that will do
oc_addEvent(olinks[i], "click", trackOutclicks);
}
}
}
function oc_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;
}
function esc (str) {
if (typeof encodeURIComponent == 'undefined')
return escape(str);
else
return encodeURIComponent(str);
}
function trackOutclicks (e) {
e = (e) ? e : ((window.event) ? window.event : "");
if(e){
var elem = (e.target) ? e.target : e.srcElement;
var path = '/mint/pepper/andrewsutherland/outclicks/data.php';
path += "?outclick="+esc(elem.href);
path += "&from_title="+esc(document.title);
path += "&from="+esc(self.location);
// old browsers
if (typeof encodeURIComponent == 'undefined') {
// when user clicks a site, then back, then clicks another, don't retrack their hits
// don't worry, it confuses me too
c = document.getElementById('outClickTracker');
if (c) c.parentNode.removeChild(c);
document.body.innerHTML += '';
}
else {
var data = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try { data = new ActiveXObject("Msxml2.XMLHTTP"); }
catch (e) { try { data = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) { data = false; } }
@end @*/
if (!data && typeof XMLHttpRequest!='undefined') data = new XMLHttpRequest();
if (data) data.open("GET", path, false); data.send(null);
}
}
}if (!Mint.uFx) { Mint.uFx = new Object(); }
Mint.uFx.UserCookie =
{
onsave : function()
{
// get cookie
var dc = document.cookie;
var prefix = "mint_tag_gliving" + "=";
var begin = dc.indexOf("; " + prefix);
if (begin == -1) {
begin = dc.indexOf(prefix);
if (begin != 0) return null;
} else {
begin += 2;
}
var end = document.cookie.indexOf(";", begin);
if (end == -1) {
end = dc.length;
}
uFx_tagcookie = unescape(dc.substring(begin + prefix.length, end));
return '&uFx_tagcookie='+ uFx_tagcookie;
}
}
if (!Mint.SI) { Mint.SI = new Object(); }
Mint.SI.RealEstate =
{
onsave : function()
{
var width = -1;
var height = -1;
if (typeof window.innerWidth != "undefined")
{
width = window.innerWidth;
height = window.innerHeight;
}
else if (document.documentElement && typeof document.documentElement.offsetWidth != "undefined" && document.documentElement.offsetWidth != 0)
{
width = document.documentElement.offsetWidth;
height = document.documentElement.offsetHeight;
}
else if (document.body && typeof document.body.offsetWidth != "undefined")
{
width = d.body.offsetWidth;
height = d.body.offsetHeight;
};
return '&window_width=' + width + '&window_height=' + height;
}
};if (!Mint.SI) { Mint.SI = new Object(); }
Mint.SI.UserAgent007 =
{
flashVersion : 0,
resolution : '0x0',
detectFlashVersion : function ()
{
var m =16;
var ua = navigator.userAgent.toLowerCase();
if (navigator.plugins && navigator.plugins.length)
{
var p = navigator.plugins['Shockwave Flash'];
if (typeof p == 'object')
{
for (var i=m;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();
var TK_domains = 'gliving.tv, thegreenreport.com, greenchefs.tv, gknowledge.org';
var TK_extensions = 'zip, rar, tar, gz, gzip, bz2, pdf, mov, mp3, mp4';
var TK_script = 'http://gliving.tv/mint/pepper/tillkruess/downloads/download.php?uri=';
function TK_redirect_links() {
extensions = TK_extensions.split(', ');
domains = TK_domains.split(', ');
var e = document.getElementsByTagName('a');
for (var i = 0; i < e.length; i++) {
for (var j = 0; j < extensions.length; j++) {
if (extensions[j] == e[i].href.substring(e[i].href.length - extensions[j].length, e[i].href.length)) {
for (var h = 0; h < domains.length; h++) {
if ((e[i].href.substr(e[i].href.indexOf('//') + 2)).substr(0, (e[i].href.substr(e[i].href.indexOf('//') + 2)).indexOf('/')).indexOf(domains[h]) != -1) {
e[i].href = TK_script + escape(e[i].href);
}
}
}
}
}
}
if (window.addEventListener) {
window.addEventListener('load', TK_redirect_links, false);
} else if (window.attachEvent) {
window['eload' + TK_redirect_links] = TK_redirect_links;
window['load' + TK_redirect_links] = function() {
window['eload' + TK_redirect_links](window.event);
}
window.attachEvent('onload', window['load' + TK_redirect_links]);
}
Mint.save();