
var fatsecret = {
	variables: {
		
		rootUrl: 'http://platform.fatsecret.com/js/Default.aspx?pg=',
		
		splitter: 'fs_62e502169ab34aaebad492a18c25ad7f',
		key: 'a8abdcd07de245fbb88c930cb2019b79',
		appTitle: 'My Diet',
		navOptions: 31,
		
		autoLoad: true,
		autoTemplate: true
	},
	
	setCookie: function(name, value){
		var date = new Date();
		date.setTime(date.getTime()+(10*365*24*60*60*1000));		
		document.cookie = name + '=' + encodeURIComponent(value) + ';expires=' + date.toUTCString() + ';path=/';
	},
	
	doWrite: function(url, isCss){
		var h = isCss ? '<link type="text/css" rel="stylesheet"' : '<script type="text/javascript"'; 
		h += (isCss ? ' href' : ' src') + '="' + url; 
		h += isCss ? '"/>' : '"></script>'; 
		document.write(h);
	},
	
	start: function(){
		this.doWrite('http://platform.fatsecret.com/js/static/css/all.css', true);
		
		
			this.doWrite('http://platform.fatsecret.com/js/static/css/themes/green.css', true);
		
		
		this.doWrite('http://platform.fatsecret.com/js/static/script/final.js');
		
		
		
		
		
	}
};
fatsecret.start();


	document.write('<div class="fatsecret_container" id="fatsecret_container"></div>');
