// 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=f9&player=2\">PM Replies to Speech from the Throne / Le PM répond au discours du Trône');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=5e&player=2\">PM marks start of Paralympics Torch Relay / Le PM souligne le début du relais de la flamme');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=FR&player=2\">PM announces investments in BC / Le PM annonce des investissements en Colombie-Britannique');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=w9&player=2\">PM welcomes the Olympic Flame / Le PM accueille la flamme olympique');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=Kr&player=2\">Stephen Taylor interviews Danielle Smith on her view of Alberta&#146;s Future');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=3Q&player=2\">Joan Crockatt interview at Manning Centre&#146;s conference on Alberta&#146;s Future');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=MK&player=2\">Preston Manning at the Manning Centre conference on Alberta&#146;s future');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=3i&player=2\">Monte Solberg interview at the Alberta&#146;s future conference in Edmonton');
	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('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=WR&player=2\">Stephane Dion&#146;s Trainwreck on ATV');
	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>');

