// Current Page Reference
// copyright Stephen Chapman, 1st Jan 2005
// you may copy this function but please keep the copyright notice with it
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;
}

var uri = new Object();
getURL(uri);

document.write('<style><!-- @import url(http://www.ashabengal.com/dotclear/themes/freshy/whiteband.css); --></style>'
+ '<div class="PhylaBandSmallLeft"><img src="http://www.ashabengal.com/hnr/themes/skitime/img/hnrlink.png" width="100" height="100" border="0"' + ' usemap="#MPHLinkMapSmallLeft"' + '></div>'
/*+ '<map name="MPHLinkMapSmallLeft"><area shape="poly" alt="Le site du Hope N Rock" title="Le site du Hope N Rock" coords="175,0,0,180,0,133,133,0" href="http://nonfestival.phylactere.ch/" target="_blank"></map>' */
+ '<map name="MPHLinkMapSmallLeft"><area shape="poly" alt="Le site du Hope N Rock" title="Le site du Hope N Rock" coords="-201,333, 39,92, 19,94, 35,83, 15,79, 35,72, 15,64, 38,63, 21,50, 41,55, 30,37, 48,46, 39,27, 56,40, 54,20, 65,37, 67,15, 76,37, 82,15, 85,37, 96,20, 95,37, 330,-198, 361,-198, 361,-182, 113,63, 135,64, 115,72, 135,79, 113,83, 132,94, 111,92, 126,107, 106,101, 117,120, 98,107, 104,127, 90,112, 90,134, 80,114, 74,134, 70,116, 61,131, 60,118, -185,364, -201,364" href="http://www.ashabengal.com/hnr/" target="_blank"></map>'
);
