/************************************** Splendid *************************************
* Created By:		Jill Yosar
* Creation Date:	22nd September 2009
* Edited ----------------------------------------------------------------------------
*      By:              On:  
* Description -----------------------------------------------------------------------
*      This file handles the statistics popup
*      Uses JQuery.
*      Example: 
*           1.3.1_Case-study-Benz.html
*
* Functions -------------------------------------------------------------------------
*       
*       
*       
* Event Handlers --------------------------------------------------------------------
*       
*       
*       
**************************************************************************************/

/********************************** Global Variables *********************************/
 $(document).ready(function(){
	 $("#linkStats").click(function(){
    	openLightbox(this); 
    	return false;
	});
});



