(function($){
       
$(document).ready(function(){
	$('#btn_email4media').click(function() {
	  $(this).fadeOut();
	  $("#email4media_widget_box").delay(400).fadeIn();
	});
});

// twitters
getTwitters('tweets', { 
  id: 'NOAMPIKELNY', 
  count: 20, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/">%time%</a>',
  callback: function() {
		$('#slide').cycle({
			fx: 'fade'
		});
	} 
});

$(function(){
	$('.scroll-pane').jScrollPane();
});

Shadowbox.init();

})(this.jQuery);




window.log = function(){
  log.history = log.history || [];   
  log.history.push(arguments);
  if(this.console){
    console.log( Array.prototype.slice.call(arguments) );
  }
};
(function(doc){
  var write = doc.write;
  doc.write = function(q){ 
    log('document.write(): ',arguments); 
    if (/docwriteregexwhitelist/.test(q)) write.apply(doc,arguments);  
  };
})(document);



