function changelink() {
	 
var spans = document.getElementsByTagName('span');
for (var loop=0; loop<spans.length; loop++) {
  if (spans[loop].innerHTML.indexOf("ukcarrentals") > 0) {
	 spans[loop].innerHTML = 'Powered by <a href="http://www.toclimsecure.com/?a=75">The Car Rental Centre</A>'
  }
}
}

function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#EEF0F2";
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#EEF0F2";}

function LmUp(path)
{location.href = path;}
