function tradetrackersale(country)
{
	var currentTime = new Date();
	var month = currentTime.getMonth() + 1;
	var day = currentTime.getDate();
	var year = currentTime.getFullYear();
	var hours = currentTime.getHours();
	var minutes = currentTime.getMinutes();
	var seconds = currentTime.getSeconds();

	document.getElementById('tradetrackersale').src = 'http://www.riksjatravel.nl/ttro/conversion.php?campaignID=335&productID=' + country + '&conversionType=sales&transactionID=' + escape(day + '-' + month + '-' + year + ' ' + hours + ':' + minutes + ':' + seconds) + '&transactionAmount=1234.56';
}


function tradetrackerlead(country)
{
	var currentTime = new Date();
	var month = currentTime.getMonth() + 1;
	var day = currentTime.getDate();
	var year = currentTime.getFullYear();
	var hours = currentTime.getHours();
	var minutes = currentTime.getMinutes();
	var seconds = currentTime.getSeconds();

	document.getElementById('tradetrackerlead').src = 'http://www.riksjatravel.nl/ttro/conversion.php?campaignID=335&productID=' + country + '&conversionType=lead&transactionID=' + escape(day + '-' + month + '-' + year + ' ' + hours + ':' + minutes + ':' + seconds);
}

