		var testzz=0;

		function MouseOverNewstable(e)
		{
			e.className = 'trans2';
			//e.style.color = '#FFC0C0';
		}

		function MouseOutNewstable(e)
		{
			e.className = 'trans';
			//e.style.color = '#563563';
		}

		function Clixxor(e, url)
		{
			window.location = url;
		}

		function TextViewer1()
		{
			o = document.getElementById('CCCP');
			if(o)
			{
				o.innerHTML = 'Yahoo!'+testzz/3;
				testzz++;
			}
		}
