$(document).ready(function($) {

	jQuery(document).ready(function() {
		$('#switcher').switcher();
	});
  
});
