$(function(){
	// ########################################load games
	$('.games').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/games/").show();
	$('.center_content').hide();
   })
	
	// ########################################load business
	$('.business').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/business").show();
	$('.center_content').hide();
   })
	
	// ########################################load news
	$('.news').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/news").show();
	$('.center_content').hide();
   })
	
	// ########################################load finance
	$('.finance').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/finance").show();
	$('.center_content').hide();
   })
	
	// ########################################load productivity
	$('.productivity').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/productivity").show();
	$('.center_content').hide();
   })
	
	// ########################################load lifestyle
	$('.lifestyle').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/lifestyle").show();
	$('.center_content').hide();
   })
	
	// ########################################load social
	$('.social').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/social").show();
	$('.center_content').hide();
   })
	
	// ########################################load navigation
	$('.navigation').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/navigation").show();
	$('.center_content').hide();
   })
	
	// ########################################load travel
	$('.travel').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/travel").show();
	$('.center_content').hide();
   })
	
	// ########################################load photography
	$('.photography').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/photography").show();
	$('.center_content').hide();
   })
	
	// ########################################load music
	$('.music').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/music").show();
	$('.center_content').hide();
   })
	
	// ########################################load weather
	$('.weather').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/weather").show();
	$('.center_content').hide();
   })
	
	// ########################################load entertainment
	$('.entertainment').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/entertainment").show();
	$('.center_content').hide();
   })
	
	// ########################################load health
	$('.health').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/health").show();
	$('.center_content').hide();
   })
	
	// ########################################load books
	$('.books').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/books").show();
	$('.center_content').hide();
   })
	
	// ########################################load sports
	$('.sports').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/sports").show();
	$('.center_content').hide();
   })
	
	// ########################################load food
	$('.food').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/food").show();
	$('.center_content').hide();
   })
	
	// ########################################load Reference
	$('.reference').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/reference").show();
	$('.center_content').hide();
   })
	
	// ########################################load education
	$('.education').bind('click', function(){
	$('.category_content').empty().load("http://www.daypick.com/palm_apps/education").show();
	$('.center_content').hide();
   })
	
	
});

function get_detail(data){
	//alert(data.id);
//	$.post("http://www.daypick.com/get_detail",{id:data.id},function(my){
//		alert("Data Loaded: " + data.id);
var url = "http://www.daypick.com/Palm_apps?id=";
	url += data.id;
//	alert ('id is ' +data.id);
	$('.category_content').empty().load(url).show();
//	});
//	return false;


	$('.center_content').hide();
}
