jQuery(document).ready(function() {
		jQuery('.common2').hide();
		jQuery('#video1').show();
		
        jQuery('#commercial1').click(function() {
		  jQuery('.common2').hide();
		  jQuery('#video1').show();
        });
		jQuery('#commercial2').click(function() {
		  jQuery('.common2').hide();
		  jQuery('#video2').show();
        });
		jQuery('#commercial3').click(function() {
		  jQuery('.common2').hide();
		  jQuery('#video3').show();
        });
		jQuery('#commercial4').click(function() {
		  jQuery('.common2').hide();
		  jQuery('#video4').show();
        });
                jQuery('#rivini5').click(function() {
		  jQuery('.common2').hide();
		  jQuery('#video5').show();
        });
		
		
		
		
		});
