$(document).ready(function(){
   

    // medicare video 1
    $('#medigapvideo1').click(function(){
        $('<iframe width="560" height="349" src="http://www.youtube.com/embed/QoFBShKG9fA" frameborder="0" allowfullscreen></iframe>')
            .o3EnlargeBox();        
    });
	
	    // medicare video 1
    $('#medicaretipsvideo').click(function(){
        $('<iframe width="560" height="349" src="http://www.youtube.com/embed/2iIZR3BmX-k" frameborder="0" allowfullscreen></iframe>')
            .o3EnlargeBox();        
    });
	
	
	
	    // medicare advantage
    $('#advantageplanvideo').click(function(){
        $('<iframe width="560" height="349" src="http://www.youtube.com/embed/x91_3ocJ3XY" frameborder="0" allowfullscreen></iframe>')
            .o3EnlargeBox();        
    });
	
	
	    // medicare part d
    $('#partdvideo').click(function(){
        $('<iframe width="560" height="349" src="http://www.youtube.com/embed/8cfAbG9EFH4" frameborder="0" allowfullscreen></iframe>')
            .o3EnlargeBox();        
    });
	
});
