//<![CDATA[
var $j = jQuery.noConflict();
$j(document).ready(function(){
  $j("#iloveit").replaceWith("<img src='http://oknoorap.com/wp-content/themes/oknoorap/images/iloveit-iblogit.png' alt='I love it!, I blog it' />");
  $j("#tweetcat h1").replaceWith("<a href='http://oknoorap.com/kategori/social-multimedia'><img src='http://oknoorap.com/wp-content/themes/oknoorap/images/socialmedia.png' alt='' style='border: none' class='tweetcat' /></a>");
  $j("#wp h1").replaceWith("<a href='http://oknoorap.com/kategori/wordpress-development'><img src='http://oknoorap.com/wp-content/themes/oknoorap/images/wp-php.png' alt='' style='border: none' class='wp' /></a>");
  $j("#phl h1").replaceWith("<a href='http://oknoorap.com/kategori/philosophy'><img src='http://oknoorap.com/wp-content/themes/oknoorap/images/philosophy-humanity.png' alt='' style='border: none' class='phl' /></a>");
  $j("#reli h1").replaceWith("<a href='http://oknoorap.com/kategori/religion-system'><img src='http://oknoorap.com/wp-content/themes/oknoorap/images/religion-system.png' alt='' style='border: none' class='reli' /></a>");
});
//]]>