$(function() {          
		$("img").lazyload({
			 placeholder : "img/grey.gif",
			 effect      : "fadeIn"
		});
});
$(document).ready(function(){
		$('#iid').change(function(e){
			var iid_label = document.title +': '+ this.options[this.selectedIndex].text;
			_gaq.push(["_trackEvent", "Project Filter", "Industry", iid_label]);
			console.log(iid_label);
    });
		$('#sid').change(function(e){
			var sid_label = document.title +': '+ this.options[this.selectedIndex].text;
  		_gaq.push(['_trackEvent', 'Project Filter', 'Industry', sid_label]);
    });
});
