<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6689808928364473922</id><updated>2024-12-19T10:23:48.758+07:00</updated><category term="Tutorial Blog"/><category term="beasiswa"/><category term="Guest book"/><category term="Info kerja"/><title type='text'>Afandi&#39;s Info</title><subtitle type='html'>Berbagi informasi dan kebaikan</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>25</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-8496634660299894417</id><published>2011-02-04T01:55:00.000+07:00</published><updated>2011-02-04T02:06:02.357+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Memasang Widget Typing Teks</title><content type='html'>&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;Untuk menambah semarak blog anda tak ada salahnya mencoba tips &lt;b&gt;memasang widget typing teks &lt;/b&gt;pada sidebar, dibawah header maupun di footer anda. Typing teks ini akan memberikan efek tulisan yang seolah-olah diketik oleh keyboard sebagai salam pembuka atau sejenisnya pada tempat yang masing-masing teman inginkan..&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;script language=&quot;JavaScript&quot;&gt;
//Visit http://www.masbugie.com  

var newsText = new Array();
newsText[0] = &quot;Selamat Datang di Blog AMBURADUL ini&quot;;
newsText[1] = &quot;Semoga Anda menemukan informasi yang dibutuhkan&quot;;
newsText[2] = &quot;Jangan Lupa meninggalkan komentar dan Klik Iklan&quot;;
newsText[3] = &quot;Terima kasih telah berkunjung&quot;;
newsText[4] = &quot;Kunjungan Anda menyelamatkan Saya&quot;;
newsText[5] = &quot;Kunjungan Anda menyelamatkan Saya&quot;;
var ttloop = 1;    // Repeat forever? (1 = True; 0 = False)
var tspeed = 50;   // Typing speed in milliseconds (larger number = slower)
var tdelay = 1000; // Time delay between newsTexts in milliseconds

// ------------- NO EDITING AFTER THIS LINE ------------- \\
var dwAText, cnews=0, eline=0, cchar=0, mxText;

function doNews() {
  mxText = newsText.length - 1;
  dwAText = newsText[cnews];
  setTimeout(&quot;addChar()&quot;,1000)
}
function addNews() {
  cnews += 1;
  if (cnews &lt;= mxText) {
    dwAText = newsText[cnews];
    if (dwAText.length != 0) {
      document.news.news2.value = &quot;&quot;;
      eline = 0;
      setTimeout(&quot;addChar()&quot;,tspeed)
    }
  }
}
//Visit http://www.masbugie.com 
function addChar() {
  if (eline!=1) {
    if (cchar != dwAText.length) {
      nmttxt = &quot;&quot;; for (var k=0; k&lt;=cchar;k++) nmttxt += dwAText.charAt(k);
      document.news.news2.value = nmttxt;
      cchar += 1;
      if (cchar != dwAText.length) document.news.news2.value += &quot;_&quot;;
    } else {
      cchar = 0;
      eline = 1;
    }
    if (mxText==cnews &amp;&amp; eline!=0 &amp;&amp; ttloop!=0) {
      cnews = 0; setTimeout(&quot;addNews()&quot;,tdelay);
    } else setTimeout(&quot;addChar()&quot;,tspeed);
  } else {
    setTimeout(&quot;addNews()&quot;,tdelay)
  }
}

doNews()
&lt;/script&gt;&lt;/div&gt;Oke langsung saja caranya tinggal copy kode HTML berikut kedalam widget kamu :

&lt;blockquote&gt;

&lt;blockquote&gt;

&amp;lt;form name=&quot;news&quot;&amp;gt;&amp;lt;textarea name=&quot;news2&quot; &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;cols=32 rows=3&lt;/span&gt; wrap=virtual&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;script language=javascript&amp;gt;var newsText = new Array();newsText[0] = &quot;Assalamu&#39;alaikum ya akhi..wa ukhty..&quot;;newsText[1] = &quot;Ahlan wa sahlan di memoar pribadi Ari Ahmad Afandi&quot;;newsText[2] = &quot;Tempat berbagi kebaikan dan informasi...&quot;;newsText[3] = &quot;Semoga bermanfaat dan banyak hikmah yang diperoleh disini..&quot;;newsText[4] = &quot;Senang sekiranya sahabat mau memberi masukan, komentar dan saran...&quot;;newsText[5] = &quot;Untuk perbaikan dan mengeratkan tali silaturahmi...&quot;;var ttloop = 1; &amp;nbsp; &amp;nbsp;// Repeat forever? (1 = True; 0 = False)var tspeed = 50; &amp;nbsp; // Typing speed in milliseconds (larger number = slower)var tdelay = 1000; // Time delay between newsTexts in milliseconds// ------------- NO EDITING AFTER THIS LINE ------------- \\var dwAText, cnews=0, eline=0, cchar=0, mxText;function doNews() {&amp;nbsp;&amp;nbsp;mxText = newsText.length - 1;&amp;nbsp;&amp;nbsp;dwAText = newsText[cnews];&amp;nbsp;&amp;nbsp;setTimeout(&quot;addChar()&quot;,1000)}function addNews() {&amp;nbsp;&amp;nbsp;cnews += 1;&amp;nbsp;&amp;nbsp;if (cnews &amp;lt;= mxText) {&amp;nbsp;&amp;nbsp; &amp;nbsp;dwAText = newsText[cnews];&amp;nbsp;&amp;nbsp; &amp;nbsp;if (dwAText.length != 0) {&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;document.news.news2.value = &quot;&quot;;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;eline = 0;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;setTimeout(&quot;addChar()&quot;,tspeed)&amp;nbsp;&amp;nbsp; &amp;nbsp;}&amp;nbsp;&amp;nbsp;}}function addChar() {&amp;nbsp;&amp;nbsp;if (eline!=1) {&amp;nbsp;&amp;nbsp; &amp;nbsp;if (cchar != dwAText.length) {&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;nmttxt = &quot;&quot;; for (var k=0; k&amp;lt;=cchar;k++) nmttxt += dwAText.charAt(k);&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;document.news.news2.value = nmttxt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;cchar += 1;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;if (cchar != dwAText.length) document.news.news2.value += &quot;_&quot;;&amp;nbsp;&amp;nbsp; &amp;nbsp;} else {&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;cchar = 0;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;eline = 1;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&amp;nbsp;&amp;nbsp; &amp;nbsp;if (mxText==cnews &amp;amp;&amp;amp; eline!=0 &amp;amp;&amp;amp; ttloop!=0) {&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;cnews = 0; setTimeout(&quot;addNews()&quot;,tdelay);&amp;nbsp;&amp;nbsp; &amp;nbsp;} else setTimeout(&quot;addChar()&quot;,tspeed);&amp;nbsp;&amp;nbsp;} else {&amp;nbsp;&amp;nbsp; &amp;nbsp;setTimeout(&quot;addNews()&quot;,tdelay)&amp;nbsp;&amp;nbsp;}}doNews()&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Jika ada pertanyaan bisa ditulis dibagian komentar ya..
Keterangan :
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;cols=32 &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;: &lt;/span&gt;menunjukkan lebar kolom
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;rows=3 : &lt;/span&gt;tinggi kolom
Teks silahkan diganti sesuai dengan keinginan teman-teman.

