$(function () { $.ajax({ type: 'GET', url: '/openid/js/openid-en.js?v=dee84722', success: function () { openid.img_path = '/openid/images/'; openid.init('openid_identifier'); $('#openid_form,#openid_container,#openid_prefs').show(); }, dataType: "script", cache: true }); });