function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function dagens() {
	spec = new Date();
	son = spec.getDay();
	if (son =="0") MM_openBrWindow('http://www.dn.se/content/1/c6/35/75/31/rockyframesondag.html','rocky','resizable=yes,width=1005,height=805');
  else MM_openBrWindow('http://www.dn.se/content/1/c6/35/75/31/rockyframe2.html','rocky','resizable=yes,width=1005,height=452');
}
