// V1.3.1

function main_trkall23()
{
	var url = '<img border="0" width="1" height="1" name="adtrkr" src="http://tr.meetingland.com/track.php?m=1&s=10';
	var i, pos1, pos2, str, cook101 = 0;
	var dtExp = new Date();
	var page = document.URL;

	str = document.cookie;
	pos1 = str.indexOf("cook101=");
	if (pos1 < 0) {
		cook101 = Math.round(Math.random()*100000000);
	} else {
		pos1+= 8;
		pos2 = str.indexOf(";", pos1);
		if (pos2 < 0) pos2 = str.length;
		cook101 = str.substr(pos1, pos2-pos1);
		for(i=0; i<10; ++i) {
			if (typeof(document.forms[i]) == 'undefined') break;
			if (typeof(document.forms[i].clientses) == 'undefined') continue;
			document.forms[i].clientses.value = cook101;
			///window.alert(document.forms[i].clientses.value);
		}
	}

	pos1 = dtExp.getTime() + 2592000000;
	dtExp.setTime(pos1);
	document.cookie="cook101="+cook101+"; expires="+dtExp.toGMTString()+"; path=/";
	str = document.cookie;
	if (str.indexOf("cook101=") < 0) cook101 = 0;

	if (typeof(sale_name) == 'undefined') sale_name = '';
	if (typeof(sale_email) == 'undefined') sale_email = '';
	if (typeof(sale_country) == 'undefined') sale_country = '';
	if (typeof(sale_product_id) == 'undefined') sale_product_id = '';
	if (typeof(sale_order_id) == 'undefined') sale_order_id = '';
	if (typeof(sale_price) == 'undefined') sale_price = 0;
	if (typeof(sale_quantity) == 'undefined') sale_quantity = 0;
	if (typeof(url_correct) != 'undefined') page = url_correct;

	str = url + '&r=' + escape(document.referrer) + '&p=' + escape(page) + '&c=' + cook101;
	str+= '&sl_price=' + escape(sale_price) + '&sl_qn=' + escape(sale_quantity);
	str+= '&sl_nm=' + escape(sale_name) + '&sl_em=' + escape(sale_email) + '&sl_country=' + escape(sale_country);
	str+= '&sl_pid=' + escape(sale_product_id) + '&sl_oid=' + escape(sale_order_id);
	str+= '">';
	document.write('<div style="margin-top: 0; margin-bottom: 0; left: 0px; top: 0px; position: absolute;">' + str + '</div>'); 
}

main_trkall23();
