// JavaScript Document
if (typeof wthvideo == 'undefined') {
	wthvideo = new Object();
}
wthvideo.params = {
	width:320,
	height:320,
	left:"auto",
	right:"0px",
	top:"auto",
	bottom:"0px",
	flv:"templebestnetsavings1981"};
wthvideo.hideDiv = function(){
	document.getElementById('wthvideo').style.visibility = 'hidden';	
}
function onlyOnce() {
if (document.cookie.indexOf("hasSeen=true") == -1) {
var later = new Date();
later.setFullYear(later.getFullYear()+10);
document.cookie = 'hasSeen=true;path=/;';
wthvideo.drawVideo();
}
}
wthvideo.drawVideo= function(){
	var markUp = '';
	markUp += '<style type="text/css">';
	markUp += '#wthvideo {position:fixed;width:'+wthvideo.params.width+'px;height:'+wthvideo.params.height+'px;left:'+wthvideo.params.left+';right:'+wthvideo.params.right+';top:'+wthvideo.params.top+';bottom:'+wthvideo.params.bottom+';z-index:1;}';
	markUp += '#slidesforvid {position:absolute;width:536px;height:380px;left:50%;margin-left:-428px;top:132px;visibility:hidden;}';
	markUp += '</style>';
	markUp += '<!--[if lte IE 6]>';
	markUp += '<style type="text/css">';
	markUp += 'html, body{height: 100%;overflow: auto;}#wthvideo {position: absolute;}';
	markUp += '</style>';
	markUp += '<![endif]-->';
	markUp += '<div id="wthvideo">';
	markUp += '  <object id="objvideo" style="outline:none;" type="application/x-shockwave-flash" width="'+wthvideo.params.width+'" height="'+wthvideo.params.height+'" data="wthvideo/cuepointsplayer.swf">';
	markUp += '    <param name="movie" value="wthvideo/cuepointsplayer.swf" />';
	markUp += '    <param name="quality" value="high" />';
	markUp += '    <param name="flashvars" value="vurl='+wthvideo.params.flv+'.flv&amp;vwidth='+wthvideo.params.width+'&amp;vheight='+wthvideo.params.height+'&amp;vdelay='+wthvideo.params.delay+'" />';
	markUp += '    <param name="wmode" value="transparent" />';
	markUp += '    <param name="allowscriptaccess" value="always" />';
	markUp += '    <param name="swfversion" value="9.0.45.0" />';
	markUp += '  </object>';
	markUp += '</div>';
	markUp += '<div id="slidesforvid">';
	markUp += '<img id="slides_wth" src="wthvideo/images/outside2/outside2_1.jpg" width="536" height="380" />';
	markUp += '</div>';
	document.write(markUp);
}
function hideDiv() {
	wthvideo.hideDiv();
	document.getElementById('slidesforvid').style.visibility = 'hidden';
}
wthvideo.drawVideo();

//onlyOnce();
function cue0() {
	document.getElementById('slidesforvid').style.visibility = 'visible';
}
function cue1()	{
	document.getElementById('slides_wth').src = 'wthvideo/images/outside2/outside2_2.jpg';
}
function cue2()	{
	document.getElementById('slides_wth').src = 'wthvideo/images/outside2/outside2_3.jpg';
}



