$(document).ready(function()
{
	// Call ie pngFix
	$(document).pngFix();
	
	/*	Show / hide review form	*/
	/*	Come back to this - too anoying while in dev phase. See article below for hints */
	/*	http://www.kitsimons.com/journal/tutorial-form-context-help-with-jquery */
	//$("#reviewForm").hide(); 
	
	//end code ******************************************
});