<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "125"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "114"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "yes"		// SHOW THE 2nd  IMAGE
var showimages3		= "yes"		// SHOW THE 3rd  IMAGE
var showimages4		= "yes"		// SHOW THE 4th  IMAGE
var showimages5		= "yes"		// SHOW THE 5th  IMAGE
var showimages6		= "yes"		// SHOW THE 6th  IMAGE
var showimages7		= "yes"		// SHOW THE 7th  IMAGE
var showimages8		= "yes"		// SHOW THE 8th  IMAGE


   if (showimages1 == "yes") {
document.write('<a href="http://www.oideas-gael.com"><img src="picts/adoideasgael.gif" border="0" onmouseover="alert_msg(\'Oideas Gael\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages2 == "yes") {
document.write('<a href="http://www.buseireann.ie"><img src="picts/adbuseireann.gif" border="0" onmouseover="alert_msg(\'Bus Eireann - Nationwide network of services\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages3 == "yes") {
document.write('<a href="http://www.hostel-scotland.co.uk"><img src="picts/adbluehostel.gif" border="0" onmouseover="alert_msg(\'Scottish Independent Hostels\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages4 == "yes") {
document.write('<a href="http://www.ionadsuil.ie"><img src="picts/adionadsiul.gif" border="0" onmouseover="alert_msg(\'Glencolmcille Hill Walkers Centre\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages5 == "yes") {
document.write('<a href="http://groups.msn.com/IrishHostellingOnline"><img src="picts/adirishhostellingonline.gif" border="0" onmouseover="alert_msg(\'Irish Hostelling Online\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages6 == "yes") {
document.write('<a href="http://www.hostel-list.de"><img src="picts/admarcus.gif" border="0" onmouseover="alert_msg(\'German Independent Hostels\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages7 == "yes") {
document.write('<a href="http://www.independenthostelguide.co.uk"><img src="picts/adindehostelguide.gif" border="0" onmouseover="alert_msg(\'The Independent Hostel Guide\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages8 == "yes") {
document.write('<a href="http://www.sleepzone.ie"><img src="picts/adsleepzone.jpg" border="0" onmouseover="alert_msg(\'Sleepzone.ie\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
}


//  End -->
