origURL = document.URL 
contentURL = origURL.substring(origURL.indexOf("?")+1, origURL.length) 
		
	document.write('<frameset name="Frameset 0" rows="45,*,48" border="0" framespacing="0" frameborder="no">');
	document.write('<frame name="BANNER" src="http://www.sportsnett.no/wsp/sportsnett/webon.cgi?func=show&template=banner" scrolling="No" marginwidth="0" marginheight="0" noresize>');
	document.write('<frameset name="Frameset 1" cols="302,*" border="0" framespacing="0" frameborder="no">');
	document.write('<frame name="MENY" src="http://www.sportsnett.no/wsp/sportsnett/webon.cgi?func=show&template=menu_splash" scrolling="Auto" marginwidth="0" marginheight="0" noresize>');
	document.write('<frame name="LIST" src="'+contentURL+'" scrolling="Auto" marginwidth="0" marginheight="0" noresize>');
	document.write('</frameset>');
	document.write('<frame name="BASKET" src="http://www.sportsnett.no/wsp/sportsnett/webon.cgi?func=buy&template=basket" scrolling="No" marginwidth="0" marginheight="0" noresize>');
	document.write('</frameset>');