/* -------------------------------------------------------------------------------- */
/*  GQ 2010 - In Page JS Code  								                        */
/*  Ver     : 3                                                                     */
/*  Created : 2 June 2010                                                           */
/*  Note:                                                                           */
/*  - Take note of the sequence in order for the plug-ins to work together properly */
/* -------------------------------------------------------------------------------- */

$(document).ready(function () {
    $("a.news-image").fancybox({
        'titlePosition': 'inside'
    });
});

function do_stuff() {
		
	/* ----------------- */
	/* 1. Removing Class */
	/* ----------------- */
	$('ul.featured-expertise li').removeClass('edge');
	
		
	/* --------------------------- */
	/* 4. Empty on Click - on form */
	/* --------------------------- */
	$('.emptyonclick').emptyonclick();

}


