// Developed at:
// http://www.Fleunt2.com

var bV=parseInt(navigator.appVersion);
var NS4=(document.layers) ? true : false;
var IE4=((document.all)&&(bV>=4))?true:false;
var ver4 = (NS4 || IE4) ? true : false;

function getURL(uri) {
uri.dir = location.href.substring(0,location.href.lastIndexOf('\/'));
uri.dom = uri.dir; if (uri.dom.substr(0,7) == 'http:\/\/') uri.dom = uri.dom.substr(7);
uri.path = ''; var pos = uri.dom.indexOf('\/'); if (pos > -1) {uri.path = uri.dom.substr(pos+1); uri.dom = uri.dom.substr(0,pos);}
uri.page = location.href.substring(uri.dir.length+1,location.href.length+1);
pos = uri.page.indexOf('?');if (pos > -1) {uri.page = uri.page.substring(0, pos);}
pos = uri.page.indexOf('#');if (pos > -1) {uri.page = uri.page.substring(0, pos);}
uri.ext = ''; pos = uri.page.indexOf('.');if (pos > -1) {uri.ext =uri.page.substring(pos+1); uri.page = uri.page.substr(0,pos);}
uri.file = uri.page;
if (uri.ext != '') uri.file += '.' + uri.ext;
if (uri.file == '') uri.page = 'index';
uri.args = location.search.substr(1).split("?");
return uri;
}//Current Page Reference by Stephen Chapman. Copyright 2005}

var uri = new Object();
getURL(uri);

document.write('<style><!-- @import url(http://mauritiusottawa.org/css/mu.css); --></style><div class="SupportEnglandRight"><img src="http://mauritiusottawa.org/css/');
if(IE4){
 document.write('fluent2.gif" class="Right" ');
}else{
 document.write('mauritius_right.png" ');
}
document.write('width="163" height="163" border="0" usemap="#SupportEngland"></div><map name="SupportEngland"><area Title="Mauritius Ottawa" shape="poly" coords="0,0,163,163,163,133,30,0" href="http://mauritiusottawa.org" target="_blank"></map>');