/*

 You can add as many lines within the tag cloud as you like. Be careful so that 
 every line except for the last has a comma. If the last one has a comma this will
 not work in IE.
 
 The fields are probably self explanatory, but just in case:
 
 Label - The word that will be visible to the user
 Value - 0-100, controls color and size of word
 Link - The URL it will link to (leave empty (i.e. '') for no link
 
*/

tagCloud = [
	{ 'Label': 'About MPC', 'Value': 80, 'Link': 'http://www.marathonpetroleum.com/About_MPC/'},
	{ 'Label': 'Our Energy Voice', 'Value': 15, 'Link': 'http://www.ourenergyvoice.com/page.asp?content=startpage&g=marathon'},
	{ 'Label': 'Investor Center', 'Value': 70, 'Link': 'http://phx.corporate-ir.net/preview/phoenix.zhtml?c=246631&p=irol-IRHome'},
	{ 'Label': 'Corporate Citizenship', 'Value': 30, 'Link': 'http://www.marathonpetroleum.com/Corporate_Citizenship/'},
	{ 'Label': 'Marathon Brand', 'Value': 50, 'Link': 'http://www.marathonpetroleum.com/brand'},
	{ 'Label': 'Speedway', 'Value': 35, 'Link': 'http://www.speedway.com'},
	{ 'Label': 'News', 'Value': 80, 'Link': 'http://www.marathonpetroleum.com/News/'},
	{ 'Label': 'Products', 'Value': 25, 'Link': 'http://www.marathonpetroleum.com/Brands_Products/Products/'},
	{ 'Label': 'Careers', 'Value': 70, 'Link': 'http://www.marathonpetroleum.com/Careers/'},
	{ 'Label': 'Operations', 'Value': 15, 'Link': 'http://www.marathonpetroleum.com/Operations/'}

];
						