Semoga bermanfaat
&lt;b&gt;&lt;a href=&quot;http://afandi-info.blogspot.com/&quot;&gt;ARI AHMAD AFANDI&lt;/a&gt;&lt;/b&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/8496634660299894417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/memasang-widget-typing-teks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/8496634660299894417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/8496634660299894417'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/memasang-widget-typing-teks.html' title='Memasang Widget Typing Teks'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-8870104316449247050</id><published>2011-02-03T15:40:00.000+07:00</published><updated>2011-02-04T00:41:53.741+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat tampilan home page berbeda dengan tampilan isi</title><content type='html'>&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Jika anda mengamati blog ini, maka akan terlihat bahwa &lt;b&gt;tampilan home page berbeda dengan tampilan isi &lt;/b&gt;blog. Hal ini saya lakukan untuk menghemat loading pada saat home page dibuka maupun di tes dengan berbagai tool speed seperti ulasan saya tentang &lt;b&gt;&lt;a href=&quot;http://afandi-info.blogspot.com/2011/01/mengetahui-kecepatan-loading-blog.html&quot;&gt;cara mengetahui kecepatan loading blog.&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Langsung saja untuk cara-caranya adalah sebagai berikut :&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;goog_qs-tidbit goog_qs-tidbit-1&quot; style=&quot;background-color: inherit; display: inline !important; text-decoration: inherit;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span class=&quot;goog_qs-tidbit goog_qs-tidbit-1&quot; style=&quot;background-color: inherit; display: inline !important; text-decoration: inherit;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Untuk membuat Widget tampil di halaman posting (dan hilang di homepage):&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;1. Tentukan/pilih widget yang ingin di sembunyikan. (lihat di view source)&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;2. Catat judul widget tersebut.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;3. Cari judul widget tersebut di template kamu (gunakan ctrl+f atau f3)&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Maka secara keseluruhan widget tersebut memiliki struktur seperti di bawah ini:&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;----------------------------------------------------------------------------&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;b:widget id=&#39;HTML14&#39; locked=&#39;false&#39; title=&#39;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;&lt;b&gt;Judul Widget Kamu&lt;/b&gt;&lt;/span&gt;&#39; type=&#39;HTML&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;b:includable id=&#39;main&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;!-- only display title if it&#39;s non-empty --&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;b:if cond=&#39;data:title != &amp;amp;quot;&amp;amp;quot;&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;h2 class=&#39;title&#39;&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;div class=&#39;widget-content&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;data:content/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/b:includable&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/b:widget&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;---------------------------------------------------------------------------- &lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Huruf yang berwarna &lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;merah &lt;/span&gt;&lt;/b&gt;itu adalah judul widget kamu.&amp;nbsp;&lt;span class=&quot;goog_qs-tidbit goog_qs-tidbit-2&quot; style=&quot;background-color: inherit; display: inline !important; text-decoration: inherit;&quot;&gt;Dan huruf yang berwarna &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;&lt;b&gt;biru &lt;/b&gt;&lt;/span&gt;adalah kode untuk menyembunyikan widget.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Membuat widget hanya tampil di Home Page.&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Sama seperti di atas, hanya saja strukturnya berbeda. Strukturnya seperti di bawah ini:&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;----------------------------------------------------------------------------&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;b:widget id=&#39;HTML14&#39; locked=&#39;false&#39; title=&#39;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;&lt;b&gt;Judul Widget anda&lt;/b&gt;&lt;/span&gt;&#39; type=&#39;HTML&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;b:includable id=&#39;main&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;b:if cond=&#39;data:blog.url == data:blog.homepageUrl&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;!-- only display title if it&#39;s non-empty --&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;b:if cond=&#39;data:title != &amp;amp;quot;&amp;amp;quot;&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;h2 class=&#39;title&#39;&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;div class=&#39;widget-content&#39;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;data:content/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/b:includable&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;/b:widget&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;---------------------------------------------------------------------------- &lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Huruf yang berwarna &lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;merah&lt;/span&gt; &lt;/b&gt;adalah judul widget anda. Huruf yang berwarna &lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;biru&lt;/span&gt;&lt;/b&gt; adalah kode untuk menyembunyikan widget di homepage.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Semoga bermanfaat&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/8870104316449247050/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/membuat-tampilan-home-page-berbeda.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/8870104316449247050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/8870104316449247050'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/membuat-tampilan-home-page-berbeda.html' title='Membuat tampilan home page berbeda dengan tampilan isi'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-2598495788089494436</id><published>2011-02-03T04:37:00.001+07:00</published><updated>2011-02-04T04:13:40.905+07:00</updated><title type='text'>Info kerja</title><content type='html'>&lt;div style=&quot;border: 3px solid #cccccc; background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpbTQDn0nuf-iZW2uS6pXS8a3NVgWu6R73eRUW6Gnck-XXCxpVnzTAlvb4Rpsp3VrcQrZzcEo2za0rQECyXFpwnABD9tYjbpQmpW1LVVHP2xXkCeIJ0VKKUCr614vhE-GRltLoc-8rEmWI/); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat repeat;height: 400px; overflow: auto; padding: 5px; width: 100%;&quot;&gt;&lt;script src=&quot;http://kodecode.googlecode.com/files/judullabel_tertentu.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;ul&gt;&lt;script src=&quot;http://afandi-info.blogspot.com/feeds/posts/default/-/Info%20kerja?orderby=published&amp;amp;alt=json-in-script&amp;amp;callback=showrecentposts&amp;amp;max-results=999&quot;&gt;
&lt;/script&gt; &lt;/ul&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/2598495788089494436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/info-kerja.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/2598495788089494436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/2598495788089494436'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/info-kerja.html' title='Info kerja'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-1335375725319623637</id><published>2011-02-03T04:32:00.001+07:00</published><updated>2011-02-04T04:15:25.432+07:00</updated><title type='text'>Info Beasiswa</title><content type='html'>&lt;div style=&quot;border: 3px solid #cccccc; background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpbTQDn0nuf-iZW2uS6pXS8a3NVgWu6R73eRUW6Gnck-XXCxpVnzTAlvb4Rpsp3VrcQrZzcEo2za0rQECyXFpwnABD9tYjbpQmpW1LVVHP2xXkCeIJ0VKKUCr614vhE-GRltLoc-8rEmWI/); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat repeat;height: 400px; overflow: auto; padding: 5px; width: 100%;&quot;&gt;&lt;script type=&#39;text/javascript&#39; src=&#39;http://kodecode.googlecode.com/files/judullabel_tertentu.js&#39;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;ul&gt;&lt;script src=&quot;http://afandi-info.blogspot.com/feeds/posts/default/-/beasiswa?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts&amp;max-results=999&quot;&gt;&lt;/script&gt; &lt;/ul&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/1335375725319623637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/info-beasiswa.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/1335375725319623637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/1335375725319623637'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/info-beasiswa.html' title='Info Beasiswa'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-755709424618170580</id><published>2011-02-03T04:30:00.000+07:00</published><updated>2011-02-04T04:16:46.657+07:00</updated><title type='text'>Tutorial Blog</title><content type='html'>&lt;div style=&quot;border: 3px solid #cccccc; background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpbTQDn0nuf-iZW2uS6pXS8a3NVgWu6R73eRUW6Gnck-XXCxpVnzTAlvb4Rpsp3VrcQrZzcEo2za0rQECyXFpwnABD9tYjbpQmpW1LVVHP2xXkCeIJ0VKKUCr614vhE-GRltLoc-8rEmWI/); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat repeat;height: 400px; overflow: auto; padding: 5px; width: 100%;&quot;&gt;&lt;script style=&quot;text/javascript&quot;&gt;
var numposts = 50;
var standardstyling = true;
&lt;/script&gt;&lt;br /&gt;
&lt;script type=&#39;text/javascript&#39; src=&#39;http://kodecode.googlecode.com/files/judullabel_tertentu.js&#39;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;ul&gt;&lt;script src=&quot;http://afandi-info.blogspot.com/feeds/posts/default/-/Tutorial%20Blog?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts&amp;max-results=999&quot;&gt;&lt;/script&gt; &lt;/ul&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/755709424618170580/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/tutorial-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/755709424618170580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/755709424618170580'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/tutorial-blog.html' title='Tutorial Blog'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-5725304778426578446</id><published>2011-02-01T16:14:00.000+07:00</published><updated>2011-02-04T00:43:04.816+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="beasiswa"/><title type='text'>Beasiswa Beswan Djarum</title><content type='html'>&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Beasiswa &amp;amp; Pengembangan Karakter&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Djarum menyadari, pendidikan merupakan salah satu upaya untuk meningkatkan kesejahteraan masyarakat dan bangsa dalam mewujudkan masa depan yang lebih baik.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Oleh sebab itu, sejak tahun 1984 melalui program Djarum Bakti Pendidikan, Djarum memberikan beasiswa kepada para mahasiswa-mahasiswi strata satu berprestasi tinggi dari berbagai Perguruan Tinggi baik Negeri maupun Swasta di seluruh Indonesia. Untuk semakin menegaskan komitmennya memajukan dunia pendidikan, mulai tahun ini Djarum Bakti Pendidikan telah berubah menjadi Djarum Beasiswa Plus. Hal ini sesuai dengan arah kegiatan CSR PT Djarum di bidang pendidikan yang akan fokus dan identik dengan pemberian beasiswa.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Para calon penerima Djarum Beasiswa Plus tersebut diseleksi secara ketat dan harus memenuhi persyaratan IQ dan EQ sehingga mereka memiliki kecerdasan emosional dalam proses meraih prestasi.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Selain mendapat bantuan biaya pendidikan, para penerima Djarum Beasiswa Plus (Beswan Djarum) juga menerima manfaat lain berupa program pengembangan karakter yang merupakan kelebihan dari Program Djarum Beasiswa Plus , yaitu dengan mengikuti seminar/lokakarya, pelatihan-pelatihan,&amp;nbsp;&lt;em&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;leadership&lt;/span&gt;&lt;/em&gt;, motivasi,&amp;nbsp;&lt;em&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;outbound&lt;/span&gt;&lt;/em&gt;,&amp;nbsp;&lt;em&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;practical skills&lt;/span&gt;&lt;/em&gt;, maupun kewirausahaan (&lt;em&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;entrepreneur skill&lt;/span&gt;&lt;/em&gt;) dan lain-lain agar para Beswan Djarum bisa mandiri dan menjadi pemimpin arif.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Setiap setahun sekali, kecerdasan mereka diasah melalui Lomba Karya Tulis Beswan Djarum (LKT-BD) untuk mengasah kemampuan dan kualitas berpikir kreatif dan inovatif.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Seluruh Beswan Djarum juga berkesempatan untuk berkunjung ke pabrik PT Djarum di Kota Kudus sekaligus menghadiri malam pelantikan sebagai Beswan Djarum dalam satu perhelatan Silaturahmi Nasional&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Pada tahun 2003 Ikatan Penerima Beasiswa Djarum (IPBSD) menjadi Ikatan BESWAN DJARUM, singkatan dari Ikatan BEASISWAWAN DJARUM. Sejak itu pula para penerima Djarum Beasiswa Plus disebut dengan Beswan&amp;nbsp; Djarum.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;strong&gt;&lt;u&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Terus berkomitmen pada dunia pendidikan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Seiring dengan bertambahnya jumlah Beswan Djarum, diperlukan suatu wadah untuk menampung kegiatan bagi para mahasiswa penerima beasiswa Djarum. Wadah tersebut dinamakan Ikatan Penerima Beasiswa Djarum (IPBSD) yang pada tahun 2003 disempurnakan menjadi Ikatan BESWAN DJARUM, singkatan dari Ikatan BEASISWAWAN DJARUM. Sejak itu pula para penerima Djarum Beasiswa Plus disebut dengan Beswan&amp;nbsp; Djarum.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Untuk mempertajam kepekaan sosial, Ikatan BESWAN DJARUM secara rutin melakukan berbagai kegiatan sosial dan diklat internal bagi para anggotanya. Mereka juga belajar untuk memiliki rasa berbagi dengan mengajar anak-anak yang tidak mampu di lingkungan masing-masing. Adanya Ikatan BESWAN DJARUM, manfaat yang diperoleh para Beswan Djarum tidak hanya terbatas pada nilai nominal yang diterima setiap bulan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Melewati usia seperempat abad Program Djarum Beasiswa Plus berjalan, lebih dari 6300 mahasiswa-mahasiswi dari 70 Perguruan Tinggi Negeri dan Swasta di Indonesia telah menerima Djarum Beasiswa Plus.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Djarum akan terus konsisten dan berusaha menjaga komitmen demi tercapainya masa depan yang penuh cita-cita luhur. Sebuah semangat yang tak akan pernah berhenti untuk terus melahirkan generasi berprestasi.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Persyaratan menjadi penerima program Djarum Beasiswa Plus&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;UMUM :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Pria atau wanita.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Sedang menempuh Tingkat Pendidikan S1 (Strata 1).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Prestasi Akademik dengan IPK diatas 3.00, telah menyelesaikan 4 semester (kondisi keuangan keluarga menjadi salah satu pertimbangan).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Aktif mengikuti kegiatan-kegiatan organisasi di Kampus.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Tidak sedang menerima beasiswa dari pihak lain.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 12.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;ADMINISTRASI :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Mahasiswa mengajukan surat permohonan beasiswa kepada perguruan tinggi melalui Direktur Administrasi Kemahasiswaan atau Pembantu Rektor III &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Fotocopy Kartu Hasil Studi Semester 4 (empat).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Fotocopy sertifikat kegiatan organisasi/surat keterangan aktif berorganisasi.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Surat keterangan dari kampus tidak sedang menerima beasiswa dari pihak lain.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Fotocopy KTP.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Satu lembar foto ukuran 4 x 6 cm berwarna memakai jas almamater.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12.0pt; margin-left: 0cm; margin-right: 0cm; margin-top: 12.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;TES SELEKSI :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l3 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Mengikuti psikotes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l3 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Wawancara.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l3 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Membuat tulisan singkat.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 12.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Program Djarum Beasiswa Plus&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l0 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Djarum Beasiswa Plus diberikan selama 2 (dua) semester berurutan atau 1 (satu) tahun.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l0 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Besarnya dana Djarum Beasiswa Plus pada tahun ajaran 2010/2011 sebesar Rp.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Symbol;&quot;&gt;6&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;00.000,-(enam ratus ribu rupiah) per bulan.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l0 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Menerima pelatihan soft skills seperti : outbound, leadership training, practical skills dan entrepreneurship.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l0 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Sumber resmi :&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.djarumbeasiswaplus.com/&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;http://www.djarumbeasiswaplus.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 12.0pt; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/5725304778426578446/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-beswan-djarum.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/5725304778426578446'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/5725304778426578446'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-beswan-djarum.html' title='Beasiswa Beswan Djarum'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-6529799829233210213</id><published>2011-02-01T16:08:00.000+07:00</published><updated>2011-02-04T00:43:33.700+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="beasiswa"/><title type='text'>Beasiswa Habibie Center (S3)</title><content type='html'>&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Deadline : Mei dan November tiap tahun&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Yayasan Sumber Daya Manusia&lt;/b&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;dalam Ilmu Pengetahuan dan Teknologi (Yayasan SDM-IPTEK) didirikan oleh Prof. Dr.-Ing. B.J. Habibie (mantan presiden RI) pada tahun 1997. Badan pengurus yayasan ini diketuai oleh Prof. Dr. Ing. Wardiman Djojonegoro, mantan Menteri Pendidikan dan Kebudayaan, dan memiliki tujuan :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 38.25pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Mewujudkan sumber daya manusia Indonesia yang unggul dan memiliki kualitas Iman dan Takwa yang tinggi.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 38.25pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Menguasai, mengembangkan dan mengendalikan ilmu pengetahuan dan teknologi secara mandiri.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Untuk mencapai tujuan tersebut diatas, Yayasan melakukan kegiatan sebagai berikut:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Memberikan beasiswa untuk tingkat S3 (Doktor),&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Memberikan penghargaan dan hadiah kepada orang atau Badan yang telah berjasa atau melakukan terobosan di bidang Ilmu Pengetahuan dan Teknologi (Habibie Award).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Mengembangkan Sumber Daya Manusia dalam Ilmu Pengetahuan dan Teknologi (Iptek).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Membentuk atau membantu berdirinya Pusat Peragaan Ilmu Pengetahuan dan Teknologi.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;BEASISWA S3&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Beasiswa diberikan 2 (dua) kali setahun yaitu:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-list: l0 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;a.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Periode bulan Mei&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Formulir harus sampai di panitia paling lambat 21 April tahun berjalan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-list: l0 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;b.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Periode bulan Nopember&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Formulir pendaftaran diajukan paling lambat tanggal 20 Oktober.&lt;br /&gt;
Persyaratan yang harus dipenuhi untuk beasiswa S3.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 42.55pt; margin-right: 0cm; margin-top: 0cm; mso-list: l5 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Usia maksimum 35 tahun.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 42.55pt; margin-right: 0cm; margin-top: 0cm; mso-list: l5 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Tidak menerima beasiswa dari lembaga atau sumber lainnya.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 42.55pt; margin-right: 0cm; margin-top: 0cm; mso-list: l5 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Sudah diterima atau telah mendapatkan surat keterangan diterima dalam program S3 di perguruan tinggi atau lembaga yang berada di Indonesia.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 42.55pt; margin-right: 0cm; margin-top: 0cm; mso-list: l5 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Selama mengikuti program S2, penerima beasiswa S3 harus mendapatkan nilai cum laude atau minimal berada pada peringkat ke-5.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 42.55pt; margin-right: 0cm; margin-top: 0cm; mso-list: l5 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Pendaftar harus menyerahkan dua rekomendasi dari tokoh ilmuwan dalam bidang ilmu pengetahuan dan teknologi.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 42.55pt; margin-right: 0cm; margin-top: 0cm; mso-list: l5 level1 lfo4; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Pendaftar harus menunjukkan sikap kepemimpinan dalam bidangnya dan memiliki tingkat integritas dan kreatifitas yang tinggi.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Proses pendaftaran dan seleksi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Pendaftar harus mengisi formulir pendaftaran secara lengkap disertai dengan dokumen penunjang. Pemilihan penerima beasiswa ditentukan dalam sidang dewan pakar yang telah ditentukan oleh Yayasan. Seleksi dilakukan berdasarkan 5 (lima) kelompok bidang ilmu yakni :&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l4 level1 lfo5; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Kelompok Ilmu Dasar,&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l4 level1 lfo5; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Kelompok Ilmu Kedokteran dan Bioteknologi,&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l4 level1 lfo5; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Kelompok Ilmu Rekayasa,&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l4 level1 lfo5; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Kelompok Ilmu Sosial, Hukum, Ekonomi dan Politik,&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l4 level1 lfo5; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Kelompok Ilmu Filsafat, Agama dan Budaya.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Tunjangan&lt;br /&gt;
&lt;/b&gt;Beasiswa yang diberikan berupa:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l3 level1 lfo6; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;biaya pendidikan (SPP) dan dana studi lainnya,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l3 level1 lfo6; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;tunjangan tugas akhir,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l3 level1 lfo6; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;tunjangan biaya buku/fotokopi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l3 level1 lfo6; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;tunjangan biaya hidup,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l3 level1 lfo6; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;tunjangan biaya transportasi dari daerah ke tempat kuliah (jika saat melamar ada di daerah di luar tempat belajar)&lt;br /&gt;
&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Untuk informasi lebih lanjut&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
hubungi&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;a href=&quot;mailto:sdm-iptek@habibiecenter.or.id&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;sdm-iptek@habibiecenter.or.id&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;download formulir :&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;a href=&quot;http://www.habibiecenter.or.id/download/Beasiswa.pdf&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;Beasiswa.pdf&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;img alt=&quot;http://www.pusatinfobeasiswa.com/images/logo%20pdf.gif&quot; border=&quot;0&quot; height=&quot;16&quot; src=&quot;file:///C:\Users\SANGPE~1\AppData\Local\Temp\msohtmlclip1\01\clip_image001.gif&quot; v:shapes=&quot;Picture_x0020_9&quot; width=&quot;16&quot; /&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/6529799829233210213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-habibie-center-s3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/6529799829233210213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/6529799829233210213'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-habibie-center-s3.html' title='Beasiswa Habibie Center (S3)'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-934219860596830456</id><published>2011-02-01T16:01:00.000+07:00</published><updated>2011-02-04T00:43:56.185+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="beasiswa"/><title type='text'>Beasiswa Belanda Stuned</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;b&gt;Deadline : Bulan Maret-April setiap tahunnya&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Prioritas akan diberikan kepada calon peserta yang berasal dari organisasi-organisasi lokal yang ber mitra&amp;nbsp; dengan Kedutaan Besar Kerajaan Belanda yaitu:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;1.&amp;nbsp;Badan Arsip Nasional (ANRI)&lt;br /&gt;
2.&amp;nbsp;Badan Intelijen Negara (BIN)&lt;br /&gt;
3.&amp;nbsp;Badan Koordinasi Penanaman Modal (BKPM)&lt;br /&gt;
4.&amp;nbsp;Badan Koordinasi Survey dan Pemetaan (BAKOSURTANAL)&lt;br /&gt;
5.&amp;nbsp;Badan Meteorologi Klimatologi dan Geofisika (BMKG)&lt;br /&gt;
6.&amp;nbsp;Badan Pelestarian Pusaka Indonesia (BPPI)&lt;br /&gt;
7.&amp;nbsp;Badan Pemeriksa Keuangan (BPK)&lt;br /&gt;
8.&amp;nbsp;Badan Pengawasan Obat dan Makanan (BPOM)&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;9.&amp;nbsp;Bappenas&lt;br /&gt;
10.&amp;nbsp;Biro Pusat Statistik (BPS)&lt;br /&gt;
11.&amp;nbsp;Casindo&lt;br /&gt;
12.&amp;nbsp;Dewan Pers Nasional&lt;br /&gt;
13.&amp;nbsp;Dewan Perwakilan Rakyat Republik Indonesia (staf ahli&amp;nbsp;&lt;b&gt;&lt;i&gt;khusus Komisi I, III, IV dan VI&lt;/i&gt;&lt;/b&gt;)&lt;br /&gt;
14.&amp;nbsp;Institut Kesenian Jakarta (IKJ)&lt;br /&gt;
15.&amp;nbsp;Institut Teknologi Bandung (ITB), Jurusan Statistik&lt;br /&gt;
16.&amp;nbsp;Kejaksaan Tinggi&lt;br /&gt;
17.&amp;nbsp;Kementerian Dalam Negeri&lt;br /&gt;
18.&amp;nbsp;Kementerian Energi &amp;amp; Sumber Daya Mineral&lt;br /&gt;
19.&amp;nbsp;Kementerian Hukum &amp;amp; Hak Asasi Manusia&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;20.&amp;nbsp;Kementerian Keuangan&lt;br /&gt;
21.&amp;nbsp;Kementerian Koodinator Perekonomian RI&lt;br /&gt;
22.&amp;nbsp;Kementerian Lingkungan Hidup&lt;br /&gt;
23.&amp;nbsp;Kementerian Luar Negeri&lt;br /&gt;
24.&amp;nbsp;Kementerian Pekerjaan Umum&lt;br /&gt;
25.&amp;nbsp;Kementerian Pendidikan Nasional&lt;br /&gt;
26.&amp;nbsp;Kementerian Perdagangan&lt;br /&gt;
27.&amp;nbsp;Kementerian Pertahanan&lt;br /&gt;
28.&amp;nbsp;Kementrian Kebudayaan &amp;amp; Pariwisata&lt;br /&gt;
29.&amp;nbsp;Kementrian Kehutanan&lt;br /&gt;
30.&amp;nbsp;Kementrian Kelautan &amp;amp; Perikanan&lt;br /&gt;
31.&amp;nbsp;Kementrian Pertanian&lt;br /&gt;
32.&amp;nbsp;Kemitraan bagi Pembaruan Tata Kelola Pemerintahan Indonesia&lt;br /&gt;
33.&amp;nbsp;Komisi Minyak Sawit Indonesia&lt;br /&gt;
34.&amp;nbsp;Komisi Pemberantasan Korupsi (KPK)&lt;br /&gt;
35.&amp;nbsp;Komisi Yudisial (KY)&lt;br /&gt;
36.&amp;nbsp;Mahkamah Agung (MA)&lt;br /&gt;
37.&amp;nbsp;Mahkamah Konstitusi (MK)&lt;br /&gt;
38.&amp;nbsp;Pertamina&amp;nbsp;&lt;b&gt;&lt;i&gt;Energi Geotermal&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;39.&amp;nbsp;Polisi Republik Indonesia (Polri)&lt;br /&gt;
40.&amp;nbsp;Politeknik Negeri Ambon&lt;br /&gt;
41.&amp;nbsp;Politeknik Negeri Kupang&lt;br /&gt;
42.&amp;nbsp;Politeknik Pertanian Negeri Kupang: Fakultas Perikanan dan Pertanian&lt;br /&gt;
43.&amp;nbsp;Politeknik Perikanan Negeri Tual&lt;br /&gt;
44.&amp;nbsp;Pusat Pelaporan &amp;amp; Analisa Transaksi Keuangan (PPATK)&lt;br /&gt;
45.&amp;nbsp;Sekretariat Negara&lt;br /&gt;
46.&amp;nbsp;Serikat Pekerja/ Buruh Indonesia&lt;br /&gt;
47.&amp;nbsp;Tentara National Indonesia (TNI)&lt;br /&gt;
48.&amp;nbsp;Universitas Cendana, Kupang: Fakultas Perikanan; Kehutanan; Peternakan; MIPA (Jurusan Biologi); dan Pertanian.&lt;br /&gt;
49.&amp;nbsp;Universitas Cendrawasih, Jayapura: Fakultas Tehnik; MIPA (Jurusan Biologi &amp;amp; Kimia); ISIP (Jurusan Antropologi)&lt;br /&gt;
50.&amp;nbsp;Universitas Khairun Ternate: Fakultas Perikanan &amp;amp; Pertanian&lt;br /&gt;
51.&amp;nbsp;Universitas Mataram: Fakultas Pertanian dan Perikanan&lt;br /&gt;
52.&amp;nbsp;Universitas Papua, Manokwari: Fakultas Pertanian, teknologi dan hasil-hasil pertanian; Kehutanan; Peternakan; MIPA; Perikanan &amp;amp; Kelautan; dan Sastra&lt;br /&gt;
53.&amp;nbsp;Universitas Pattimura, Ambon: Fakultas Perikanan; MIPA; Tehnik; Hukum; Ekonomi; ISIP; dan KIP&amp;nbsp; (Keguruan &amp;amp; Ilmu Pendidikan)&lt;br /&gt;
&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Di samping itu, prioritas juga diberikan kepada kandidat perempuan dan calon peserta dari luar Jawa.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Merujuk kepada MASP Kedutaan Belanda, berikut adalah sektor-sektor yang mendapatkan prioritas dan perhatian dari program beasiswa StuNed:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;pendidikan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;good governance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;iklim investasi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;manajemen air&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;penyediaan air bersih dan sanitasi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;lingkungan (fokus pada gambut)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l1 level1 lfo1; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;energi yang berkelanjutan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Semua program studi terkait sektor di atas menggunakan bahasa Inggris sebagai bahasa pengantar, karenanya kemampuan berbahasa Inggris (IELTS/TOEFL) menjadi salah satu syarat utama program beasiswa ini.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Setelah menyelesaikan studi di Belanda, penerima beasiswa diharuskan kembali ke Indonesia dan diharapkan meneruskan komitmennya bagi pembangunan melalui institusi tempat mereka bekerja.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm; mso-outline-level: 2;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Profil Kandidat&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Program beasiswa StuNed dibuat khusus untuk para profesional Indonesia dengan masa kerja minimum dua tahun di tempat kerja terakhir. Prioritas diberikan kepada mereka yang bekerja pada organisasi-organisasi mitra Kedutaan Besar Kerajaan Belanda.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Kandidat StuNed idealnya memiliki komitmen untuk meningkatkan sumber daya manusia dan kapasitas institusi dari mitra Kedutaan Besar Kerajaan Belanda, memperkuat kerja sama bilateral antara Indonesia dan Belanda dan juga meningkatkan efektivitas dari program-program kerja yang sedang berjalan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm; mso-outline-level: 2;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Pilihan Program Studi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Secara umum program studi yang terdapat di situs www.studyinholland.nl dan berkaitan erat dengan fokus area MASP Kedutaan Besar Kerajaan&amp;nbsp; Belanda dan sektor-sektor pembangunan Indonesia dapat dipilih, misalnya:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l2 level1 lfo2; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Law and human rights studies&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l2 level1 lfo2; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Social studies&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l2 level1 lfo2; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Environmental studies&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l2 level1 lfo2; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Urban and regional planning&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l2 level1 lfo2; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Agriculture oriented studies&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l2 level1 lfo2; tab-stops: list 36.0pt; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;§&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Education oriented studies&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm; mso-outline-level: 2;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Master Program&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm; mso-outline-level: 2;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Persyaratan Umum&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;1.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Warga Negara Indonesia,&lt;i&gt;&amp;nbsp;Dibuktikan dengan&lt;/i&gt;: fotokopi KTP atau Kartu Dinas Pegawai Negeri.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;2.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Diterima di salah satu program master yang diselenggarakan oleh institusi pendidikan tinggi di Belanda,&amp;nbsp;&lt;i&gt;Dibuktikan dengan&lt;/i&gt;: Surat penerimaan (admission letter) dari universitas di Belanda yang mencantumkan&amp;nbsp;dengan jelas nama program studi, tanggal awal dan akhir program studi yang dipilih serta total biaya perkuliahan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;3.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Pendidikan minimal S1 atau setara dan dapat menunjukkan bukti prestasi akademik (IPK min. 2,75);&amp;nbsp;&lt;i&gt;Dibuktikan dengan&lt;/i&gt;: transkrip dan ijazah yang dilegalisir dengan tanggal dan tahun kelulusan tercantum didalamnya.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;4.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Pengalaman kerja (setelah lulus S1) minimal 2 tahun di institusi terakhir,&amp;nbsp;&lt;i&gt;Dibuktikan dengan:&lt;/i&gt;&amp;nbsp;Fotokopi Surat Keputusan pengangkatan pegawai (SK) atau kontrak kerja.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;5.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Persetujuan dari institusi;&amp;nbsp;&lt;i&gt;Dibuktikan dengan&lt;/i&gt;: Pernyataan resmi dari pimpinan institusi di atas materai yang menyatakan bahwa stafnya diizinkan untuk studi di Belanda. Pernyataan ini dituliskan di formulir StuNed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;6.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Pernyataan bersedia mengikuti dan menyelesaikan seluruh perkuliahan selama menerima beasiswa yang dituliskan di formulir StuNed;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;7.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Memiliki kemampuan Bahasa Inggris yang baik;&amp;nbsp;&lt;i&gt;Dibuktikan dengan&lt;/i&gt;: hasil Internet Based Test (IBT) TOEFL dengan skor minimal 79, atau IELTS minimal 6.0.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;8.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Riwayat hidup (Curriculum Vitae) dengan menggunakan formulir standar yang terdapat di website;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;9.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Prioritas diberikan untuk staf mitra kerja Kedutaan Besar Belanda;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;10.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Tidak ada batas umur;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 21.3pt; margin-right: 0cm; margin-top: 0cm; mso-line-height-alt: 10.5pt; mso-list: l0 level1 lfo3; tab-stops: list 36.0pt; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;11.&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Formulir StuNed – program master&amp;nbsp;&lt;a href=&quot;http://nesoindonesia.or.id/files/StuNed%20Form%20(Master%20Prog%20-%20Deadline%2031%20Mar%2011).doc&quot; target=&quot;_blank&quot; title=&quot; (opent in nieuw venster)&quot;&gt;&lt;span style=&quot;color: #ff6600;&quot;&gt;klik di sini&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 7.5pt; mso-line-height-alt: 10.5pt; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; mso-line-height-alt: 10.5pt; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Pilihan program studi&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; mso-line-height-alt: 10.5pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;Semua program studi master dapat dilihat di&amp;nbsp;&lt;a href=&quot;http://www.studyinholland.nl/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #ff6600;&quot;&gt;www.studyinholland.nl&lt;/span&gt;&lt;/a&gt;&amp;nbsp;dengan masa studi maksimal 2 tahun.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/934219860596830456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-belanda-stuned.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/934219860596830456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/934219860596830456'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-belanda-stuned.html' title='Beasiswa Belanda Stuned'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-7299429248300435308</id><published>2011-02-01T15:50:00.000+07:00</published><updated>2011-02-02T20:08:34.023+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="beasiswa"/><title type='text'>Beasiswa German DAAD</title><content type='html'>&lt;div style=&quot;line-height: 22px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Deadline : September setiap tahun&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Target group:&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Professionals holding an academic degree and with at least two years of experience in the public or private sector in technical, economical, or agricultural fields, in education or development planning.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Language of instruction : German or English, depending on the degree course.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Application conditions:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Age limit: 36 years of age at the time of application (for some courses 32 years)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Academic degree (min IPK 2,75 for Master candidates and 3,00 for Doctoral candidates) and at least two years of professional experience after completing S1 degree.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Confirmation of employment from the candidate‘s employer in the home country and where possible a guarantee of re-employment upon his/her return to the home country&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Two letters of recommendation of recent date&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l2 level1 lfo1; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;A statement of motivation for participation in the postgraduate course with emphasis on the relevance to his/her occupation (1-2 pages)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;a href=&quot;http://databeasiswa.com/List-DAAD-scholarships.xls&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;a href=&quot;http://databeasiswa.com/List-DAAD-scholarships.xls&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;a href=&quot;http://databeasiswa.com/List-DAAD-scholarships.xls&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;List of DAAD-Scholarships 2009-2010 Study Programs offered&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;For postgraduate courses held in English: International TOEFL-Language test of a minimum of 550 points (course at FHTW Berlin 580 points) or IELTS-Test Volume 6.0.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Special Remarks:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l0 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Participants in postgraduate courses in which English is the language of instruction receive a scholarship for a two-month intensive German language course.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l0 level1 lfo2; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Participants in postgraduate courses in which German or German/English is the language of instruction receive a scholarship for a six-month intensive German language course. Please note that the candidates must have certain German language certificate at the time of application.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Form and documents to be submitted&lt;/span&gt;&lt;/strong&gt;&lt;span class=&quot;apple-converted-space&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;a href=&quot;http://jakarta.daad.de/scholarships/Online_Application.htm&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;DAAD Scholarship Form Application&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Accompanying documents (PLEASE SET IN THE FOLLOWING ORDER)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Curriculum Vitae (please use the europass specimen form at&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://europass.cedefop.europa.eu/europass/preview.action?locale_id=1&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;Europass&lt;/span&gt;&lt;/a&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Statement of motivation for participation in the postgraduate courses with emphasis on the relevance to his/her occupation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Two letters of recommendation of recent date, each from supervisor at your company/institution, and from your previous academic supervisor&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Confirmation of employment from the candidate’s employer in the home country and where possible, a guarantee of re-employment upon his/her return to the home country&lt;br /&gt;
Academic Degree Certificate (certified copies of original) in Bahasa Indonesia and English/German translation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Academic transcript, covering the complete duration of academic studies (certified copies of original) in Bahasa Indonesia and English/German translation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Secondary School Leaving Certificates/ijazah SMA (certified copies of original) in Bahasa Indonesia and English/German translation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-list: l1 level1 lfo3; text-align: justify; text-indent: -18.0pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;English language certificate for postgraduate courses held in English request an international TOEFL of a minimum of 550 points (course at FHTW Berlin 580 points) or IELTS-Test Volume 6.0. Please do not submit “prediction TOEFL”. Certain level of German language exam may be required before admission to the course.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;ALL DOCUMENTS MUST BE SUBMITTED IN TRIPLICATE&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;DAAD Jakarta Office&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;
Summitmas I Building 19th Floor&lt;br /&gt;
Jl. Jend. Sudirman Kav. 61-62&lt;br /&gt;
Jakarta 12190&lt;br /&gt;
Contact person: Endah C. Anggoro&lt;br /&gt;
E-mail:&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;mailto:Endah@daadjkt.org&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;e&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;a href=&quot;mailto:Endah@daadjkt.org&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;ndah@daadjkt.org&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Tel.: (021) 520 0870; 525 2807&lt;br /&gt;
Fax.: (021) 525 2822&lt;br /&gt;
E-mail:&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;a href=&quot;mailto:info@daadjkt.org&quot;&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;info@daadjkt.org&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: .0001pt; margin: 0cm;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;Counseling hours: Monday to Thursday, 1:30 pm – 4:00 pm.&lt;br /&gt;
You are welcome to make an appointment for personal counseling before you apply.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/7299429248300435308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-german-daad.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/7299429248300435308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/7299429248300435308'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-german-daad.html' title='Beasiswa German DAAD'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-5354712354582115963</id><published>2011-02-01T15:33:00.000+07:00</published><updated>2011-02-02T20:10:23.702+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="beasiswa"/><title type='text'>Beasiswa Campus France</title><content type='html'>&lt;div style=&quot;line-height: 115%; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;div style=&quot;line-height: 13.5pt; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;Deadline :&lt;span class=&quot;apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;Maret-April setiap tahunnya&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Calibri, sans-serif;&quot;&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: .0001pt; margin: 0cm; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;Pemerintah Prancis melalui Kedutaan Besar Prancis di Jakarta telah memberikan beasiswa kepada warga Indonesia selama lebih dari 28 tahun. Dalam rangka mengembangkan Sumber Daya Manusia di Indonesia, Kedutaan Besar Prancis akan memberikan beasiswa untuk mahasiswa yang hendak melanjutkan S2 atau S3 setiap tahunnya.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;u1:p&gt;&lt;/u1:p&gt;  &lt;div style=&quot;line-height: 115%; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;Beasiswa tersebut diberikan kepada pegawai negeri, dosen, mahasiswa (terutama mereka yang terlibat dalam program kerjasama antara Prancis dan Indonesia) untuk mengikuti jenis program pendidikan : • Master (lama studi maksimum 2 tahun) • Doctoral (lama studi maksimal 3 tahun, beasiswa parsial)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;u1:p&gt;&lt;/u1:p&gt;  &lt;div style=&quot;line-height: 115%; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 12pt; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;Juri akan memberikan prioritas kepada mereka yang telah melakukan identifikasi program baik master atau doktorat dan yang telah memiliki respon positif / rekomendasi dari profesor Prancis atau surat penerimaan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;Aplikasi harus diserahkan paling lambat tanggal 31 maret 2011&amp;nbsp;!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;a href=&quot;http://indonesia.campusfrance.org/IMG/pdf/flyer_2011_pdf.pdf&quot; style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-origin: initial; background-position-x: 0px; background-position-y: 4px; background-repeat: no-repeat;&quot; title=&quot;BGF Scholarship - Flyer&quot;&gt;&lt;b&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;Flyer 2011 pdf (PDF, 1.1&amp;nbsp;Mb)&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;a href=&quot;http://indonesia.campusfrance.org/IMG/pdf/Application_form_Master2011.pdf&quot; title=&quot;BGF Scholarship - Master 2011&quot;&gt;&lt;b&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;Application form Master2011 (PDF, 117.9&amp;nbsp;kb)&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;a href=&quot;http://indonesia.campusfrance.org/IMG/pdf/application_form_Doctorat2011.pdf&quot; title=&quot;BGF Scholarship - Doctorat 2011&quot;&gt;&lt;b&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;Application form Doctorat2011 (PDF, 120&amp;nbsp;kb)&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 115%; margin-bottom: 0cm; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif;&quot;&gt;&lt;a href=&quot;http://indonesia.campusfrance.org/IMG/pdf/Pertanyaan_Anda_2011.pdf&quot; title=&quot;Pertanyaan Anda - FAQ BGF 2011&quot;&gt;&lt;b&gt;&lt;span style=&quot;text-decoration: none;&quot;&gt;Pertanyaan Anda 2011 (PDF, 176.9&amp;nbsp;kb)&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/5354712354582115963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-campus-france.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/5354712354582115963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/5354712354582115963'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-campus-france.html' title='Beasiswa Campus France'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-756202150538578831</id><published>2011-02-01T15:26:00.000+07:00</published><updated>2011-02-04T00:50:33.982+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="beasiswa"/><title type='text'>Beasiswa ADS Australia</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;width: 506px;&quot;&gt;&lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt; width: 258.75pt;&quot; width=&quot;345&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Ditutup   bulan September setiap tahunnya.&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt; width: 113.25pt;&quot; width=&quot;151&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Tujuan&amp;nbsp;Utama Program Beasiswa ADS:&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul type=&quot;disc&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l2 level1 lfo1; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Mengarahkan&amp;nbsp;institusi-institusi negeri dan      swasta Indonesia dalam menemukan tujuan institusional dan keperluan      pelatihan lewat ketentuan pendidikan pasca sarjana untuk staf yang      terseleksi;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l2 level1 lfo1; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Mengarahkan&amp;nbsp;perorangan untuk meningkatkan      kemampuan mereka untuk berperan serta bagi institusi di Indonesia dan      profesi dengan ketentuan kesempatan pendidikan pasca sarjana di Australia;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l2 level1 lfo1; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Mengarahkan&amp;nbsp;para alumni program ADS untuk      menjaga dan memperbaharui keahlian akademis dan profesional mereka;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l2 level1 lfo1; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Untuk&amp;nbsp;mempromosikan kerjasama Indonesia dan      Australia dalam kebijakan pembangunan;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l2 level1 lfo1; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Memberikan&amp;nbsp;pelatihan yang dapat mengimbangi      konsep tujuan pengembangan sumber daya manusia yang terdapat didalam      aturan AusAID di negara Indonesia; dan&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l2 level1 lfo1; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Untuk&amp;nbsp;menyeleksi kandidat yang berkualitas      tinggi dengan kemampuan menyelesaikan program belajar di Australia dengan      waktu perpanjangan yang seminim mungkin dan menyumbangkan ilmu bagi      pembangunan negara Indonesia.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Persyaratan&amp;nbsp;Pendaftar Beasiswa ADS&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Persyaratan Umum&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Pendaftar beasiswa ADS harus:&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul type=&quot;disc&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l4 level1 lfo2; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Berkewarganegaraan Indonesia dan tidak      diperkenankan memiliki tempat tinggal tetap di Australia dan Selandia      Baru;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l4 level1 lfo2; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Tidak menikah atau bertunangan dengan orang yang      berkewarganegaraan Australia atau Selandia Baru atau yang berstatus      pemukim tetap;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l4 level1 lfo2; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Memenuhi persyaratan pemerintah Australia bagi      pendaftar siswa internasional di Australia (kesehatan, kepribadian, dll.);&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l4 level1 lfo2; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Tidak sedang menjalankan beasiswa yang lain yang      dapat memberikan keuntungan ganda;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l4 level1 lfo2; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Tidak sedang menjalankan beasiswa pemerintah      Australia dalam waktu 12 bulan pada saat periode tahun pendaftaran;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l4 level1 lfo2; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Mendaftar untuk menjalankan program studi yang      baru dan&amp;nbsp;&lt;i&gt;tidak untuk mencari dukungan dana melalui program      beasiswa ADS untuk program belajar yang sedang atau akan dijalankan di      Australia (pendaftaran secara individu);&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l4 level1 lfo2; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Bersedia mengikuti program beasiswa di tahun yang      ditawarkan; dan&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l4 level1 lfo2; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Memenuhi persyaratan untuk masuk ke institusi di      Australia tempat program dilaksanakan.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Persyaratan Spesifik&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Pendaftar beasiswa ADS harus:&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul type=&quot;disc&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l0 level1 lfo3; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Mendaftar pada bidang studi yang telah      ditetapkan;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l0 level1 lfo3; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Memiliki&amp;nbsp;&lt;b&gt;Indeks Prestasi Komulatif&lt;/b&gt;&amp;nbsp;(&lt;b&gt;IPK&lt;/b&gt;)&amp;nbsp;&lt;b&gt;minimal      2.9&lt;/b&gt;&amp;nbsp;(skala maksimal 4) dan&lt;b&gt;IELTS 5.0&amp;nbsp;&lt;/b&gt;(&lt;b&gt;Institusional      TOEFL 500 atau Internasional TOEFL 170&lt;/b&gt;). Hasil nilai IELTS atau TOEFL      harus yang terbaru&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l0 level1 lfo3; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Telah lulus kesarjanaan S1 jika berminat pada      program Master (S2);&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l0 level1 lfo3; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Telah memiliki gelar Master jika berminat pada      program Doktoral (S3);&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l0 level1 lfo3; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Mendaftar untuk tingkatan yang lebih tinggi dari      tingkatan yang telah dimiliki saat ini;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l0 level1 lfo3; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Jika mendaftar untuk program Doktoral (S3) ,      peserta harus berprofesi sebagai dosen universitas dan staff pengajar di      lembaga pendidikan tinggi, peneliti / staf penelitian dari institusi      lembaga penelitian yang resmi, dan pembuat kebijaksanaan baik instansi      pemerintah maupun swasta;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l0 level1 lfo3; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Menjawab seluruh pertanyaan yang berhubungan di      dalam formulir aplikasi;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l0 level1 lfo3; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Bersedia dan sanggup mengikuti secara penuh&amp;nbsp;      program pelatihan bahasa Inggris ( EAP ) di Indonesia dalam rangka      persiapan untuk belajar di Australia jika telah diterima beasiswa; dan&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l0 level1 lfo3; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Berusia tidak lebih dari 42 tahun pada saat      periode pendaftaran.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;i&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Sebagai tambahan, sangatlah diharapkan bagi pelamar PhD untuk mendapatkan surat dukungan (korespondensi) dalam hal bidang studi yang akan di ambil dari calon supervisor universitas di Australia.&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Kategori Beasiswa ADS&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Di Indonesia, beasiswa ADS ditawarkan untuk 3 kategori:&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul type=&quot;disc&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l5 level1 lfo4; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Sektor Publik&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;:&amp;nbsp; pelamar dari sektor      Publik harus merupakan pegawai negeri departemen pemerintahan, universitas      negeri dan pegawai instansi BUMN. Aplikasi untuk sektor ini harus      disetujui dan ditandatangani Biro Kerjasama Luar Negeri (BKLN) / Pusat      Pendidikan dan Latihan (Pusdiklat) / Rektor, dari instansi masing-masing      sebelum diserahkan ke kantor ADS.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l5 level1 lfo4; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Sektor Perorangan&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;:&amp;nbsp;      sektor ini terbuka untuk umum baik perorangan maupun pegawai instansi      swasta dan universitas swasta. Kemungkinan kriteria persyaratan dan proses      seleksi akan diterapkan untuk sektor ini.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l5 level1 lfo4; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Sektor Kategori &quot;Targeted&lt;i&gt;&quot;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;:      sektor ini terbuka untuk semua pelamar dari sektor Publik dan pelamar      lainnya yang bekerja pada instansi atau lembaga yang berhubungan kerja      dengan proyek AusAID ataupun aktivitas AusAID, termasuk departemen      pemerintahan, BUMN, instansi swasta (non-departemen pemerintahan / NGO),      organisasi sosial, dan institusi pendidikan tinggi negeri dan swasta,      dimana pelamar tersebut memenuhi kebutuhan pelatihan instansi/organisasi      tersebut. Pelamar yang berhak dan memenuhi kriteria untuk sektor ini akan      ditentukan melalui anjuran dari &quot;&lt;b&gt;Human Resource Development (HRD)      Adviser&lt;/b&gt;&quot; yang bekerjasama dengan instansi masing-masing. Nominasi      pelamar untuk sektor ini harus dikonfirmasikan melalui&lt;b&gt;&quot;Australian      Team Leader&quot;&lt;/b&gt;&amp;nbsp;(&lt;b&gt;ATL&lt;/b&gt;) atau representatif dari aktivitas      AusAID yang terkait. Kurang lebih 50% dari jumlah beasiswa yang tersedia      akan dialokasikan untuk kategori ini.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Bidang Area Pengembangan dan Bidang Studi Akademik ADS&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Beasiswa diselenggarakan penuh untuk program pasca sarjana, dari tingkatan Master (S2) sampai tingkatan PhD (S3). Prioritas diberikan kepada bidang studi yang dapat mendukung program pembangunan. Setiap tahun pemerintah Australia dan Indonesia melakukan peninjauan ulang dan menyesuaikan sasaran utama program.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Economic Management&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Perbaikan manajemen ekonomi melalui titik-titik kritis dalam percepatan struktur reformasi. Termasuk didalamnya adalah bantuan untuk peningatan pendapatan, restrukturisasi dan pengawasan sektor keuangan, dan manajemen hutang.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Democratic Institutions and Practice&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Perbaikan institusi demokrasi dan prakteknya dengan memberikan bantuan untuk reformasi secara sah dan resmi terhadap institusi hak asasi manusia dan pertanggung jawaban publik, proses pemilihan dalam parlemen dan institusinya, serta masyarakat sipil.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Basic Social Services&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Peningkatan akses dan kualitas jasa sosial dasar melalui perjanjian kebijakan di tingkat nasional dan bantuan perencanaan dan penerapan di tingkat wilayah.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Security and Stability&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Peningkatan keamanan dan kestabilan melalui bantuan dalam pelaksanaan hukum, pencegahan terorisme, konflik dan pencegahan bencana alam dan bantuan kemanusiaan untuk komunitas yang menderita.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Contoh&amp;nbsp;Bidang Studi Akademik&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;agribusiness; agriculture; aquaculture and fisheries; audit; civil society; computer science and information technology / information management; conflict resolution; decentralization; development studies; economics and economic management; education and training; education management and leadership; engineering; environmental resource management; financial systems; gender equity; governance; health management; health services; human resource development; human resource management; human rights; industrial development; industrial relations; international relations; international studies; international trade ; labour policy ; law, legal and judicial systems; media studies; peace studies; political science and government; public administration; public sector reform; regional and community planning and development; science; tax reform; teacher training; trade and development; water quality management; women in development.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Peserta&amp;nbsp;harus berhati-hati dalam menentukan pilihan sebelum mendaftar dan mempersiapkan diri untuk mendiskusikan program yang diambil pada saat tes wawancara. Jika beasiswa telah diterima maka tidak memungkinkan untuk mengembangkan ke tingkat yang lebih tinggi.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Peserta&amp;nbsp;yang mengambil program belajar yang berkaitan dengan profesi tertentu harap maklum bahwa dalam program beasiswa ADS tidak termasuk masa program pelatihan untuk kalangan profesional, seperti spesialisasi kedokteran, spesialisasi bidang hukum, dsb.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Jatah beasiswa yang akan dialokasikan sebagai berikut:&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul type=&quot;disc&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l1 level1 lfo5; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;2/3 (i.e. 180) beasiswa untuk kategori publik dan      1/3 (i.e. 90) untuk kategori perorangan ;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l1 level1 lfo5; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Jumlah beasiswa yang berimbang akan diberikan      bagi peserta pria dan wanita;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l1 level1 lfo5; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Sebanyak kurang lebih 50% beasiswa Masters akan      diberikan kepada calon terpilih yang berasal dari lembaga yang terkait      dengan proyek AusAID atau yang berkaitan dengan kegiatan AusAID, termasuk      universitas-universitas negeri dan lembaga pendidikan penting lainnya      didalam daerah sasaran AusAID, termasuk LSM-LSM terkait;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l1 level1 lfo5; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Setidaknya 30% (81) beasiswa akan diberikan untuk      peserta yang berasal dari Indonesia bagian timur sejalan dengan kebijakan      program pemerintah Australia (AusAID) - Jawa Timur, Sulawesi Selatan,      Sulawesi Tenggara, Nusa Tenggara Timur, Nusa Tenggara Barat, Papua.      Maluku, Maluku Utara dan Aceh&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l1 level1 lfo5; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;90% (243) beasiswa disediakan untuk program&amp;nbsp;      Masters (S2) dan 10%&amp;nbsp; (27) untuk PhD (S3);&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Lamanya waktu beasiswa yang diperlukan bagi siswa ADS adalah waktu minimal untuk dapat menyelesaikan program beasiswa. Ketentuan ini tergantung dari masing-masing universitas.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Komponen Beasiswa Yang Diberikan&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul type=&quot;disc&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Biaya Perkuliahan&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;-----      Seluruh biaya akademis dan kepentingan wajib bagi siswa internasional&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Biaya Perjalanan&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;-----      Penerbangan kelas ekonomi ke dan dari Australia pada awal dan akhir masa      beasiswa&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Biaya perjalanan reuni keluarga&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;-----      Penerbangan kelas ekonomi ke dan dari Indonesia untuk setiap tahunnya,      tidak berlaku bagi siswa yang hanya menjalankan program belajar 1 tahun.      (biaya ini hanya berlaku bagi siswa yang tidak membawa serta keluarga).&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Kerja Lapangan di Luar Negeri&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;-----      Jika riset lapangan memerlukan paling tidak 50% dari program, penerima      beasiswa akan menerima tiket pp (pulang-pergi) ke Indonesia untuk melaksanakan      riset lapangan&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;tersebut&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Anggaran Pemukiman&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;-----      Diberikan satu kali pada awal masa belajar di Australia&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Tunjangan Hidup&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;----- Diberikan selama      masa belajar&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Tunjangan Kesehatan&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;-----      Untuk siswa selama masa belajar&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Editorial / Bimbingan Belajar&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;-----      Jika diperlukan, peserta dapat memperoleh bimbingan tutorial untuk      mempermudah selama mengikuti program beasiswa&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Penyertaan Keluarga&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;-----      Keluarga (istri/suami dan anak) boleh ikut serta ke Australia atas biaya      sendiri jika telah memenuhi persyaratan AusAID dan keimigrasian&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;color: black; margin-bottom: .0001pt; margin-bottom: 0cm; mso-list: l3 level1 lfo6; mso-margin-top-alt: auto; tab-stops: list 36.0pt; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Pelatihan Bahasa Inggris&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;-----      Untuk tujuan akademis, disediakan sebagai bagian dari beasiswa dan wajib&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 13.5pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Beasiswa ADS biasanya ditutup setiap bulan September setiap tahunnya,&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;serta akan dipublikasikan melalui media cetak nasional sekitar bulan Juni atau Juli. Publikasi tersebut akan menjelaskan dengan singkat mengenai program beasiswa serta menyarankan kepada para kandidat untuk mendapatkan formulir aplikasi di beberapa tempat seperti badan DIKLAT / BLKN departemen, kantor gubernur, Kadin, kantor rektorat universitas negeri atau swasta, kantor cabang IDP, kantor cabang IALF, kantor cabang AEC atau bisa langsung di kantor ADS di Jakarta.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Kandidat peserta harus melengkapi isian formulir aplikasi, menjawab seluruh pertanyaan yang relevan dan menyerahkan secara personal atau melalui pos/kurir ke kantor ADS Jakarta. Formulir aplikasi yang telah dilengkapi harus diserahkan kembali ke kantor ADS sesegera mungkin. Aplikasi anda harus sudah diterima paling lambat per cap pos pada tanggal penutupan aplikasi yang telah jelas disebutkan. Sedangkan bagi yang mengantarkan langsung secara personal ke kantor ADS, jika surat aplikasi anda diterima setelah tanggal penutupan maka tidak akan diproses lebih lanjut.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Anda juga dapat mengambil formulir aplikasi atau foto kopi formulir aplikasi di tempat-tempat yang disebutkan di bawah ini:&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-padding-alt: 0cm 0cm 0cm 0cm; mso-yfti-tbllook: 1184; width: 100.0%;&quot;&gt;&lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;   &lt;td style=&quot;background: #80A1B6; padding: .75pt .75pt .75pt .75pt; width: 7.0%;&quot; valign=&quot;top&quot; width=&quot;7%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;No&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;background: #80A1B6; padding: .75pt .75pt .75pt .75pt; width: 28.0%;&quot; valign=&quot;top&quot; width=&quot;28%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Tempat&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;background: #80A1B6; padding: .75pt .75pt .75pt .75pt; width: 43.0%;&quot; valign=&quot;top&quot; width=&quot;43%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Alamat&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;background: #80A1B6; padding: .75pt .75pt .75pt .75pt; width: 22.0%;&quot; valign=&quot;top&quot; width=&quot;22%&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Telpon&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;1.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&lt;a href=&quot;http://www.idp.com/indonesia/&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: blue; line-height: 115%;&quot;&gt;IDP Education Jakarta&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Wisma Budi   5th floor, suite 502&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL. H.R.   Rasuna Said kav.C6, Jakarta, 12940&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(021)   2523291&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;2.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&lt;a href=&quot;http://www.ialf.edu/&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: blue; line-height: 115%;&quot;&gt;I/A/L/F Jakarta&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Wisma Budi   5th floor, suite 503&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL. H.R.   Rasuna Said kav.C6, Jakarta, 12940&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(021)   5213350&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;3.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Bandung&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL.   Sulanjana No.3, Bandung 40116&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;West Java&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(022)   4211636&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 4;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;4.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Semarang&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Gajah Mada   Plaza Blok C No.20-21&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Simpang   Lima, Semarang&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(024)   8317961&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 5;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;5.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Malang&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;STP   Tribuana&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL.   Galunggung No.39, Malang - East Java&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(0341)   571782, 568133&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 6;&quot;&gt;   &lt;td rowspan=&quot;2&quot; style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;6.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td rowspan=&quot;2&quot; style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Surabaya&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;John   Robert Powers House&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Jl. Kayun   62, Surabaya&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(031)   5466946, 5461280&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 7;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Perum   Delta Permai&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL.   Panjang Jiwo Permai V No.17. East Java&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(031)   8420329&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 8;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;7.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&lt;a href=&quot;http://www.ialf.edu/&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: blue; line-height: 115%;&quot;&gt;I/A/L/F Surabaya&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL.   Sumatera No.49, Surabaya&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;East Java&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(031)   5026400&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 9;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;8.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP&amp;nbsp;   Bali&amp;nbsp;&lt;a href=&quot;http://www.ialf.edu/&quot;&gt;&lt;span style=&quot;color: blue; line-height: 115%;&quot;&gt;(I/A/L/F)&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL. Raya   Sesetan No.190 Denpasar&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Bali -   80232&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(0361)   221782, 221783&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 10;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;9.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Kupang&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL.   Perintis Kemerdekaan I No.16&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;PO Box   6129 Kelapa Lima. East Nusa Tenggara&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(0380)   833734&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 11;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;10.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Makassar&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL.   Lamadukelleng No.60&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Makassar,   South Sulawesi&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(0411)   835166&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 12;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;11.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Manado&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL.   Sarapung No. 33, 2nd floor&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Manado,   North Sulawesi&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(0431)   841448&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 13;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;12.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Medan&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Australia   Centre&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL. R.A.   Kartini No.32, Medan - North Sumatera&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(061)   4157810, 4554504&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 14;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;13.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;&lt;a href=&quot;http://www.studyinaustralia.gov.au/Sia/id/CourseSearch/CourseSearch.htm&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: blue; line-height: 115%;&quot;&gt;Australian   Education Center (AEC) Jakarta&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Sentra   Mulia 6th Floor, Room 615&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL. HR   Rasuna Said Kav.X-6 No.8. Kuningan, South Jakarta&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(021)   5229675&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 15;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;14.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Australian   Education Center (AEC), Surabaya&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;The   International Village - University of Surabaya (UBAYA)&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;JL. Kali   Rungkut, Surabaya - 60293&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;(031)   2981324&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 16;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;15.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Australian   Education Center (AEC), Medan&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Lobby   Floor, Shopping Arcade&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Grand   Angkasa International Hotel&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Jl. Sutomo   No.1, Medan 20235&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Ph: 061-   4517141, 4555888 Ext.2851&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Fax : 061-   4517142&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 17;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;16.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Australian   Education Reference Site, Makassar&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Gedung   Pusat Studi Kebijakan dan Manajemen Pembangunan (PSKMP)&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Lt.2,   Universitas Hasanuddin&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Kampus   Tamalanrea, Makassar&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Phone :   0411- 5068681&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Fax :   0411- 586039&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 18;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;17.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Balikpapan&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Jl. MT.   Haryono No.115, Ring Road&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Balikpapan&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;0542-   878585&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 19; mso-yfti-lastrow: yes;&quot;&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;18.&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;IDP   Education Australia D.I. Yogyakarta Office&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Jl Gejayan   Soropadan, CC XII No.8B&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Yogyakarta   55283, Indonesia&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td style=&quot;padding: .75pt .75pt .75pt .75pt;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Ph.   (62274) 7849450, 7849460&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;&quot;&gt;Fax.   (62274) 7849470&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;, serif; font-size: 12pt; line-height: 115%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; page-break-after: avoid; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0cm; text-align: justify;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/756202150538578831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-ads-australia.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/756202150538578831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/756202150538578831'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/beasiswa-ads-australia.html' title='Beasiswa ADS Australia'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-5141354103453209425</id><published>2011-02-01T15:07:00.000+07:00</published><updated>2011-02-01T15:07:52.523+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="beasiswa"/><category scheme="http://www.blogger.com/atom/ns#" term="Info kerja"/><title type='text'>Membuat CV Standar Internasional</title><content type='html'>&lt;div style=&quot;color: #333333; line-height: 22px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Membuat CV&amp;nbsp;&lt;/b&gt;untuk melamar pekerjaan atau apply beasiswa adalah hal yang sangat penting dan mendasar. Ia harus dibuat yang menarik, kompherensif, detail dan mudah difahami. Bukan berarti harus berpuluh-puluh lembar dengan mencantumkan semua aktivitas yang pernah kita ikuti atau justru hanya satu lembar. Standar yang digunakan biasanya 2-4 halaman. CV ini menjadi representasi utama bagi seseorang sebelum ia mengikuti tes-tes selanjutnya dalam bekerja. Dalam apply beasiswa, CV juga menjadi tolok ukur penting melihat kualitas seseorang.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; line-height: 22px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; line-height: 22px;&quot;&gt;&lt;a href=&quot;&quot; name=&quot;more&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; line-height: 22px;&quot;&gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div style=&quot;color: #333333; line-height: 22px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Selain isi yang juga harus berbobot, dalam artikel kali ini adalah membahas tentang bagaimana membuat template CV yang sesuai standar internasional. Hal ini mutlak diperlukan bagi yang ingin apply beasiswa ke luar negeri seperti&amp;nbsp;&lt;a href=&quot;http://eacea.ec.europa.eu/erasmus_mundus/results_compendia/selected_projects_action_1_master_courses_en.php&quot; style=&quot;color: #71950f; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;erasmus mundus&lt;/a&gt;&amp;nbsp;misalnya. Juga sangat baik untuk yang sedang atau akan apply kerja.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; line-height: 22px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #333333; line-height: 22px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Langsung saja, untuk contohnya dalam format dokumen (.doc) dengan berbagai bahasa bisa di download&amp;nbsp;&lt;a href=&quot;http://europass.cedefop.europa.eu/europass/home/hornav/Downloads/EuropassCV/CVTemplate.csp&quot; style=&quot;color: #71950f; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;disini&lt;/a&gt;. Semoga bermanfaat.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/5141354103453209425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/02/membuat-cv-standar-internasional.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/5141354103453209425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/5141354103453209425'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/02/membuat-cv-standar-internasional.html' title='Membuat CV Standar Internasional'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-7367150980693921533</id><published>2011-01-25T00:28:00.000+07:00</published><updated>2011-01-29T15:34:12.845+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Menambahkan Content Slider Pada Blog</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #000222; line-height: 22px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Mempercantik blog &lt;/b&gt;adalah hal yang selalu jadi idaman bagi setiap blogger. Disini akan saya uraikan tentang bagaimana membuat &lt;b&gt;content slider&lt;/b&gt; seperti yang teman-teman lihat di HOME PAGE saya. Untuk contohnya lihat &lt;b&gt;&lt;a href=&quot;http://afandi-info.blogspot.com/&quot;&gt;DISINI&lt;/a&gt;&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Terlihat bahwa ada gambar-gambar yang bisa digerak-gerakkan baik dengan keterangan tulisan maupun tidak. Tanpa berlama-lama berikut cara-cara manual &lt;b&gt;menambahkan content slider pada blog&lt;/b&gt; anda :&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
1.Login pada dashboard--&amp;gt; layout- -&amp;gt; Edit HTML&lt;br /&gt;
&lt;br /&gt;
2.Cari&amp;nbsp;&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
3.Copy kode dibawah ini sebelum&amp;nbsp;&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&amp;nbsp;tag .&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpbTQDn0nuf-iZW2uS6pXS8a3NVgWu6R73eRUW6Gnck-XXCxpVnzTAlvb4Rpsp3VrcQrZzcEo2za0rQECyXFpwnABD9tYjbpQmpW1LVVHP2xXkCeIJ0VKKUCr614vhE-GRltLoc-8rEmWI/); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat repeat; border-bottom-color: black; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: black; border-left-style: solid; border-left-width: 1px; border-right-color: black; border-right-style: solid; border-right-width: 1px; border-top-color: black; border-top-style: solid; border-top-width: 1px; height: 300px; line-height: 20px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: auto; overflow-y: auto; padding-bottom: 5px; padding-left: 35px; padding-right: 5px; padding-top: 5px; width: 375px; word-wrap: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;lt;script src=&#39;&lt;span style=&quot;color: #cc33cc; font-weight: bold;&quot;&gt;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&lt;/span&gt;&#39; type=&#39;text/javascript&#39;/&amp;gt;

