(function(jQuery){
jQuery.fn.fourwidestandings = function(options){
 var defaults = {};  
 var options = jQuery.extend(defaults, options); 
  return this.each(function(){
		obj=jQuery(this);
		jQuery('#sprint_standings',obj).click(function(){
			jQuery('#league_details').html('<object type="application/x-shockwave-flash" data="http://widgets.clearspring.com/o/47cec53c3e83f519/4a2f1225ea8e72f8/47cec712612d1be6/d4a56236" id="W47cec53c3e83f5194a2f1225ea8e72f8" width="300" height="400"><param name="movie" value="http://widgets.clearspring.com/o/47cec53c3e83f519/4a2f1225ea8e72f8/47cec712612d1be6/d4a56236" /><param name="wmode" value="transparent" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /></object>');										   
			return false;
		});
		jQuery('#nationwide_standings',obj).click(function(){
			jQuery('#league_details').html('<object type="application/x-shockwave-flash" data="http://widgets.clearspring.com/o/487768b7f1137644/4a2f1242463867d9/487768fa46bc6e69/315e2e20" id="W487768b7f11376444a2f1242463867d9" width="307" height="400"><param name="movie" value="http://widgets.clearspring.com/o/487768b7f1137644/4a2f1242463867d9/487768fa46bc6e69/315e2e20" /><param name="wmode" value="transparent" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /></object>');		   
			return false;
		});
		jQuery('#camping_standings',obj).click(function(){
			jQuery('#league_details').html('<object type="application/x-shockwave-flash" data="http://widgets.clearspring.com/o/487767af4192d7a4/4a2f1262278e215f/487768038366cdc1/77ba4d29" id="W487767af4192d7a44a2f1262278e215f" width="307" height="400"><param name="movie" value="http://widgets.clearspring.com/o/487767af4192d7a4/4a2f1262278e215f/487768038366cdc1/77ba4d29" /><param name="wmode" value="transparent" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /></object>');		   
			return false;
		});
  });
};
})(jQuery);