var menuSlider=function(){
	var m,e,g,s,q,i; e=[]; q=8; i=8;
	return{
		init:function(j,k){
			m=document.getElementById(j); e=m.getElementsByTagName('li');
			var i,l,w,p; i=0; l=e.length;
			for(i;i<l;i++){
				var c,v; c=e[i]; v=c.value; if(v==1){s=c; w=c.offsetWidth; p=c.offsetLeft}
				c.onmouseover=function(){menuSlider.mo(this)}; c.onmouseout=function(){menuSlider.mo(s)};
			}
			g=document.getElementById(k); g.style.width=w+'px'; g.style.left=p+'px';
		},
		mo:function(d){
			clearInterval(m.tm);
			var el,ew; el=parseInt(d.offsetLeft); ew=parseInt(d.offsetWidth);
			m.tm=setInterval(function(){menuSlider.mv(el,ew)},i);
		},
		mv:function(el,ew){
			var l,w; l=parseInt(g.offsetLeft); w=parseInt(g.offsetWidth);
			if(l!=el||w!=ew){
				if(l!=el){var ld,lr,li; ld=(l>el)?-1:1; lr=Math.abs(el-l); li=(lr<q)?ld*lr:ld*q; g.style.left=(l+li)+'px'}
				if(w!=ew){var wd,wr,wi; wd=(w>ew)?-1:1; wr=Math.abs(ew-w); wi=(wr<q)?wd*wr:wd*q; g.style.width=(w+wi)+'px'}
			}else{clearInterval(m.tm)}
		}
	};
}();

(function($){
	$(document).ready(function() {
		//menuSlider.init('flourishPosts','slide');
		$('#flourishPosts li:first').addClass('1');
	$('#flourishShow').after('<ul id="flourishPosts">').cycle({ 
		fx: 'fade', 
		speed:  'normal', 
		timeout: 0,
		height: '446',
		pager:  '#flourishPosts',
		pagerAnchorBuilder: function(idx) { 
			
			return '<li><a href="#"><img src="http://rjohnsoncorp.com/wp-content/themes/rjohnsoncorp/assets/images/flourish_thumb-0' + idx + '.jpg" alt="flourish_thumb" width="52" height="52" /></a></li>'; 
		}
		}).next('#flourishPosts').append('<li><a href="http://facebook.com/pages/Vancouver-BC/R-Johnson-Corp/147761681926709"><img src="http://rjohnsoncorp.com/wp-content/themes/rjohnsoncorp/assets/images/flourish_thumb-10.jpg" alt="flourish_thumb" width="52" height="52" /></a></li>');
		
		$('#flourishVideoIntro').live('click', function(e) {
			e.preventDefault();
				$(this).flash( {
					height: 363,
					width: 624
				}, { version: 9 },
				function(htmlOptions) {
					$this = $(this);
					htmlOptions.src = $this.attr('href');
					$this.replaceWith($.fn.flash.transform(htmlOptions));
					
				}
			);
		});
		
		$("#box0").sexyCycle();
	
	    $("#box1").sexyCycle({
			easing: 'easeInOutBounce',
			next: '.next1',
			prev: '.prev1'		
		});
			$('#main .aside:last').not('.home .aside').append('<a href="/"><img src="http://rjohnsoncorp.com/wp-content/themes/rjohnsoncorp/assets/images/sidebar_terrarium.jpg" height="100" width="100" alt="terrarium" class="sideTerrarium" /></a>');
			
			$('#main').css('background-image','none').append('<div id="flourishBG"><a href="/"><span id="flourishBG1"></span><span id="flourishBG2"></span><span id="flourishBG3"></span><span id="flourishBG4"></span></a></div>');
			
			$('#flourishBG a').cycle({
				delay:  8000, 
				speed:  2000
			}); 
		

	});


 



})(window.jQuery);


