if (screen.height <= 480) {
document.write("<img src='Fighting-father-into-3.jpg'>");
}
else {
if (screen.height <= 600) {
document.write("<img src='Fighting-father-into-2.jpg'>");
}
else {
document.write("<img src='Fighting-father-into-1.jpg'>");
   }
}
