// JavaScript Document
// myspace specific 
domain = "http://myspace.come2play.com/" 
var allDebugOnOff = false;
alert_support		= false;
escapeToCache		= true;
supportActivity		= false;
cachedProfileData 	= true;
cacheDebug			= false;
//Cached_Data_ExpireTime 	= 120;
refreshInterval			= 30;
containerTimeout = 20; // myspace communicate with OS slowly..
messageDebug= false; 
supportMultipleMessage = false;
supportMessage= true;
supportShareApp = true;

function set_site_specific(appMode) {
	if (stackDebug) alert('set_site_specific('+ appMode+')')
	isMyspace	 		= true;

	if (appMode=="profile.right"){
		mode = "profile";
	    container_height	= 310;
		frame_height 		= "280";
	}
}