&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
//&amp;lt;![CDATA[

eval(function(p,a,c,k,e,r){e=function(c){return(c&amp;lt;a?&#39;&#39;:e(parseInt(c/a)))+((c=c%a)&amp;gt;35?String.fromCharCode(c+29):c.toString(36))};if(!&#39;&#39;.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return&#39;\\w+&#39;};c=1};while(c--)if(k[c])p=p.replace(new RegExp(&#39;\\b&#39;+e(c)+&#39;\\b&#39;,&#39;g&#39;),k[c]);return p}(&#39;(6($){$.1g.1w=6(o){o=$.1f({r:n,x:n,N:n,17:q,J:n,L:1a,16:n,y:q,u:12,H:3,B:0,k:1,K:n,I:n},o||{});8 G.R(6(){p b=q,A=o.y?&quot;15&quot;:&quot;w&quot;,P=o.y?&quot;t&quot;:&quot;s&quot;;p c=$(G),9=$(&quot;9&quot;,c),E=$(&quot;10&quot;,9),W=E.Y(),v=o.H;7(o.u){9.1h(E.D(W-v-1+1).V()).1d(E.D(0,v).V());o.B+=v}p f=$(&quot;10&quot;,9),l=f.Y(),4=o.B;c.5(&quot;1c&quot;,&quot;H&quot;);f.5({U:&quot;T&quot;,1b:o.y?&quot;S&quot;:&quot;w&quot;});9.5({19:&quot;0&quot;,18:&quot;0&quot;,Q:&quot;13&quot;,&quot;1v-1s-1r&quot;:&quot;S&quot;,&quot;z-14&quot;:&quot;1&quot;});c.5({U:&quot;T&quot;,Q:&quot;13&quot;,&quot;z-14&quot;:&quot;2&quot;,w:&quot;1q&quot;});p g=o.y?t(f):s(f);p h=g*l;p j=g*v;f.5({s:f.s(),t:f.t()});9.5(P,h+&quot;C&quot;).5(A,-(4*g));c.5(P,j+&quot;C&quot;);7(o.r)$(o.r).O(6(){8 m(4-o.k)});7(o.x)$(o.x).O(6(){8 m(4+o.k)});7(o.N)$.R(o.N,6(i,a){$(a).O(6(){8 m(o.u?o.H+i:i)})});7(o.17&amp;amp;&amp;amp;c.11)c.11(6(e,d){8 d&amp;gt;0?m(4-o.k):m(4+o.k)});7(o.J)1p(6(){m(4+o.k)},o.J+o.L);6 M(){8 f.D(4).D(0,v)};6 m(a){7(!b){7(o.K)o.K.Z(G,M());7(o.u){7(a&amp;lt;=o.B-v-1){9.5(A,-((l-(v*2))*g)+&quot;C&quot;);4=a==o.B-v-1?l-(v*2)-1:l-(v*2)-o.k}F 7(a&amp;gt;=l-v+1){9.5(A,-((v)*g)+&quot;C&quot;);4=a==l-v+1?v+1:v+o.k}F 4=a}F{7(a&amp;lt;0||a&amp;gt;l-v)8;F 4=a}b=12;9.1o(A==&quot;w&quot;?{w:-(4*g)}:{15:-(4*g)},o.L,o.16,6(){7(o.I)o.I.Z(G,M());b=q});7(!o.u){$(o.r+&quot;,&quot;+o.x).1n(&quot;X&quot;);$((4-o.k&amp;lt;0&amp;amp;&amp;amp;o.r)||(4+o.k&amp;gt;l-v&amp;amp;&amp;amp;o.x)||[]).1m(&quot;X&quot;)}}8 q}})};6 5(a,b){8 1l($.5(a[0],b))||0};6 s(a){8 a[0].1k+5(a,\&#39;1j\&#39;)+5(a,\&#39;1i\&#39;)};6 t(a){8 a[0].1t+5(a,\&#39;1u\&#39;)+5(a,\&#39;1e\&#39;)}})(1x);&#39;,62,96,&#39;||||curr|css|function|if|return|ul|||||||||||scroll|itemLength|go|null||var|false|btnPrev|width|height|circular||left|btnNext|vertical||animCss|start|px|slice|tLi|else|this|visible|afterEnd|auto|beforeStart|speed|vis|btnGo|click|sizeCss|position|each|none|hidden|overflow|clone|tl|disabled|size|call|li|mousewheel|true|relative|index|top|easing|mouseWheel|padding|margin|200|float|visibility|append|marginBottom|extend|fn|prepend|marginRight|marginLeft|offsetWidth|parseInt|addClass|removeClass|animate|setInterval|0px|type|style|offsetHeight|marginTop|list|jCarouselLite|jQuery&#39;.split(&#39;|&#39;),0,{}))

//]]&amp;gt;
&amp;lt;/script&amp;gt;

&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
//&amp;lt;![CDATA[

/*
* Copyright (c) 2009 Simo Kinnunen.
* Licensed under the MIT license.
*
* @version 1.02
*/
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener(&quot;DOMContentLoaded&quot;,D,false);window.addEventListener(&quot;pageshow&quot;,D,false)}if(!window.opera&amp;amp;&amp;amp;document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&amp;amp;&amp;amp;document.createStyleSheet){(function(){try{document.body.doScroll(&quot;left&quot;);D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,&quot;load&quot;,D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||&quot;px&quot;;this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&amp;amp;&amp;amp;&quot; &quot;)+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return&quot;rgb(&quot;+D+&quot;)&quot;});return B}),fontStretch:j(function(B){if(typeof B==&quot;number&quot;){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{&quot;ultra-condensed&quot;:0.5,&quot;extra-condensed&quot;:0.625,condensed:0.75,&quot;semi-condensed&quot;:0.875,&quot;semi-expanded&quot;:1.125,expanded:1.25,&quot;extra-expanded&quot;:1.5,&quot;ultra-expanded&quot;:2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&amp;amp;&amp;amp;B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf(&quot;(&quot;)).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E&amp;lt;B;++E){D=C[E].split(&quot;=&quot;,2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),hasClass:function(C,B){return RegExp(&quot;(?:^|\\s)&quot;+B+&quot;(?=\\s|$)&quot;).test(C.className)},quotedList:j(function(E){var D=[],C=/\s*(([&quot;&#39;])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement(&quot;style&quot;),D,C,B;E.type=&quot;text/css&quot;;E.media=G;try{E.appendChild(document.createTextNode(&quot;/**/&quot;))}catch(F){}C=g(&quot;head&quot;)[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&amp;amp;&amp;amp;!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp(&quot;(?:^|\\s+)&quot;+C+&quot;(?=\\s|$)&quot;,&quot;g&quot;);D.className=D.className.replace(B,&quot;&quot;);return D},supports:function(D,C){var B=document.createElement(&quot;span&quot;).style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get(&quot;textAlign&quot;)==&quot;right&quot;){if(B&amp;gt;0){E=&quot; &quot;+E}}else{if(B&amp;lt;C-1){E+=&quot; &quot;}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,&quot;line-through&quot;:null};for(var B=G;B.parentNode&amp;amp;&amp;amp;B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get(&quot;textDecoration&quot;).indexOf(D)!=-1){C[D]=F.get(&quot;color&quot;)}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F==&quot;none&quot;){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==&quot;,&quot;){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[[&quot;offX&quot;,&quot;offY&quot;,&quot;blur&quot;][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get(&quot;textTransform&quot;)];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,&quot;inline-block&quot;:1,&quot;run-in&quot;:1};return function(E,C,D){if(B[C.get(&quot;display&quot;)]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,&quot;&quot;)}if(!D.nextSibling){E=E.replace(/\s+$/,&quot;&quot;)}return E}})()};n.ready=(function(){var B=!n.recognizesMedia(&quot;all&quot;),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g(&quot;link&quot;),J=g(&quot;style&quot;);function C(K){return K.disabled||G(K.sheet,K.media||&quot;screen&quot;)}function G(M,P){if(!n.recognizesMedia(P||&quot;all&quot;)){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L&amp;lt;K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()==&quot;stylesheet&quot;&amp;amp;&amp;amp;!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&amp;amp;&amp;amp;F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B[&quot;units-per-em&quot;],10);this.family=B[&quot;font-family&quot;].toLowerCase();this.weight=B[&quot;font-weight&quot;];this.style=B[&quot;font-style&quot;]||&quot;normal&quot;;this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(&quot; &quot;)};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:&quot;italic&quot;,italic:&quot;oblique&quot;};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I&amp;gt;400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J&amp;lt;F){F=J}if(!D||J&amp;gt;D){D=J}K.push(J)}if(I&amp;lt;F){I=F}if(I&amp;gt;D){I=D}K.sort(function(M,L){return(E?(M&amp;gt;I&amp;amp;&amp;amp;L&amp;gt;I)?M&amp;lt;L:M&amp;gt;L:(M&amp;lt;I&amp;amp;&amp;amp;L&amp;lt;I)?M&amp;gt;L:M&amp;lt;L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&amp;amp;16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,&quot;mouseover&quot;,B);q(F,&quot;mouseout&quot;,B)}else{q(F,&quot;mouseenter&quot;,E);q(F,&quot;mouseleave&quot;,E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent(&quot;on&quot;+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&amp;amp;&amp;amp;B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get(&quot;fontFamily&quot;).toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get(&quot;fontStyle&quot;),E.get(&quot;fontWeight&quot;))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E&amp;lt;C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===&quot;&quot;){return K}var L=N.separate;var I=M.split(p[L]),B=(L==&quot;words&quot;);if(B&amp;amp;&amp;amp;t){if(/^\s/.test(M)){I.unshift(&quot;&quot;)}if(/\s$/.test(M)){I.push(&quot;&quot;)}}for(var J=0,G=I.length;J&amp;lt;G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J&amp;lt;G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&amp;amp;&amp;amp;E.firstChild){if(n.hasClass(E,&quot;cufon&quot;)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=&quot; &quot;.split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&amp;amp;&amp;amp;function(B){return jQuery(B)})||(window.dojo&amp;amp;&amp;amp;dojo.query)||(window.Ext&amp;amp;&amp;amp;Ext.query)||(window.$$&amp;amp;&amp;amp;function(B){return $$(B)})||(window.$&amp;amp;&amp;amp;function(B){return $(B)})||(document.querySelectorAll&amp;amp;&amp;amp;function(B){return document.querySelectorAll(B)})||g),separate:&quot;words&quot;,textShadow:&quot;none&quot;};var p={words:/[^\S\u00a0]+/,characters:&quot;&quot;,none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set(&quot;engine&quot;,C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set(&quot;fontFamily&quot;,&#39;&quot;&#39;+C+&#39;&quot;&#39;)};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),&quot;cufon-active cufon-loading&quot;);n.ready(function(){n.addClass(n.removeClass(x.root(),&quot;cufon-loading&quot;),&quot;cufon-ready&quot;)});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow==&quot;string&quot;){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color==&quot;string&quot;&amp;amp;&amp;amp;/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D==&quot;string&quot;){D=[D]}n.ready(function(){for(var F=0,E=D.length;F&amp;lt;E;++F){var G=D[F];if(typeof G==&quot;string&quot;){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine(&quot;canvas&quot;,(function(){var b=document.createElement(&quot;canvas&quot;);if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports(&quot;display&quot;,&quot;inline-block&quot;);var e=!a&amp;amp;&amp;amp;(document.compatMode==&quot;BackCompat&quot;||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement(&quot;style&quot;);f.type=&quot;text/css&quot;;f.appendChild(document.createTextNode((&quot;.cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;&quot;+(e?&quot;&quot;:&quot;font-size:1px;line-height:1px;&quot;)+&quot;}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}&quot;+(a?&quot;.cufon-canvas canvas{position:relative;}&quot;:&quot;.cufon-canvas canvas{position:absolute;}&quot;)+&quot;}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}&quot;).replace(/;/g,&quot;!important;&quot;)));document.getElementsByTagName(&quot;head&quot;)[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(&quot;,&quot;);switch(k[1]){case&quot;v&quot;:g[j]={m:&quot;bezierCurveTo&quot;,a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case&quot;r&quot;:g[j]={m:&quot;lineTo&quot;,a:[n+=~~l[0],m+=~~l[1]]};break;case&quot;m&quot;:g[j]={m:&quot;moveTo&quot;,a:[n=~~l[0],m=~~l[1]]};break;case&quot;x&quot;:g[j]={m:&quot;closePath&quot;};break;case&quot;e&quot;:break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j&amp;lt;h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize(&quot;fontSize&quot;,ah.baseSize);var X=Z.get(&quot;letterSpacing&quot;);X=(X==&quot;normal&quot;)?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R&amp;lt;K){K=R}if(T&amp;gt;Y){Y=T}if(R&amp;gt;W){W=R}if(T&amp;lt;F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(&quot;&quot;),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag&amp;lt;ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement(&quot;span&quot;);C.className=&quot;cufon cufon-canvas&quot;;C.alt=H;q=document.createElement(&quot;canvas&quot;);C.appendChild(q);if(D.printable){var ad=document.createElement(&quot;span&quot;);ad.className=&quot;cufon-alt&quot;;ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get(&quot;fontStretch&quot;));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+&quot;px&quot;;Q.height=t+&quot;px&quot;;K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+&quot;px&quot;;Q.left=Math.round(p.convert(F))+&quot;px&quot;;var A=Math.ceil(p.convert(S))+&quot;px&quot;;if(a){am.width=A;am.height=p.convert(ah.height)+&quot;px&quot;}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+&quot;px&quot;}var aj=q.getContext(&quot;2d&quot;),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face[&quot;underline-thickness&quot;];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face[&quot;underline-position&quot;],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x&amp;lt;g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d(&quot;m&quot;+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag&amp;lt;ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get(&quot;color&quot;)}af();if(u[&quot;line-through&quot;]){s(-ah.descent,u[&quot;line-through&quot;])}return C}})());Cufon.registerEngine(&quot;vml&quot;,(function(){var e=document.namespaces;if(!e){return}e.add(&quot;cvml&quot;,&quot;urn:schemas-microsoft-com:vml&quot;);e=null;var b=document.createElement(&quot;cvml:shape&quot;);b.style.behavior=&quot;url(#default#VML)&quot;;if(!b.coordsize){return}b=null;var g=(document.documentMode||0)&amp;lt;8;document.write((&#39;&amp;lt;style type=&quot;text/css&quot;&amp;gt;.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:&#39;+(g?&quot;middle&quot;:&quot;text-bottom&quot;)+&quot;;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}&amp;lt;/style&amp;gt;&quot;).replace(/;/g,&quot;!important;&quot;));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?&quot;1em&quot;:i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace(&quot;%&quot;,&quot;em&quot;);var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement(&quot;cvml:fill&quot;),h=[];n.type=&quot;gradient&quot;;n.angle=180;n.focus=&quot;0&quot;;n.method=&quot;sigma&quot;;n.color=m[0][1];for(var l=1,i=m.length-1;l&amp;lt;i;++l){h.push(m[l][0]*100+&quot;% &quot;+m[l][1])}n.colors=h.join(&quot;,&quot;);n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get(&quot;fontSize&quot;))+&quot;px&quot;,aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get(&quot;letterSpacing&quot;);ad.computedLSpacing=aa=(aa==&quot;normal&quot;)?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement(&quot;span&quot;);C.className=&quot;cufon cufon-vml&quot;;C.alt=K;r=document.createElement(&quot;span&quot;);r.className=&quot;cufon-vml-canvas&quot;;C.appendChild(r);if(G.printable){var ag=document.createElement(&quot;span&quot;);ag.className=&quot;cufon-alt&quot;;ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement(&quot;cvml:shape&quot;))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get(&quot;fontStretch&quot;));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+&quot;px&quot;;var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get(&quot;color&quot;);var ao=Cufon.CSS.textTransform(K,ad).split(&quot;&quot;),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai&amp;lt;ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+&quot;,&quot;+M.height,n;var N=&quot;r&quot;+S+&quot;ns&quot;;var y=G.textGradient&amp;amp;&amp;amp;d(G.textGradient);for(ai=0,ah=0;ai&amp;lt;ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement(&quot;cvml:shape&quot;);r.appendChild(z)}z.stroked=&quot;f&quot;;z.coordsize=S;z.coordorigin=n=(Y-W)+&quot;,&quot;+X;z.path=(H.d?&quot;m&quot;+H.d+&quot;xe&quot;:&quot;&quot;)+&quot;m&quot;+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement(&quot;cvml:shadow&quot;);R.on=&quot;t&quot;;R.color=F.color;R.offset=u.offX+&quot;,&quot;+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type=&quot;double&quot;;R.color2=D.color;R.offset2=t.offX+&quot;,&quot;+t.offY}R.opacity=F.opacity||(D&amp;amp;&amp;amp;D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement(&quot;cvml:rect&quot;);Q.stroked=&quot;f&quot;;Q.className=&quot;cufon-vml-cover&quot;;w=document.createElement(&quot;cvml:fill&quot;);w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get(&quot;lineHeight&quot;);if(I==&quot;normal&quot;){I=&quot;1em&quot;}else{if(!isNaN(I)){I+=&quot;em&quot;}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+&quot;px&quot;;ap.marginBottom=U+&quot;px&quot;}}return C}})());

//]]&amp;gt;
&amp;lt;/script&amp;gt;

&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
//&amp;lt;![CDATA[

/*
* jQuery Easing v1.1 - http://gsgd.co.uk/sandbox/jquery.easing.php
*
* Uses the built in easing capabilities added in jQuery 1.1
* to offer multiple easing options
*
* Copyright (c) 2007 George Smith
* Licensed under the MIT License:
*   
*/

jQuery.easing = {
easein: function(x, t, b, c, d) {
return c*(t/=d)*t + b; // in
},
easeinout: function(x, t, b, c, d) {
if (t &amp;lt; d/2) return 2*c*t*t/(d*d) + b;
var ts = t - d/2;
return -2*c*ts*ts/(d*d) + 2*c*ts/d + c/2 + b;
},
easeout: function(x, t, b, c, d) {
return -c*t*t/(d*d) + 2*c*t/d + b;
},
expoin: function(x, t, b, c, d) {
var flip = 1;
if (c &amp;lt; 0) {
 flip *= -1;
 c *= -1;
}
return flip * (Math.exp(Math.log(c)/d * t)) + b;
},
expoout: function(x, t, b, c, d) {
var flip = 1;
if (c &amp;lt; 0) {
 flip *= -1;
 c *= -1;
}
return flip * (-Math.exp(-Math.log(c)/d * (t-d)) + c + 1) + b;
},
expoinout: function(x, t, b, c, d) {
var flip = 1;
if (c &amp;lt; 0) {
 flip *= -1;
 c *= -1;
}
if (t &amp;lt; d/2) return flip * (Math.exp(Math.log(c/2)/(d/2) * t)) + b;
return flip * (-Math.exp(-2*Math.log(c/2)/d * (t-d)) + c + 1) + b;
},
bouncein: function(x, t, b, c, d) {
return c - jQuery.easing[&#39;bounceout&#39;](x, d-t, 0, c, d) + b;
},
bounceout: function(x, t, b, c, d) {
if ((t/=d) &amp;lt; (1/2.75)) {
 return c*(7.5625*t*t) + b;
} else if (t &amp;lt; (2/2.75)) {
 return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
} else if (t &amp;lt; (2.5/2.75)) {
 return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
} else {
 return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
}
},
bounceinout: function(x, t, b, c, d) {
if (t &amp;lt; d/2) return jQuery.easing[&#39;bouncein&#39;] (x, t*2, 0, c, d) * .5 + b;
return jQuery.easing[&#39;bounceout&#39;] (x, t*2-d,0, c, d) * .5 + c*.5 + b;
},
elasin: function(x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
if (a &amp;lt; Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
},
elasout: function(x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
if (a &amp;lt; Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
},
elasinout: function(x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
if (a &amp;lt; Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
if (t &amp;lt; 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
},
backin: function(x, t, b, c, d) {
var s=1.70158;
return c*(t/=d)*t*((s+1)*t - s) + b;
},
backout: function(x, t, b, c, d) {
var s=1.70158;
return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
},
backinout: function(x, t, b, c, d) {
var s=1.70158;
if ((t/=d/2) &amp;lt; 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
},
linear: function(x, t, b, c, d) {
return c*t/d + b; //linear
}
};

//]]&amp;gt;
&amp;lt;/script&amp;gt;

&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
//&amp;lt;![CDATA[

jQuery(document).ready(function() {
Cufon.replace(&#39;.blogname h2&#39;, { fontFamily: &#39;MankSans-Medium&#39; });
Cufon.replace(&#39;.sidetitl,.blogname h1&#39;, { fontFamily: &#39;ChunkFive&#39; });

});

//]]&amp;gt;
&amp;lt;/script&amp;gt;


&amp;lt;style type=&#39;text/css&#39;&amp;gt;
#slidearea{
height: 230px;
overflow: hidden;
position: relative;
width:680px;
background:#242424;
}
#gallerycover{
overflow: hidden;
margin:0px 0px;
}

.mygallery{
overflow: hidden;
position:relative;
}

.mytext img{
position:absolute;
left:10px;
top:10px;
padding:5px;
background:#515252;
border:1px solid #5e5e5e;
}

.mytext{
position:relative;
margin:0px 0px;
height:200px;
width:680px;
float:left;
display:inline;
line-height:20px;
color:#c4c4c4;
font-family: Tahoma,Georgia,century gothic,Verdana, sans-serif;
}

.mytext ul li{
height:200px;

}

.mytext a:link, .mytext  a:visited {
color:#fff;
}

.mytext h2 {
font: 18px Georgia,century gothic,Verdana, sans-serif;
margin:15px 0px 5px 310px;
font-weight:normal;
width:350px;
height:24px;
overflow:hidden;
}

.mytext p {
width:350px;
margin:0px 0px 5px 310px;
color:#6f6f6f;
}

.mytext h2 a:link, .mytext h2 a:visited {
color:#fff;
}
.slnav{
padding:3px 0px;
background:#000;

}
.prev{
float:left;
width:24px;
height:24px;
z-index:200;
margin-left:5px;
background:url(&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-lfG1ErmwVf-6So8ZZnAvdWGQf6nZAS-YKQou91rTJb9gFrLosAcdtEAL1PxlHNcPk_EuisMwyzirg7fyvteaSU5CoH2nDGj0byG7BaUkvAbOAkGMBx0FBsmAakTK4eUJyAvek_DjdCXX/&lt;/span&gt;);
}

.next{
float:right;
width:24px;
height:24px;
z-index:200;
background:url(&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkLmdms76-kEy57L_vp8E5P4VQdjHCQU3yEei7GQv61RC8ySq2Lh1M0p6lVrQfThSe8tv81cMTdFgEriBO3yQ7GQuxryazVt6SZO-J70z4uNUnRpjD9eIIFPiPWQU3G5MI0WKqDAIvaSxG/&lt;/span&gt;);
display:block;
}

&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Note&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;Host&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;prev.png&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;dan&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;nxt.png&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;bisa diganti dengan gambarmu sendiri&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;table style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEie1wWk2nqri06G0jutaSOjw_GMC_1J6gUzQJJzw9GBZY-s8SoUGCV-0S5-hN1ZXZs6nehzCIc-PmazRXkA6pnJgNRVOAB3ivPF-fI8LtYixPsp_Cbut_ngRtQGZH-AYUjd49XE_gQLj0bQ/s1600-h/prev.png&quot; style=&quot;color: #9a9694; outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;&quot; title=&quot;Host This !!!&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5431739052667311154&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEie1wWk2nqri06G0jutaSOjw_GMC_1J6gUzQJJzw9GBZY-s8SoUGCV-0S5-hN1ZXZs6nehzCIc-PmazRXkA6pnJgNRVOAB3ivPF-fI8LtYixPsp_Cbut_ngRtQGZH-AYUjd49XE_gQLj0bQ/&quot; style=&quot;border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; cursor: pointer; height: 24px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px; width: 22px;&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxmJ6me7wX9q2MWnTBiam5xGOSzcsccJfgZsSNI7SD_WXhBl6gvsd1LZOA8V3PlpogGutgUmjqbVag0HR9SU6wXakqQy7pxj5XDGz1r0F0TSNC7_Lscx0PkdEJSxICpm3SUc0EW4hTttw/s1600-h/nxt.png&quot; style=&quot;color: #9a9694; outline-color: initial; outline-style: none; outline-width: initial; text-decoration: none;&quot; title=&quot;Host This !!!&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5431738985859702962&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxmJ6me7wX9q2MWnTBiam5xGOSzcsccJfgZsSNI7SD_WXhBl6gvsd1LZOA8V3PlpogGutgUmjqbVag0HR9SU6wXakqQy7pxj5XDGz1r0F0TSNC7_Lscx0PkdEJSxICpm3SUc0EW4hTttw/&quot; style=&quot;border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px; cursor: pointer; height: 24px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px; width: 22px;&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;4.Sekarang pergi ke Layout--&amp;gt;Page Element dan click &quot;Add a gadget&quot;.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;5.Select &quot;html/java script&quot; dan tambahkan kode dibawah ini.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpbTQDn0nuf-iZW2uS6pXS8a3NVgWu6R73eRUW6Gnck-XXCxpVnzTAlvb4Rpsp3VrcQrZzcEo2za0rQECyXFpwnABD9tYjbpQmpW1LVVHP2xXkCeIJ0VKKUCr614vhE-GRltLoc-8rEmWI/); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat repeat; border-bottom-color: black; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: black; border-left-style: solid; border-left-width: 1px; border-right-color: black; border-right-style: solid; border-right-width: 1px; border-top-color: black; border-top-style: solid; border-top-width: 1px; height: 300px; line-height: 20px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: auto; overflow-y: auto; padding-bottom: 5px; padding-left: 35px; padding-right: 5px; padding-top: 5px; width: 375px; word-wrap: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;
var $jx = jQuery.noConflict();
$jx(function() {
$jx(&quot;.mygallery&quot;).jCarouselLite({
btnNext: &quot;.next&quot;,
btnPrev: &quot;.prev&quot;,
     visible: 1,
     easing: &quot;backout&quot;,
 speed: 1000
});

});
&amp;lt;/script&amp;gt;

&amp;lt;div id=&quot;slidearea&quot;&amp;gt;

&amp;lt;div id=&quot;gallerycover&quot;&amp;gt;
&amp;lt;div class=&quot;mygallery&quot;&amp;gt;
&amp;lt;ul&amp;gt;

&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;&lt;span style=&quot;color: #3333ff; font-weight: bold;&quot;&gt;URL-of-Post-1&lt;/span&gt;&quot; title=&quot;#&quot;&amp;gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Title-of-Post-1&lt;/span&gt;&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;Slide 1 Description [...]&lt;/span&gt;&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;&lt;span style=&quot;color: #ff6600; font-weight: bold;&quot;&gt;Slide-1-Image-Address&lt;/span&gt;&quot; alt=&quot;&quot;  /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;


&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;&lt;span style=&quot;color: #3333ff; font-weight: bold;&quot;&gt;URL-of-Post-2&lt;/span&gt;&quot; title=&quot;#&quot;&amp;gt;&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;Title-of-Post-2&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;Slide 2 Description [...]&lt;/span&gt;&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;&lt;span style=&quot;color: #ff6600; font-weight: bold;&quot;&gt;Slide-2-Image-Address&lt;/span&gt;&quot; alt=&quot;&quot;  /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;


&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;&lt;span style=&quot;color: #3333ff; font-weight: bold;&quot;&gt;URL-of-Post-3&lt;/span&gt;&quot; title=&quot;#&quot;&amp;gt;&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;Title-of-Post-3&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;Slide 3 Description&lt;/span&gt; [...]&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;&lt;span style=&quot;color: #ff6600; font-weight: bold;&quot;&gt;Slide-3-Image-Address&lt;/span&gt;&quot; alt=&quot;&quot;  /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;


&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;&lt;span style=&quot;color: #3333ff; font-weight: bold;&quot;&gt;URL-of-Post-4&lt;/span&gt;&quot; title=&quot;#&quot;&amp;gt;&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;Title-of-Post-4&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;Slide 4 Description [...]&lt;/span&gt;&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;&lt;span style=&quot;color: #ff6600; font-weight: bold;&quot;&gt;Slide-4-Image-Address&lt;/span&gt;&quot; alt=&quot;&quot;  /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;


&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;&lt;span style=&quot;color: #3333ff; font-weight: bold;&quot;&gt;URL-of-Post-5&lt;/span&gt;&quot; title=&quot;#&quot;&amp;gt;&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;Title-of-Post-5&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;Slide 5 Description [...]&lt;/span&gt;&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;&lt;span style=&quot;color: #ff6600; font-weight: bold;&quot;&gt;Slide-5-Image-Address&lt;/span&gt;&quot; alt=&quot;&quot;  /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;

&amp;lt;/ul&amp;gt;

&amp;lt;div class=&quot;clear&quot;&amp;gt;&amp;lt;/div&amp;gt;

&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;div class=&quot;slnav&quot;&amp;gt;
&amp;lt;a href=&quot;#&quot; class=&quot;prev&quot;&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;#&quot; class=&quot;next&quot;&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;div class=&quot;clear&quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;Note&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: #3333ff; font-weight: bold;&quot;&gt;Replace URL-of-Post-X&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: red; font-weight: bold;&quot;&gt;Title-of-Post-X&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: #009900; font-weight: bold;&quot;&gt;Slide X Description [...]&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: #ff6600; font-weight: bold;&quot;&gt;Slide-X-Image-Address&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;dengan kontenmu sendiri juga bisa.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;Gunakan&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: #993399; font-weight: bold;&quot;&gt;width=270px&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;dan&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: #993399; font-weight: bold;&quot;&gt;height=170px&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;nbsp;untuk gambar pada slide.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;Kamu juga bisa menambahkan lebih banyak gambar pada widget ini.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 22px;&quot;&gt;Contohnya lihat pada kode dibawah ini :&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpbTQDn0nuf-iZW2uS6pXS8a3NVgWu6R73eRUW6Gnck-XXCxpVnzTAlvb4Rpsp3VrcQrZzcEo2za0rQECyXFpwnABD9tYjbpQmpW1LVVHP2xXkCeIJ0VKKUCr614vhE-GRltLoc-8rEmWI/); background-origin: initial; background-position: 0% 0%; background-repeat: no-repeat repeat; border-bottom-color: black; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: black; border-left-style: solid; border-left-width: 1px; border-right-color: black; border-right-style: solid; border-right-width: 1px; border-top-color: black; border-top-style: solid; border-top-width: 1px; height: 250px; line-height: 20px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; overflow-x: auto; overflow-y: auto; padding-bottom: 5px; padding-left: 35px; padding-right: 5px; padding-top: 5px; width: 375px; word-wrap: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;
var $jx = jQuery.noConflict();
$jx(function() {
$jx(&quot;.mygallery&quot;).jCarouselLite({
btnNext: &quot;.next&quot;,
btnPrev: &quot;.prev&quot;,
      visible: 1,
      easing: &quot;backout&quot;,
  speed: 1000
});

});
&amp;lt;/script&amp;gt;

&amp;lt;div id=&quot;slidearea&quot;&amp;gt;

&amp;lt;div id=&quot;gallerycover&quot;&amp;gt;
&amp;lt;div class=&quot;mygallery&quot;&amp;gt;
&amp;lt;ul&amp;gt;

&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;#&quot; title=&quot;#&quot;&amp;gt;Avatar (2009 film)&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;James Cameron&#39;s epic motion picture, Avatar - in cinemas December 18th worldwide. In the epic action adventure AVATAR, James Cameron, the director of &quot;Titanic,&quot; takes us to a spectacular new world beyond our imagination. On the distant moon Pandora, a reluctant hero embarks on a journey of redemption and discovery as he leads a heroic battle to save a civilization. [...]&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSXHA7s_-ZP2ik9Vfli1HNbpsT9g8ZU84KwG28J48-I7_IlJpnTCxRlHT7UEcRziDcr0C1N660WIE0AVh1simYc2JtIrZyPc7Ic4KI2L0UGNAKm6KOhDLKdh8zbRNR_SxxOgmGQyKxA_IS/&quot; alt=&quot;&quot; /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;


&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;#&quot; title=&quot;#&quot;&amp;gt;2012 Movie&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;The film briefly references Mayanism, the Mesoamerican Long Count calendar, and the 2012 phenomenon in its portrayal of cataclysmic events unfolding in the year 2012. Because of solar flare bombardment the Earth&#39;s core begins heating up at an unprecedented rate, eventually causing crustal displacement. This results in an onslaught of Doomsday event scenarios plunging [...]&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZH3jKzuMDAF5IW-aZciF2sTd_cOWHnWIQxeW3ELXqfw73z0uJ87PLu_foM8SlAmqW5yd6BcUuE628lcPniDg263Xy0ysIPeZdP9a6GslEFhjili9V2KZFZPppKRTpjozO23r_epoDzdly/+movie.jpg&quot; alt=&quot;&quot; /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;


&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;#&quot; title=&quot;#&quot;&amp;gt;I am Legend Movie&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;The film briefly references Mayanism, the Mesoamerican Long Count calendar, and the 2012 phenomenon in its portrayal of cataclysmic events unfolding in the year 2012. Because of solar flare bombardment the Earth&#39;s core begins heating up at an unprecedented rate, eventually causing crustal displacement. This results in an onslaught of Doomsday event scenarios plungingThe novel&#39;s main character is Robert Neville, apparently the sole survivor of a pandemic the symptoms of which resemble vampirism. The author details Neville&#39;s [...]&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjr_dKOdV0PKyKWJYnaLv4PN1rUv57mRcuG-n_U1ZscHG4Ptzi-936qwcPlogUFCpHAGPqAcupMKsGnpATrUlYycFuIlOs9ydxjuCBvyIZzfYRREa5dFN2XwbrpLdTRQzVzSphFLKZvxt6I/&quot; alt=&quot;&quot; /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;


&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;#&quot; title=&quot;#&quot;&amp;gt;Transformer Movie&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;Transformers is a 2007 live-action-thriller film adaptation of the Transformers franchise, directed by Michael Bay and written by John Rogers, Roberto Orci and Alex Kurtzman. It stars Shia LaBeouf as Sam Witwicky, a teenager involved in a war between the heroic Autobots and the evil Decepticons, two factions of alien robots who can disguise themselves by transforming into everyday machinery. The Decepticons desire control of the All Spark, the object that created their robotic race, with the intention of using it to build [...]&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7qDkheAWyNUV9teZyV20mTtCCgKdUREbr8cBRHeXApjiV0GvBfK0t7zTNDEOVcUjoWeBM8dL4rzTlfqpuiLDTkpQnmUTa4wsycwc_tnvqUb0KtUCV8wnR_M9VD0StpzjJeDU3s4VNDeoL/&quot; alt=&quot;&quot; /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;


&amp;lt;li&amp;gt;
&amp;lt;div class=&quot;mytext&quot;&amp;gt;
&amp;lt;h2&amp;gt;&amp;lt;a href=&quot;#&quot; title=&quot;#&quot;&amp;gt;Max Payne Game&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;Max Payne is a BAFTA award winning[1] third-person shooter video game developed by Finnish Remedy Entertainment, produced by 3D Realms and published by Gathering of Developers in July 2001 for Windows. Ports later in the year for the Xbox, PlayStation 2 and the GameBoy Advance were published by Rockstar Games. A Macintosh port was published in July 2002 by MacSoft in[...]&amp;lt;/p&amp;gt;

&amp;lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyRgcJYUcI2bljmTeuis2kNZDWfefNy5QnRsXNVzGv7voflwG7atKnVxw-iBlZsI_OROrV70LCkNsB-7iACewRGpdheGUXcg6-7y60jxmXlS6q72TGqCQDC6NN_L7HtfkKRX7uRi4XPySl/&quot; alt=&quot;&quot; /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/li&amp;gt;

&amp;lt;/ul&amp;gt;

&amp;lt;div class=&quot;clear&quot;&amp;gt;&amp;lt;/div&amp;gt;

&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;div class=&quot;slnav&quot;&amp;gt;
&amp;lt;a href=&quot;#&quot; class=&quot;prev&quot;&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;#&quot; class=&quot;next&quot;&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;div class=&quot;clear&quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;Simpel bukan? Sekarang blog kamu akan lebih cantik dan menarik dengan content slider yang baru saja kamu tambahkan. Jika ada pertanyaan silahkan tinggalkan komentar.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Semoga bermanfaat&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000222; line-height: 22px;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Ari Ahmad Afandi&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/7367150980693921533/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/menambahkan-content-slider-pada-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/7367150980693921533'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/7367150980693921533'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/menambahkan-content-slider-pada-blog.html' title='Menambahkan Content Slider Pada Blog'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEie1wWk2nqri06G0jutaSOjw_GMC_1J6gUzQJJzw9GBZY-s8SoUGCV-0S5-hN1ZXZs6nehzCIc-PmazRXkA6pnJgNRVOAB3ivPF-fI8LtYixPsp_Cbut_ngRtQGZH-AYUjd49XE_gQLj0bQ/s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-176789072063196651</id><published>2011-01-25T00:12:00.002+07:00</published><updated>2011-02-12T12:40:45.138+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Tab View</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 20px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;b&gt;Membuat tab view &lt;/b&gt;merupakan hal yang patut dicoba untuk menghemat penggunaan ruang terutama pada sidebar.L&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;span style=&quot;line-height: 115%; text-decoration: none;&quot;&gt;angsung saja untuk langkah-langkah singkatnya adalah sebagai berikut :&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;1.Login ke blogger dengan&amp;nbsp;&lt;b&gt;ID&lt;/b&gt;&amp;nbsp;anda&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;2.Lalu Klik&amp;nbsp;&lt;b&gt;Menu Templates&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;3.Klik Sub Menu&amp;nbsp;&lt;b&gt;Edit HTML&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;4.Pada Kotak Edit HTML cari Kode&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;5.Lalu Copy Kode berikut dan Pastekan diatas kode&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 19px;&quot;&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;div.Tabardi33 div.TFs&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;{height: 30px; overflow: hidden;}&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;div.Tabardi33 div.TFs a&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;{float: left; display: block; text-align: center; text-decoration: none; font: normal 12px arial; padding:3px 5px 3px 3px; margin:0 5px 0 0;letter-spacing:-0.07em;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;background:#f0f0f0;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;color: #333;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-top:1px solid #CCCCCC;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-right:1px solid #999999;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-bottom:1px solid #999999;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-left:1px solid #cccccc;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;-moz-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;}&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;div.Tabardi33 div.TFs a:hover&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;{ background: #E8E8E8;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-top:1px solid #999999;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-right:1px solid #cccccc;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-bottom:1px solid #cccccc;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-left:1px solid #999999;}&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;div.Tabardi33 div.TFs a.Active&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;{ background: #E8E8E8;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;color: #000000;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-top:1px solid #999999;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-right:1px solid #cccccc;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-bottom:1px solid #cccccc;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-left:1px solid #999999; font-weight:bold;}&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;div.Tabardi33 div.Pages&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;{ clear: both; overflow: hidden; height:180px; border:1px solid #EFF0F1; padding:0;background: #ffffff; -moz-border-radius:5px;}&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;div.Tabardi33 div.Pages div.Page&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;{height: 100%;padding: 0px; overflow: hidden; }&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;div.Tabardi33 div.Pages div.Page div.floor&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;{ font-size:11px;padding: 3px 5px; text-align:left;}&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;#box-main-container {&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-bottom:1px solid $bordercolor;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;margin-bottom:7px;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;}&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;.box-column {&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;padding:0px 5px 5px 5px;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;border-bottom:1px solid $bordercolor;&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;margin-bottom:7px;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;}&lt;/i&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 20px; margin-bottom: 0.0001pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;6.Lalu letakkan kode berikut dibawah kode&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&amp;lt;head&amp;gt;&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;i&gt;&amp;lt;script src=&#39;http://afandi-info.googlecode.com/files/greattabview.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/i&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;7.Save Template&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;8.Pergi ke halaman Element Halaman&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;9.Klik Add Widget Element&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;10.Pilih Menu HTML/Java Script&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;line-height: 115%;&quot;&gt;11.Lalu Copy kode berikut&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-style: italic;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&amp;lt;form action=&quot;tabardi33.html&quot; method=&quot;get&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;Tabardi33&quot; id=&quot;Tabardi33&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;TFs&quot;&amp;gt;&lt;br /&gt;
&amp;lt;a&amp;gt;&lt;span style=&quot;color: lime;&quot;&gt;tab1&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a&amp;gt;&lt;span style=&quot;color: lime;&quot;&gt;tab2&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a&amp;gt;&lt;span style=&quot;color: lime;&quot;&gt;tab3&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a&amp;gt;&lt;span style=&quot;color: lime;&quot;&gt;tab4&lt;/span&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;Pages&quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;Page&quot;&amp;gt;&amp;lt;!-- Tab --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;floor&quot;&amp;gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Disini letakkan kode untuk tab 1 anda&lt;/span&gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- end Tab --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;Page&quot;&amp;gt;&amp;lt;!-- Tab --&amp;gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Disini letakkan kode untuk tab 2 anda&lt;/span&gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- end Tab --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;Page&quot;&amp;gt;&amp;lt;!-- Tab --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;floor&quot;&amp;gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Disini letakkan kode untuk tab 3 anda&lt;/span&gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- end Tab --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;Page&quot;&amp;gt;&amp;lt;!-- Tab --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&quot;floor&quot;&amp;gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Disini letakkan kode untuk tab 4 anda&lt;/span&gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- end Tab --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;tabardi33_name(&#39;Tabardi33&#39;);&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; line-height: 18px;&quot;&gt;Keterangan :&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; line-height: 18px;&quot;&gt;&quot;Disini letakkan kode untuk tab&quot; silahkan dihapus dan diganti dengan kode html untuk widget yang lain maupun keterangan teks yang ingin anda tulis.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; line-height: 18px;&quot;&gt;Simpel bukan? saya sudah mempraktekkannya dan berhasil dengan baik. Semoga bermanfaat. Jika ada pertanyaan silahkan ditulis di bagian komentar ya kawan...&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; line-height: 18px;&quot;&gt;Salam kenal&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; line-height: 18px;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;Ari Ahmad Afandi&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/176789072063196651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-tab-view.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/176789072063196651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/176789072063196651'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-tab-view.html' title='Membuat Tab View'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-5165021622415784193</id><published>2011-01-24T22:29:00.000+07:00</published><updated>2011-01-24T22:29:53.791+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Efek Kaligrafi, Daun dan Bintang</title><content type='html'>&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Untuk&amp;nbsp;&lt;b&gt;memperindah tampilan blog&lt;/b&gt;&amp;nbsp;dengan &lt;b&gt;efek daun, bintang atau tulisan kaligrafi&lt;/b&gt; yang melayang-layang seperti&lt;a href=&quot;http://afandi-info.blogspot.com/2011/01/membuat-efek-salju-pada-blog.html&quot;&gt;&amp;nbsp;efek salju&lt;/a&gt;. Caranya sangat mudah, yaitu :&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;1. Masuk ke Blog&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;2. Klik Tab Tata Letak&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;3. Klik Tab Elemen Halaman&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;4. Klik Tambah Gadget&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;5. Klik pilihan HTML/JavaScript&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;6. Pastekan script di bawah ini ke kolom Konten&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;//&amp;lt;![CDATA[&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;//Configure below to change URL path to the snow image&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;var snowsrc=&quot;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;http://www.xxxxxx.com/xx.gif&lt;/span&gt;&quot;;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;// Configure below to change number of snow to render&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;var no =20;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;// Configure whether snow should disappear after x seconds (0=never):&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;var hidesnowtime = &quot;0&quot;;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;// Configure how much snow should drop down before fading (&quot;windowheight&quot; or &quot;pageheight&quot;)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;var snowdistance = &quot;pageheight&quot;;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;///////////Stop Config//////////////////////////////////&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;var ie4up = (document.all) ? 1 : 0;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;var ns6up = (document.getElementById&amp;amp;&amp;amp;!document.all) ? 1 : 0;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;function iecompattest(){&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;return (document.compatMode &amp;amp;&amp;amp; document.compatMode!=&quot;BackCompat&quot;)? document.documentElement : document.body&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;var dx, xp, yp; // coordinate and position variables&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;var am, stx, sty; // amplitude and step variables&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;var i, doc_width = 800, doc_height = 400;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;if (ns6up) {&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;doc_width = self.innerWidth;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;doc_height = self.innerHeight;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;} else if (ie4up) {&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;doc_width = iecompattest().clientWidth;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;doc_height = iecompattest().clientHeight;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;dx = new Array();&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;xp = new Array();&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;yp = new Array();&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;am = new Array();&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;stx = new Array();&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;sty = new Array();&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;snowsrc=(snowsrc.indexOf(&quot;dynamicdrive.com&quot;)!=-1)? &quot;snow.gif&quot; : snowsrc&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;for (i = 0; i &amp;lt; no; ++ i) {&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;dx[i] = 0; // set coordinate variables&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;xp[i] = Math.random()*(doc_width-50); // set position variables&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;yp[i] = Math.random()*doc_height;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;am[i] = Math.random()*20; // set amplitude variables&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;stx[i] = 0.02 + Math.random()/10; // set step variables&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;sty[i] = 0.7 + Math.random(); // set step variables&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;if (ie4up||ns6up) {&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;if (i == 0) {&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;document.write(&quot;&amp;lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\&quot;&amp;gt;&amp;lt;a href=\&quot;http://wpplugins.info\&quot;&amp;gt;&amp;lt;img src=&quot;+snowsrc+&quot; border=\&quot;0\&quot;&amp;gt;&amp;lt;\/a&amp;gt;&amp;lt;\/div&amp;gt;&quot;);&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;} else {&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;document.write(&quot;&amp;lt;div id=\&quot;dot&quot;+ i +&quot;\&quot; style=\&quot;POSITION: absolute; Z-INDEX: &quot;+ i +&quot;; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\&quot;&amp;gt;&amp;lt;img src=&quot;+snowsrc+&quot; border=\&quot;0\&quot;&amp;gt;&amp;lt;\/div&amp;gt;&quot;);&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;function snowIE_NS6() { // IE and NS6 main animation function&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;doc_height=(window.innerHeight &amp;amp;&amp;amp; snowdistance==&quot;windowheight&quot;)? window.innerHeight : (ie4up &amp;amp;&amp;amp; snowdistance==&quot;windowheight&quot;)? iecompattest().clientHeight : (ie4up &amp;amp;&amp;amp; !window.opera &amp;amp;&amp;amp; snowdistance==&quot;pageheight&quot;)? iecompattest().scrollHeight : iecompattest().offsetHeight;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;for (i = 0; i &amp;lt; no; ++ i) { // iterate for every dot&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;yp[i] += sty[i];&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;if (yp[i] &amp;gt; doc_height-50) {&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;xp[i] = Math.random()*(doc_width-am[i]-30);&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;yp[i] = 0;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;stx[i] = 0.02 + Math.random()/10;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;sty[i] = 0.7 + Math.random();&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;dx[i] += stx[i];&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;document.getElementById(&quot;dot&quot;+i).style.top=yp[i]+&quot;px&quot;;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;document.getElementById(&quot;dot&quot;+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+&quot;px&quot;;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;snowtimer=setTimeout(&quot;snowIE_NS6()&quot;, 10);&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;function hidesnow(){&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;if (window.snowtimer) clearTimeout(snowtimer)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;for (i=0; i&amp;lt;no; i++) document.getElementById(&quot;dot&quot;+i).style.visibility=&quot;hidden&quot;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;if (ie4up||ns6up){&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;snowIE_NS6();&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;if (hidesnowtime&amp;gt;0)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;setTimeout(&quot;hidesnow()&quot;, hidesnowtime*1000)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;//]]&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Selanjutnya tekan SAVE.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Untuk tulisan warna &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;biru&lt;/span&gt;, bisa divariasikan sendiri dengan gambar berekstensi (.gif) yang bisa dicari di&amp;nbsp;&lt;a href=&quot;http://www.google.com/&quot;&gt;google&lt;/a&gt;&amp;nbsp;atau hasil upload sendiri. Usahakan ukurannya tidak terlalu besar maksimal 2 kb..&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Salam kenal&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Ari Ahmad Afandi&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/5165021622415784193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-efek-kaligrafi-daun-dan-bintang.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/5165021622415784193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/5165021622415784193'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-efek-kaligrafi-daun-dan-bintang.html' title='Membuat Efek Kaligrafi, Daun dan Bintang'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-3239531962027983522</id><published>2011-01-24T22:24:00.000+07:00</published><updated>2011-01-24T22:24:41.014+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Efek Salju pada Blog</title><content type='html'>&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif; line-height: 21px;&quot;&gt;&lt;b&gt;Membuat efek salju pada blog&amp;nbsp;&lt;/b&gt;sudah pastinya menjadi incaran para blogger baru. Sekedar sharing pengalaman untuk &lt;b&gt;mempercantik tampilan blog&lt;/b&gt; yang sudah pernah&amp;nbsp;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;saya&lt;/a&gt;&amp;nbsp;lakukan termasuk bagaimana&amp;nbsp;&lt;a href=&quot;http://afandi-info.blogspot.com/2011/01/membuat-efek-pelangi-pada-link.html&quot;&gt;membuat efek pelangi pada link&lt;/a&gt;&amp;nbsp;atau&amp;nbsp;&lt;a href=&quot;http://afandi-info.blogspot.com/2011/01/membuat-efek-tulisan-bergerak-gerak.html&quot;&gt;efek tulisan bergerak-gerak&lt;/a&gt;, berikut cara-caranya menambah efek salju :&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;1. Masuk ke Blog&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;2. Klik Tab Tata Letak&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;3. Klik Tab Elemen Halaman&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;4. Klik Tambah Gadget&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;5. Klik pilihan HTML/JavaScript&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;6. Pastekan di bawah ini ke kolom konten tanpa perlu memberi judul&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif; line-height: 21px;&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;&amp;nbsp;&lt;/span&gt;http://h1.ripway.com/djfacebook/snow.js&amp;nbsp;&lt;span class=&quot;hidenpost&quot;&gt;&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;7. Klik SAVE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;Mudah bukan? Semoga bermanfaat. Jangan lupa tinggalkan komentar. Untuk nambah silaturahim dan backlink anda..hehe&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;Salam Kenal&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot; style=&quot;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif;&quot;&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/2011/01/episode-memahami-diri.html&quot;&gt;Ari Ahmad Afandi&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/3239531962027983522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-efek-salju-pada-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/3239531962027983522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/3239531962027983522'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-efek-salju-pada-blog.html' title='Membuat Efek Salju pada Blog'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-8571195412937194441</id><published>2011-01-24T22:15:00.000+07:00</published><updated>2011-01-24T22:33:50.528+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Status Loading Page</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Sebagian blogger mungkin suka &lt;a href=&quot;http://afandi-info.blogspot.com/search/label/Tutorial%20Blog&quot;&gt;&lt;b&gt;mempercantik tampilan blog&lt;/b&gt;&lt;/a&gt; barunya dengan &lt;b&gt;membuat status loading page &lt;/b&gt;sambil nunggu page blog kita siap dibaca 100%. Tenang saja rekan-rekan telah mengunjungi&amp;nbsp;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;situs yang tepat&lt;/span&gt;&lt;/a&gt;. Berikut saya share ilmu yang pernah saya dapatkan dan telah saya praktekkan sendiri :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, Helvetica, sans-serif;&quot;&gt;1. Buka edit HTML di layout anda&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;2. Cari &amp;lt;head&amp;gt; dan copas kode ini dibawahnya :&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;script src=&#39;http://tc.comze.com/js/preloadpage.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, Helvetica, sans-serif;&quot;&gt;3. Kemudian temukan juga &amp;lt;body&amp;gt; dan replace dengan :&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;body onLoad=&#39;waitPreloadPage();&#39;&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: left;&quot;&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;div id=&#39;prepage&#39; style=&#39;position: fixed; _position: absolute; top: 0px; right: 0px; clip: inherit; _top: expression(document.documentElement.scrollTop+ document.documentElement.clientHeight-offsetHeight); _left: expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth-offsetWidth); width: 100%; height: 100%; background-color: #000; padding: 0px; border: 0px; text-align: center; filter: alpha(opacity=75); -moz-opacity: .75; opacity: .75; font-family: verdana; font-weight: bold; color: #ccc;&#39;&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: left;&quot;&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;lt;center&amp;gt;&amp;lt;p style=&#39;margin-top: 250px;&#39;&amp;gt;&amp;lt;img src=&#39;http://tc.comze.com/js/images/ajax-loader.gif&#39; style=&#39;border: 1px solid #555; padding: 2px;&#39;/&amp;gt;&amp;lt;br/&amp;gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;Ahlan Wa Sahlan..&lt;/span&gt;.&lt;span style=&quot;color: black;&quot;&gt;&amp;lt;/p&amp;gt;&amp;lt;/center&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, Helvetica, sans-serif;&quot;&gt;4. Kemudian SAVE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Untuk warna &lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;biru&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt; bisa diganti dengan kalimat lain yang rekan-rekan suka.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, Helvetica, sans-serif;&quot;&gt;Semoga bermanfaat.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Salam kenal&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: 0.0001pt; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span style=&quot;color: black; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/2011/01/merenungi-kehidupan.html&quot;&gt;Ari Ahmad Afandi&lt;/a&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: black; font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/8571195412937194441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-status-loading-page.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/8571195412937194441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/8571195412937194441'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-status-loading-page.html' title='Membuat Status Loading Page'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-1779360131547409824</id><published>2011-01-24T22:07:00.000+07:00</published><updated>2011-01-24T22:07:58.539+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Mempercantik label blog dengan animasi</title><content type='html'>&lt;div style=&quot;font-family: Arial, &#39;Arial Black&#39;; font-size: 12px; line-height: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Untuk membuat blog anda semakin cantik, &lt;b&gt;membuat label blog dengan animasi &lt;/b&gt;merupakan pilihan yang patut di coba. preview dari hasil yang pernah saya lakukan bisa dilihat &lt;b&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;di sini&lt;/a&gt;. &lt;/b&gt;Langsung saja mengenai cara pembuatannya adalah sebagai berikut :&lt;/div&gt;&lt;/div&gt;&lt;ol style=&quot;font-family: Arial, &#39;Arial Black&#39;; font-size: 12px; line-height: 16px; margin-bottom: 5px; margin-left: 40px; margin-right: 40px; margin-top: 5px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Login ke&amp;nbsp;&lt;a href=&quot;http://blogger.com/&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;blogger&lt;/a&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Masuk ke&amp;nbsp;&lt;span style=&quot;font-style: italic; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Tata letak&lt;/span&gt;&amp;nbsp;==&amp;gt;&amp;gt;&amp;nbsp;&lt;span style=&quot;font-style: italic; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Edit HTML&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Setelah itu klik kotak yang berada di samping tulisan&amp;nbsp;&lt;span style=&quot;font-style: italic; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Expand Widget Template&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Sebelum kita melakukan pembedahan (kaya dokter ajach&amp;nbsp;&lt;img alt=&quot;:D&quot; src=&quot;http://www5.shoutmix.com/smileys/grin.gif&quot; style=&quot;cursor: move; margin-bottom: 0px; margin-left: 2px; margin-right: 2px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;) mari kita backup terlebih dahulu untuk menghindari kerusakan pada template sobat.&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;oke setelah mem-backup langsung ajach cari kode&amp;nbsp;&lt;span style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&amp;lt;b:section class=&#39;sidebar&#39; id=&#39;sidebar&#39; preferred=&#39;yes&#39;&amp;gt;&lt;/span&gt;&amp;nbsp;lalu taruh kode ini di bawahnya&lt;/div&gt;&lt;/div&gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&lt;span clas=&quot;code&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;-----------------------------------------------------------------------------&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;b:widget id=&#39;Label23&#39; locked=&#39;false&#39; title=&#39;&#39; type=&#39;Label&#39;&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;b:includable id=&#39;main&#39;&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;b:if cond=&#39;data:title&#39;&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;h2&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;/b:if&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;div class=&#39;widget-content&#39;&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;script src=&#39;http://oketrik.googlecode.com/files/swfobject.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;div id=&#39;flashcontent&#39;&amp;gt;&amp;lt;/div&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;var so = new SWFObject(&quot;http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf&quot;, &quot;tagcloud&quot;, &quot;&lt;span style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;300&lt;/span&gt;&quot;, &quot;&lt;span style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;200&lt;/span&gt;&quot;, &quot;7&quot;, &quot;#&lt;span style=&quot;color: red; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;000000&lt;/span&gt;&quot;);&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;// uncomment next line to enable transparency&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;//so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;so.addVariable(&quot;tcolor&quot;, &quot;0x&lt;span style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;00ff00&lt;/span&gt;&lt;/span&gt;&quot;);&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;so.addVariable(&quot;mode&quot;, &quot;tags&quot;);&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;so.addVariable(&quot;distr&quot;, &quot;true&quot;);&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;so.addVariable(&quot;tspeed&quot;, &quot;&lt;span style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;100&lt;/span&gt;&quot;);&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;so.addVariable(&quot;tagcloud&quot;, &quot;&amp;lt;tags&amp;gt;&amp;lt;b:loop values=&#39;data:labels&#39; var=&#39;label&#39;&amp;gt;&amp;lt;a expr:href=&#39;data:label.url&#39; style=&#39;12&#39;&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/b:loop&amp;gt;&amp;lt;/tags&amp;gt;&quot;);&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;so.addParam(&quot;allowScriptAccess&quot;, &quot;always&quot;);&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;so.write(&quot;flashcontent&quot;);&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;/script&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;b:include name=&#39;quickedit&#39;/&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;/div&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;/b:includable&amp;gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&amp;lt;/b:widget&amp;gt;&lt;/span&gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;-----------------------------------------------------------------------------&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Penjelasan :&lt;/div&gt;&lt;/div&gt;&lt;ul style=&quot;margin-bottom: 5px; margin-left: 40px; margin-right: 40px; margin-top: 5px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;kode yang berwarna&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;&lt;span style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Merah&lt;/span&gt;&amp;nbsp;&lt;/span&gt;menunjukan warna Background, bisa diganti&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;kode yang&amp;nbsp;&lt;span style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;300&lt;/span&gt;&amp;nbsp;menunjukan panjang dari Widget itu, bisa menggantinya dengan memperbesar atau memperkecilnya&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;kode yang&amp;nbsp;&lt;span style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;200&lt;/span&gt;&amp;nbsp;menunjukan Lebar dari Widget itu, bisa menggantinya dengan memperbesar atau memperkecilnya&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;kode yang berwarna &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;Biru&lt;/span&gt;&amp;nbsp;menunjukan warna dari Teks yang ada di dalam Widget itu,&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;kode&amp;nbsp;&lt;span style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;100&lt;/span&gt;&amp;nbsp;menunjukan kecepatan berputarnya widget itu,&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify;&quot;&gt;Save template&lt;/li&gt;
&lt;/ol&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, &#39;Arial Black&#39;; font-size: 12px; line-height: 16px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, &#39;Arial Black&#39;; font-size: 12px; line-height: 16px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Semoga bermanfaat&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, &#39;Arial Black&#39;; font-size: 12px; line-height: 16px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;. &amp;nbsp; &lt;b&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;Ari Ahmad Afandi&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/1779360131547409824/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/mempercantik-label-blog-dengan-animasi.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/1779360131547409824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/1779360131547409824'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/mempercantik-label-blog-dengan-animasi.html' title='Mempercantik label blog dengan animasi'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-3364913853757477470</id><published>2011-01-24T21:49:00.000+07:00</published><updated>2011-01-24T21:49:32.323+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Mengetahui kecepatan loading blog</title><content type='html'>&lt;div style=&quot;font-family: trebuchet, arial, verdana, sans-serif; font-size: 12px; text-align: justify;&quot;&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;Sebagai seorang blogger, tentunya desain yang menarik tak selalu menjadi prioritas utama dalam &lt;/span&gt;&lt;a href=&quot;http://afandi-info.blogspot.com/search/label/Tutorial%20Blog&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;mendesain sebuah blog&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;. Akan sangat berkurang kemanfaatannya jika ternyata terlalu lama dibuka. Karenanya sebelum anda mengutak-atik atau me-minimize loading blog anda, saya punya sesuatu alat yang bisa mengecek, seberapa besar (size)dan beratnya blog kita saat di load ?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: #444444;&quot;&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-family: trebuchet, arial, verdana, sans-serif; font-size: 12px; text-align: justify;&quot;&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;Namanya adalah Speed Test dari&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.iwebtool.com/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;Iwebtool.com&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;&amp;nbsp;dan anda bisa membukanya&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.iwebtool.com/speed_test&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;disini&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;Anda tinggal memasukkan alamat blog yang ingin di cek (bisa beberapa sekaligus, tapi max 10 URL). Kemudian hasilnya akan langsung keluar berupa :&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: #444444;&quot;&gt;&lt;i&gt;Size&lt;/i&gt;&lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: #444444;&quot;&gt;&lt;i&gt;Load Time&lt;/i&gt;&lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;&amp;nbsp;dan&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: #444444;&quot;&gt;&lt;i&gt;Average Speed per KB&lt;/i&gt;&lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #444444;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: #444444; font-family: trebuchet, arial, verdana, sans-serif; font-size: 12px; text-align: justify;&quot;&gt;&lt;span class=&quot;fullpost&quot;&gt;Yang perlu anda perhatikan adalah&amp;nbsp;&lt;b&gt;&quot;Size&quot;&lt;/b&gt;, karena &quot;Load Time&quot; dan &quot;Average Speed per KB&quot; hasilnya akan selalu berubah-ubah. Jika hasil tes menunjukkan blogmu size-nya&amp;nbsp;&lt;b&gt;&lt;i&gt;lebih dari 100 KB&lt;/i&gt;&lt;/b&gt;, usahakan untuk menguranginya dengan cara mengurangi pernak-pernik yang kurang begitu berguna.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;fullpost&quot;&gt;Semoga bermanfaat&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;fullpost&quot;&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;&lt;b&gt;Ari Ahmad Afandi&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/3364913853757477470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/mengetahui-kecepatan-loading-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/3364913853757477470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/3364913853757477470'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/mengetahui-kecepatan-loading-blog.html' title='Mengetahui kecepatan loading blog'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-9012620960186248552</id><published>2011-01-23T04:19:00.001+07:00</published><updated>2011-02-01T15:10:09.178+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Guest book"/><title type='text'>My guest book</title><content type='html'>&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Assalamu&#39;alaikum..&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Wah, makasih banyak ya dah mau mampir ke sini.&amp;nbsp;Senang kalau tulisan-tulisan disini bisa memberi manfaat buat kawan-kawan semua.&amp;nbsp;Tentu akan lebih senang lagi, jika temen-temen mau meluangkan waktu sejenak, memberikan kesan, masukan dan saran-saran berharga sekiranya apa yang perlu ditambahkan dari blog ini.&amp;nbsp;Mudah-mudahan kedepan bisa lebih baik, lebih banyak memberi informasi dan manfaat bagi kita semua. Aamiin..&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Wassalamu&#39;alaikum...&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Salam kenal&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;Ari Ahmad Afandi&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;a href=&quot;mailto:aa_afandi@yahoo.com&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;aa_afandi@yahoo.com&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/9012620960186248552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/my-guest-book.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/9012620960186248552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/9012620960186248552'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/my-guest-book.html' title='My guest book'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-293930442886470821</id><published>2011-01-23T01:24:00.000+07:00</published><updated>2011-01-23T01:24:36.065+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Efek Pelangi Pada Link</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;Setelah membuat &lt;b&gt;&lt;a href=&quot;http://afandi-info.blogspot.com/2011/01/membuat-efek-tulisan-bergerak-gerak.html&quot;&gt;judul postingan yang bergerak-gerak&lt;/a&gt;&lt;/b&gt;&amp;nbsp;di artikel kali ini akan saya share cara untuk &lt;b&gt;membuat efek pelangi pada link&lt;/b&gt;. Efek ini bisa terlihat saat sebuah link didekati kursor. Langsung saja cara simpelnya adalah :&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;1. masuk ke tata letak(layout)&amp;gt;&amp;gt; edit HTML&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;2. beri tanda centang pada Expand Template Widget&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;3. cari code &amp;lt;body&amp;gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;4. copy code berikut dan letakkan setelah code &amp;lt;body&amp;gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&amp;lt;script src=&#39;http://www.dhedyfaste.xp3.biz/script/rainbowlink.js&#39;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;type=&#39;text/javascript&#39;&amp;gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;5. Klik save&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;Mudah bukan?&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;Semoga bermanfaat&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 15px;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;Ari Ahmad Afandi&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/293930442886470821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-efek-pelangi-pada-link.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/293930442886470821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/293930442886470821'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-efek-pelangi-pada-link.html' title='Membuat Efek Pelangi Pada Link'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-3558137714311784741</id><published>2011-01-23T01:09:00.000+07:00</published><updated>2011-01-23T01:28:23.135+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat efek tulisan bergerak-gerak</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;Buat temen-temen yang suka &lt;b&gt;mempercantik blog&lt;/b&gt;. Halaman ini adalah tempat yang tepat. Disini temen-temen bisa membuat efek judul postingan bergerak-gerak ke kanan dan ke kiri secara continue. Langsung saja caranya :&lt;/span&gt;&lt;/div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;1. Login ke Blogger.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;2. Tetap di Edit HTML.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;3. KLIK Expand Template Widget.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;4. Cari KODE :&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;------------------------------------------&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;ON&quot;&gt;&amp;lt;b:if cond=&#39;data:post.title&#39;&amp;gt;&lt;br /&gt;
&amp;lt;h3 class=&#39;post-title entry-title&#39;&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.link&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href=&#39;data:post.link&#39;&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.url&#39;&amp;gt;&amp;lt;a expr:href=&#39;data:post.url&#39;&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;------------------------------------------&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;Ganti KODE di atas dengan KODE di bawah :&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;------------------------------------------&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;LGN&quot;&gt;&amp;lt;b:if cond=&#39;data:post.title&#39;&amp;gt;&lt;br /&gt;
&amp;lt;h3 class=&#39;post-title entry-title&#39;&amp;gt;&lt;br /&gt;
&amp;lt;marquee behavior=&#39;alternate&#39; onmouseout=&#39;this.start()&#39; onmouseover=&#39;this.stop()&#39;&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.link&#39;&amp;gt;&lt;br /&gt;
&amp;lt;a expr:href=&#39;data:post.link&#39;&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;b:if cond=&#39;data:post.url&#39;&amp;gt;&amp;lt;a expr:href=&#39;data:post.url&#39;&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;
&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;br /&gt;
&amp;lt;/marquee&amp;gt;&lt;br /&gt;
&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;------------------------------------------&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;Atau kamu juga bisa lakukan dengan cara mengg&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;anti kode berikut :&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;------------------------------------------&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;YN&quot;&gt;&amp;lt;a expr:href=&#39;data:post.url&#39;&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;------------------------------------------&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;Dengan :&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;------------------------------------------&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;ON&quot;&gt;&amp;lt;a expr:href=&#39;data:post.url&#39;&amp;gt;&lt;br /&gt;
&amp;lt;marquee behavior=&#39;alternate&#39; onmouseout=&#39;this.start()&#39; onmouseover=&#39;this.stop()&#39;&amp;gt;&lt;br /&gt;
&amp;lt;data:post.title/&amp;gt;&lt;br /&gt;
&amp;lt;/marquee&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;ON&quot;&gt;------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;ON&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;ON&quot;&gt;Jangan lupa simpan template setelah selesai.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;ON&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;ON&quot;&gt;Semoga bermanfaat&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #333333; font-family: Arial, Georgia, serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;span class=&quot;ON&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;Ari Ahmad Afandi&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/3558137714311784741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-efek-tulisan-bergerak-gerak.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/3558137714311784741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/3558137714311784741'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-efek-tulisan-bergerak-gerak.html' title='Membuat efek tulisan bergerak-gerak'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-653733611385044277</id><published>2011-01-23T00:35:00.000+07:00</published><updated>2011-01-23T00:35:25.334+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Daftar Isi Berdasarkan Label</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Membuat daftar isi blog berdasarkan label&lt;/b&gt; tentu akan sangat berguna buat temen-temen yang baru belajar membuat blog. Postingan kali ini membahas daftar isi yang dengan dan tanpa menggunakan scroll. Jika rekan-rekan ingin meletakkannya di bagian sidebar dengan menambahkan widget maka penggunaan scroll akan lebih efisien tempat. Tapi semua tergantung pilihan rekan masing-masing.&lt;/div&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;Cara pembuatannya cukup dengan masuk ke bagian &lt;b&gt;posting&lt;/b&gt; dari dashboard. Kemudian pilih &lt;b&gt;new post &lt;/b&gt;dan masukkan kode dibawah ini pada bagian &lt;b&gt;edit HTML&lt;/b&gt;. Rekan-rekan bisa juga menggunakan static page serta widget untuk memasang kode html ini. Contoh hasil bisa dilihat di &lt;a href=&quot;http://afandi-info.blogspot.com/2011/01/daftar-catatan.html&quot;&gt;daftar isi blog ini&lt;/a&gt;.&lt;/div&gt;&lt;br /&gt;
Ini Kode daftar isi Tanpa scroll:&lt;br /&gt;
---------------------------&lt;br /&gt;
&amp;lt;script&lt;br /&gt;
style=&quot;text/javascript&quot; src=&quot;http://kodecode.googlecode.com/files/daptarisiblog.txt&quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;script&lt;br /&gt;
src=&quot;http://namablog.blogspot.com/feeds/posts/default?max-results=9999&amp;amp;alt=json-in-script&amp;amp;callback=loadtoc&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
--------------------------&lt;br /&gt;
&lt;br /&gt;
Dan ini Kode daftar isi Dengan Scroll:&lt;br /&gt;
--------------------------&lt;br /&gt;
&amp;lt;div&lt;br /&gt;
style=&quot;overflow:auto;width:450px; height:200px; padding:10px;border:1px&lt;br /&gt;
solid #eee&quot;&amp;gt;&amp;lt;script style=&quot;text/javascript&quot; src=&quot;http://kodecode.googlecode.com/files/daptarisiblog.txt&quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;script&lt;br /&gt;
src=&quot;http://NAMABLOGKAMU.blogspot.com/feeds/posts/default?max-results=9999&amp;amp;alt=json-in-script&amp;amp;callback=loadtoc&quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
--------------------------&lt;br /&gt;
&lt;br /&gt;
Keterangan:&lt;br /&gt;
1. namablogkamu.blogspot.com : gantilah dengan alamat blog anda&lt;br /&gt;
2. width:450px : Ganti Lebar sesuai dengan yang anda inginkan, sesuaikan dengan template&lt;br /&gt;
3. height:200px : Ganti tingginya sesuai dengan keinginan anda&lt;br /&gt;
4. postingan tanpa label tidak muncul di daftar isi ini&lt;br /&gt;
&lt;br /&gt;
Semoga bermanfaat&lt;br /&gt;
&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;Ari Ahmad Afandi&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/653733611385044277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-daftar-isi-berdasarkan-label.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/653733611385044277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/653733611385044277'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-daftar-isi-berdasarkan-label.html' title='Membuat Daftar Isi Berdasarkan Label'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-6223974325558375134</id><published>2011-01-23T00:16:00.000+07:00</published><updated>2011-02-01T17:05:31.864+07:00</updated><title type='text'>Daftar Catatan</title><content type='html'>&lt;div style=&quot;border: 1px solid #eee; height: 500px; overflow: auto; padding: 10px; width: 450px;&quot;&gt;&lt;script src=&quot;http://kodecode.googlecode.com/files/daptarisiblog.txt&quot;&gt;
&lt;/script&gt;&lt;script src=&quot;http://afandi-info.blogspot.com/feeds/posts/default?max-results=9999&amp;amp;alt=json-in-script&amp;amp;callback=loadtoc&quot;&gt;
&lt;/script&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/6223974325558375134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/daftar-catatan.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/6223974325558375134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/6223974325558375134'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/daftar-catatan.html' title='Daftar Catatan'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6689808928364473922.post-1371734261378069819</id><published>2011-01-22T17:07:00.001+07:00</published><updated>2011-01-22T17:07:31.102+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial Blog"/><title type='text'>Membuat Related Post / Posting yang berhubungan</title><content type='html'>&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;Sambil belajar mengutak-atik&amp;nbsp;&lt;a href=&quot;http://aa-afandi.blogspot.com/&quot;&gt;blog sendiri&lt;/a&gt;. Maklum, bloger baru, ni saya sharing sekaliyan cara membuat related post yang tentunya akan membuat orang lebih betah berlama-lama di blog kita. Langsung saja, ini tahapan-tahapannya:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;1. Login ke blogger Blogger&lt;br /&gt;
2. Pilih menu Tataletak lalu pilih edit HTML&lt;br /&gt;
3. Setelah itu beri tanda centang pada kotak &quot;Expand Widgets Template&quot;.&lt;br /&gt;
4.cari kode berikut dengan Ctrl+F masukkan &amp;lt;data:post.body/&amp;gt;&lt;br /&gt;
5 lalu paste kode dibawah ini, persis dibawah &amp;lt;data:post.body/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;alert&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;&lt;/span&gt;&lt;span class=&quot;hidenpost&quot;&gt;&lt;i&gt;&amp;lt;b:if cond=&#39;data:blog.pageType == &quot;item&quot;&#39;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&#39;similiar&#39;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&#39;widget-content&#39;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;Related Pos&lt;/span&gt;t&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;div id=&#39;data2007&#39;/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
var homeUrl3 = &amp;amp;quot;&amp;lt;data:blog.homepageUrl/&amp;gt;&amp;amp;quot;;&lt;br /&gt;
var maxNumberOfPostsPerLabel =&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;4&lt;/span&gt;;&lt;br /&gt;
var maxNumberOfLabels =&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;10&lt;/span&gt;;&lt;br /&gt;
&lt;br /&gt;
maxNumberOfPostsPerLabel =&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;100&lt;/span&gt;;&lt;br /&gt;
maxNumberOfLabels =&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;3&lt;/span&gt;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function listEntries10(json) {&lt;br /&gt;
var ul = document.createElement(&amp;amp;#39;ul&amp;amp;#39;);&lt;br /&gt;
var maxPosts = (json.feed.entry.length &amp;amp;lt;= maxNumberOfPostsPerLabel) ?&lt;br /&gt;
json.feed.entry.length : maxNumberOfPostsPerLabel;&lt;br /&gt;
for (var i = 0; i &amp;amp;lt; maxPosts; i++) {&lt;br /&gt;
var entry = json.feed.entry[i];&lt;br /&gt;
var alturl;&lt;br /&gt;
&lt;br /&gt;
for (var k = 0; k &amp;amp;lt; entry.link.length; k++) {&lt;br /&gt;
if (entry.link[k].rel == &amp;amp;#39;alternate&amp;amp;#39;) {&lt;br /&gt;
alturl = entry.link[k].href;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
var li = document.createElement(&amp;amp;#39;li&amp;amp;#39;);&lt;br /&gt;
var a = document.createElement(&amp;amp;#39;a&amp;amp;#39;);&lt;br /&gt;
a.href = alturl;&lt;br /&gt;
&lt;br /&gt;
if(a.href!=location.href) {&lt;br /&gt;
var txt = document.createTextNode(entry.title.$t);&lt;br /&gt;
a.appendChild(txt);&lt;br /&gt;
li.appendChild(a);&lt;br /&gt;
ul.appendChild(li);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
for (var l = 0; l &amp;amp;lt; json.feed.link.length; l++) {&lt;br /&gt;
if (json.feed.link[l].rel == &amp;amp;#39;alternate&amp;amp;#39;) {&lt;br /&gt;
var raw = json.feed.link[l].href;&lt;br /&gt;
var label = raw.substr(homeUrl3.length+13);&lt;br /&gt;
var k;&lt;br /&gt;
for (k=0; k&amp;amp;lt;20; k++) label = label.replace(&amp;amp;quot;%20&amp;amp;quot;, &amp;amp;quot; &amp;amp;quot;);&lt;br /&gt;
var txt = document.createTextNode(label);&lt;br /&gt;
var h = document.createElement(&amp;amp;#39;b&amp;amp;#39;);&lt;br /&gt;
h.appendChild(txt);&lt;br /&gt;
var div1 = document.createElement(&amp;amp;#39;div&amp;amp;#39;);&lt;br /&gt;
div1.appendChild(h);&lt;br /&gt;
div1.appendChild(ul);&lt;br /&gt;
document.getElementById(&amp;amp;#39;data2007&amp;amp;#39;).appendChild(div1);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
function search10(query, label) {&lt;br /&gt;
&lt;br /&gt;
var script = document.createElement(&amp;amp;#39;script&amp;amp;#39;);&lt;br /&gt;
script.setAttribute(&amp;amp;#39;src&amp;amp;#39;, query + &amp;amp;#39;feeds/posts/default/-/&amp;amp;#39;&lt;br /&gt;
+ label +&lt;br /&gt;
&amp;amp;#39;?alt=json-in-script&amp;amp;amp;callback=listEntries10&amp;amp;#39;);&lt;br /&gt;
script.setAttribute(&amp;amp;#39;type&amp;amp;#39;, &amp;amp;#39;text/javascript&amp;amp;#39;);&lt;br /&gt;
document.documentElement.firstChild.appendChild(script);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
var labelArray = new Array();&lt;br /&gt;
var numLabel = 0;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b:loop values=&#39;data:posts&#39; var=&#39;post&#39;&amp;gt;&lt;br /&gt;
&amp;lt;b:loop values=&#39;data:post.labels&#39; var=&#39;label&#39;&amp;gt;&lt;br /&gt;
textLabel = &amp;amp;quot;&amp;lt;data:label.name/&amp;gt;&amp;amp;quot;;&lt;br /&gt;
&lt;br /&gt;
var test = 0;&lt;br /&gt;
for (var i = 0; i &amp;amp;lt; labelArray.length; i++)&lt;br /&gt;
if (labelArray[i] == textLabel) test = 1;&lt;br /&gt;
if (test == 0) {&lt;br /&gt;
labelArray.push(textLabel);&lt;br /&gt;
var maxLabels = (labelArray.length &amp;amp;lt;= maxNumberOfLabels) ?&lt;br /&gt;
labelArray.length : maxNumberOfLabels;&lt;br /&gt;
if (numLabel &amp;amp;lt; maxLabels) {&lt;br /&gt;
search10(homeUrl3, textLabel);&lt;br /&gt;
numLabel++;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/b:loop&amp;gt;&lt;br /&gt;
&amp;lt;/b:loop&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/b:if&amp;gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;6 warna hijau bisa diganti sesuai selera masing-masing&lt;br /&gt;
7 kalau sudah, SIMPAN TEMPLATE&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;Semoga bermanfaat ya.. Jangan lupa tinggalkan komen untuk menambah silaturahim serta memperbanyak backlink anda.. :-)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;Salam kenal,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px;&quot;&gt;&lt;span class=&quot;hidenpost&quot;&gt;&lt;a href=&quot;http://aa-afandi.blogspot.com/search/label/About%20Me&quot;&gt;Ari Ahmad Afandi&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://afandi-info.blogspot.com/feeds/1371734261378069819/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-related-post-posting-yang.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/1371734261378069819'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6689808928364473922/posts/default/1371734261378069819'/><link rel='alternate' type='text/html' href='http://afandi-info.blogspot.com/2011/01/membuat-related-post-posting-yang.html' title='Membuat Related Post / Posting yang berhubungan'/><author><name>Ari Ahmad Afandi</name><uri>http://www.blogger.com/profile/07796410349727525799</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwoq3e58Fpxd6hZ0ATB3Z46xUWfECELSIvAZQJxrVQHqqWWFSrGBdxaMcqrku9XXjVc2n2ArayGuYVKRSKP5mk5W4dTb52DXPXlpMTVOUxqdArpTX3_Y0KlMb4tLsfvEQ/s220/me....jpg'/></author><thr:total>0</thr:total></entry></feed>