/*
  @project  jquery.noconflict
  @name jquery.noconflict.js
  @created  2009-01-29, 09:17:21
  @author lukasz.tyrala
  @license  default
  @description  Introducing jq instead of $
*/

var jq = jQuery.noConflict();

// (function($) {
      // You can use $ inside this wrapper if you want
// });