	
	// link: '/'
	var flashvars = {
		logoColor: homepageColorTransitions.categories[homepageColorTransitions.settings.current].colors.logo.replace('#','')
	}
	var params = {
		quality: 'best',
		allowScriptAccess: 'sameDomain',
		wmode: 'transparent',
		scale: 'exactfit'
	}
	var attributes = {
		id: 'geLogo',
		name: 'geLogo'
	}
	var obj1 = swfobject.embedSWF("/homepage_new/goldenEarthLogoTagline103009.swf", "myAlternativeContent", "450", "70", "8.0.0", "expressInstall.swf", flashvars, params, attributes);
	// function to resolve movie target, both IE and FF
	function movieTarget(movieName)
	{
        var isIE = navigator.appName.indexOf("Microsoft") != -1;
        return (isIE) ? window[movieName] : document[movieName];
    }
	// function to dynamically change logo color, pass parameters [@hex color from, @hex color to, @int duration in seconds]
	function makeCall()
	{
        movieTarget('geLogo').tweenColor(arguments[0], arguments[1], arguments[2]);
    }
