// JavaScript Document

/*jQuery(document).ready(function() { 
	jQuery('#ccodecheck .NFSelectOptions li a').click(
		function(){
			thisvalue = jQuery(this).val();
			alert(thisvalue);
		}
	);
});*/
