	var title = document.title; 
	var link = document.location; 

	//////////////////////////////twitter///////////////////////////////
	function twitter(addr,text){
		var text = this.title?this.title:text;
		var addr = this.link?this.link:addr;
		window.open('http://twitter.com/home?status='+encodeURIComponent(text+' '+addr),'twitter','toolbar=0,location=0,menubar=0,scrollbars=yes,status=1,resizable=0,width=500,height=450');
	}

	//////////////////////////////me2day///////////////////////////////
	function me2day(addr,text){

		var text = this.title?this.title:text;
		var addr = this.link?this.link:addr;

		window.open('http://me2day.net/posts/new?new_post[body]='+encodeURIComponent(text+' '+addr)+'&new_post[tags]='+encodeURIComponent(text)+'+1000dedi','me2day');
	
	}

	//////////////////////////////facebook///////////////////////////////
	function facebook(addr,text){
		var text = this.title?this.title:text;
		var addr = this.link?this.link:addr;

		//window.open('http://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(addr),'facebook','toolbar=0,location=0,menubar=0,scrollbars=yes,status=1,resizable=0,width=500,height=450');
		//window.open('http://www.facebook.com/sharer/sharer.php?s=100&p[url]='+encodeURI(this.sns_url)+'&p[images][0]='+encodeURI(this.sns_image)+'&p[title]='+encodeURI(this.sns_text)+'&p[summary]='+encodeURI(this.sns_summary),'facebook','toolbar=0,location=0,menubar=0,scrollbars=yes,status=1,resizable=0,width=500,height=450');		
		window.open('http://www.facebook.com/sharer/sharer.php?s=100&p[url]='+encodeURI(addr)+'&p[title]='+encodeURI(text),'facebook','toolbar=0,location=0,menubar=0,scrollbars=yes,status=1,resizable=0,width=500,height=450');

	}

	//////////////////////////////blog///////////////////////////////
	function blog(addr,text){
		var text = this.title?this.title:text;
		var addr = this.link?this.link:addr;

		window.open('http://bookmark.naver.com/post?ns=1&title='+encodeURIComponent(text)+'&url='+encodeURIComponent(addr),'blog','toolbar=0,location=0,menubar=0,scrollbars=yes,status=1,resizable=0,width=500,height=450');
	}


	//////////////////////////////cyworld///////////////////////////////
	function cyworld(addr,text){

		var text = this.title?this.title:text;
		var addr = this.link?this.link:addr;

		var url='http://csp.cyworld.com/bi/bi_recommend_pop.php?url='+encodeURIComponent(addr)+'&thumbnail=http://www.1000dedi.net/rew1/common/img/layout/logo.gif&writer='+encodeURIComponent('http://www.1000dedi.net');
		window.open(url, 'cyworld', 'width=410, height=443');

		//var url='http://csp.cyworld.com/bi/bi_recommend_pop.php?url=http://www.1000dedi.net&title='+encodeURIComponent('test')+'&thumbnail=PRODUCT_URL&summary='+encodeURIComponent('»óÇ°¼ÒÁ¦¸ñ')+'&writer='+encodeURIComponent('http://www.1000dedi.net');
		//window.open(url, 'cyworld', 'width=410, height=443');


	}
