﻿var pagetitle = document.title;
var action = ""; 
var amount = "0";
var order = "";
var scriptlocation = "http://www.bendekiler.com/metatraffic2/track.asp";
var pagedata = 'mtpt=' + escape(pagetitle) + '&mtac=' + escape(action) + '&mta=' + amount + '&mto=' + escape(order) + '&mtr=' + escape(document.referrer) + '&mtt=2&mts=' + window.screen.width + 'x' + window.screen.height + '&mti=1&mtz=' + Math.random(); 
document.write ('<img style="width:1px; height:1px ');
document.write ('src="' + scriptlocation + '?' + pagedata + '" />');