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_321788() {
	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_321788 = player;

		player.setPrimaryMediaUrl("http://blip.tv/file/get/OSCON-OSCON2007TimOReilly977.flv?source=3");
		player.setSiteUrl('http://blip.tv');
		player.setPermalinkUrl("http://blip.tv/file/view/317075?source=3&file_type=flv");
		player.setUsersId('80730');
		player.setUsersLogin('OSCON');
		player.setPostsId(321788);
		player.setGuid("91A858E6-3B95-11DC-B1B7-C37D12C376CC");
		player.setPlayerTarget(document.getElementById('blip_movie_content_321788'));
		
		player.setAdvertisingType("");
		
		
		player.setWidth(320);
		player.setHeight(240);
		
		
		
		player.setAutoPlay(true);
		
		
		player.setThumbnail("http://a.images.blip.tv/OSCON-OSCON2007TimOReilly983.png");
		
		player.setPostsTitle("OSCON 2007 - Tim O\'Reilly");
		player.setDescription("<strong>Open Source on the O&#39;Reilly Radar</strong><br /> Join Tim O\'Reilly, founder of O\'Reilly Media, as he recaps the highlights of the previous day\'s O\'Reilly Radar Executive Briefing on Open Source. Tim has been looking at the scaling problems caused by the growth of the web, the change in the nature of programming for speed brought about by multicore and manycore systems, and the invisible systems that permit and promote collaboration. <em>From the O&#39;Reilly Media Open Source Convention, July 25, 2007.</em>");
		player.setTopics("oscon,timoreilly,oreilly,oscon2007,opensource");
		player.setContentRating("TV-UN");
		
		
	player.render();
	} catch(e) {
		// no pp
        	
	}
}


