try{jQuery.noConflict();(function($){$(document).ready(function(){$('a[rel^="gallery"]').prettyPhoto({});$('a[class*="lightview"],a[rel*="lightbox"]').each(function(i,a){if(!$(a).is('a[rel^="gallery"]')){var b=$(a).attr('href');var c=$(a).attr('title');if(b.match(/\.swf$/)){$(a).attr('href',b+'?width=720&height=486')}if(b.match(/\.html$/)||b.match(/\.mp3$/)||b.match(/\.m4v$/)||b.match(/\.mov$/)||b.match(/\.wmv$/)){var d='?mode=iframe';var w=c.match(/width:\ *([0-9]+)/);var h=c.match(/height:\ *([0-9]+)/);if(w&&h){d+='&width='+w[1]+'&height='+h[1]}$(a).attr('href',b+d)}var t=c.split('::');var e=t[0];if(t[1]){e+='<br><small>'+t[1]+'</small>'}$(a).attr('title',e);$(a).prettyPhoto({showTitle:false,theme:'light_rounded',callback:function(){}})}})})})(jQuery)}catch(e){}
