/*****************************/
/* browserspecificnotices.js */
/* streeck.com               */
/*****************************/
/* copyright                 */
/* www.streeck.com           */
/*****************************/

/* Opera pretending to be... warning */
if ((bs_opera) && (navigator.appName != "Opera"))
{
	alert("Dear Opera user\n"+
	"You are using a great browser! However: it is a shame that "+
	"your browser tells every page that asks, that it is not Opera; "+
	"instead it pretends to be some other Browser (currently "+
	navigator.appName+
	"). To change this, and thus avoid problems with these pages "+
	"do the following:\n\n"+
	"Go to\n"+
	"File -> Quick Preferences -> Identify as Opera\n"+
	"or\n"+
	"Press F12 and then choose Identify as Opera\n"+
	"or\n"+
	"Just Press Ctrl-Alt-O\n\n"+
	"Then just reload this page!");
}
