// ======================================================================
// 
// JScript Source File -- copyright 2002 derStandard.at
// 
// NAME: UpgradeMessage.js
// 
// AUTHOR: Michael Levitin, Bronner Online AG
// DATE  : 06.10.2005 v4.5
// 
// COMMENT: User Support Message Support 2002
// 
// sources are not to be used in other websites.
// if you want to use the navigation write to webmaster@derStandard.at
// =========================================================================

if (!top.State.Browser.ie5up && !top.State.Browser.nav6up && !top.State.Browser.mozilla1_3up && !top.State.Browser.opera7_2up && !top.State.Browser.safari && !top.State.Browser.kde3_3up && RH_SID!='cy') {
	top.location.replace('/text/');
	if (document.cookie.indexOf('BOAGFR:UpgradeMessage=') == -1){
		var now = new Date();
		var tomorrow = new Date(now.getFullYear(), now.getMonth(), now.getDate()+3, 00, 00, 00, 000);
		document.cookie = 'BOAGFR:UpgradeMessage=set; expires='+tomorrow.toGMTString()+'; path=/';
		popupwin('/?page=UpgradeMessage',470,410);
	}
}
