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_723049() {
	try {
		if (typeof(PokkariPlayerOptions.showPlayerOptions) == "undefined") 
			PokkariPlayerOptions.showPlayerOptions = {};

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

		var player = PokkariPlayer.GetInstanceByMimeType("video/msvideo");
		window.player_723049 = player;

		player.setPrimaryMediaUrl("http://blip.tv/file/get/Db4o-db4oPaircastDebuggingInterfaceQueries152.avi?source=3");
		player.setSiteUrl('http://blip.tv');
		player.setPermalinkUrl("http://blip.tv/file/view/716954?source=3&file_type=flv");
		player.setUsersId('146575');
		player.setUsersLogin('db4o');
		player.setPostsId(723049);
		player.setGuid("8BAD6582-EA2F-11DC-9B1B-C13D59689B72");
		player.setPlayerTarget(document.getElementById('blip_movie_content_723049'));
		
		player.setAdvertisingType("");
		
		
		player.setWidth(1024);
		player.setHeight(768);
		
		
		
		player.setAutoPlay(true);
		
		
		player.setThumbnail("http://a.images.blip.tv/Db4o-db4oPaircastDebuggingInterfaceQueries152-75.jpg");
		
		player.setPostsTitle("db4o Paircast: Debugging Interface Queries");
		player.setDescription("<p>In this session Carl and Richard debug Jira issue COR-120 and fix Queries-By-Interface to return the right results.</p><p>The session gives some insight on:</p><p>- classes that are part of the querying architecture <br />- how to work with Debug.queries==true <br />- how to simplify debugging by storing only one object and expecting only one result or none</p><p>Join the db4o Developer Community at: <a href=\"http://developer.db4o.com/\">http://developer.db4o.com</a></p>");
		player.setTopics("db4o,db4objects,oodb,oodbms,carl,query,soda,debug.queries,debugging,richard,edit,advanced");
		player.setContentRating("TV-UN");
		
		
	player.render();
	} catch(e) {
		// no pp
        	
	}
}


