function ResizeFLashObjectHeight(h) {
	
	var flash_object						= document.getElementById('flashcontent');
	var nova								= document.getElementById('nova');
	
	if (flash_object) {
		
		//flash_object.height					= h+'px';
		flash_object.style.height			= h+'px';
		
		//nova.height							= h;
		nova.style.height					= h;
		document.focus();	
		}
	}
	
function SetFocustoBrowser(){
	alert("Scroll Wheel");
	document.focus();	
}

function GetThis(T, C, U, L) {
	C	= "<img src='"+C+"' />";
	
    var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(T)
    + '&c=' + encodeURIComponent(C) + '&u=' + encodeURIComponent(U) + '&l=' + L;
	window.open(targetUrl);
	
}
