jQuery(document).ready(function(){
  if( jQuery(".fvfacebookwindow").length ) {
    jQuery(".fvfacebookwindow").colorbox({width:"360px", height:"140px", iframe:true });
  }
});
jQuery(document).ready(function(){
  //jQuery(".reddit").colorbox({width:"860px", height:"500px", iframe:true });
});
function fvstumbleupon_local( id, url ) {
  jQuery.post( fvfacebook_options.url, { fvsu_id: id }, function(data) { } );
  window.open( 'http://www.stumbleupon.com/badge/?url='+unescape( url ), 'Submit to StumbleUpon', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, chrome=no, width=750, height=400' );
}

function fvfb_print( id ) {
  jQuery.post( fvfacebook_options.url, { fvprint_id: id }, function(data) { } );
    window.print();
}

function fvfb_email( id ) {
  jQuery.post( fvfacebook_options.url, { fvemail_id: id }, function(data) { } );
}
  
function fvretweet_local( id ) {
  jQuery.post( fvfacebook_options.url, { fvtw_id: id }, function(data) { } );
}

function fvfacebook_local( id ) {
  jQuery.post( fvfacebook_options.url, { fvfb_like_id: id }, function(data) { } );
}
function fvreddit_local( id ) {
  //jQuery.post( fvfacebook_options.url, { fvfb_redd_id: id }, function(data) { } );
}
function fvfacebook_share_local( id, url ) {
  jQuery.post( fvfacebook_options.url, { fvfb_share_id: id }, function(data) { } );
  window.open( 'http://www.facebook.com/sharer.php?u='+unescape( url ), 'Share on Facebook', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, chrome=no, width=630, height=430' );
}


