/*$(document).ready(function() {
	var popUpActive = $.cookie('homepagePopup');
	if (!popUpActive) {
		tb_show('', 'default_popup_cow.html?KeepThis=true&TB_iframe=true&width=550&height=258', null);
		$.cookie('homepagePopup', '1', { expires: 1 });
	}
});*/