	// JavaScript Document

// global variables that control which store to go to


$(window).load(function(){
	
//-------------------------- youtube video player plugin controls --------------------------
	
	$("ul.yt-thumbs").ytplaylist({
		addThumbs        : true,
		playerWidth      : 500,
		playerHeight     : 311,
		autoPlay         : false,
		showRelated      : false,
		allowFullScreen  : true,
		holderId         : 'yt-video'
		});



});
	

	$("ul.demo1").ytplaylist();

	$("ul.yt-thumbs2").ytplaylist({
		addThumbs:true,
		autoPlay: false,
		playerWidth      : 960,
		playerHeight     : 488,
		autoPlay         : false,
		showRelated      : false,
		allowFullScreen  : true,
		holderId         : 'yt-video2'
		});
	

