function smt_register_scripts() {
wp_deregister_script( 'jquery' );
wp_enqueue_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' );
wp_enqueue_script( 'googlemaps', 'http://maps.google.com/maps/api/js?sensor=false', array( 'jquery' ), '3' );
}
add_action('wp_enqueue_scripts', 'smt_register_scripts');
P.S.: On