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

		player.setPrimaryMediaUrl("http://blip.tv/file/get/WhetherMan-stripPongClassDemo784.flv?source=3");
		player.setSiteUrl('http://blip.tv');
		player.setPermalinkUrl("http://blip.tv/file/view/85165?source=3&file_type=flv");
		player.setUsersId('1422');
		player.setUsersLogin('whether man');
		player.setPostsId(88608);
		player.setGuid("C8B6AB0E-58C3-11DB-84B6-FCB510589B7E");
		player.setPlayerTarget(document.getElementById('blip_movie_content_88608'));
		
		player.setAdvertisingType("");
		
		
		player.setWidth(320);
		player.setHeight(240);
		
		
		
		player.setAutoPlay(true);
		
		
		player.setThumbnail("http://a.images.blip.tv/WhetherMan-stripPongClassDemo784-520.jpg");
		
		player.setPostsTitle("stripPongClassDemo");
		player.setDescription("<p>A short clip documenting the pong client I created as part of Tom Igoe\'s Networked objects class in the fall of 2006.&#160; I used analog video tracking (camera to monitor to photocells to arduino) to send values that corresponded to moving the paddle left and right.&#160; Short lived, but burned into the memory of my classmates forever.&#160; </p><p>forever.&#160;</p>");
		player.setTopics("art,physical computing,networked pong,performance computing,tech");
		player.setContentRating("TV-UN");
		
		
	player.render();
	} catch(e) {
		// no pp
        	
	}
}


