// Blogging Tories Television Script
// Copyright 2006 BloggingTories.ca
// Unauthorized use without permission of this Javascript program is strictly forbidden
// email@stephentaylor.ca

var theplayer;

if ( typeof( width) == "undefined")
{
    var width = 0;
}

if ( typeof( bttvwidth) == "undefined")
{
    var bttvwidth = 0;
}

width = parseInt(width);
if(width >= 1 && bttvwidth < 1)
{
    bttvwidth = width;
}

var h = bttvwidth / 1.33;

var videoLoaded = 0;
function loadGutterVideoScreen(movieName)
{
parseit = movieName.indexOf("&player=");
player = movieName.substr(parseit+8, parseit+9);
{
if(player == 1){
crossobj= document.getElementById("BTGutterVideoScreen");
crossobj.innerHTML='<embed style="width:'+bttvwidth+'px; height:'+h+'px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://www.bloggingtories.ca/flvplayer.swf?file='+movieName+'" allowScriptAccess="sameDomain" quality="best" bgcolor="#ffffff" scale="exactfit" wmode="window" salign="TL"></embed><br><a href="http://www.bloggingtories.ca/bttvfullscreen.php?string='+movieName+'">Full Screen</a><br>';
}else if(player == 2){
crossobj= document.getElementById("BTGutterVideoScreen");
crossobj.innerHTML='<embed src="'+movieName+'" type="application/x-shockwave-flash" width="'+bttvwidth+'" height="'+h+'"></embed><br><a href="http://www.bloggingtories.ca/bttvfullscreen.php?string='+movieName+'">Full Screen</a><br>';
}else if(player == 3){
crossobj= document.getElementById("BTGutterVideoScreen");
crossobj.innerHTML='<embed style="width:'+bttvwidth+'px; height:'+h+'px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://www.bloggingtories.ca/flvplayer.swf?file='+movieName+'" allowScriptAccess="sameDomain" quality="best" bgcolor="#ffffff" scale="exactfit" wmode="window" salign="TL"></embed><br><a href="http://www.bloggingtories.ca/bttvfullscreen.php?string='+movieName+'">Full Screen</a><br>';
}else
document.writeln("error.");
}
}
function loadFlashVideoScreen(movieName)
{
crossobj= document.getElementById("BTVideoScreen");
crossobj.innerHTML= '<embed style="width:'+bttvwidth+'px; height:'+h+'px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://www.bloggingtories.ca/flvplayer.swf?file='+movieName+'" allowScriptAccess="sameDomain" quality="best" bgcolor="#ffffff" scale="exactfit" wmode="window" salign="TL" ></embed>';
return false;
}



document.write('<div id="BTGutterVideoScreen"><img src="http://www.bloggingtories.ca/images/bloggingtoriestv.jpg" height="'+h+'" width="'+bttvwidth+'"></div>');
document.write('<FORM><SELECT WIDTH="'+bttvwidth+'" STYLE="width:'+bttvwidth+'px; font-size:10px;font-family:Arial;" onChange="loadGutterVideoScreen(this.value)">');
document.write('<OPTION>Select video');

	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=bW&player=2\">Affordable housing across Yukon / Logement abordable dans le Yukon');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=Jk&player=2\">PM addresses members of the CF in Resolute Bay / Le PM parle aux FC de Resolute Bay');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=DI&player=2\">PM announces Tarium Niryutait Area / Annonce du PM : zone marine de Tarium Niryutait');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=OY&player=2\">PM : Arctic Research Station in Cambridge Bay / Le PM : une station de recherche arctique');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=H8&player=2\">Liberals and NDP say Helena Guergis should resign');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=PJ&player=2\">John Baird vs. Derek Lee');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=1G&player=2\">How to add the BT bar to a Blogger blog');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=Ds&player=2\">Stephen Taylor interviews Jim Prentice regarding oil sands and emissions standards');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=VV&player=2\">Stephen Taylor interviews Senator Doug Finley about the state of free expression in Canada');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=vP&player=2\">Lighter Side of PM Harper');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=CM&player=2\">PM Harper on the Economy');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=Iy&player=2\">Liberals Interviewing Liberals About Conservatives!');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=8e&player=2\">Question Period: Heartless Liberals');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=4o&player=2\">Stephane Dion rejects coalition with the NDP');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=LU&player=2\">Mike Duffy On Dion&#146;s ATV Meltdown');
	document.write('</SELECT></FORM>');
document.write('<a href="http://www.bloggingtories.ca/bttv.php">Put this on your blog</a><br><a href="http://www.bloggingtories.ca/bttv/">Archives</a><br><a href="http://www.bloggingtories.ca">Blogging Tories</a>');

