function showFlash (howHigh, whereXML, whatRel, imgCode) {
	var showF = ''
	showF += '<a href="awards/2011images/videoPlayer.swf?width=640&amp;height='+ howHigh +'&amp;flashvars=xmlFilePath=awards/2011images/'+ whereXML +'" rel="prettyPhoto'+ whatRel +'">' + imgCode + '</a>'
	document.write(showF)
}
function showHTML (howHigh, whatPoster, whatVideo, whatRel, whatNum, imgCode) {
	var showH = ''
	showH += '<div class="video-js-box" id="inline-'+ whatNum +'" style="display:none;"><video class="video-js" width="640" height="'+ howHigh +'" controls preload poster="awards/2011images/thumbs/'+ whatPoster +'"><source src="http://s3.amazonaws.com/Mobius_2011/'+ whatVideo +'" /></video></div><a href="#inline-'+ whatNum +'" rel="prettyPhoto'+ whatRel +'">' + imgCode + '</a>'
	document.write(showH)
}
