	<!-- Hide script from old browsers


		
function echoes_large(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=773,height=342') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Echoes CD<\/TITLE>")
newWindow.document.write("<img src=images/echoes_large.jpg>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function newalbum_samples(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=100,height=50') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- New Album<\/TITLE>")
newWindow.document.write("<embed src=Music/Demo.mp3 width=100 height=50 type=audio/x-mpeg autostart=true controls=true></embed>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function echoes_samples(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=100,height=50') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Echoes CD<\/TITLE>")
newWindow.document.write("<embed src=Music/echoes.mp3 width=100 height=50 type=audio/x-mpeg autostart=true controls=true></embed>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function novideo(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=100,height=50') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Echoes CD<\/TITLE>")
newWindow.document.write("<p>Flash player is required to view the video <br /> Sorry for any inconvience caused")
newWindow.document.write("<\/BODY><\/HTML>")

}
	// End hiding script from old browsers -->