/*
 * Since Magento doesn't allow this kind of syntax in head
 * <script>jQuery.noConflict()</script>
 * placing it to the separate file and including it using standard method.
 */

if(jQuery) {
    jQuery.noConflict();
}

