document.observe('dom:loaded', function(){
new Tip('sa_ost', '<center>2006 Original Broadway Cast Recording<br /><a href="http://www.amazon.com/Spring-Awakening-2006-Original-Broadway/dp/B000J3FBFC" target="_blank">Amazon</a> | <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=207607738&amp;s=143441" target="_blank">iTunes</a></center>', {
	style: 'protogrey',
	stem: 'topRight',
    hook: { tip: 'topRight', target: 'topRight' },
    width: 'auto',
    offset: { x: 0, y: -5 },
    hideOn: false,
	hideAfter: 2,
	});
	
new Tip('sa_book', 'Spring Awakening (Paperback) by Steven Sater', {
    style: 'protogrey',
		});
		
new Tip('sa_play', 'Spring Awakening: A Play by Frank Wedekind', {
    style: 'protogrey',
	});
});