﻿// Define '$j' for use in place of jquery's '$'
// Sitecore uses prototype for PageEdit support (and maybe other things), 
// which conflicts with jquery's use of '$'
// http://sitecoresupport.blogspot.com/2009/01/jquery-conflicts-with-pageeditor.html
var $j = jQuery.noConflict();

