$(document).ready(function() { 
	
	/*	  $('.topMenu').click(function(){
			  //alert(this);
			  //$("#"+e.target.id).addClass('selected');
			  //$('this').attr("id").addClass('selected');
			  //$(this).addClass('selected');
			  //$(this).css('background-color', 'red');
			  //alert($(this));
			  //return false;
		  }).live(function(){
			  $(this).css('background-color', 'red');
		  })
		  
	.mouseover(function() {
		$(this).addClass('mouseover');
		$(this).removeClass('mouseout');
	}).mouseout(function() {
		$(this).addClass('mouseout');
		$(this).removeClass('mouseover');
	});*/
	/*$('#main42').live('click',function(){
		$(this).addClass('selected');
		
	});*/
	
	
	// $('#main42').addclass('selected');
	
});
