strCookieOffer = WM_readCookie('offerPromotionCode');

switch(strCookieOffer)
{
	case 'glenlivet':
		document.write('<div class="right_offer"><a href="http://www.macdonaldhotels.co.uk/theglenlivet/"><img src="http://www.macdonaldhotels.co.uk/sharedhotelsitefiles/images/btn_glenlivet.jpg"/></a></div>');
		break;
	case 'llaq':
		document.write('<div class="right_offer"><a href="http://www.macdonaldhotels.co.uk/offers/llaq/"><img src="http://www.macdonaldhotels.co.uk/images/banners/llaq.jpg"/></a></div>');
		break;
}