_uacct = "UA-1569528-1";
urchinTracker();

function LinkPopupPic(sPicURL) {
	window.open("http://www.trackinfo.dk/viewpicture.php?"+sPicURL, "","resizable=1,HEIGHT=200,WIDTH=200");
}
function confirmdelete(url,text) {
	if(text == 2);text = 'Vil du virkelig slette dette indlęg?';
	if(confirm(text)) {
		location.href = url;
	}
}
function addobjekt(NewCode)	{
	var beskedObj = document.getElementById("field");
	if (beskedObj.createTextRange && beskedObj.caretPos) {
		var caretPos = beskedObj.caretPos;
		caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? NewCode + ' ' : NewCode;
	} else {
		beskedObj.value+=NewCode
	}
	beskedObj.focus();
}

