addDOMLoadEvent=(function(){var e=[],t,s,n,i,o,d=document,w=window,r='readyState',c='onreadystatechange',x=function(){n=1;clearInterval(t);while(i=e.shift())i();if(s)s[c]=''};return function(f){if(n)return f();if(!e[0]){d.addEventListener&&d.addEventListener("DOMContentLoaded",x,false);/*@cc_on@*//*@if(@_win32||@_win64)d.write("<script id=__ie_onload defer src=//0><\/scr"+"ipt>");s=d.getElementById("__ie_onload");s[c]=function(){s[r]=="complete"&&x()};/*@end@*/if(/WebKit/i.test(navigator.userAgent))t=setInterval(function(){/loaded|complete/.test(d[r])&&x()},10);o=w.onload;w.onload=function(){x();o&&o()}}e.push(f)}})();

var sponsor =
{
	main		: function()
	{
	 	var a,t,links = document.getElementsByTagName("LI"), n = links.length;
		
		while(n--)
		{
			a = links[n];
			t = a.getElementsByTagName("SPAN")[0];
			if(!t) continue;
			
			
			a.style.cursor = "pointer";
			
			a.onclick = function()
			{
				var l = this.getElementsByTagName('A')[0];
				
				window.location.href = l.href;
			}
			
			a.onmouseover = function()
			{
				this.style.background = "#E7F6FD";
			}
			
			a.onmouseout = function()
			{
				this.style.background = "";
			}
		}
		
	}
};

addDOMLoadEvent(sponsor.main);