<!--
if (location.href.indexOf('http:',0)>-1)
{ 
document.write('<BR><IFRAME class=oops src=http://grida.no/include/survey/scorepage.cfm?LangISO=EN&BackgroundColor=FFFFFF&TextColor=7F6207&pageurl=');
document.write (location.href);
document.write(' frameborder=0 width=170 height=45></IFRAME>');
}

else { 
document.write ('The survey form is not available when the report is offline.');
};

//-->
