function link(url)
{
	window.location = "http://www.startbasen.dk/"+url.title+".index?tag=1";
}
function bodyload()
{
	var el = document.getElementsByTagName('a');
	for(var i =0; i< el.length; i++)
	{
		if(el[i].className == 'tagcloud')
		{
			el[i].href = "#tgcld";
		}
	}
}