// Schoolzone image declarations
		var CheatingNormImg = new Image(105,147)
        var CheatingOverImg = new Image(105,147)
		var AppleWormNormImg = new Image(105,147)
        var AppleWormOverImg = new Image(105,147)
		var BoringNormImg = new Image(105,147)
        var BoringOverImg = new Image(105,147)

		//School zone image sources	
 		CheatingNormImg.src = "/images/cards/sm_quitcheating_f.gif"
        CheatingOverImg.src = "/images/cards/sm_quitcheating_b.gif"
        AppleWormNormImg.src = "/images/cards/sm_appleworm_f.jpg"
        AppleWormOverImg.src = "/images/cards/sm_appleworm_b.gif"
		BoringNormImg.src = "/images/cards/sm_boringteacher_f.gif"
        BoringOverImg.src = "/images/cards/sm_boringteacher_b.gif"