<!--
/*
Screen resolution detecter script: By Website Abstraction (www.wsabstract.com) More free scripts here! Note: Credit must stay intact for use.
*/
var correctwidth=810
var correctheight=600
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("<font color=#FF0000><b>"+screen.width+"x"+screen.height+"</B></font>.")
//-->
