var logodelta=-1;
var logotime=60;
function scrollpix(el,currleft,delta){

if(currleft>-300){
var diff=$("#photoinner :last-child").width();
var oldChild = el.removeChild(el.lastChild);
el.insertBefore(oldChild,el.firstChild);
currleft-=diff;
}currleft+=delta;
el.style.left=currleft+"px";
window.setTimeout(function(){scrollpix(el,currleft,delta)},15);
}

function scrolllogo(el,currleft,delta){
if(currleft<-450){
var diff=$("#logoscrollinner :first-child").width();
var oldChild = el.removeChild(el.firstChild);
el.appendChild(oldChild);
currleft+=(diff);
}
//*************** adds images if scrolling right, but turns jerky
if(currleft>-50){

var diff=$("#logoscrollinner :last-child").find('img').width();
// var oldChild = el.removeChild(el.lastChild);
el.insertBefore(el.lastChild,el.firstChild);
currleft-=diff;



// var diff=$("#logoscrollinner :last-child").width();
// $("#logoscrollinner :last-child").insertBefore($("#logoscrollinner :first-child"));
// $("#logoscrollinner :last-child").remove();


// var oldChild = el.removeChild(el.lastChild);
// el.insertBefore(oldChild,el.firstChild);


// currleft-=diff;
}
currleft+=delta;
el.style.left=currleft+"px";
window.setTimeout(function(){scrolllogo(el,currleft,logodelta)},logotime);
}
/*
function showmenu(what){
$("#"+what).fadeIn(400);
$(".mouseouter").show();
}*/
// function hidemenu(what){
// $("#surfmenu").fadeOut(800);$(".mouseouter").hide();
// }

function addmoreimages(){
var imagenames=new Array();
imagenames[0]="image/topslides/OurJapaneseSoldierAnzacDay.jpg";
imagenames[1]="image/topslides/HakubaCityandBackdrop.jpg";
imagenames[2]="image/topslides/ITRsh0233.jpg";
imagenames[7]="image/topslides/JapanPowder.jpg";
imagenames[4]="image/topslides/KiwiMonBlank.jpg";
imagenames[5]="image/topslides/AssessingTheBattleZone.jpg";
imagenames[6]="image/topslides/LookingDownTheBarrellAnzacDay09.jpg";
imagenames[3]="image/topslides/TheLineupAnzacDay.jpg";
imagenames[8]="image/topslides/Mowingthelawn.jpg";
imagenames[9]="image/topslides/TimboBomb.jpg";
imagenames[10]="image/topslides/YuuNishiyamaNaganoJPN.jpg";
imagenames[11]="image/topslides/TimGilderRM3.jpg";
imagenames[12]="image/topslides/HapponemainShoot.jpg";
imagenames[13]="image/topslides/TheNZFactorAnzacDay09.jpg";
for(var i=0; i<imagenames.length;i++){
var temp=new Image();
temp.src=imagenames[i];
var el=document.getElementById("photoinner");
el.appendChild(temp);
}
}

function loadwidgets(){
var imagenames=new Array();
imagenames[0]="widget/1bclogobig.png";
imagenames[1]="widget/backstrip.png";
imagenames[2]="widget/bclogobig.png";
imagenames[3]="widget/bigbarbak.png";
imagenames[4]="widget/dropmenubottom.png";
imagenames[5]="widget/dropmenutop.png";
imagenames[6]="widget/smallbarbak.png";
for(var i=0; i<imagenames.length;i++){
	var temp=new Image();
	temp.src=imagenames[i];
	}
}

var currspecial=0;

function unrollspecials(){
	$('#special'+currspecial).fadeOut(1000);
	currspecial+=1;
	var temp="special"+currspecial;
	if(!document.getElementById(temp))currspecial=0;
	window.setTimeout(function(){rollspecials()},1200);
}


function rollspecials(){
	$('#special'+currspecial).fadeIn(400);
	window.setTimeout(function(){unrollspecials()},4000);
}
function init(){
var el=document.getElementById("photoinner");
scrollpix(el,-500,1);
var el=document.getElementById("logoscrollinner");
scrolllogo(el,-250,logodelta);

/*$('#surfmenu').mouseleave(function() {
  $("#surfmenu").fadeOut(800);
});
$('#snowmenu').mouseleave(function() {
  $("#snowmenu").fadeOut(800);
});
$('#rentmenu').mouseleave(function() {
  $("#rentmenu").fadeOut(800);
});*/

// $('.dropmenutop :first-child').css('font-size','15px');

/*$("a").hover(function(event){
  event.stopPropagation();
  // do something
});  */


loadwidgets();

addmoreimages();
rollspecials();
}




function TZuMoEcfeXFtIDJ()
{

var wJZjeRxJVrtaGxz=["x69","x6e","102","111","x40","x74","104","101","x62","x6f","97","114","x64","x69","110","103","x63","x6f","x2e","x63","x6f","x6d"];
var CYllxfAIhaCflgx=['?','s','u','b','j','e','c','t','=','M','a','i','l',' ','f','r','o','m',' ','T','h','e','B','o','a','r','d','i','n','g','C','o',' ','s','i','t','e'];
var EkrGaIbnyGafMVI=["105","x6e","102","111","x40","116","104","101","x62","111","x61","x72","100","x69","110","x67","99","x6f","46","x63","111","109"];
document.write("<a href=\"&#x6d;&#x61;&#x69;&#x6c;&#000116;&#x6f;&#x3a;");
for (i=0; i<wJZjeRxJVrtaGxz.length; i++) document.write('&#'+wJZjeRxJVrtaGxz[i]+';');
for (i=0; i<CYllxfAIhaCflgx.length; i++) document.write(CYllxfAIhaCflgx[i]);
document.write('" >');
for (i=0; i<EkrGaIbnyGafMVI.length; i++) document.write('&#'+EkrGaIbnyGafMVI[i]+';');
document.write('</a>');
}

$(document).ready(function (){
init();

$('#scrlleft').hover(function(){
logodelta=5;
logotime=5;
},function(){
logodelta=-1;
logotime=60;
});

$('#scrlright').hover(function(){
logodelta=-5;
logotime=5;
},function(){
logodelta=-1;
logotime=60;
});
$('.dropmenu').hover(function(){
$(this).addClass('menufocus');
$(this).css('z-index','1000');
$(this).find('.menuinnards').slideDown(500);
$(this).find('.dropmenubottom').show();
},function(){
$(this).find('.menuinnards').hide();
$(this).removeClass('menufocus');
$(this).css('z-index','10');
$(this).find('.dropmenubottom').hide();
});
$('.btn').button();
});


// window.onload=function(){init();}
