// mixtape-wordpress namespace
//var MWP = {};

//MWP.init = false;

function MWP_resize(size) {
//MWP_resize = function(size) {
	//if(this.init) {
		$("#mixtapeWordPress_container").height(size);
	//}
}

/*
$(document).ready(function() {
	MWP.init = true;;
});
*/