var image="";
if (screen.width <= 800) {
image="bg-ny800.jpg";
}
else {
image="bg-ny1024.jpg";
}


