// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture6','Fly','In From Right',0,
	'Clicked','Layout','Go To','http://www.wastedmindsentertainment.com',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture6A').bind('click', function(__e) { return (F_e('Picture6', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(function() {
	$("#WindowsMediaPlayer1").media({width: 642, height: 511, src: 'cubeghouls_presentation_2010.wmv', autoplay: true});
});
// End jMedia Components

