// display top banner

<!--

if(window.screen.width < 780){



document.write('<div id="banner" style="left:120px;"><img src="https://secure.hoteljobs.ie/library/logo/banner_600.jpg" width="331" height="61" alt="Hotel Jobs Ireland"></div>');

}
else if(window.screen.width > 781 && window.screen.width < 980){



document.write('<div id="banner" style="left:140px;"><img src="https://secure.hoteljobs.ie/library/logo/banner_800.jpg" width="521" height="61" alt="Hotel Jobs Ireland"></div>');

}
else if(window.screen.width > 981 && window.screen.width < 1140){



document.write('<div id="banner" style="left:150px;"><img src="https://secure.hoteljobs.ie/library/logo/banner_1000.jpg" width="722" height="68" alt="Hotel Jobs Ireland"></div>');

}




else{



document.write('<div id="banner" style="left:200px;"><img src="https://secure.hoteljobs.ie/library/logo/banner_1000.jpg" width="722" height="68" alt="Hotel Jobs Ireland"></div>');

}


//-->