/**
 * @author JunLisondra
 */


function insertAcorn(){
	swfobject.embedSWF( "http://www.idk.com.ph/wp/wp-content/themes/idk/flash/Acorn_MovieClip.swf",
						"acorn",  350, 230, '9.0.124',"",
						{},
						{wmode:"transparent",play:"true",autostart:"true"});	
}

function insertHomeAnimation(){
	swfobject.embedSWF( "http://www.idk.com.ph/wp/wp-content/themes/idk/flash/ZOoLand_Anim.swf",
						"home_animation",  750, 450, '9.0.124',"",
						{},
						{wmode:"transparent",play:"true",autostart:"true"});	
}

function adjustMenu(){
	j("li.page-item-6 a").attr("href","http://www.idk.com.ph/category/featured/");
}

function validate(){
	if(j("#name").val()==""){
		alert("Please indicate your name.");
		return false;
	}
	
	if(j("#email").val()==""){
		alert("Please indicate your email address.");
		return false;
	}
	
	if(j("#message").val()==""){
		alert("Please indicate your message.");
		return false;
	}
	
	return true;
}

 var j = jQuery.noConflict();
 
 j(document).ready(function(){
 	  adjustMenu();
	  
	  if (j("#ie6").length > 0) {
	  	j("#ie6").before("You are using Internet Explorer 6, please use " +
	  	"more advanced browsers<br/> such as <a href='http://www.mozilla.com/en-US/products/download.html'>Firefox</a>, " +
	  	" <a href='http://www.google.com/chrome'>Google Chrome</a>, or IE7 to continue.");
		return false;
	  }

	  
  	if (j("body.home").length == 0) {
  		//insertAcorn();
	}
	else {
		insertHomeAnimation();
	}
			
	if (j("#slideshow_fw").length > 0) {
		j("#slider").easySlider({
			auto: false,
			continuous: false,
			pause: 4000,
			nextText: '',
			prevText: ''
		
		});
	}
	
	if (j("#idk_lightbox").length > 0) {
		j("#idk_lightbox a").wrap("<div class='container'></div>");
		j("#idk_lightbox img").css({
			"width": "135px",
			"height": "135px"
		});
		
	}
			
	if (j(".parent-pageid-13").length > 0) {
		j(".parent-pageid-13 #idk_lightbox a").lightBox();
	}	
	
 })
