'; echo 'jQuery(function() {'; echo 'jQuery(this).bind("contextmenu", function(e) {'; if( !empty($right_click_text) ){ echo 'alert("' . $right_click_text . '");'; echo 'e.preventDefault();'; }else{ echo 'e.preventDefault();'; } echo '});'; echo '});'; echo ''; } } // Included cufon to footer add_action('wp_footer', 'gdl_add_cufon'); function gdl_add_cufon() { global $all_font; echo ''; } ?>