function irelandoffers()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.directholidays.ie/?partner=ukdes" target="_blank"><img border="0" src="http://www.directholidays-ie.com/images/50off.jpg" width="600" height="288"></a>'); } // directholidays
if (ranNum == 1){document.write('<a href="http://www.panoramaholidays.ie/?partner=ukdes" target="_blank"><img border="0" src="http://www.directholidays-ie.com/web_gfx/panorama_discounts.jpg" width="600" height="288"></a>'); } // Panoramakids
if (ranNum == 2){document.write('<a href="http://www.panoramaholidays.ie/?partner=ukdes" target="_blank"><img border="0" src="http://www.directholidays-ie.com/web_gfx/panorama_discounts.jpg" width="600" height="288"></a>'); } // kids
}
