function profilesWrite() {
	FinalCutStudio.QTTest();
	viewMov = (document.location.search.length > 0) ? document.location.search.substring(1,document.location.search.length) : 'profiles/fpsout2-jfisite800';
	fullName =
	    (viewMov == "profiles/foolWeb-H.264-LAN") ? "The Fool 1.5Mbps" :
		(viewMov == "profiles/foolWeb-H.264800Kbps") ? "The Fool 800Kbps" :
		(viewMov == "profiles/MasterColor-H.264TST") ? "Assault of The Earth" :
		(viewMov == "profiles/MasterColor-H.264LOW") ? "Assault of The Earth" :
		(viewMov == "profiles/fpsout2-jfisite800") ? "First Person Shooter 800Kbps" :
		(viewMov == "profiles/fpsout2-jfisiteLAN") ? "First Person Shooter 1.5Mbps" :
		(viewMov == "profiles/montageout-jfisite800") ? "Range of Motion 800Kbps" :
		(viewMov == "profiles/montageout-jfisiteLAN") ? "Range of Motion 1.5Mbps" :
		(viewMov == "profiles/ReelWeb-jfisite800") ? "Past VFX 800Kbps" :
		(viewMov == "profiles/ReelWeb-jfisiteLAN") ? "Past VFX 1.5Mbps" :
		"";
	if (FinalCutStudio.okQT == false) {
		document.write('<div class="movie" id="qtm"><a href="/quicktime/download/"><img src="http://planetearthstudios.com/maji/venue/images/quicktime7required.jpg" border="0" width="720" height="400" alt="QuickTime 7 Required"><\/a><\/div>');
	} else {
		document.write('<div class="movie" id="qtm"><object classid=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="640" height="358" id="pm"><param name="cache" value="true"><param name="bgcolor" value="000000"><param name="src" value="http://jfi.net/jfisite/venue/'+viewMov+'.mov"><param name="autoplay" value="true"><param name="controller" value="false"><param name="enablejavascript" value="true"><embed width="640" height="358" pluginspage="http://www.apple.com/quicktime/download/" src="http://jfi.net/jfisite/venue/'+viewMov+'.mov" type="video/quicktime" controller="false" autoplay="true" cache="true" name="pm" enablejavascript="true"><\/object><\/div><div id="transport"><a href="#" id="btnPlay"><\/a><a href="#" id="btnPause"><\/a><div id="timeline"><div id="position"><div id="handle"><img src="http://jfi.net/jfisite/venue/images/qtpointer.gif" alt="pointer" width="11" height="16" border="0"><\/div><\/div><\/div><p id="profileName">'+fullName+'<\/p><\/div><\/div>');
	}
}
profilesWrite();
