document.write("<style type='text/css'>");
document.write("#regioneo--2462-img {background: url(http://static.regioneo.com/carte/small-bourgogne.jpg) no-repeat; width:103px;height:32px;text-align:right;font-family:arial;font-size:12px;color:white;font-weight:bold;cursor:pointer;line-height:1.4em;}");
document.write("</style>");
document.write("<div id='regioneo--2462-img' onclick='go();'></div>");

function go() {
	window.open('http://www.regioneo.com/blogs/region/bourgogne');
}

function getElementsByClass( searchClass, tagName) {
	var domNode = document;
	if (tagName == null) tagName = '*';
	var el = new Array();
	var tags = domNode.getElementsByTagName(tagName);
	var tcl = " "+searchClass+" ";
	for(i=0,j=0; i<tags.length; i++) {
		var test = " " + tags[i].className + " ";
		if (test.indexOf(tcl) != -1)
			el[j++] = tags[i];
	}
	return el;
}

links = getElementsByClass('regioneo','a');

for (i=0; i<links.length; i++) {
     if (links[i].innerHTML == 'Producteurs bourgogne'){
     	links[i].innerHTML='';
   		links[i].style.display='none';
     }
}

