jQuery(document).ready(function() {	

	jQuery("div.tab-right div.tab_img_surround div.ply_btn").click(function(){
		
	jQuery(".main_image .video_home .video-box-js").addClass("ajaxFade");
	
	var post_id = jQuery(this).parent().parent().attr('id');
	//alert(post_id);
	
						var data = 'post_id='+post_id;
						var ajax_load = '<div class="video-loader"><div class="img-wrap"><center><img src="/wp-content/themes/office-space/office-space/images/logo_footer.png" border="0" width="165" height="22"><br /><img src="/wp-content/themes/office-space/office-space/images/loader.gif" border="0" height="64" width="84"></center></div></div>';
	
						//
						jQuery.ajax(
								{
									   type: "GET",
									   url: "/wp-content/themes/office-space/office-space/home-player.php",
									   data: data,

									   success: function()
									   {
									   	
									   	//alert(data);
									   	
											jQuery(".main_image").html(ajax_load).load("/wp-content/themes/office-space/office-space/home-player.php", data);  


											
									   }
						});

	
	
	//jQuery(".video_home").toggleClass("active");
	//jQuery(".video_home").toggleClass("inactive");

	});
	
	jQuery("div.tab-right h2 a").click(function(){
	jQuery(".main_image .video_home .video-box-js").addClass("ajaxFade");
	
	var post_id = jQuery(this).attr('id');
	//alert(post_id);
	
						var data = 'post_id='+post_id;
						var ajax_load = '<div class="video-loader"><img src="/wp-content/themes/office-space/office-space/images/loading-new.gif" border="0" height="50" width="50"></div>';
	
						//
						jQuery.ajax(
								{
									   type: "GET",
									   url: "/wp-content/themes/office-space/office-space/home-player.php",
									   data: data,

									   success: function()
									   {
									   	
									   	//alert(data);
									   	
											jQuery(".main_image").html(ajax_load).load("/wp-content/themes/office-space/office-space/home-player.php", data);  


											
									   }
						});

	
	
	//jQuery(".video_home").toggleClass("active");
	//jQuery(".video_home").toggleClass("inactive");

	});




	
});//Close Function