jQuery(document).ready(function($) { 

  $('.youtube_no_embed').simpletip({
    content: '<strong>Click to play!</strong><br />YouTube.com will open in a new window.<br />Embedding of this video was disabled.',
    fixed: false,
    offset: [12, 10]
  });

  $('.youtube_hm').simpletip({
    content: '<strong>Click to play!</strong><br />YouTube.com will open in a new window.',
    fixed: false,
    offset: [12, 10]
  });

  $('.rss_tip').simpletip({
    content: '<strong>RSS</strong><br />Video Lists in your feed reader.',
    fixed: false,
    offset: [12, 10]
  });
  
  $('.facebook_tip').simpletip({
    content: '<strong>Facebook</strong><br />Become a Facebook Fan to get<br /> video lists in your stream.',
    fixed: false,
    offset: [12, 10]
  });
  
  $('.twitter_tip').simpletip({
    content: '<strong>Twitter</strong><br />@VideoLists is tweeting!',
    fixed: false,
    offset: [12, 10]
  });
  
  $('.email_tip').simpletip({
    content: '<strong>Newsletter</strong><br />Video lists delivered weekly<br />to your email.',
    fixed: false,
    offset: [12, 10]
  });      

});

function facebook_fan() {
	jQuery.facebox('<h2 class="facebook"><strong>Video lists in your Facebook friend stream!</strong></h2><div style="padding:10px 0 0 0; font-size:12px;">Alongside those awful <em>Johnny is doing laundry</em> status updates, you can see something interesting: PopJab.com video lists.</div><div style="padding:10px 0 0 0; font-size:12px;">Visit our <a href="http://www.facebook.com/pages/Video-Lists/69778834764"><strong>Facebook Page</strong></a> and look for the <img src="/wp-content/themes/thesis/custom/images/fb_become_fan.png" width="16" height="15" /> <strong>Become a Fan</strong> link near the top of the page.</div>');
}