$(document).ready(function(){
	
/*	$('img').each(function() {
		$('img.border').css('width', $('img.border').attr('width') + 'px !important');
		$('img.border').css('height',$('img.border').attr('height') + 'px !important');
		});
*/	
	
	if($('#kohl_home').length > 0) {
		if( $.browser.msie && $.browser.version <= 6 )
			$('.quotes q').prepend("&ldquo;").append("&rdquo;");
		}
	
	if($('#kohl_productions_theatre').length > 0) {
		$('ul.gallery a').lightBox({
			imageLoading: 'plugins/jquery.lightbox/images/lightbox-ico-loading.gif',
			imageBtnClose: 'plugins/jquery.lightbox/images/lightbox-btn-close.gif',
			imageBtnPrev: 'plugins/jquery.lightbox/images/lightbox-btn-prev.gif',
			imageBtnNext: 'plugins/jquery.lightbox/images/lightbox-btn-next.gif'
			});
		}
	
	
	//  dropcap script
	$('.dropMe').each(function() {
		//  format: <span class="drop">I</span><span class="dropWord">n</span>
		var html = $(this).html();
		var word = html.substring(0,html.indexOf(' '));
		var insert = '<span class="drop">' + word.charAt(0) + 
					 '</span><span class="dropWord">' + word.substr(1) + '</span>';
		$(this).html(insert + html.substr(html.indexOf(' ')));
		});
	
	});

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-9997606-1");
pageTracker._trackPageview();
} catch(err) {}