// JavaScript Document

function showvid(vid) {
	var url='http://blip.tv/file/'+vid+'#share';
	window.open(url);	
	
}

