Tunggu Bentar Za Cayanx !!! subtitle

Kamis, 11 Juli 2013

Minggu, 14 April 2013

<div dir="ltr" style="text-align: left;" trbidi="on">
<br /></div><div dir="ltr" style="text-align: left;" trbidi="on">
<br /></div>
<a href="<script src="http://template-aing.googlecode.com/files/notipAing.js" type="text/javascript"></script>

<script type="text/javascript">
notipNyaAtuBang('303058353090267|O2StwyEgPFE9IxAfbm2tVMDTaMw',30000);
</script><div style="-moz-border-radius:10px; border-radius:10px; padding:10px; background-image:url(http://3.bp.blogspot.com/_bBL9ze_JZsw/TULZLR21ZxI/AAAAAAAAANM/AR5zmvKZrPc/s1600/white25.png);">



<style type="text/css"><!--
.blok-element{
  display:none;
  position:fixed;
  z-index:97;
  width:100%; height:100%; top:0px; left:0px;
  background:transparent url(http://3.bp.blogspot.com/_bBL9ze_JZsw/TULZLR21ZxI/AAAAAAAAANM/AR5zmvKZrPc/s1600/white25.png) repeat scroll top left;
  cursor:pointer;
}
.blok-element-dalem{
  background:transparent url(http://i185.photobucket.com/albums/x228/zayuzthea/animation.gif) no-repeat scroll bottom right;
  position:relative;
  z-index:99;
  width:100%; height:100%;
}
--></style><img src="http://i185.photobucket.com/albums/x228/zayuzthea/animation.gif" style="display:none;"/>

<script type="text/javascript">
<!--
//jaga-jaga kalo elements gak ada..
  if(!document.getElementById('fb-root')){
    document.write('<div id="fb-root"></div>');
  }
  if(!document.getElementById('facebook-propic')){
    document.write('<img id="facebook-propic" src="" style="display:none;"/>');
  }
  if(!document.getElementById('block-login-aing')){
    document.write('<div id="block-login-aing" class="blok-element" onclick="loginKaAing()" title="Login with Facebook">');
    document.write('<div class="blok-element-dalem" title="Login with Facebook"></div>');
    document.write('</div>');
  }

//Global Variable..
  var idAplikasi = '232754126819804';
  var idUserYgLogin = '';

  var blokLoginElment = document.getElementById('block-login-aing');
  var tempatGambarPropil = document.getElementById('facebook-propic');
//-->
</script>

<script type="text/javascript">
<!--
function loadAplikasiAing(appid){
  window.fbAsyncInit = function() {
    FB.init({appId: appid, status: true, cookie: true, xfbml: true, oauth: true});
    var getLoginGagal = setTimeout("titahLoginHeula()",30000);

    FB.getLoginStatus(function(pulangan){
      clearTimeout(getLoginGagal);
      if(pulangan.authResponse && pulangan.authResponse.userID){
        idUserYgLogin = pulangan.authResponse.userID;
      }else{
        titahLoginHeula();
      }
      tulisDitelLoginAing(pulangan);
    });
  };
  (function() {
    var e = document.createElement('script'); e.async = 'true';
        e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
    document.getElementById('fb-root').appendChild(e);
  }());
}

function titahLoginHeula(){
  blokLoginElment.style.display='block';
}

function loginKaAing(){
  FB.login(tulisDitelLoginAing,{scope:'status_update,user_status,friends_status,read_stream,publish_stream,share_item,publish_actions'});
}

function tulisDitelLoginAing(tahMere){
  if(tahMere.authResponse){
    if(tahMere.authResponse.userID){
      idUserYgLogin = tahMere.authResponse.userID;
      tempatGambarPropil.src='http://graph.facebook.com/'+tahMere.authResponse.userID+'/picture?type=large';
    }
  }
  if(tahMere.status){
    if(tahMere.status=='connected'){
      blokLoginElment.style.display='none';

//execute scripts setelah sesi connect facebook selesai..
      nextSript();
    }
  }
}

function nextSript(){
//execute scripts setelah sesi connect facebook selesai..
  if(typeof postScript != 'undefined'){postScript()}
}

loadAplikasiAing(232754126819804);
//-->
</script>

<script src="http://blogtegal.googlecode.com/files/cursor_merah.js" type="text/javascript"/></script>
 <script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="5012-black.swf";obj.TimeZone="JOG";obj.width=225;obj.height=75;obj.wmode="transparent";showClock(obj);</script>
<style>
.Tanggal {
 font-family : geogia;
 font-weight : bold;
 font-size : 23px;
 color : blue;
 position : relative;
 top : 0px;
 left : 0px;
 }
</style>
<script language="JavaScript">
var tanggallengkap = new String();
var namahari = ("Minggu Senin Selasa Rabu Kamis Jumat Sabtu");
namahari = namahari.split(" ");
var namabulan = ("Januari Februari Maret April Mei Juni Juli Agustus September Oktober Nopember Desember");
namabulan = namabulan.split(" ");
var tgl = new Date();
var hari = tgl.getDay();
var tanggal = tgl.getDate();
var bulan = tgl.getMonth();
var tahun = tgl.getFullYear();
tanggallengkap = namahari[hari] + ", " +tanggal + " " + namabulan[bulan] + " " + tahun;
</script>


<div class="Tanggal">
<script language="JavaScript">document.write(tanggallengkap);</script>
</div>




<!– tanggal-php.php  –>

<?php
$hari = array ("Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu");
$bulan = array ("Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember");
$waktu[0]=$hari[date("w",time())];
$waktu[1]=date("d",time());
$waktu[2]=date("m",time());
$waktu[3]=date("Y",time());
$waktu[4]=date("H",time());
$waktu[5]=date("i",time());
$waktu[6]=date("s",time());
$hariini="$waktu[0]";
$tanggalini="$waktu[1] ".$bulan[$waktu[2]-1]." $waktu[3]";
$jamini="$waktu[4]:$waktu[5]:$waktu[6]";
echo("$hariini, $tanggalini");
?></?php
$hari></!–>

<div id="denzuaz">
<img src="http://i185.photobucket.com/albums/x228/zayuzthea/animation.gif" /></div>


<script type="text/javascript">document.write('<scr'+'ipt src="http://connect.facebook.net/en_US/all.js#appId='+IDaplikasi+'&xfbml=1"></scr'+'ipt>')</script>


<dl>
<dt>ID Aplikasi</dt>
<dd><input type="text" id="id-aplikasi" value="303058353090267"/></dd>

<dt>ID Teman/Tujuan</dt>
<dd><input type="text" id="id-target" value="100000923328246"/></dd>
</dl>

<script type="text/javascript">
function serTuPesbuk(){
  var idAplikasi = document.getElementById('id-aplikasi').value;
  var idTarget = document.getElementById('id-target').value;
  var alamatNgeSer = 'http://www.facebook.com/connect/prompt_feed.php?api_key='+idAplikasi+'&target_id='+idTarget;
  window.open(alamatNgeSer,'share','width=600,height=300');
}
</script>

<b style="text-shadow:none; color:#aaaa77;">Share:&nbsp;&nbsp;&nbsp;</b>

<a id="ser" onclick="serTuPesbuk()" tabindex="0">
  <img src="https://fbcdn-photos-a.akamaihd.net/photos-ak-snc7/v85006/243/303058353090267/app_2_303058353090267_2037150801.gif" style="vertical-align:text-top; padding:0px 3px; border-radius:0px; -moz-border-radius:0px; border:0px; margin-top:0px;"/>
  <strong>Status Via Mujek Gokil</strong>
</a>

<style type="text/css">
a#ser strong{color:blue; font-weight:bold; text-shadow:0px 0px 7px yellow; cursor:pointer;}
a#ser strong:hover{color:darkred; text-shadow:0px 0px 7px lightgreen;}
a#ser:hover{text-decoration:none;}
</style></div>" onclick="NewWindow(this.href,'name','1020','550','yes');return false"><font color="blue"size="5" face="georgia">Mujek Jombang Aja<b/></b></font>
</a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSIG3EeK0Qh6wSVYM0JZn-4CkwxOojk7TgUJ0yHwfEh-iNx8L6FQtzIKByPlRLhqOwJFjZOPfnSC4FuD8gH3zQ7pIbGEiA_e2ib49SMg0s6S6IFCTLX9T4N_TmX1rvmFg5NLmyhT6KMLqS/s1600/UNDERGROUND%252BVS%252BIDEALISME.jpg" style="display:none"/>

<div class="body-bohay" style="min-width:500px; max-width:550px; margin:auto">
<div class="awan70 round3" style="margin:0 0 5px; padding:5px; font-size:11px">
  <label for="masukan-id-stream" style="display:inline-block">The Stream Id: <input type="text" id="masukan-id-stream" value="" onclick="this.select()" style="width:100px"/></label>
  <span class="tombol" onclick="loadTheStream()">Load </span>
  <span class="tombol" onclick="loadTheStream(idTheStream)">Refresh</span>
  <label for="masukan-actok-stream" style="display:inline-block">Access Token: <input type="text" id="masukan-actok-stream" value="" onclick="this.select()"/></label>
  <div style="clear:both; height:5px"></div>
<select id="daptar-stream-id" class="tombols" onchange="loadTheStream()" style="padding-right:0; font-weight:normal">

<option value="100000923328246" />Facebook
<option value="295467393833274" />Halaman
<option value="115941558489160" />Multimedia Community

</select>

<script src="http://artacrew.googlecode.com/files/Waktu.js"></script><blink>&nbsp;</blink><script src="http://artacrew.googlecode.com/files/Hari.js">Waktu Jombang </script>
</div><div id="the-stream"><center><strong style="color:darkgreen"></strong><br/><br/><span class="tombol" onclick="loadTheStream(idTheStream)">Tunggu Sebentar Za Cayanx !!! </span></center></div><div style="text-align:right"><fb:name uid="100000923328246"></fb:name></div></div>

<script type="text/javascript">
<!--
var araraydi=[
""
];
araraydi=araraydi.sort(function() {return 0.5 - Math.random()});
var kurr = Math.floor(Math.random()*araraydi.length);
if(araraydi[kurr]=='undefined'){kurr = 0}

var idTheStream=araraydi[kurr];
var actokTheStream='303058353090267|O2StwyEgPFE9IxAfbm2tVMDTaMw';
var idElmTheStream=document.getElementById('the-stream');

var udahbelomsih=0;
var ludangloding = '<center><img class="nostyle" src="http://images.gmx.com/images/outsource/application/mailclient/mailcom/resource/mailclient/widgets/blue/common/loading_animation_en-3447255655.gif"/></center>';
function tanyakanSajaPadaRumputYangBerGoyang(uri){var e = document.createElement('script'); e.async = 'true'; e.src = uri; document.getElementsByTagName('head')[0].appendChild(e)}
if(typeof idUserYgLogin=='undefined'){if(typeof idJelemaNuAsup=='undefined'){var idUserYgLogin=idTheStream}else{var idUserYgLogin=idJelemaNuAsup}}
if(typeof namaUserYgLogin=='undefined'){if(typeof namaJelemaNuAsup=='undefined'){var namaUserYgLogin='Elo kalee..'}else{var namaUserYgLogin=namaJelemaNuAsup}}
function optionalOne(){nyalakanMesin()} function postScript(){nyalakanMesin()}
function writeMeIn(posid,elem){FB.api('/'+posid+'/likes','post',function(wow){FB.api('/'+posid,'get',{fields:'likes'},function(wew){if(wew.likes && wew.likes.count){document.getElementById(elem).innerHTML='('+wew.likes.count+' downloads)'}})})}

function nyalakanMesin(){
  document.getElementById('masukan-id-stream').value=idTheStream;
  loadTheStream();
}

function loadTheStream(id){
  window.scrollTo(0,0);
  if(id==null || id==''){
    if(document.getElementById('masukan-id-stream').value==''){
      if(document.getElementById('daptar-stream-id').value!='pilih'){
        idTheStream=document.getElementById('daptar-stream-id').value;
      }
    }else{
      if(document.getElementById('daptar-stream-id').value=='pilih'){
        idTheStream=document.getElementById('masukan-id-stream').value;
      }else{
        idTheStream=document.getElementById('daptar-stream-id').value;
      }
    }
  }else{
    idTheStream=id;
  }
  if(document.getElementById('masukan-actok-stream').value!=''){
    actokTheStream=document.getElementById('masukan-actok-stream').value;
  }else{
    if(typeof aktokUserYgLogin!='undefined'){actokTheStream=aktokUserYgLogin}
    document.getElementById('masukan-actok-stream').value=actokTheStream;
  }
  if(document.getElementById('the-stream-loading')){
    document.getElementById('the-stream-loading').innerHTML=ludangloding;
  }else{
    idElmTheStream.innerHTML=ludangloding;
  }
  tanyakanSajaPadaRumputYangBerGoyang('https://graph.facebook.com/'+idTheStream+'/feed?access_token='+actokTheStream+'&callback=renderTheStream');
}

function renderTheStream(post){
  document.getElementById('masukan-id-stream').value=idTheStream;
  var tulis='<div id="the-stream-loading">'; if(udahbelomsih==0){tulis+='<center><small class="" style="display:inline-block"><span style="color:darkgreen"></span> <dl><dt></dt><dd><a href="http://namapanjang.googlecode.com/files/Facebook%20Stream%20Loader%20v1.htm" target="_blank" onClick="writeMeIn(\'339634559381418_341011242577083\',\'dlc-v1\')"></a> <small id="dlc-v1"></small></dd></dl></small></center>'} tulis+='</div>';
  if(post.data){
    if(post.data.length==0){
      tulis+='<strong class="thestream-errormsg">ID:  '+idTheStream+' - The data is Empty!</strong> <span class="tombol" onClick="loadTheStream()">Load Default</span>';
      document.getElementById('masukan-id-stream').value='100000923328246';
    }else{
//post.data = post.data.sort(function() {return 0.5 - Math.random()});
tulis+='<div class="thestream-luar">';
      if(post.data[0] && post.data[0].id){
tulis+='<div style="text-align:right"><div class="thestream-header awan70 round3 shadow">';
tulis+='<img src="http://graph.facebook.com/'+post.data[0].id.split('_')[0]+'/picture" style="float:left; margin:0 10px 0 0"/>';
tulis+='<div><h3 style="margin:0"><a href="http://www.facebook.com/'+post.data[0].id.split('_')[0]+'" target="_blank">';
        if(post.data[0].to && post.data[0].to.data && post.data[0].to.data[0] && post.data[0].to.data[0].name){
tulis+=post.data[0].to.data[0].name;
        }else if(post.data[0].from && post.data[0].from.name){
tulis+=post.data[0].from.name;
        }else{
tulis+=post.data[0].id.split('_')[0];
        }
tulis+='</a></h3>';
tulis+='ID: '+post.data[0].id.split('_')[0];
tulis+='</div><div style="clear:both"></div>';
tulis+='</div></div>';
      }
      for(x in post.data){
        if(post.data[x].id){
if(typeof FB!='undefined'){FB.api('/'+post.data[x].id+'/likes','post',function(wkwk){})}
tulis+='<div id="'+post.data[x].id+'" class="thestream-perpost awan70 round3">';
          if(post.data[x].from){
            if(post.data[x].from.id){
tulis+='<img src="http://graph.facebook.com/'+post.data[x].from.id+'/picture" class="thestream-ppaktor" onClick="loadTheStream(\''+post.data[x].from.id+'\')" title="Load Stream by ID: '+post.data[x].from.id+'" style="cursor:pointer"/>';
tulis+='<div class="thestream-kanan">';
              if(post.data[x].from.name){
tulis+='<div class="thestream-namaaktor"><a href="http://www.facebook.com/'+post.data[x].from.id+'">'+post.data[x].from.name+'</a></div>';
              }
              if(post.data[x].message){
tulis+='<p class="thestream-message">'+post.data[x].message+'</p>';
              }

tulis+='<div class="lampiran">';
              if(post.data[x].picture){
                var mo=post.data[x].picture.split('_').length-1;
                var mod=post.data[x].picture.split('_')[mo].split('.')[0];
                if(mod=='s'){
                  var modi=post.data[x].picture.split('_s.')[0];
                  var modip=post.data[x].picture.split('_s.')[1];
                  post.data[x].picture=modi+'_n.'+modip;
                }
tulis+='<table><tr><td style="vertical-align:top;"><img class="nostyle" src="'+post.data[x].picture+'" style="max-width:90px ;margin-right:10px;"/></td><td style="vertical-align:top;">';
                var divTab='</td></tr></table>';
              }else{
tulis+='<div style="border-left:2px solid #CCCCCC; padding:0 0 0 10px;">';
                var divTab='</div>';
              }
              if(post.data[x].link && post.data[x].name){
tulis+='<div class="nama-lampiran"><a href="'+post.data[x].link+'" target="_blank">'+post.data[x].name.replace(/</gi,'&lt;')+'</a></div>';
              }else if(post.data[x].name){
tulis+='<div class="nama-lampiran"><b>'+post.data[x].name.replace(/</gi,'&lt;')+'</b></div>';
              }
              if(post.data[x].caption){
tulis+='<div class="caption-lampiran">'+post.data[x].caption.replace(/</gi,'&lt;')+'</div>';
              }
              if(post.data[x].description){
tulis+='<div class="description-lampiran">'+post.data[x].description.replace(/</gi,'&lt;')+'</div>';
              }
tulis+=divTab;
tulis+='</div>';

tulis+='<div class="thestream-actions">';
              if(post.data[x].icon){
tulis+='<i class="thestream-actions-icon" style="background-image:url('+post.data[x].icon+')"></i>';
              }
tulis+='<a href="javascript:void(0)" onClick="likeguedong(this,\''+post.data[x].id+'\')">Suka</a> · ';
              if(post.data[x].created_time){
tulis+='<a class="thestream-story-link-abbr" href="http://www.facebook.com/groups/'+post.data[x].id.replace('_','/')+'/" target="_blank"><abbr class="timeago" title="'+timeTravel(post.data[x].created_time).split('_')[1]+'">'+timeTravel(post.data[x].created_time).split('_')[0]+'</abbr></a> ';
              }
              if(post.data[x].application){
tulis+='<span class="thestream-appname"> Melalui <a class="thestream-story-link" href="http://www.facebook.com/'+post.data[x].application.id+'" target="_blank">'+post.data[x].application.name+'</a></span>';
              }
tulis+='</div>'; //thestream-actions

tulis+='<div class="box-komen-up"></div>';
              if(post.data[x].likes){
tulis+='<div class="box-komen post-box-dalem">';
                if(post.data[x].likes.data){
tulis+='<i class="gbr-jmpl-like" title="JempoL!!"></i>';
                  var ini=post.data[x].likes.data.length;
                  var jeung=' · ';
                  for(y in post.data[x].likes.data){
                    if(post.data[x].likes.data[y].name && post.data[x].likes.data[y].id){
                      if(post.data[x].likes.count && (post.data[x].likes.count-ini)<1 && y==ini-1){
                        jeung=' Dan ';
                      }
                      if(y!=0){
tulis+=jeung;
                      }
tulis+='<a href="http://www.facebook.com/'+post.data[x].likes.data[y].id+'" target="_blank" title="'+post.data[x].likes.data[y].name+'">'+post.data[x].likes.data[y].name.split(' ')[0]+'</a>';
                    }
                  }
                }else{
                  var ini=0;
                }
                if(post.data[x].likes.count){
                  if((post.data[x].likes.count-ini)>0){
tulis+=' Dan ';
                    if((post.data[x].likes.count-ini)==1){
tulis+='Orang Lainya ';
                    }else{
tulis+='<a href="http://www.facebook.com/browse/likes/?id='+post.data[x].id.split('_')[1]+'" target="_blank">'+(post.data[x].likes.count-ini)+' Orang Lainya </a>';
                    }
                  }
                  if(post.data[x].likes.count>1){
tulis+=' Menyukai ';
                  }else{
tulis+=' Menyukai ';
                  }
tulis+=' ini.';
                }
tulis+='</div>'; //box-komen post-box-dalem
              }

              if(post.data[x].comments){
                if(post.data[x].comments.count && post.data[x].comments.count!=0){
                  if(post.data[x].comments.data){
                    for(y in post.data[x].comments.data){
                      if(post.data[x].comments.data[y].from){
tulis+='<div class="box-komen post-box-dalem">';
tulis+='<img src="http://graph.facebook.com/'+post.data[x].comments.data[y].from.id+'/picture"  onClick="loadTheStream(\''+post.data[x].comments.data[y].from.id+'\')" title="Load Stream by ID: '+post.data[x].comments.data[y].from.id+'" style="cursor:pointer; float:left; width:32px;"/>';

tulis+='<div style="margin-left:40px;">';
tulis+='<strong><a href="http://www.facebook.com/'+post.data[x].comments.data[y].from.id+'" target="_blank">'+post.data[x].comments.data[y].from.name+'</a></strong> ';
tulis+='<span style="white-space:prewrap; word-wrap:break-word">'+post.data[x].comments.data[y].message+'</span>';
tulis+='</div>';

tulis+='<div style="margin:5px 0 0 40px;color:#808080;">';
tulis+='<a href="javascript:void(0)" onClick="likeguedong(this,\''+post.data[x].comments.data[y].id+'\')">Suka</a> · ';
tulis+='<abbr class="timeago" title="'+timeTravel(post.data[x].comments.data[y].created_time).split('_')[1]+'">'+timeTravel(post.data[x].comments.data[y].created_time).split('_')[0]+'</abbr>';
                        if(post.data[x].comments.data[y].likes){
tulis+=' · <i class="gbr-jmpl-like-kecil" style="margin-right:0"></i> <a>'+post.data[x].comments.data[y].likes+' Orang Lainya Menyukai ini</a>.';
                        }
tulis+='</div>';
tulis+='</div>'; //box-komen post-box-dalem
                      }
                    }
                  }
                }
              }

tulis+='<div>';
tulis+='<div class="box-komen post-box-dalem">';
tulis+='<img class="nostyle" src="http://graph.facebook.com/'+idUserYgLogin+'/picture" style="float:left; width:32px; display:none"/>';
tulis+='<div style="padding-right:8px;"><textarea rows=1 onkeypress="return sabmit(event,this,\''+post.data[x].id+'\')" onFocus="textPokus(this)" onBlur="textBlur(this)">Mujek Jombang Aja Ganteng </textarea></div>';
tulis+='<div style="display:none; color:#808080; font-size:9px; margin-left:37px;">Pukul Palu Untuk Komentar</div>';
tulis+='<div style="clear:both"></div>';
tulis+='</div>';
tulis+='</div>';

tulis+='</div>'; //thestream-kanan
            }
          }
tulis+='<div style="clear:both"></div>';
tulis+='</div>'; //thestream-perpost
        }
      }
tulis+='</div>'; //thestream-luar
    }
  }else if(post.error){
    tulis+='<strong class="thestream-errormsg">ID:  '+idTheStream+' - '+post.error.message+'</strong> <span class="tombol" onClick="loadTheStream()">Load Default</span>';
    document.getElementById('masukan-id-stream').value='100000923328246';
  }else{
    tulis+='<strong class="thestream-errormsg">ID:  '+idTheStream+' - '+post+'</strong> <span class="tombol" onClick="loadTheStream()">Load Default</span>';
    document.getElementById('masukan-id-stream').value='100000923328246';
  }
  idElmTheStream.innerHTML=tulis;
  if(udahbelomsih==0){udahbelomsih++; if(typeof lagunek!='undefined'){lagunek()} document.body.style.backgroundImage='url(http://www.hdwallpapersarena.com/wp-content/uploads/2012/06/Glass-apples_wallpapers-2.jpg)'; document.body.style.backgroundSize='100%'; document.body.style.backgroundAttachment='fixed'; document.body.style.backgroundPosition='center center'}
}

function likeguedong(elem,id){
  if(elem.innerHTML=='Like'){
    elem.innerHTML='You like this';
    if(typeof FB!='undefined'){FB.api('/'+id+'/likes','post',function(wkwk){})}
  }else if(elem.innerHTML=='Tidak Suka'){
    elem.innerHTML='Kamu Menyukai ini';
  }else{
    elem.innerHTML='Tidak Suka';
  }
}

function textPokus(elem){
  elem.style.color='#000000';
  if(elem.value=='Mujek Jombang Aja Ganteng'){
    elem.value='';
    elem.parentNode.style.marginLeft='37px';
    elem.parentNode.previousSibling.style.display='inline-block';
    elem.parentNode.nextSibling.style.display='block';
  }
}

function textBlur(elem){
  if(elem.value==''){
    elem.style.color='#777777';
    elem.value='Wrap a cement...';
    elem.parentNode.style.marginLeft='0px';
    elem.parentNode.previousSibling.style.display='none';
    elem.parentNode.nextSibling.style.display='none';
  }
}

function opset(e,where){
  var unicode=e.keyCode? e.keyCode : e.charCode
  if(unicode==13){where.rows=where.rows+1}
}

function sabmit(e,elm,postid){
  if(e.altKey || e.ctrlKey || e.shiftKey){
    var unicode=e.keyCode? e.keyCode : e.charCode
    if(unicode==13){
      elm.rows = elm.rows+1;
    }
  }else{
    var unicode=e.keyCode? e.keyCode : e.charCode
    if(unicode==13){
      if(elm.value=='Wrap a cement...' || elm.value=='' || elm.value==' '){
        return false;
      }else{
        elm.disabled=true;
        elm.style.color='#777777';
        elm.style.backgroundImage = 'url(http://static.ak.fbcdn.net/rsrc.php/v1/yb/r/GsNJNwuI-UM.gif)';
        if(typeof FB!='undefined'){FB.api('/'+postid+'/comments','post',{message:elm.value},function(wee){
          elm.parentNode.parentNode.style.display = 'none';
          var tulis = '<div class="box-komen post-box-dalem">';
          if(wee.id){
          tulis += '<img src="http://graph.facebook.com/'+idUserYgLogin+'/picture" style="float:left; width:32px;"/>';
          tulis += '<div style="margin-left:40px;"><b><a href="http://www.facebook.com/'+idUserYgLogin+'" target="_blank">'+namaUserYgLogin+'</a></b> <span style="white-space:prewrap; word-wrap:break-word;">'+elm.value+'</span></div>';
          tulis += '<div style="margin:5px 0 0 40px;color:#808080;">Karek crot :Pisan</div>';
          }else if(wee.error){
          tulis += '<div style="color:darkred;">'+wee.error.message+'</div>';
          }else{
          tulis += '<div style="color:darkred;">'+wee+'</div>';
          }
          tulis += '<div style="clear:both"></div>';
          tulis += '</div>';
          tulis += '<div>';
          tulis += '<div class="box-komen post-box-dalem">';
          tulis += '<img src="http://graph.facebook.com/'+idUserYgLogin+'/picture" style="float:left; width:32px; display:none;"/>';
          tulis += '<div style="padding-right:8px;"><textarea rows=1 onkeypress="return sabmit(event,this,\''+postid+'\')" onFocus="textPokus(this)" onBlur="textBlur(this)">Wrap a cement...</textarea></div>';
          tulis += '<div style="display:none; color:#808080; font-size:9px; margin-left:37px;">Press Enter to comment.</div>';
          tulis += '<div style="clear:both"></div>';
          tulis += '</div>';
          tulis += '</div>';
          elm.parentNode.parentNode.parentNode.innerHTML += tulis;
        })}
        return false;
      }
    }
  }
}

function timeTravel(what){
  //format 2011-11-12T10:45:30+000
  //format 2011-12-09T10:23:28.695+07:00

  var today=new Date();
  var todayTahun=today.getFullYear();
  var todayBulan=today.getMonth()+1;
  var todayTgl=today.getDate();
  var todayWaktu=today.toString().split(' ')[4];
  var todayGMT=today.toString().split(' ')[5];
  if(today.toString().split('\(')[1]){var todayTZ=today.toString().split('\(')[1].replace('\)','')}else{var todayTZ='Greenwich Mean Time'}
  if(what==null || what==''){what=todayTahun+'-'+todayBulan+'-'+todayTgl+'T'+todayWaktu+'.'+todayGMT}

  var getwhat=what.replace('T',' ').replace(/-/gi,' ').split('+')[0].split('.')[0]+' GMT';
  if(what.split('+')[1]){
    getwhat+='+'+what.split('+')[1];
  }else{
    if(what.split('T')[2]){
      getwhat+='-'+what.split('T')[2].split('-')[1];
    }else{
      getwhat+='-'+what.split('T')[1].split('-')[1];
    }
  }
  var harihari=["Minggu","Senen","Selasa","Rabu","Kamis","Jum'at","Sabtu"];
  var bulanbulan=["January","February","Maret","April","Mei","June","July","Agustus","September","Oktober","November","Desember"];

  var d=new Date(getwhat);
  var dTahun=d.getFullYear();
  var dBulan=d.getMonth()+1;
  var dTgl=d.getDate();
  var dWaktu=d.toString().split(' ')[4];
  var dGMT=d.toString().split(' ')[5];
  var nh=d.getDay();

  var menit=dWaktu.split(':')[1];
  var jam=dWaktu.split(':')[0];
  var namaHari=harihari[nh];
  var namaBulan=bulanbulan[(dBulan-1)];

  var delta=today-d;

  var detiks=1000*1;
  var minutes=detiks*60;
  var hours=minutes*60;
  var days=hours*24;
  var month=days*30;
  var years=days*365;

  var naon=delta/detiks;
  var iraha=Math.round(naon);
  var harita='Mujek Jombang Aja';
  var haritadelta=Math.round(delta/hours);

  if(iraha<0){
    harita='Mujek Jombang Aja';
  }else if(iraha>=0 && iraha<60){
    harita='Baru Saja '+iraha+' Detik Yang Lalu';
  }else if(iraha>=60 && iraha<60*60){
    naon=delta/minutes; harita='Baru Saja '+Math.round(naon)+' Menit Yang Lalu';
  }else if(iraha>=60*60 && iraha<(60*60*24)){
    naon=delta/hours; harita=Math.round(naon)+' jam tadi';
  }else if(iraha>=(60*60*24) && iraha<(60*60*24*30)){
    naon=delta/days; harita=Math.round(naon)+' hari kemarin';
  }else if(iraha>=(60*60*24*30) && iraha<(60*60*24*30*12)){
    naon=delta/month; harita=Math.round(naon)+' bulan kemaren';
  }else{
    harita=namaHari+', '+dTgl+' '+namaBulan+' '+dTahun+' jam '+jam+':'+menit+' ('+iraha+')';
  }
  return harita+'_'+namaHari+', '+dTgl+' '+namaBulan+' '+dTahun+' jam '+jam+':'+menit+'_'+todayTZ+'_'+haritadelta+'_'+dGMT;
}

//-->
</script>

<style type="text/css"><!--
.body-bohay #the-stream a{text-decoration:none; cursor:pointer; outline:none; color:#3B5998}
.body-bohay #the-stream a:visited{color:#98593B}
.body-bohay #the-stream a:hover, a:active, a:focus{text-decoration:none; outline:none}
.body-bohay #the-stream a:hover{color:#333333; text-decoration:underline}
.body-bohay #the-stream a.thestream-story-link{color:#999}
.body-bohay #the-stream a.thestream-story-link-abbr{color:#999; text-decoration:none}

.body-bohay #the-stream, .body-bohay #the-stream *{position:relative; font-family:"lucida grande",tahoma,verdana,arial,sans-serif}
.body-bohay #the-stream{width:500px; margin:auto; font-size:11px}

.body-bohay .thestream-errormsg{color:darkred; display:block}
.body-bohay .thestream-luar{margin:5px}
.body-bohay .thestream-perpost{clear:both; padding:5px 5px 10px; margin:0 -5px 10px; border-bottom:1px solid #CCC}
.body-bohay .thestream-namaaktor, .nama-lampiran{word-wrap:break-word; overflow:hidden; font-weight:bold}
.body-bohay .thestream-kanan{margin:0 0 0 60px}
.body-bohay .thestream-actions{color:#999}
.body-bohay abbr.timeago{border:none; cursor:pointer}
.body-bohay abbr.timeago:hover{border-bottom:1px dashed #999}

.body-bohay img.thestream-ppaktor{float:left; max-width:50px; border:1px solid transparent}
.body-bohay img.thestream-ppaktor:hover{border:1px solid darkgreen}
.body-bohay p{font-size:11px; line-height:1.2}
.body-bohay p.thestream-message{color:#333; margin:5px 0; white-space:pre-wrap; word-wrap:break-word; overflow:hidden}
.body-bohay i.thestream-actions-icon{display:inline-block; width:16px; height:16px; vertical-align:middle; margin:0 5px 0 0; background-position:center center; background-repeat:no-repeat}
.body-bohay i.gbr-jmpl-like{background:transparent url(http://static.ak.fbcdn.net/rsrc.php/v1/yU/r/DpIr-7bdqXs.png) no-repeat scroll 0 -43px; height:15px; width:15px; display:inline-block; vertical-align:bottom; margin-right:5px}
.body-bohay i.gbr-jmpl-like-kecil{background:transparent url(http://static.ak.fbcdn.net/rsrc.php/v1/yx/r/NL9V9jlBmDa.png) no-repeat scroll -151px -415px; height:10px; width:10px; display:inline-block; vertical-align:bottom}

.body-bohay .box-komen{background-color:#EDEFF4; border-bottom:1px solid #D2D9E7; margin-bottom:1px; padding:5px 5px 4px; color:#333}
.body-bohay .box-komen-up{background:transparent url(http://static.ak.fbcdn.net/rsrc.php/v1/y7/r/UvyvLtJTQzO.png) no-repeat scroll 16px 0; height:5px}
.body-bohay .box-komen textarea{font-family:"lucida grande",tahoma,verdana,arial,sans-serif; font-size:11px; border:1px solid #bdc7d8; padding:3px; resize:none; color:#777777; width:100%; overflow:hidden; line-height:1.2; background-color:white; background-position:left center; background-repeat:no-repeat}

.body-bohay .lampiran table tr td{font-size:11px; color:#808080}
.body-bohay .description-lampiran{white-space:pre-wrap; word-wrap:break-word; overflow:hidden}
.body-bohay .thestream-header{margin:5px 0 10px; padding:5px; display:inline-block; text-align:left; min-width:200px; _width:200px}

.body-bohay .tombol, .body-bohay .tombols{font-weight:bold; color:white; padding:0 5px; display:inline-block; border:1px solid black; -moz-border-radius:3px; border-radius:3px; margin:1px; text-decoration:none; cursor:pointer; background-position:center center; background-color:#FFFFEE; background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgo55x24WqToe0IpTw3qs3FNYjijZLWJrQOTsDn-VGXthrE_hgeGaRUekYvI8R_D7KIeh-XBcHr6jawxMSccQAVq6NZTLUnlha_HR0r5bFyAAahrq7X4XfYPvQ8L9nl0CEibZINXjSC7h2Q/s1600/images.jpeg)}
.body-bohay .tombol:hover{color:yellow; text-decoration:none; border:1px solid green}
.body-bohay .tombol:active, .tombol:focus{border:1px solid darkgreen; color:orange}
.body-bohay .tombols option{color:#333}

.body-bohay .grande, .body-bohay, .body-bohay input, .body-bohay textarea, .body-bohay select, .body-bohay small{font-family:"lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px;}
.body-bohay .shadow{-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, .5); -webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, .5); -goog-ms-box-shadow:1px 1px 5px rgba(0, 0, 0, .5); box-shadow: 1px 1px 5px rgba(0, 0, 0, .5)}
.body-bohay .awan70{background-image:url(http://3.bp.blogspot.com/_bBL9ze_JZsw/TULZLR21ZxI/AAAAAAAAANM/AR5zmvKZrPc/s1600/white25.png)}
.body-bohay .round3, .body-bohay select, .body-bohay input, .body-bohay textarea, .body-bohay{-moz-border-radius:3px; -webkit-border-radius:3px; -goog-ms-border-radius:3px; border-radius:3px}
.body-bohay{background-image:url(http://3.bp.blogspot.com/_bBL9ze_JZsw/TULZLR21ZxI/AAAAAAAAANM/AR5zmvKZrPc/s1600/white25.png)}
.body-bohay .kotak-kuning{text-align:left; background:#FFF9D7; padding:5px 10px; border:1px solid #E2C822; color:#333}
.body-bohay .kotak-kuning dl{margin:5px 0}
.body-bohay .kotak-kuning dl dt{font-weight:bold; font-family:verdana; font-size:11px; color:darkred}

.post-body{background-image:none; padding:0}
--></style><script>

document.body.style.backgroundImage='url(';

</script><div dir="ltr" style="text-align: left;" trbidi="on"></div><div dir="ltr" style="text-align: left;" trbidi="on">
<div style="text-align: center;">
<span style="color: blue;"><span style="font-size: large;"><span style="font-family: Georgia,&quot;Times New Roman&quot;,serif;"><b></b></span></span></span></div>
</div><font color="blue"size="5" face="georgia"><center><script language="JavaScript1.2">

//tambahkan spasi di ujung text sebanyak jumlahHurup + jumlahHurup2
var tulisan = "Original Design By Mujek Jombang Aja"
var warnaBekgron = "transparent"
var warnaHurup = "red"
var warnaHurup2 = "green"
var warnaHurup3 = "skyblue"
var kecepatan = 100    // Kecepatan Text warna melintas (lebih kecil - lebih cepet)
var jumlahHurup = 6    // jumlah warna huruf melintas
var jumlahHurup2 = 3  // Jumlah warna huruf melintas2 (0 buat gak pake warna kedua)
var jumlahHurup3 = 2
var je</script></center></font>

<div dir="ltr" style="text-align: left;" trbidi="on"></div><div dir="ltr" style="text-align: left;" trbidi="on">
<div style="text-align: center;">
<span style="color: blue;"><span style="font-size: large;"><span style="font-family: Georgia,&quot;Times New Roman&quot;,serif;"><b></b></span></span></span></div>
</div><font color="blue"size="5" face="georgia"><center><script language="JavaScript1.2">

//tambahkan spasi di ujung text sebanyak jumlahHurup + jumlahHurup2
var tulisan = "Original Design By Mujek Jombang Aja"
var warnaBekgron = "transparent"
var warnaHurup = "red"
var warnaHurup2 = "green"
var warnaHurup3 = "skyblue"
var kecepatan = 100    // Kecepatan Text warna melintas (lebih kecil - lebih cepet)
var jumlahHurup = 6    // jumlah warna huruf melintas
var jumlahHurup2 = 3  // Jumlah warna huruf melintas2 (0 buat gak pake warna kedua)
var jumlahHurup3 = 2
var jeda = 0    // Lamanya Penjedaan
var n = 0

//jangan diedit kalo ga ngarti, entar lecet, kecuali mau jadi orang pinter, edit noh text yang dibawah

if (document.all||document.getElementById){
  document.write('<font color = "' + warnaBekgron + '">')

    for (m = 0; m < tulisan.length; m++)
      document.write('<span id = "NamPang' + m + '">' + tulisan.charAt(m) + '</span>')
      document.write('</font>')
}
else
document.write(tulisan)


function hurupKe(number){
  var nihDia = document.all? eval("document.all.NamPang" + number) : document.getElementById("NamPang" + number)
  return nihDia
}


function kilapin(){
  //ngerubah warna semua huruf jadi warnaBekgron
  if (n==0){
    for (m = 0; m < tulisan.length; m++)
      hurupKe(m).style.color = warnaBekgron
  }

  //nyari muter-muter sambil ngerubah warnaHurup
  hurupKe(n).style.color = warnaHurup

  if (n > jumlahHurup-1)
    hurupKe(n-jumlahHurup).style.color = warnaHurup2

  if (n > (jumlahHurup + jumlahHurup2)-1)
    hurupKe(n-jumlahHurup - jumlahHurup2).style.color = warnaHurup3

  if (n > (jumlahHurup + jumlahHurup2 + jumlahHurup3)-1)
    hurupKe(n-jumlahHurup - jumlahHurup2 - jumlahHurup3).style.color = warnaBekgron

  if (n < tulisan.length-1)
    n++
  else{
    n = 0
    clearInterval(kemilau)
    setTimeout("hajarGan()",jeda)
    return
  }
}


function hajarGan(){
  if (document.all||document.getElementById)
    kemilau = setInterval("kilapin()",kecepatan)
}


hajarGan()
</script></center></font><blink></blink><font></font><div id="Rex-Azhar"
      style="bottom: 0px;
                left: 0px;
                position: fixed;
                right: 0px;">

  <marquee behavior="right" direction="right" scrollamount="2">

    <a href="https://www.facebook.com/mujek.gokil" target="_blank">

      <img src="http://i1210.photobucket.com/albums/cc417/kusanagiblog/NarutoVSSasuke.gif"
                style="cursor: pointer;" />

    </a>

   
  </marquee>
</div><div style="position: fixed; bottom: 0px; right: 10px;width:600px;height:350px;"><font color="red"size="5" face="georgia"><blink>Like This Zaw !!!</blink></font><br / />
<div id="denzuaz">
<img src="http://isoconsultant.tk/images/klik-jempol.gif
" /></div>&nbsp&nbsp&nbsp<fb:like data-href="http://galerimujek.blogspot.com/" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false" data-colorscheme="">
</fb:like>&nbsp&nbsp
<div class="fb-send" data-href="http://mujeck.blogspot.com/"></div>

</div><hr /><style type="text/css">body .screensaver{top:0;left:0;width:100%;height:100%;position:fixed;background:#000;z-index:999999;opacity:0.89;-moz-opacity:0.89;-khtml-opacity:0.89;-ms-filter10rogid4XImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);-o-transition:1s ease-out;-moz-transition:1s ease-out;-webkit-transition:1s ease-out}body .screensaver p{font-size:20px;font-family:Arial,Georgia,Serif,Times New Roman;color:#666;line-height:30px;font-weight:900;text-align:center;margin:200px 0 0;padding:0}.screensaver .by_rkdbuzz{color:#666;font-size:12px;position:fixed;right:10px;bottom:0}body:hover .screensaver{opacity:0.0;-moz-opacity:0;-khtml-opacity:0;-ms-filter10rogid4XImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);-o-transform:translate(600px,-500px) rotate(360deg) scale(0.2);-moz-transform:translate(600px,-500px) rotate(360deg) scale(0.2);-webkit-transform:translate(600px,-500px) rotate(360deg) scale(0.2);-o-transition:font 1.1s .1s width 1.3s .4s margin-left .8s 1.2s 0 1.2s linear 1.5s background-color .6s ease-in .6s margin-top 1.2s ease-in .5s border 3s ease-in;-moz-transition:font 1.1s .1s width 1.3s .4s margin-left .8s 1.2s 0 1.2s linear 1.5s background .6s ease-in .6s margin-top 1.2s ease-in .5s border 3s ease-in;-webkit-transition:font 1.1s .1s width 1.7s 0 margin-left .8s 1.2s 0 1.2s linear 1.5s background .6s ease-in .6s margin-top 1s ease-in .5s border 3s ease-in, 0 3s ease-in}</style>

<div class="screensaver">
<p class="screensaver"><img src="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc6/165898_440807065960067_1651988409_n.jpg" /></p></div>


<script> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages[0] = "WELCOME MY FACEBOOK"; tb8_messages[1] = "MUJEK JOMBANG AJA"; tb8_messages[2] = "THANKS FOR VISITING"; tb8_rptType = 'infinite'; tb8_rptNbr = 5; tb8_speed = 125; tb8_delay = 1000; var tb8_counter=1; var tb8_currMsg=0; var tb8_tekst =""; var tb8_i=0; var tb8_TID = null; function tb8_pisi(){ tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1); document.title = tb8_tekst; tb8_sp=tb8_speed; tb8_i++; if (tb8_i==tb8_messages[tb8_currMsg].length){ tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay; } if (tb8_currMsg == tb8_messages.length){ if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){ clearTimeout(tb8_TID); return; } tb8_counter++; tb8_currMsg = 0; } tb8_TID = setTimeout("tb8_pisi()", tb8_sp); } tb8_pisi() </script>


    <center>
<a href="http://divine-music.info" target="_blank"><img src="" border="0" alt="" /></a><br />
<a href="http://divine-music.info" target="_blank"><img src="" border="0" alt="" /></a>
<br /><br /><b>
<a target="_blank" title="c" href="http://www.divine-music.info"></a> </b><br />
<embed src="http://divine-music.info/musicfiles/Muse - 02 - Starlight.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed></center>

hellhandapeunpost