
function InsertSampleMovie() {
  

  	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="600" height="15" id="standard"><param name="src" value="sound/f-t-t.m4a" /><param name="controller" value="true" /><param name="autoplay" value="false" /><param name="loop" value="false" /><embed height=15 width=600 SRC="sound/f-t-t.m4a" type="video/quicktime" PLUGINSPAGE="www.apple.com/quicktime/download" autoplay="false" enableJavaScript="true" name="standard" id="standard" />\n');

	document.write('</embed></object>\n'); 
}





function insertGenTrack(track){
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"codebase="http://www.apple.com/qtactivex/qtplugin.cab"width="300" height="15"id="movie1" ><param name="src" value="../../sound/'+track+'"><param name="controller" value="true" /><param name="autoplay" value="false" /><param name="loop" value="false" /><embed height=15 width=300 SRC="../../sound/'+track+'" type="video/quicktime" PLUGINSPAGE="www.apple.com/quicktime/download" autoplay="false" enableJavaScript="true" name="standard" id="standard" />\n');
	document.write('</embed></object>\n'); 
	
	
	
}

function insertQTCheck() {
	
}

function QTAnswer() {
	
	var quickTimeIsInstalled = detectQuickTime();
	
	if(quickTimeIsInstalled){
	
		document.write('<p id=\"freeText\">Yes, there are adverts... but don\'t worry, their all relevant! Anyway, on with the lesson. It\'s for beginners, but everyone will have fun with the Session Generator at the end.</p>')
	}
	
	else {
		document.write('<p id=\"freeText\">Yes, there are adverts... but don\'t worry, their all relevant! Anyway, on with the lesson. It\'s for beginners, but everyone will have fun with the Session Generator at the end.</p><br/><br/><p id=\"qt\">You don\'t have Quicktime installed, you need it to play the sound files. Quicktime is a media player produced by Apple, and is a free download <a href=\"http://www.apple.com/quicktime/download\">here</a>. Get it!</p>')
	}
	
}

function insertAmazonDvd() {
	document.write('<iframe src=\"http://rcm-uk.amazon.co.uk/e/cm?t=newheartbeat-21&o=2&p=34&l=sub&f=ifr\" width=\"120\" height=\"250\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>');
}

function insertAmazonFooter() {
	document.write('<iframe src=\"http://rcm-uk.amazon.co.uk/e/cm?t=newheartbeat-21&o=2&p=26&l=ez&f=ifr&f=ifr\" width=\"468\" height=\"60\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" border=\"0\" frameborder=\"0\" style=\"border:none;\"></iframe>');
}

function insertAmazonSubtle() {
	document.write('<a id=\"subtleAmazon\" target=\"new\" href=\"http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Famazon.co.uk%2Fs%3Furl%3Dsearch-alias%253Dpopular%26field-keywords%3Ddjembe%26Go.x%3D10%26Go.y%3D13%26Go%3DGo&tag=newheartbeat-21&linkCode=ur2&camp=1634&creative=6738\">Some Great Djembe Music!</a><img src=\"http://www.assoc-amazon.co.uk/e/ir?t=newheartbeat-21&amp;l=ur2&amp;o=2\" width=\"1\" height=\"1\" border=\"0\" alt=\"\" style=\"border:none !important;\" />');
}