//redirect into frames if frames not loaded (for music)
if (document.location == top.document.location) {
	document.location = "http://www.theromanticdisaster.com/";
}

$(function() {
	playerInit();
	$('#contentdiv2').jScrollPane();
});
