function addMySpace(T, C, U, L)
{ 
	
	//alert('addMySpace called');
	var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(T) + '&c=' + encodeURIComponent(C) + '&u=' +  encodeURIComponent(U) + '&l=' + L;
	window.open(targetUrl);
}

function addDelicious(){
	//alert('addDelicious called');
	var thisAddy = location.href;
	var thisTitle = document.title;
	window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url='+encodeURIComponent(thisAddy)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550');
	return false;
}


function sets(val){
//	alert("sets "+val);
  elt = document.getElementById('mys'); elt.value=val;
  elt = document.getElementById('winname'); elt.value=window.name;
  elt = document.getElementById('myform'); elt.submit();
}

function openAddThis(url){
	window.open(url,'addthis','scrollbars=yes,menubar=no,width=620,height=500,resizable=yes,toolbar=no,location=no,status=no');
	//getURL ("javascript:NewWindow=window.open('"+yahoo+"','addthis','scrollbars=yes,menubar=no,width=620,height=500,resizable=yes,toolbar=no,location=no,status=no');");
}