function flashResize(type, flashWidth, flashHeight){
	liveplayer.swf.width = flashWidth;
	liveplayer.swf.height = flashHeight;
	
	if(!settings.WINDOW_SIZES[type]) return;
	
	window.resizeTo(flashWidth, flashHeight);

	setTimeout('liveplayer.resizeWindowTo(\''+type + '\');', 1);
}

function fixLoadingNotice(){
	liveplayer.$("loadingNotice").src = "http://i.cdn.turner.com/cnn/.element/apps/CNNLive/2.1.4.2/assets/images/1pixel.gif?x="+Math.random();
}

function openFeedback(){
	O_LC();
}
