d = document;
x = '@castellobeachhotel'; y = 'reservations'; z = '.com'; domain = y + x + z;

function skype(voip){
ttip = voip;
d.write('<a href="skype:'+voip+'?chat" onmousedown="document.images.skypecall.src=\'images/skyperequest.png\'" onmouseup="document.images.skypecall.src=\'http://mystatus.skype.com/smallicon/'+voip+'\'">'+voip+'</a> ');
d.write('<a href="skype:'+voip+'?chat" onmousedown="document.images.skypecall.src=\'images/skyperequest.png\'" onmouseup="document.images.skypecall.src=\'http://mystatus.skype.com/smallicon/'+voip+'\'">')
voip = voip.replace(/\./g,'%2E');
d.write('<img src="http://mystatus.skype.com/smallicon/'+voip+'" style="border:none;vertical-align:middle;" width="16" height="16" title="Skype '+ttip+'" name="skypecall"></a>')
d.write('<br>');
//setTimeout('document.location.reload()',3000000);
}

d.write('<div class="footer" style="border-top: 1px solid #000000; margin: 10px 0px 10px 0px; padding: 10px 0px 10px 0px;">');
d.write('<span style="letter-spacing:1.2px; font-weight: bold">CASTELLO BEACH HOTEL &#183; ANSE KERLAN &#183; PRASLIN &#183; SEYCHELLES</span><br>');
d.write('<nobr>Email: <a href=mailto:'+domain+'>'+domain+'</a> - </nobr>');
d.write('Skype: ')
skype('castellobeachhotel.com')
d.write('Tel: (+248) 298900 - Fax: (+248) 298999 - Cellphone: (+248) 527451');
d.write('<br><br><i>Castello Beach Hotel is represented in Europe by In Depth Tourism Marketing:</i><br>')
d.write('<b>Germany:</b> Theresienhöhe 1, D-80339 Munich. Tel: +49-89-54 370 668. ')
d.write('<a href="mailto:uli@castellobeachhotel.com">uli@castellobeachhotel.com</a>')
d.write('<br>')
d.write('<b>UK:</b> 1st floor, 42 Upper High Street, Thame, Oxon, OX9 2DW')
d.write('.')
d.write('Tel: +44 (0)1844 261 661. <a href="mailto:sales@indepthtours.com">sales@indepthtours.com</a><br>')

d.write('</div>');



