

function NewsShareBtn( ntype, nlink, ntitle )
{
	switch( ntype )
	{
		case 'plurk':
			window.open('http://www.plurk.com/?qualifier=shares&status=' . concat(encodeURIComponent('"'+nlink+' ('+ntitle+')"')));
		break;

		case 'facebook':
			window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(''+nlink+'') );
		break;
	}
}

function js4share( name )
{
	now = new Date();
	seed = now.getSeconds();
	var random_number = Math.random(seed);
	var range = random_number *10;
	switch( name )
	{
		case 'plurk':
			window.open('http://www.plurk.com/?qualifier=shares&status=' . concat(encodeURIComponent('http://www.pecos.com.tw/ (統一星鮮時計)')));
		break;

		case 'facebook':
			window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent('http://www.pecos.com.tw/index.html?'+range) );
		break;
	}
}
