<script language="Javascript1.1">

function detect(){
if(screen.width<1000||){
else{
alert("Who a, you have a high resolution.  Nice Job!")
}

}


