function setHiddenField(timestamp) {
	document.getElementById("timestamp").value = timestamp;	
	
}

function setFlashCookie(gewinnspielId, actualTime) {
	try {
		var obj = swfobject.getObjectById("flashCookie");  

		if (obj && typeof obj.setFlashCookie != "undefined") 
		{
			obj.setFlashCookie(gewinnspielId, actualTime); 	
		}   
	} catch(e) {}
}