");
		$(".story_photo .videoPlay").hover (
			function(){$(this).css({"opacity":"0"})},
			function(){$(this).css({"opacity":"1"})}
		)
	}
	//照片區塊出現
	$(".story_photo").fadeIn(1000);
	
	//寫入第一張照片
	var firstimg = $(".story_photo img:first").attr("rel");
	$(".story_photo img:first").attr("src",firstimg);
	$(".story_photo li:not(:first)").hide();
	
	//判斷是否有多張照片,寫入開關
	var li_nums = $(".story_photo li").length;
	var openclose = '
 更多照片  '
	if (li_nums > 1) {
		$(".story_photo .p_switcher").append(openclose);
	}
	
	//控制錨點
	if (li_nums > 1) {
		$('.open_btn, .story_photo img').click(function(){
			$('.news_story').ScrollTo(500);
		});
		$('.close_btn, .story_photo img').click(function(){
			$('.news_story').ScrollTo(500);
		});
	} else {
		$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
		$(".p_switcher").hide();
	}	
	
	//點擊圖片或開關,展開其他圖片
	$("a.open_close").click(function(){
			//寫入其他圖片路徑
			$(".story_photo img:not(:first)").each(function(){
				var imgsrc = $(this).attr("rel");
				$(this).attr("src",imgsrc);
			});
			$(".story_photo li:not(:first)").slideToggle(500);
			$(".open_close span").toggle();
	});
	
	if (video_link>0){ // 如果有影音,點圖連到影音頁
		$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
		$(".story_photo img, .story_photo .videoPlay").click(function(){
			var videoURL = $(".story_photo .video_link a").attr("href");
			location.href=videoURL;
		});
	} else { //沒影音時,點圖展開其它圖
		if (li_nums > 1) {//一張圖以上
			$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
		}
		$(".story_photo img").click(function(){
				//寫入其他圖片路徑
				$(".story_photo img:not(:first)").each(function(){
					var imgsrc = $(this).attr("rel");
					$(this).attr("src",imgsrc);
				});
				$(".story_photo li:not(:first)").slideToggle(500);
				$(".open_close span").toggle();
		});	
	}
//-------------------	
});
- 
 
Line集團發布Q2財報,集團創收共計1.32億美元,同比增長高達348.9%,環比增長45.3%。其核心業務Line在總收入增長中發揮了決定性的作用,總收入中76%的增長源於Line的良好表現,跟上季度相比增幅達66.9%。這證明了IM應用以應用內購買為核心的商業模式是可行的。	
 
 
實習記者金立蓉/綜合報導
在泰國使用手機通訊軟體Line的用戶要注意了,泰國警方傳出正在規劃監控利用即時通訊軟體Line發出「威脅國家安全」訊息的用戶,並已前往日本與此軟體的開發商會面。
根據《曼谷郵報》(Bangkok Post)報導,泰國科技犯罪防制處( Technology Crime Suppression Division)主管皮西特(Pisit Paoin)表示,由於社群網站與媒體的流行,現在很多犯罪透過如臉書(Facebook)、推特(Twitter)與其他手機通訊軟體WhatsApp、Line等進行犯案,而警方已在上周派人前往日本與Line的開發商會面,並蒐集嫌犯資訊。
皮西特表示,監視通訊軟體用戶不會違反隱私權,因科技犯罪防治處有監督過濾訊息的軟體,可監督張貼威脅國家安全的關鍵字,例如政變、冒犯君主罪、君主制度、毒品、仿冒品、賣淫等。
他說,這個計劃目的是在保護政治、社會、國家穩定,維持國家和平秩序,保護泰國人的道德。他也指出,泰國現有1500萬的Line用戶,但相關單位並不會監督所有的用戶,只會監視那些使用社交媒體違法的人。
針對此事,他呼籲使用臉書的人不要「分享」威脅國家安全的貼文、或在貼文上點「讚」,因為如果訊息錯誤,卻有2到3萬的人按讚或是被分享,人們可能就會相信。
不過,泰國國家人權辦公室(Office of the National Human Rights of Thailand)主席阿瑪拉(Amara Pongsapich)卻認為,此項監視Line用戶的計劃可能會侵犯到人們的隱私。她表示,警方應該遵照國際隱私標準,因為許多社交媒體互動包含生活在泰國以外的個人。
關鍵字:
通訊軟體
手機
泰國
監控
隱私
 This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' -  http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html