$(document).ready(function() {

// UA hide address bar
if( (navigator.userAgent.match(/iPhone/i)) ||
(navigator.userAgent.match(/iPod/i)) ||
(navigator.userAgent.match(/iPad/i)) ) {
setTimeout(scrollTo, 100, 0, 1);
}
else if (navigator.userAgent.match(/Android/i)) {
window.scrollTo(0,1);
}

$("#fade").hide();	
$("#fade").fadeIn("slow");

  document.getElementById("aedi").innerHTML = homeimg[e]; 
  document.getElementById("container-home-top").className = cbg[e];  
  document.getElementById("services-title").className = chdg[e]; 
  document.getElementById("services").className = ctxt[e];
  document.getElementById("webdesign-en-content").className = ctxtin[e];
  document.getElementById("webdesign-ja-content").className = ctxtin[e];   
   
   $("#plus2").click(function(){ 	  
	  $("#fade").hide();	  
	  $("#fade").fadeIn("slow"); 	  
   })   
   
   $("#minus2").click(function(){	   
      $("#fade").hide();		  
	  $("#fade").fadeIn("slow"); 	  
   })
  	
});

// preload
jQuery.preloadImages = function()
{
  for(var i = 0; i<arguments.length; i++)
  {
    jQuery("<img>").attr("src", arguments[i]);
  }
}

$.preloadImages("/wp/wp-content/themes/AEDI/images/home01.png", "/wp/wp-content/themes/AEDI/images/home02.png","/wp/wp-content/themes/AEDI/images/home03.png","/wp/wp-content/themes/AEDI/images/home04.png","/wp/wp-content/themes/AEDI/images/home07.png","/wp/wp-content/themes/AEDI/images/home08.png","/wp/wp-content/themes/AEDI/images/home08_bg.png","/wp/wp-content/themes/AEDI/images/big_company_title.png","/wp/wp-content/themes/AEDI/images/stars.png","/wp/wp-content/themes/AEDI/images/stars.png","/wp/wp-content/themes/AEDI/images/zunzuku_cowboys_hearts.png","/wp/wp-content/themes/AEDI/images/piggies_new.png","/wp/wp-content/themes/AEDI/images/piggies_new_bg.png");


// swap
var homeimg = new Array(
'<img src="/wp/wp-content/themes/AEDI/images/home01.png" alt="Easier, Simpler and More Interesting ムズかしいをカンタンに。" title="Easier, Simpler and More Interesting ムズかしいをカンタンに。">',
'<div id="gm"><iframe seamless width="100%" height="100%" frameborder="0" src="/wp/wp-content/themes/AEDI/new3dtext2_480.html" scrolling="no"></iframe></div>',
'<img src="/wp/wp-content/themes/AEDI/images/home02.png" alt="AEDI is a Web and Graphic Design Company" title="Hello! We are a Tokyo based web and graphic design company.">',
'<div class="img-clear"></div>',
'<img src="/wp/wp-content/themes/AEDI/images/home03.png" alt="AEDI is a Web and Graphic Design Company" title="Hello! We are a Tokyo based web and graphic design company.">',
'<img src="/wp/wp-content/themes/AEDI/images/home04.png" alt="AEDI is a Web and Graphic Design Company" title="Hello! We are a Tokyo based web and graphic design company.">',
'<div id="gm"><iframe seamless width="100%" height="100%" frameborder="0" src="/wp/wp-content/themes/AEDI/transversal.html"></iframe></div>',
'<img src="/wp/wp-content/themes/AEDI/images/home07.png" alt="Easier, Simpler and More Interesting タマゴのようにシンプルに。" title="Easier, Simpler and More Interesting タマゴのようにシンプルに。">',
'<div id="gm"><iframe seamless width="100%" height="100%" frameborder="0" src="http://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=AEDI%E6%A0%AA%E5%BC%8F%E4%BC%9A%E7%A4%BE&amp;ie=UTF8&amp;hq=AEDI%E6%A0%AA%E5%BC%8F%E4%BC%9A%E7%A4%BE&amp;hnear=T%C5%8Dky%C5%8D+Metropolis&amp;ll=35.708677,139.741545&amp;spn=0.028822,0.066047&amp;t=p&amp;z=9&amp;iwloc=B&amp;brcurrent=3,0x60188d2059b7fd4b:0xec61c68fe232efd2,0&amp;cid=4860609194791553509&amp;output=embed"></iframe></div><img src="/wp/wp-content/themes/AEDI/images/heading01.png" alt="AEDI is a Tokyo Based Web and Graphic Design Company" id="gm-title">',
'<img src="/wp/wp-content/themes/AEDI/images/home08.png" alt="AEDI is a Web and Graphic Design Company" title="Hello! We are a Tokyo based web and graphic design company.">',
'<div class="img-clear"></div>'
);

var cbg = new Array(	
"cbg01",
"cbg11",
"cbg02",
"cbg10",
"cbg03",
"cbg04",
"cbg08",
"cbg05",
"cbg07",
"cbg06",
"cbg09"
);

var chdg = new Array(	
"chdg01",
"chdg11",
"chdg02",
"chdg10",
"chdg03",
"chdg04",
"chdg08",
"chdg05",
"chdg07",
"chdg06",
"chdg09"
);

var ctxt = new Array(	
"ctxt01",
"ctxt11",
"ctxt02",
"ctxt10",
"ctxt03",
"ctxt04",
"ctxt08",
"ctxt05",
"ctxt07",
"ctxt06",
"ctxt09"
);

var ctxtin = new Array(	
"ctxtin01",
"ctxtin11",
"ctxtin02",
"ctxtin10",
"ctxtin03",
"ctxtin04",
"ctxtin08",
"ctxtin05",
"ctxtin07",
"ctxtin06",
"ctxtin09"

);

// random
var e = Math.floor(Math.random()*homeimg.length);

function swapimg(num)
{
  if (num == true)
  {
    homeimg.unshift(homeimg.pop());
	cbg.unshift(cbg.pop());
	chdg.unshift(chdg.pop());
	ctxt.unshift(ctxt.pop());		
	ctxtin.unshift(ctxtin.pop());
  }
  else
  {
    homeimg.push(homeimg.shift()); 
	cbg.push(cbg.shift());
	chdg.push(chdg.shift()); 
	ctxt.push(ctxt.shift());	
	ctxtin.push(ctxtin.shift());
  }  
  document.getElementById("aedi").innerHTML = homeimg[e]; 
  document.getElementById("container-home-top").className = cbg[e];  
  document.getElementById("services-title").className = chdg[e]; 
  document.getElementById("services").className = ctxt[e];
  document.getElementById("webdesign-en-content").className = ctxtin[e];
  document.getElementById("webdesign-ja-content").className = ctxtin[e];
}



