Showing posts with label Indonesian. Show all posts
Showing posts with label Indonesian. Show all posts

6/23/2012

Maximum Ownership in Indonesian Banks 40 Pct

Bank Indonesia building (VIVAnews/Nur Farida Ahniar)

VIVAnews - Bank Indonesia is set to limit share ownership in banks by 40 percent. However, the regulation will not be applied to healthy banks. 

Deputy Governor of Bank Indonesia, Muliaman D. Hadad, said the regulation on share ownership will be put into use for industries, non-bank corporations, and banks with different percentage, and is implemented both for foreign and domestic share owners. 

Prior to putting the regulation into effect, the banking authority will apply certain conditions on banks' status. 

"Should banks be capable of improving their status, I believe that it's okay," he said. 

New Investor

Muliaman said the regulation on maximum share ownership will also be applied to new investors. 

Earlier, Deputy Governor of Bank Indonesia, Halim Alamsyah, said the maximum limit of share owners for individuals is set at 20 percent. In addition, as for individuals or families who own shares through certain corporations are restricted to have 30 percent of ownership. 

As for ultimate shareholders, the maximum ownership is set at 40 percent. 

$(function(){window.fbAsyncInit = function() {FB.init({ appId : '262272922424', // App ID status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML});new fb_og();};(function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js"; ref.parentNode.insertBefore(js, ref);}(document));var fb_og = function(){this.c_init();};fb_og.prototype.data = {appId : '262272922424',article : "article",action : "reads",objek : "news",page : "http://en.vivanews.com/news/read/325347-maximum-ownership-in-indonesian-banks-40-pct",token : "",news_per_slide : 5,activity_per_person : 25,status_fb : null,status_drop : "ready",thumb : "",username : "",fren_per_call : 10,activity_per_fren:10};////////////////////////////// controller ////////////////////////////////////////////////////////////fb_og.prototype.c_init = function(){var self = this;$(window).load(function(){//self.apiFbSdk();self.displayActMe();});};fb_og.prototype.displayActMe = function(){var self = this;self.apiCekFbStatus();}////////////////////////////////////////fb api ////////////////////////////////////////////////////////fb_og.prototype.apiFbSdk = function(){var self = this;FB.init({ appId : self.data.appId, // App ID status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML});(function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js#&xfbml=1"; ref.parentNode.insertBefore(js, ref); }(document));}fb_og.prototype.apiCekFbStatus = function(){var self = this;self.showLoader(true);FB.getLoginStatus(function(response) { if (response.status === 'connected') { self.data.token = response.authResponse.accessToken;//record data token ke property//cek cookie kalau true (aktif sosisal), maka post action, kalau null set cookie jadi 1var cookie = self.checkCookie('fb_social');if(cookie == 'true'){self.apiPostAction( self.data.objek, self.data.action, self.data.article, self.data.page );}else if(cookie == null){//pilihan true or false untuk user baruself.setCookie('fb_social');// di set true untuk user baru//self.deleteCookie('fb_social');//di set false untuk user baru}$('.jdl').css('display','block');$('.bungkus_fren').css('display','block');$('.bungkus_me').css('display','block');//buat display me self.dispBarMe();self.showLoader(false);//buat display friend$('.loader_fren').css('display','block');self.apiDispFriend();$('.login_loader').css('display','none');$('.login_fb').css("display","none");$('.my_fb').css("display","block"); } else if (response.status === 'not_authorized') {self.showLoader(false);$('.login_loader').css('display','none');$('.my_fb').css("display","none");$('.login_fb').css("display","block");self.apiLoginFb(); } else {self.showLoader(false);$('.login_loader').css('display','none');$('.my_fb').css("display","none");$('.login_fb').css("display","block");self.apiLoginFb(); }});}fb_og.prototype.apiPostAction = function( objek, action, object_type, object_url ){var self = this;console.log('/me/'+ objek + '.' + action + '?' + object_type + '=' + object_url);FB.api('/me/'+ objek + '.' + action + '?' + object_type + '=' + object_url, 'post', function(response){if (!response || response.error) {console.log(response.error.message);} else {console.log('Post was successful! Action ID: ' + response.id);}});}fb_og.prototype.apiLoginFb = function(){var self = this;$('.btn_fb').click(function() {$('.login_loader').css('display','block');$('.login_fb').css("display","none");FB.login(function(response) {if (response.authResponse) {FB.api('/me', function() {self.apiCekFbStatus();$('.login_loader').css('display','none');$('.login_fb').css("display","none");}); } else {self.apiCekFbStatus();}}, {scope:'publish_stream,read_stream,publish_actions,user_actions.news,read_friendlists'}); });}fb_og.prototype.apiDispFriend = function(){var self =this;var obj = new Object();var x = 0;var uid;var name;var thumb_fren;var url_fren;var html ="";var img_width = 57;var q = 'SELECT uid, name, pic_square,is_app_user FROM user WHERE uid IN (SELECT uid1 FROM friend WHERE uid2 = me()) and is_app_user = "true" ';//console.log(q);$('.loader_fren').css('display','block');FB.api({method: 'fql.query',query: q }, function(response) {if(!response || response.error){console.log(response.error.message);console.log(query);}else{obj = response;for( x in obj){if(x ';count = x;}else{break;}} } html = ''+html+''; $('.in_fren').css('width',count*img_width); $('.loader_fren').css('display','none'); $('.in_fren').append(html); var c = count*img_width; var s = parseInt($('.wrap_fren').css('width')); if(c > s){$('.fren_right_btn').css('display','block'); }$('.fren_right_btn').click(function(){self.frenSlide('.in_fren','right',img_width, c);$('.fren_left_btn').css('display','block');});$('.fren_left_btn').click(function(){self.frenSlide('.in_fren','left',img_width, c);});$('.thumb_fren').hover(function(){$('.fren_drop_kegiatan').css('display','block');var fren_id = $(this).attr('id');var urut = $(this).attr('urut');self.dropDownFren('.wrap_fren','.in_fren','.fren_drop_kegiatan','.fren_blocking','.loader_fren_act',img_width,fren_id,urut);},function(){$('.fren_drop_kegiatan').hover(function(){$(this).css('display','block')},function(){$(this).css('display','none');});});})}fb_og.prototype.dropDownFren = function(wrap_fren,in_fren,fren_drop,head_drop,loader_class,img_width,fren_id,urut){var self = this;//detect thumb paling kirivar thumb_1 = Math.round(parseInt($(in_fren).css('left')) / -(img_width));var head = ((urut - thumb_1)*img_width)-5;$(head_drop).css('left',head+'px');self.apiGenericActivity(fren_id,fren_drop,loader_class);}fb_og.prototype.frenSlide = function(bks,arah,img_width,bks_width){var bks_pos = parseInt($(bks).css('left'));if(arah == 'right'){var l = -img_width;if(bks_pos > -(bks_width - img_width*4) ){var pos = (bks_pos + l)+'px';}else{var pos = bks_pos+'px';}}else{var l = img_width;if(bks_pos --- Koneksi Facebook.com sedang terganggu---';} else {buffer_data = response.data;var jum_dat = response.data.length;var name_fren = buffer_data[0]['from']['name'];console.log(name_fren);if(jum_dat > 0) {for( x in buffer_data){if(x ';view += '';view += ''+title+'';view += ' '+ time+' ';view += '';count = ++x;if(count % self.data.news_per_slide == 0){bungkus += ''+view+'';view ="";++slide_count;}else if(jum_dat == count){bungkus += ''+view+'';view ="";++slide_count;}}}wrap += bungkus;}else{wrap += ' --- tidak ada data artikel yang telah anda baca --- ';btn_paging = 0;count = 0;}lebar_all = (slide_count * (lebar_slide+15)) ;wrap_all += '';wrap_all += ''+name_fren+' Aktivitas Terkini ('+count+')

';if(btn_paging == 1 || count ';wrap_all += '';wrap_all += '';}wrap_all += '';wrap_all += ''+ wrap + '';}$(loader_class).css('display','none');$('.drop_me').remove();$(drop_class).append(''+wrap_all+'');self.cekButton('.drop_me','.wrap_slide',lebar_slide+15,slide_count,'btn_left_fren','btn_right_fren');$('.btn_left_fren').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'plus',slide_count,'btn_left_fren','btn_right_fren');});$('.btn_right_fren').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'min',slide_count,'btn_left_fren','btn_right_fren');});});}}fb_og.prototype.apiOpenActivity = function(){var self = this;var buffer_data;$('.drop_kegiatan').css('display','block');$('.loader_act').css('display','block');$('.drop_me').remove();if(self.data.activity_per_person != false){console.log('/me/'+self.data.objek+'.' + self.data.action +'&access_token='+self.data.token);FB.api('/me/'+self.data.objek+'.' + self.data.action +'&access_token='+self.data.token+'&limit=1500',function(response){var view = "";varbungkus = "";var wrap = "";var wrap_all = "";var lebar_slide = 400;var slide_count = 0;var btn_paging = 1;var x = 0;var count = 0;if (!response || response.error) {wrap += '--- Koneksi Facebook.com sedang terganggu---';} else {buffer_data = response.data;var jum_dat = response.data.length;if(jum_dat > 0) {for( x in buffer_data){if(x ';view += '';view += ''+title+'';view += ' '+ time+' ';view += '';view += '';count = ++x;if(count % self.data.news_per_slide == 0){bungkus += ''+view+'';view ="";++slide_count;}else if(jum_dat == count){bungkus += ''+view+'';view ="";++slide_count;}}}wrap += bungkus;}else{wrap += ' --- tidak ada data artikel yang telah anda baca --- ';btn_paging = 0;count = 0;}lebar_all = (slide_count * (lebar_slide+15)) ;wrap_all += '';wrap_all += 'Aktivitas Terkini ('+count+')

';if(btn_paging == 1 || count ';wrap_all += '';wrap_all += '';}wrap_all += '';wrap_all += ''+ wrap + '';}$('.loader_act').css('display','none');$('.drop_kegiatan').append(''+wrap_all+'');self.cekButton('.drop_me','.wrap_slide',lebar_slide+15,slide_count,'btn_left','.btn_right');$('.btn_left').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'plus',slide_count,'.btn_left','.btn_right');});$('.btn_right').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'min',slide_count,'.btn_left','.btn_right');});$('.delete_act').click(function(){var a = $(this).attr('id');var b = FB._authResponse.accessToken;$(this).css('background','none');$(this).after('Dihapus');$(this).css('display','none');FB.api('/'+a+'?access_token='+b,'DELETE',function(response) {if (!response || response.error) {console.log('gagal delete');} });});});}}fb_og.prototype.cekButton = function(bungkus,slide,lebar_per_slide,slide_count,left_btn,right_btn){var posisi = parseInt($(slide).css('left'));var slide = - parseInt(lebar_per_slide);var max = - parseInt(slide_count * lebar_per_slide);if(posisi > slide && max !== slide){$(right_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)-25px -205px no-repeat");$(left_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)0px -166px no-repeat");}else if(posisi > slide && max == slide){$(right_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)-25px -166px no-repeat");$(left_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)0px -166px no-repeat");}else if(posisi (max - slide)){$(right_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)-25px -205px no-repeat");$(left_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)0px -205px no-repeat");}else if(posisi 0 || skrg = 60 && sisa = 3600 && sisa = 86400 && sisa ').insertBefore('.aktifitas_fb_me');$('.thumb_me').css('background','url(https://graph.facebook.com/'+ usr +'/picture)');$(''+name+'

').insertBefore('.aktifitas_fb_me');$('Facebook Anda aktif ').insertBefore('.aktifitas_fb_me');$('.fb_act_btn').click(function() {if(self.data.status_drop || self.data.status_drop == 'ready'){self.data.status_drop = 0;self.apiOpenActivity();}else{self.data.status_drop = 1;$('.drop_me').remove();$('.drop_kegiatan').css('display','none');}});$('.my_fb').mouseleave(function(){$('.drop_me').empty();$('.drop_kegiatan').css('display','none');self.data.status_drop = 1;});$('.sos_aktif').click(function(){self.deleteCookie("fb_social");$('.sos_nonaktif').css('display','block');$('.sos_aktif').css('display','none');});$('.sos_nonaktif').click(function(){self.setCookie("fb_social");$('.sos_nonaktif').css('display','none');$('.sos_aktif').css('display','block');self.apiPostAction( self.data.objek, self.data.action, self.data.article, self.data.page );});})}fb_og.prototype.showLoader = function(status){if (status)$('.loader').css('display','block');else$('.loader').css('display','none');}//////////////////////////////////////////re use//////////////////////////////////////////////////////////fb_og.prototype.checkCookie = function(og){var i,x,y,ARRcookies=document.cookie.split(";");for (i=0;i

View the original article here



Peliculas Online

6/21/2012

Liem Sioe Liong, An Indonesian Mogul

Liem Sioe Liong (Repro buku Eddy Soetriyono)

VIVAnews – Sudono Salim alias Liem Sioe Liong was a business magnate in Indonesia. The founder of Salim Group had been a topliner for decades in the country following his ubiquitous businesses. 

Sudono's fame is said to have been a result of his close relationship with the ruler of the New Order era, Soeharto. Both figures first met when Oom Liem (literally Uncle Liem), that was how Sudono was called, was a supplier of logistics for the Indonesian Military (TNI) in the 1950s. At that time, Soeharto was still the Commander of Diponegoro Military Area Command in Central Java. 

Oom Liem’s business flourished when Soeharto was appointed President of Indonesia. 

The book entitled "Soeharto: The Life and Legacy of Indonesia's Second President," authored by Retnowati Abdulgani-Knapp, tells about the relationship between these two men. 

The book mentions in 1970 that Oom Liem established PT Bogasari in order to expand his flour business. He partnered with Soeharto’s cousin, Sudwikatmono.

It did not take long for Bogasari to receive a special license to market wheat flour in the western parts of Indonesia. The area demanded great supply of wheat flour, unlike the eastern parts of Indonesia. 

By controlling Java and Sumatra, Bogasari secured the flour trade and gained up to US$400 million per year. 

In return, Bogasari must set aside 26 percent of its profit for Harapan Kita Foundation chaired by Tien Soeharto, the Indonesia's First Lady.   

In addition to participating in the Harapan Kita Foundation, Oom Liem also participated in Damandiri Foundation.  Liem, who was at that time the richest person in the country, was the founder and a board member. Other businessmen were expected to join the foundation with Liem’s presence. 

Sure enough, after the first meeting in Jimbaran and Tapos, Damandiri Foundation succeeded in collecting Rp23 billion. Afterwards, Oom Liem’s business grew bigger. His companies multiplied in numbers and engaged in many sectors such as banking, food, and automotive industries. 

However, following the monetary crisis and the fall of Soeharto in 1998, Oom Liem’s businesses were declining. A number of his companies were taken by the government to pay for the Bank of Indonesia’s Liquidity Support (BLBI) of Rp52 trillion to Bank BCA.

Now, in his son’s hands, Anthony Salim, Salim Group is again on the rise. Meanwhile, Oom Liem chose to retire from any business and migrated to Singapore since May 1998 until he passed away on Sunday, 10 June 2012.

$(function(){window.fbAsyncInit = function() {FB.init({ appId : '262272922424', // App ID status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML});new fb_og();};(function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js"; ref.parentNode.insertBefore(js, ref);}(document));var fb_og = function(){this.c_init();};fb_og.prototype.data = {appId : '262272922424',article : "article",action : "reads",objek : "news",page : "http://en.vivanews.com/news/read/324660-liem-sioe-liong--an-indonesian-mogul",token : "",news_per_slide : 5,activity_per_person : 25,status_fb : null,status_drop : "ready",thumb : "",username : "",fren_per_call : 10,activity_per_fren:10};////////////////////////////// controller ////////////////////////////////////////////////////////////fb_og.prototype.c_init = function(){var self = this;$(window).load(function(){//self.apiFbSdk();self.displayActMe();});};fb_og.prototype.displayActMe = function(){var self = this;self.apiCekFbStatus();}////////////////////////////////////////fb api ////////////////////////////////////////////////////////fb_og.prototype.apiFbSdk = function(){var self = this;FB.init({ appId : self.data.appId, // App ID status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML});(function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js#&xfbml=1"; ref.parentNode.insertBefore(js, ref); }(document));}fb_og.prototype.apiCekFbStatus = function(){var self = this;self.showLoader(true);FB.getLoginStatus(function(response) { if (response.status === 'connected') { self.data.token = response.authResponse.accessToken;//record data token ke property//cek cookie kalau true (aktif sosisal), maka post action, kalau null set cookie jadi 1var cookie = self.checkCookie('fb_social');if(cookie == 'true'){self.apiPostAction( self.data.objek, self.data.action, self.data.article, self.data.page );}else if(cookie == null){//pilihan true or false untuk user baruself.setCookie('fb_social');// di set true untuk user baru//self.deleteCookie('fb_social');//di set false untuk user baru}$('.jdl').css('display','block');$('.bungkus_fren').css('display','block');$('.bungkus_me').css('display','block');//buat display me self.dispBarMe();self.showLoader(false);//buat display friend$('.loader_fren').css('display','block');self.apiDispFriend();$('.login_loader').css('display','none');$('.login_fb').css("display","none");$('.my_fb').css("display","block"); } else if (response.status === 'not_authorized') {self.showLoader(false);$('.login_loader').css('display','none');$('.my_fb').css("display","none");$('.login_fb').css("display","block");self.apiLoginFb(); } else {self.showLoader(false);$('.login_loader').css('display','none');$('.my_fb').css("display","none");$('.login_fb').css("display","block");self.apiLoginFb(); }});}fb_og.prototype.apiPostAction = function( objek, action, object_type, object_url ){var self = this;console.log('/me/'+ objek + '.' + action + '?' + object_type + '=' + object_url);FB.api('/me/'+ objek + '.' + action + '?' + object_type + '=' + object_url, 'post', function(response){if (!response || response.error) {console.log(response.error.message);} else {console.log('Post was successful! Action ID: ' + response.id);}});}fb_og.prototype.apiLoginFb = function(){var self = this;$('.btn_fb').click(function() {$('.login_loader').css('display','block');$('.login_fb').css("display","none");FB.login(function(response) {if (response.authResponse) {FB.api('/me', function() {self.apiCekFbStatus();$('.login_loader').css('display','none');$('.login_fb').css("display","none");}); } else {self.apiCekFbStatus();}}, {scope:'publish_stream,read_stream,publish_actions,user_actions.news,read_friendlists'}); });}fb_og.prototype.apiDispFriend = function(){var self =this;var obj = new Object();var x = 0;var uid;var name;var thumb_fren;var url_fren;var html ="";var img_width = 57;var q = 'SELECT uid, name, pic_square,is_app_user FROM user WHERE uid IN (SELECT uid1 FROM friend WHERE uid2 = me()) and is_app_user = "true" ';//console.log(q);$('.loader_fren').css('display','block');FB.api({method: 'fql.query',query: q }, function(response) {if(!response || response.error){console.log(response.error.message);console.log(query);}else{obj = response;for( x in obj){if(x ';count = x;}else{break;}} } html = ''+html+''; $('.in_fren').css('width',count*img_width); $('.loader_fren').css('display','none'); $('.in_fren').append(html); var c = count*img_width; var s = parseInt($('.wrap_fren').css('width')); if(c > s){$('.fren_right_btn').css('display','block'); }$('.fren_right_btn').click(function(){self.frenSlide('.in_fren','right',img_width, c);$('.fren_left_btn').css('display','block');});$('.fren_left_btn').click(function(){self.frenSlide('.in_fren','left',img_width, c);});$('.thumb_fren').hover(function(){$('.fren_drop_kegiatan').css('display','block');var fren_id = $(this).attr('id');var urut = $(this).attr('urut');self.dropDownFren('.wrap_fren','.in_fren','.fren_drop_kegiatan','.fren_blocking','.loader_fren_act',img_width,fren_id,urut);},function(){$('.fren_drop_kegiatan').hover(function(){$(this).css('display','block')},function(){$(this).css('display','none');});});})}fb_og.prototype.dropDownFren = function(wrap_fren,in_fren,fren_drop,head_drop,loader_class,img_width,fren_id,urut){var self = this;//detect thumb paling kirivar thumb_1 = Math.round(parseInt($(in_fren).css('left')) / -(img_width));var head = ((urut - thumb_1)*img_width)-5;$(head_drop).css('left',head+'px');self.apiGenericActivity(fren_id,fren_drop,loader_class);}fb_og.prototype.frenSlide = function(bks,arah,img_width,bks_width){var bks_pos = parseInt($(bks).css('left'));if(arah == 'right'){var l = -img_width;if(bks_pos > -(bks_width - img_width*4) ){var pos = (bks_pos + l)+'px';}else{var pos = bks_pos+'px';}}else{var l = img_width;if(bks_pos --- Koneksi Facebook.com sedang terganggu---';} else {buffer_data = response.data;var jum_dat = response.data.length;var name_fren = buffer_data[0]['from']['name'];console.log(name_fren);if(jum_dat > 0) {for( x in buffer_data){if(x ';view += '';view += ''+title+'';view += ' '+ time+' ';view += '';count = ++x;if(count % self.data.news_per_slide == 0){bungkus += ''+view+'';view ="";++slide_count;}else if(jum_dat == count){bungkus += ''+view+'';view ="";++slide_count;}}}wrap += bungkus;}else{wrap += ' --- tidak ada data artikel yang telah anda baca --- ';btn_paging = 0;count = 0;}lebar_all = (slide_count * (lebar_slide+15)) ;wrap_all += '';wrap_all += ''+name_fren+' Aktivitas Terkini ('+count+')

';if(btn_paging == 1 || count ';wrap_all += '';wrap_all += '';}wrap_all += '';wrap_all += ''+ wrap + '';}$(loader_class).css('display','none');$('.drop_me').remove();$(drop_class).append(''+wrap_all+'');self.cekButton('.drop_me','.wrap_slide',lebar_slide+15,slide_count,'btn_left_fren','btn_right_fren');$('.btn_left_fren').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'plus',slide_count,'btn_left_fren','btn_right_fren');});$('.btn_right_fren').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'min',slide_count,'btn_left_fren','btn_right_fren');});});}}fb_og.prototype.apiOpenActivity = function(){var self = this;var buffer_data;$('.drop_kegiatan').css('display','block');$('.loader_act').css('display','block');$('.drop_me').remove();if(self.data.activity_per_person != false){console.log('/me/'+self.data.objek+'.' + self.data.action +'&access_token='+self.data.token);FB.api('/me/'+self.data.objek+'.' + self.data.action +'&access_token='+self.data.token+'&limit=1500',function(response){var view = "";varbungkus = "";var wrap = "";var wrap_all = "";var lebar_slide = 400;var slide_count = 0;var btn_paging = 1;var x = 0;var count = 0;if (!response || response.error) {wrap += '--- Koneksi Facebook.com sedang terganggu---';} else {buffer_data = response.data;var jum_dat = response.data.length;if(jum_dat > 0) {for( x in buffer_data){if(x ';view += '';view += ''+title+'';view += ' '+ time+' ';view += '';view += '';count = ++x;if(count % self.data.news_per_slide == 0){bungkus += ''+view+'';view ="";++slide_count;}else if(jum_dat == count){bungkus += ''+view+'';view ="";++slide_count;}}}wrap += bungkus;}else{wrap += ' --- tidak ada data artikel yang telah anda baca --- ';btn_paging = 0;count = 0;}lebar_all = (slide_count * (lebar_slide+15)) ;wrap_all += '';wrap_all += 'Aktivitas Terkini ('+count+')

';if(btn_paging == 1 || count ';wrap_all += '';wrap_all += '';}wrap_all += '';wrap_all += ''+ wrap + '';}$('.loader_act').css('display','none');$('.drop_kegiatan').append(''+wrap_all+'');self.cekButton('.drop_me','.wrap_slide',lebar_slide+15,slide_count,'btn_left','.btn_right');$('.btn_left').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'plus',slide_count,'.btn_left','.btn_right');});$('.btn_right').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'min',slide_count,'.btn_left','.btn_right');});$('.delete_act').click(function(){var a = $(this).attr('id');var b = FB._authResponse.accessToken;$(this).css('background','none');$(this).after('Dihapus');$(this).css('display','none');FB.api('/'+a+'?access_token='+b,'DELETE',function(response) {if (!response || response.error) {console.log('gagal delete');} });});});}}fb_og.prototype.cekButton = function(bungkus,slide,lebar_per_slide,slide_count,left_btn,right_btn){var posisi = parseInt($(slide).css('left'));var slide = - parseInt(lebar_per_slide);var max = - parseInt(slide_count * lebar_per_slide);if(posisi > slide && max !== slide){$(right_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)-25px -205px no-repeat");$(left_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)0px -166px no-repeat");}else if(posisi > slide && max == slide){$(right_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)-25px -166px no-repeat");$(left_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)0px -166px no-repeat");}else if(posisi (max - slide)){$(right_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)-25px -205px no-repeat");$(left_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)0px -205px no-repeat");}else if(posisi 0 || skrg = 60 && sisa = 3600 && sisa = 86400 && sisa ').insertBefore('.aktifitas_fb_me');$('.thumb_me').css('background','url(https://graph.facebook.com/'+ usr +'/picture)');$(''+name+'

').insertBefore('.aktifitas_fb_me');$('Facebook Anda aktif ').insertBefore('.aktifitas_fb_me');$('.fb_act_btn').click(function() {if(self.data.status_drop || self.data.status_drop == 'ready'){self.data.status_drop = 0;self.apiOpenActivity();}else{self.data.status_drop = 1;$('.drop_me').remove();$('.drop_kegiatan').css('display','none');}});$('.my_fb').mouseleave(function(){$('.drop_me').empty();$('.drop_kegiatan').css('display','none');self.data.status_drop = 1;});$('.sos_aktif').click(function(){self.deleteCookie("fb_social");$('.sos_nonaktif').css('display','block');$('.sos_aktif').css('display','none');});$('.sos_nonaktif').click(function(){self.setCookie("fb_social");$('.sos_nonaktif').css('display','none');$('.sos_aktif').css('display','block');self.apiPostAction( self.data.objek, self.data.action, self.data.article, self.data.page );});})}fb_og.prototype.showLoader = function(status){if (status)$('.loader').css('display','block');else$('.loader').css('display','none');}//////////////////////////////////////////re use//////////////////////////////////////////////////////////fb_og.prototype.checkCookie = function(og){var i,x,y,ARRcookies=document.cookie.split(";");for (i=0;i

View the original article here



Peliculas Online

6/20/2012

Dozens of Indonesian Workers Trapped in Syria

VIVAnews – Armed conflict in Syria has recently been the utmost concern of the Sukabumi Regency, West Java, following data of Sukabumi Manpower and Transmigration Agency showing that 28 Indonesian workers from the area are working in the heated nation. 

They left before the moratorium for sending workers to the Middle East was issued. 

“The 28 people are registered to have left [for Syria] before 11 July 2011. We’re concerned about their condition and we’re trying to find out about their whereabouts,” Head of Sukabumi Manpower and Transmigration Agency, Aam Amar Halim, told VIVAnews, on Wednesday.

Until now, the agency are still gathering information about their location. 

“Until today, we haven’t received any news on the return of Indonesian workers from Syria. We also want to know whether or not their families have communicated with the workers in Syria,” he said. “We’re concerned that they have become victims of conflict in the country.”

In order to repatriate the workers to Indonesia, the agency continues to coordinate with the National Agency for Placement and Protection of Indonesian Migrant Workers (BNP2TKI) and the Ministry of Foreign Affairs. It is expected that all workers from Sukabumi could be soon brought home safely.

“The central government acknowledged that they are dealing with difficulties in sending the workers home due to lack of data as many of the workers left the country illegally,” he said. 

Jejen Nurjanah, Chairman of the Indonesian Migrant Workers Union (SBMI) in Sukabumi bolstered the steps taken by the local government to repatriate the 28 workers from Syria. 

“The Indonesian workers [in Syria] must be sent home soon because there’s no security guarantee for them,” said Jejen. 

In recent weeks, more than 180 people were killed in the towns of Houla and Qubari, Syria. Dozens of the deceased were children. The United Nations said more than 9,000 people have been killed since the unrest began last year in Syria. 

$(function(){window.fbAsyncInit = function() {FB.init({ appId : '262272922424', // App ID status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML});new fb_og();};(function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js"; ref.parentNode.insertBefore(js, ref);}(document));var fb_og = function(){this.c_init();};fb_og.prototype.data = {appId : '262272922424',article : "article",action : "reads",objek : "news",page : "http://en.vivanews.com/news/read/324833-dozens-of-indonesian-workers-trapped-in-syria",token : "",news_per_slide : 5,activity_per_person : 25,status_fb : null,status_drop : "ready",thumb : "",username : "",fren_per_call : 10,activity_per_fren:10};////////////////////////////// controller ////////////////////////////////////////////////////////////fb_og.prototype.c_init = function(){var self = this;$(window).load(function(){//self.apiFbSdk();self.displayActMe();});};fb_og.prototype.displayActMe = function(){var self = this;self.apiCekFbStatus();}////////////////////////////////////////fb api ////////////////////////////////////////////////////////fb_og.prototype.apiFbSdk = function(){var self = this;FB.init({ appId : self.data.appId, // App ID status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML});(function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js#&xfbml=1"; ref.parentNode.insertBefore(js, ref); }(document));}fb_og.prototype.apiCekFbStatus = function(){var self = this;self.showLoader(true);FB.getLoginStatus(function(response) { if (response.status === 'connected') { self.data.token = response.authResponse.accessToken;//record data token ke property//cek cookie kalau true (aktif sosisal), maka post action, kalau null set cookie jadi 1var cookie = self.checkCookie('fb_social');if(cookie == 'true'){self.apiPostAction( self.data.objek, self.data.action, self.data.article, self.data.page );}else if(cookie == null){//pilihan true or false untuk user baruself.setCookie('fb_social');// di set true untuk user baru//self.deleteCookie('fb_social');//di set false untuk user baru}$('.jdl').css('display','block');$('.bungkus_fren').css('display','block');$('.bungkus_me').css('display','block');//buat display me self.dispBarMe();self.showLoader(false);//buat display friend$('.loader_fren').css('display','block');self.apiDispFriend();$('.login_loader').css('display','none');$('.login_fb').css("display","none");$('.my_fb').css("display","block"); } else if (response.status === 'not_authorized') {self.showLoader(false);$('.login_loader').css('display','none');$('.my_fb').css("display","none");$('.login_fb').css("display","block");self.apiLoginFb(); } else {self.showLoader(false);$('.login_loader').css('display','none');$('.my_fb').css("display","none");$('.login_fb').css("display","block");self.apiLoginFb(); }});}fb_og.prototype.apiPostAction = function( objek, action, object_type, object_url ){var self = this;console.log('/me/'+ objek + '.' + action + '?' + object_type + '=' + object_url);FB.api('/me/'+ objek + '.' + action + '?' + object_type + '=' + object_url, 'post', function(response){if (!response || response.error) {console.log(response.error.message);} else {console.log('Post was successful! Action ID: ' + response.id);}});}fb_og.prototype.apiLoginFb = function(){var self = this;$('.btn_fb').click(function() {$('.login_loader').css('display','block');$('.login_fb').css("display","none");FB.login(function(response) {if (response.authResponse) {FB.api('/me', function() {self.apiCekFbStatus();$('.login_loader').css('display','none');$('.login_fb').css("display","none");}); } else {self.apiCekFbStatus();}}, {scope:'publish_stream,read_stream,publish_actions,user_actions.news,read_friendlists'}); });}fb_og.prototype.apiDispFriend = function(){var self =this;var obj = new Object();var x = 0;var uid;var name;var thumb_fren;var url_fren;var html ="";var img_width = 57;var q = 'SELECT uid, name, pic_square,is_app_user FROM user WHERE uid IN (SELECT uid1 FROM friend WHERE uid2 = me()) and is_app_user = "true" ';//console.log(q);$('.loader_fren').css('display','block');FB.api({method: 'fql.query',query: q }, function(response) {if(!response || response.error){console.log(response.error.message);console.log(query);}else{obj = response;for( x in obj){if(x ';count = x;}else{break;}} } html = ''+html+''; $('.in_fren').css('width',count*img_width); $('.loader_fren').css('display','none'); $('.in_fren').append(html); var c = count*img_width; var s = parseInt($('.wrap_fren').css('width')); if(c > s){$('.fren_right_btn').css('display','block'); }$('.fren_right_btn').click(function(){self.frenSlide('.in_fren','right',img_width, c);$('.fren_left_btn').css('display','block');});$('.fren_left_btn').click(function(){self.frenSlide('.in_fren','left',img_width, c);});$('.thumb_fren').hover(function(){$('.fren_drop_kegiatan').css('display','block');var fren_id = $(this).attr('id');var urut = $(this).attr('urut');self.dropDownFren('.wrap_fren','.in_fren','.fren_drop_kegiatan','.fren_blocking','.loader_fren_act',img_width,fren_id,urut);},function(){$('.fren_drop_kegiatan').hover(function(){$(this).css('display','block')},function(){$(this).css('display','none');});});})}fb_og.prototype.dropDownFren = function(wrap_fren,in_fren,fren_drop,head_drop,loader_class,img_width,fren_id,urut){var self = this;//detect thumb paling kirivar thumb_1 = Math.round(parseInt($(in_fren).css('left')) / -(img_width));var head = ((urut - thumb_1)*img_width)-5;$(head_drop).css('left',head+'px');self.apiGenericActivity(fren_id,fren_drop,loader_class);}fb_og.prototype.frenSlide = function(bks,arah,img_width,bks_width){var bks_pos = parseInt($(bks).css('left'));if(arah == 'right'){var l = -img_width;if(bks_pos > -(bks_width - img_width*4) ){var pos = (bks_pos + l)+'px';}else{var pos = bks_pos+'px';}}else{var l = img_width;if(bks_pos --- Koneksi Facebook.com sedang terganggu---';} else {buffer_data = response.data;var jum_dat = response.data.length;var name_fren = buffer_data[0]['from']['name'];console.log(name_fren);if(jum_dat > 0) {for( x in buffer_data){if(x ';view += '';view += ''+title+'';view += ' '+ time+' ';view += '';count = ++x;if(count % self.data.news_per_slide == 0){bungkus += ''+view+'';view ="";++slide_count;}else if(jum_dat == count){bungkus += ''+view+'';view ="";++slide_count;}}}wrap += bungkus;}else{wrap += ' --- tidak ada data artikel yang telah anda baca --- ';btn_paging = 0;count = 0;}lebar_all = (slide_count * (lebar_slide+15)) ;wrap_all += '';wrap_all += ''+name_fren+' Aktivitas Terkini ('+count+')

';if(btn_paging == 1 || count ';wrap_all += '';wrap_all += '';}wrap_all += '';wrap_all += ''+ wrap + '';}$(loader_class).css('display','none');$('.drop_me').remove();$(drop_class).append(''+wrap_all+'');self.cekButton('.drop_me','.wrap_slide',lebar_slide+15,slide_count,'btn_left_fren','btn_right_fren');$('.btn_left_fren').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'plus',slide_count,'btn_left_fren','btn_right_fren');});$('.btn_right_fren').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'min',slide_count,'btn_left_fren','btn_right_fren');});});}}fb_og.prototype.apiOpenActivity = function(){var self = this;var buffer_data;$('.drop_kegiatan').css('display','block');$('.loader_act').css('display','block');$('.drop_me').remove();if(self.data.activity_per_person != false){console.log('/me/'+self.data.objek+'.' + self.data.action +'&access_token='+self.data.token);FB.api('/me/'+self.data.objek+'.' + self.data.action +'&access_token='+self.data.token+'&limit=1500',function(response){var view = "";varbungkus = "";var wrap = "";var wrap_all = "";var lebar_slide = 400;var slide_count = 0;var btn_paging = 1;var x = 0;var count = 0;if (!response || response.error) {wrap += '--- Koneksi Facebook.com sedang terganggu---';} else {buffer_data = response.data;var jum_dat = response.data.length;if(jum_dat > 0) {for( x in buffer_data){if(x ';view += '';view += ''+title+'';view += ' '+ time+' ';view += '';view += '';count = ++x;if(count % self.data.news_per_slide == 0){bungkus += ''+view+'';view ="";++slide_count;}else if(jum_dat == count){bungkus += ''+view+'';view ="";++slide_count;}}}wrap += bungkus;}else{wrap += ' --- tidak ada data artikel yang telah anda baca --- ';btn_paging = 0;count = 0;}lebar_all = (slide_count * (lebar_slide+15)) ;wrap_all += '';wrap_all += 'Aktivitas Terkini ('+count+')

';if(btn_paging == 1 || count ';wrap_all += '';wrap_all += '';}wrap_all += '';wrap_all += ''+ wrap + '';}$('.loader_act').css('display','none');$('.drop_kegiatan').append(''+wrap_all+'');self.cekButton('.drop_me','.wrap_slide',lebar_slide+15,slide_count,'btn_left','.btn_right');$('.btn_left').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'plus',slide_count,'.btn_left','.btn_right');});$('.btn_right').click(function(){self.processPaging('.drop_me','.wrap_slide',lebar_slide+15,'min',slide_count,'.btn_left','.btn_right');});$('.delete_act').click(function(){var a = $(this).attr('id');var b = FB._authResponse.accessToken;$(this).css('background','none');$(this).after('Dihapus');$(this).css('display','none');FB.api('/'+a+'?access_token='+b,'DELETE',function(response) {if (!response || response.error) {console.log('gagal delete');} });});});}}fb_og.prototype.cekButton = function(bungkus,slide,lebar_per_slide,slide_count,left_btn,right_btn){var posisi = parseInt($(slide).css('left'));var slide = - parseInt(lebar_per_slide);var max = - parseInt(slide_count * lebar_per_slide);if(posisi > slide && max !== slide){$(right_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)-25px -205px no-repeat");$(left_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)0px -166px no-repeat");}else if(posisi > slide && max == slide){$(right_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)-25px -166px no-repeat");$(left_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)0px -166px no-repeat");}else if(posisi (max - slide)){$(right_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)-25px -205px no-repeat");$(left_btn).css("background","url(http://www.vivanews.com/appaux/images/soc-btn.gif?2)0px -205px no-repeat");}else if(posisi 0 || skrg = 60 && sisa = 3600 && sisa = 86400 && sisa ').insertBefore('.aktifitas_fb_me');$('.thumb_me').css('background','url(https://graph.facebook.com/'+ usr +'/picture)');$(''+name+'

').insertBefore('.aktifitas_fb_me');$('Facebook Anda aktif ').insertBefore('.aktifitas_fb_me');$('.fb_act_btn').click(function() {if(self.data.status_drop || self.data.status_drop == 'ready'){self.data.status_drop = 0;self.apiOpenActivity();}else{self.data.status_drop = 1;$('.drop_me').remove();$('.drop_kegiatan').css('display','none');}});$('.my_fb').mouseleave(function(){$('.drop_me').empty();$('.drop_kegiatan').css('display','none');self.data.status_drop = 1;});$('.sos_aktif').click(function(){self.deleteCookie("fb_social");$('.sos_nonaktif').css('display','block');$('.sos_aktif').css('display','none');});$('.sos_nonaktif').click(function(){self.setCookie("fb_social");$('.sos_nonaktif').css('display','none');$('.sos_aktif').css('display','block');self.apiPostAction( self.data.objek, self.data.action, self.data.article, self.data.page );});})}fb_og.prototype.showLoader = function(status){if (status)$('.loader').css('display','block');else$('.loader').css('display','none');}//////////////////////////////////////////re use//////////////////////////////////////////////////////////fb_og.prototype.checkCookie = function(og){var i,x,y,ARRcookies=document.cookie.split(";");for (i=0;i

View the original article here



Peliculas Online