// 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=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=wr&player=2\">Mark Milke is interviewed at the Alberta&#146;s Future conference in Edmonton');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=pW&player=2\">Le PM demande aux Canadiens de donner généreusement lors du téléthon Ensemble pour Haïti');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=jq&player=2\">PM announces changes to the Ministry / Le PM annonce des changements au Conseil des ministres');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=La&player=2\">Le PM demande aux Canadiens de donner généreusement lors du téléthon Ensemble pour Haïti');
	document.write('<OPTION VALUE=\"http://www.youtube.com/v//watch?v=FA&player=2\">PM asks Canadians to donate generously during the Canada For Haiti telethon');
	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>');

