﻿$(document).ready(function() 
    {   
    try { $('a[@rel=lightbox]').fancybox(); } catch(e){};
    try { $('a[@rel=lightbox group]').fancybox(); } catch (e) { };

    try{$('a.media').media();}catch(e){};
    try{$('.tooltip').tooltip({showURL: false,showBody: " - "});}catch(e){};
    });
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_endRequest(function()
    {    
    try { $('a[@rel=lightbox]').fancybox(); } catch(e){};
    try { $('a[@rel=lightbox group]').fancybox(); } catch (e) { }; 
	try { reflectionInit(); } catch (e) { };
	try { $('.reflect').reflect(); } catch (e) { }; 
	
	try{$('a.media').media();}catch(e){};
    try{$('.tooltip').tooltip({showURL: false,showBody: " - "});}catch(e){};
    });
    
 

