/*-------------------------------------------------------------------------------------------------*/

jQuery(document).ready(function($){
	/*-----------------------------------------------------------------------------------------------*/
	$('a.qrthumb').lightBox({imageLoading: imgLoading, imageBtnClose: imgClose, imageBtnPrev: imgPrev, 
		imageBtnNext: imgNext, imageBlank: imgBlank});
	/*-----------------------------------------------------------------------------------------------*/
  $('a').focus(function(){$(this).attr("hideFocus", "hidefocus");});
	if (document.all) {for (i = 0; i < document.links.length; i++) {document.links[i].hideFocus = true;}}
	/*-----------------------------------------------------------------------------------------------*/
}) //end document.ready

/*-------------------------------------------------------------------------------------------------*/

