var BLIP_SITE_URL = "http://blip.tv"; 
var OUTPUT_METHOD = "document_write";

if(typeof(Url) != 'function') {
	document.write('<script type="text/javascript" src="http://blip.tv/scripts/url.js"><\/script>');
}

if(typeof(PokkariPlayer) != 'function') {
	document.write('<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js?ver=2009070701"><\/script>');
}

if(typeof(DetectFlashVer) != 'function') {
	document.write('<script type="text/javascript" src="http://blip.tv/scripts/AC_OETags.js"><\/script>');
}




function play_blip_movie_323426() {
	try {
		if (typeof(PokkariPlayerOptions.showPlayerOptions) == "undefined") 
			PokkariPlayerOptions.showPlayerOptions = {};

		PokkariPlayerOptions.showPlayerOptions.playerUrl = "http://a.blip.tv/scripts/flash/showplayer.swf";

		var player = PokkariPlayer.GetInstanceByMimeType("video/x-flv");
		window.player_323426 = player;

		player.setPrimaryMediaUrl("http://blip.tv/file/get/OSCON-OSCON2007BillHilf716.flv?source=3");
		player.setSiteUrl('http://blip.tv');
		player.setPermalinkUrl("http://blip.tv/file/view/318709?source=3&file_type=flv");
		player.setUsersId('80730');
		player.setUsersLogin('OSCON');
		player.setPostsId(323426);
		player.setGuid("4B251F90-3C61-11DC-AAD7-8D217255983B");
		player.setPlayerTarget(document.getElementById('blip_movie_content_323426'));
		
		player.setAdvertisingType("");
		
		
		player.setWidth(320);
		player.setHeight(240);
		
		
		
		player.setAutoPlay(true);
		
		
		player.setThumbnail("http://a.images.blip.tv/OSCON-OSCON2007BillHilf335.png");
		
		player.setPostsTitle("OSCON 2007 - Bill Hilf");
		player.setDescription("<strong>Year in Review: Open Source at Microsoft</strong><br /> Since OSCON 2006, much has changed in how and where Microsoft has participated with the open source community. We\'ve seen tremendous technical partnerships grow out of the Open Source Software Lab, increased project hosting on Codeplex, and community excitement around the work of the Live Labs team. This talk will review the past year at Microsoft and how open source is changing the way Microsoft does business. <em>From the O\'Reilly Media Open Source Convention, July 26, 2007.</em>");
		player.setTopics("oscon,oscon2007,billhilf,oreilly");
		player.setContentRating("TV-UN");
		
		
	player.render();
	} catch(e) {
		// no pp
        	
	}
}


