function styleSwap(choice)
{
	if (choice == "featured")
	{
		document.getElementById('iframeContent').src = 'http://www.myspace.com/featuredminisodes';
		document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileFeatured.css';

		}
		if (choice == "animation")
		{
			document.getElementById('iframeContent').src = 'http://www.myspace.com/animatedminisodes';
			document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileAnimation.css';
			}
			if (choice == "sitcom")
			{
				document.getElementById('iframeContent').src = 'http://www.myspace.com/sitcomminisodes';
				document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileSitcom.css';
				}
				if (choice == "oldskool")
				{
					document.getElementById('iframeContent').src = 'http://www.myspace.com/oldskoolminisodes';
					document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileOldSkool.css';
					}
					if (choice == "legends")
					{
							document.getElementById('iframeContent').src = 'http://www.myspace.com/tvlegendsminisodes';
					document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileLegends.css';
						}
						if (choice == "lost")
						{
							document.getElementById('iframeContent').src = 'http://www.myspace.com/notforgottenminisodes';
							document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileLost.css';
							}
							if (choice == "sobad")
							{
								document.getElementById('iframeContent').src = 'http://www.myspace.com/sobaditsgoodminisodes';
								document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileSoBad.css';
								}
								if (choice == "drama")
								{
									document.getElementById('iframeContent').src = 'http://www.myspace.com/dramaminisodes';
									document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileDrama.css';
									}	
									if (choice == "gameshows")
								{
									document.getElementById('iframeContent').src = 'http://www.myspace.com/gameshowminisodes';
									document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileGameShows.css';
									}			
									if (choice == "siswimsuit")
								{
									document.getElementById('iframeContent').src = 'http://www.myspace.com/siswimsuitminisodes';
									document.getElementById('styleURL').href = 'http://creative.myspacecdn.com/Client/Sony/Minisodes/Css/profileSportsIllustrated.css';
									}			
}
