<!--
//**** popup window*****//
		function MM_openBrWindow(theURL,winName,features) { //v2.0
		  window.open(theURL,winName,features);
		}

		
//**** popup bookmark*****//		
	  function getURL()
		{
		 var sTargetURL;
		 sTargetURL="http://digg.com/submit?phase=2&URL="+document.location.href+"&title="+document.title;
		 window.location.href = sTargetURL;
		}
		
		function getURL1()
		{
		   var digg_url;
		   digg_url=document.location.href;
		   return digg_url;
		 }
		 
		 function getTitle()
		 {
		   var tt;
		   tt=document.title;
		   return tt;
		  }
		  
		digg_url = getURL1();
		digg_title = getTitle();
		digg_bgcolor = '#ffffff';
		digg_skin = 'compact';
//-->