jquery and cdn

hi everybody
i set in admin panel in performance settings microsoft cdn to load jquery
when i see source html code i see this
HTML:
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.4.min.js"></script>

        <script type="text/javascript">if (!window.jQuery) { document.write('<scr'+'ipt type="text/javascript" src="js/jquery/jquery-1.4.4.min.js"><\/scr'+'ipt>'); }</script>
don't you think jquery still loads from my site and from MS CDN too?
 
Top Bottom