
//******************************************************//
//******************************************************//
function ready() {
	loaded = true;
//	alert(document.referrer);

//	var dag_count = Number(getCookie('dag_count'));
//	dag_count = dag_count + 1;
//	setCookie('dag_count', dag_count, 'Thu, 01-Jan-70 00:00:01 GMT');

//	deleteCookie ('dag_count');
//	setCookie('dag_user', 'kuci');
};

function bg(h) {
	h.style.backgroundColor= onMouseOverColor;
};
