// JavaScript Document

	var w3c =
	{
		init : function ()
		{
			try
			{
				var w3c_xhtml = document.getElementById('w3c_xhtml');
				var w3c_css = document.getElementById('w3c_css');
				
				w3c_xhtml.href = 'http://validator.w3.org/check?uri=referer';
				w3c_css.href = 'http://jigsaw.w3.org/css-validator/validator?uri=http://' + window.location.hostname + window.location.pathname;
			}
			catch(e)
			{}
		}
	}
	Core.start(w3c);
