<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SzigetNews.com &#187; main Stage</title>
	<atom:link href="http://szigetnews.com/category/main-stage/feed/" rel="self" type="application/rss+xml" />
	<link>http://szigetnews.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:31:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>New video by White Lies, filmed at Sziget 2011</title>
		<link>http://szigetnews.com/new-video-by-white-lies-filmed-at-sziget-2011/</link>
		<comments>http://szigetnews.com/new-video-by-white-lies-filmed-at-sziget-2011/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 22:00:47 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2011 lineup]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[memories]]></category>
		<category><![CDATA[Sziget 2011]]></category>
		<category><![CDATA[sziget festival]]></category>
		<category><![CDATA[sziget video]]></category>
		<category><![CDATA[the power & the glory]]></category>
		<category><![CDATA[white lies]]></category>
		<category><![CDATA[white lies sziget]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=2365</guid>
		<description><![CDATA[Just to remember the fabulous days of Sziget 2011, here&#8217;s the new video by White Lies, &#8220;The Power &#38; The Glory&#8221;. It was filmed at Sziget 2011 and you will probably feel the urge to play it over and over again. Enjoy!]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v '><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://szigetnews.com/category/main-stage/feed/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v '><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://szigetnews.com/category/main-stage/feed/" data-count="vertical" data-text="main Stage" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v '><a name='fb_share' type='box_count' share_url='http://szigetnews.com/category/main-stage/feed/' href='http://www.facebook.com/sharer.php'></a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script></div><div style='clear:left'></div><div class='dd_button_v '><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggMedium' href='http://digg.com/submit?url=http%3A%2F%2Fszigetnews.com%2Fcategory%2Fmain-stage%2Ffeed%2F&amp;title=main%20Stage'></a></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p>Just to remember the fabulous days of Sziget 2011, here&#8217;s the new video by White Lies, &#8220;The Power &amp; The Glory&#8221;.</p>
<p>It was filmed at Sziget 2011 and you will probably feel the urge to <a href="http://www.partypoker.it">play</a> it over and over again. Enjoy!<br />
<br />
<center><object width="400" height="255" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/sMLE6Gv6P48?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="400" height="255" type="application/x-shockwave-flash" src="http://www.youtube.com/v/sMLE6Gv6P48?version=3&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></center></p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/new-video-by-white-lies-filmed-at-sziget-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sziget officially confirms 30 Seconds to Mars</title>
		<link>http://szigetnews.com/sziget-officially-confirms-30-seconds-to-mars/</link>
		<comments>http://szigetnews.com/sziget-officially-confirms-30-seconds-to-mars/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 09:38:42 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2011 lineup]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[confirmed]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[sziget]]></category>
		<category><![CDATA[Sziget 2011]]></category>
		<category><![CDATA[sziget festival]]></category>
		<category><![CDATA[30 Seconds To Mars]]></category>
		<category><![CDATA[headliner]]></category>
		<category><![CDATA[sziget official]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=2317</guid>
		<description><![CDATA[What we told you about a couple of days ago has now been officially confirmed by the Sziget organizers on the Sziget Official Facebook &#8211; 30 Seconds to Mars will be headlining Sziget Festival 2011. The band that Jared Leto is leading will be playing the Main Stage on Saturday, August 13, at 21:30, replacing<a href="http://szigetnews.com/sziget-officially-confirms-30-seconds-to-mars/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>What we told you about a couple of days ago has now been officially confirmed by the Sziget organizers on the <a rel="nofollow" href="http://www.facebook.com/szigetfest">Sziget Official Facebook</a> &#8211; 30 Seconds to Mars will be headlining Sziget Festival 2011.</p>
<p>The band that Jared Leto is leading will be playing the Main Stage on Saturday, August 13, at 21:30, replacing Amy Winehouse.</p>
]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/sziget-officially-confirms-30-seconds-to-mars/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>Jared Leto confirms 30 Seconds to Mars at Sziget on Twitter</title>
		<link>http://szigetnews.com/jared-leto-confirms-30-seconds-to-mars-at-sziget-on-twitter/</link>
		<comments>http://szigetnews.com/jared-leto-confirms-30-seconds-to-mars-at-sziget-on-twitter/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 09:14:02 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2011 lineup]]></category>
		<category><![CDATA[confirmed]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[Sziget 2011]]></category>
		<category><![CDATA[sziget festival]]></category>
		<category><![CDATA[30 Seconds To Mars]]></category>
		<category><![CDATA[30stm]]></category>
		<category><![CDATA[jared leto]]></category>
		<category><![CDATA[sziget 2011 line up]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=2314</guid>
		<description><![CDATA[Well, if you needed more confirmation for this, here it is. 30 Seconds to Mars are headlining Sziget Festival again this year. Jared Leto has posted the following message on Twitter AND PS&#8230;WE ARE PLEASED TO ANNOUNCE WE ARE RETURNING TO HEADLINE THE SZIGET FESTIVAL IN AUGUST! Now it&#8217;s official. &#160;]]></description>
			<content:encoded><![CDATA[<p>Well, if you needed more confirmation <a href="http://szigetnews.com/30-seconds-to-mars-to-replace-amy-winehouse-at-sziget-2011/">for this</a>, here it is. 30 Seconds to Mars are headlining Sziget Festival again this year.</p>
<p>Jared Leto has posted the <a rel="nofollow" href="http://twitter.com/#!/jaredleto/status/87301515328491520">following message on Twitter</a></p>
<blockquote><p>AND PS&#8230;WE ARE PLEASED TO ANNOUNCE WE ARE RETURNING TO HEADLINE THE SZIGET FESTIVAL IN AUGUST!</p></blockquote>
<p>Now it&#8217;s official.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/jared-leto-confirms-30-seconds-to-mars-at-sziget-on-twitter/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>New names: The Prodigy, Empire of the Sun, Kate Nash, Kaiser Chiefs</title>
		<link>http://szigetnews.com/new-names-for-the-main-stage-the-prodigy-empire-of-the-sun-kate-nash-kaiser-chiefs/</link>
		<comments>http://szigetnews.com/new-names-for-the-main-stage-the-prodigy-empire-of-the-sun-kate-nash-kaiser-chiefs/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 10:45:42 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2011 lineup]]></category>
		<category><![CDATA[confirmed]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[Sziget 2011]]></category>
		<category><![CDATA[sziget festival]]></category>
		<category><![CDATA[Empire of the Sun]]></category>
		<category><![CDATA[Kaiser Chiefs]]></category>
		<category><![CDATA[Kate Nash]]></category>
		<category><![CDATA[sziget 2011 line up]]></category>
		<category><![CDATA[The Prodigy]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=2235</guid>
		<description><![CDATA[UPDATE: According to the schedule on the official site, Empire of the Sun will play the Party Arena. The Prodigy, Kate Nash and Kaiser Chiefs will play the Main Stage. The dates are already in the lineup page. As promised yesterday, the Sziget France Facebook page is announcing the new names for the Sziget 2011<a href="http://szigetnews.com/new-names-for-the-main-stage-the-prodigy-empire-of-the-sun-kate-nash-kaiser-chiefs/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>UPDATE: According to the<a href="http://www.sziget.hu/festival_english/programs2011"> schedule on the official site</a>, Empire of the Sun will play the Party Arena. The Prodigy, Kate Nash and Kaiser Chiefs will play the Main Stage. The dates are already in <a href="http://szigetnews.com/sziget-2011-lineup/">the lineup page</a>.</p>
<p>As promised yesterday, the<a href="https://www.facebook.com/szigetfrance"> Sziget France Facebook page</a> is announcing the new names for the Sziget 2011 line up.</p>
<p>Returning to Sziget will be The Prodigy.</p>
<p>They will be joined by Empire of the Sun and Kate Nash.</p>
<p>Kaiser Chiefs are also returning to Sziget this year.</p>
<p>&nbsp;</p>
<p><a href="http://szigetnews.com/wp-content/uploads/2009/03/the-prodigy-wwwszigetnewscom.jpg"><img class="alignnone size-full wp-image-378" title="The Prodigy - www.szigetnews.com" src="http://szigetnews.com/wp-content/uploads/2009/03/the-prodigy-wwwszigetnewscom.jpg" alt="" width="282" height="283" /></a>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/new-names-for-the-main-stage-the-prodigy-empire-of-the-sun-kate-nash-kaiser-chiefs/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>New Main Stage names this week!</title>
		<link>http://szigetnews.com/new-main-stage-names-this-week/</link>
		<comments>http://szigetnews.com/new-main-stage-names-this-week/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 12:55:00 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2011 lineup]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[sziget]]></category>
		<category><![CDATA[Sziget 2011]]></category>
		<category><![CDATA[sziget festival]]></category>
		<category><![CDATA[new names]]></category>
		<category><![CDATA[sziget 2011 line up]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=2228</guid>
		<description><![CDATA[UPDATE: the Sziget France Facebook says that if they get to 17000 fans by tomorrow morning, we&#8217;re going to get some new names! So get sharing the page! They&#8217;re already at 16762 as we write this, so it&#8217;s quite doable! Some really cool news coming from the official Sziget Facebook page. And we quote: This<a href="http://szigetnews.com/new-main-stage-names-this-week/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>UPDATE: the<a rel="nofollow" href="https://www.facebook.com/szigetfrance"> Sziget France Facebook </a>says that if they get to 17000 fans by tomorrow morning, we&#8217;re going to get some new names! So get sharing the page! They&#8217;re already at 16762 as we write this, so it&#8217;s quite doable!</p>
<p>Some really cool news coming from the <a rel="nofollow" href="https://www.facebook.com/szigetfest">official Sziget Facebook  page</a>. And we quote:</p>
<blockquote><p>This week we have some new names for Main Stage for you&#8230;</p></blockquote>
<p>We can&#8217;t wait to hear what great band they&#8217;re talking about. Who do you guys hope for?</p>
]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/new-main-stage-names-this-week/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Big dates update + a few new names</title>
		<link>http://szigetnews.com/big-dates-update-a-few-new-names/</link>
		<comments>http://szigetnews.com/big-dates-update-a-few-new-names/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 17:50:17 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2011 lineup]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[confirmed]]></category>
		<category><![CDATA[line-up]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[Meduza Stage]]></category>
		<category><![CDATA[metal]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[sziget]]></category>
		<category><![CDATA[Sziget 2011]]></category>
		<category><![CDATA[sziget festival]]></category>
		<category><![CDATA[electrelane]]></category>
		<category><![CDATA[sziget 2011 line up]]></category>
		<category><![CDATA[Sziget 2011 lineup]]></category>
		<category><![CDATA[Tankcsapda]]></category>
		<category><![CDATA[the sorrow]]></category>
		<category><![CDATA[wtchaclan]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=2193</guid>
		<description><![CDATA[The official Hungarian website has updated the program page and there are some interesting things in it if you look carefully, as well as some new names. Let&#8217;s start with the new names, shall we? First of all, on the Europe Stage, two new bands have been added: KILLO KILLO Banda and The Broken Beats.<a href="http://szigetnews.com/big-dates-update-a-few-new-names/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>The official Hungarian website has updated the program page and there are some interesting things in it if you look carefully, as well as some new names.</p>
<p>Let&#8217;s start with the new names, shall we?</p>
<p>First of all, on the Europe Stage, two new bands have been added: <a rel="nofollow" href="https://www.facebook.com/pages/KILLO-KILLO-banda/132228475275?sk=info">KILLO KILLO Banda</a> and <a rel="nofollow" href="http://www.myspace.com/thebrokenbeatsdk">The Broken Beats</a>. KILLO KILLO Banda will play on August 12, while The Broken Beats will play Sziget on August 10.</p>
<p>On the A38-Wan2 stage, two new acts have been added: <a rel="nofollow" href="http://www.electrelane.com/site.html">Electrelane</a> (on August 11) and <a rel="nofollow" href="http://www.watchaclan.com/">Watchaclan</a> (August 13), both very interesting from what we could hear on their respective sites.</p>
<p>Now, on the Rock and Metal Stage, we also have two new acts: <a rel="nofollow" href="http://www.tankcsapda.com/">Tankcsapda</a>, playing August 14 (they need no introduction) and Austrian melodic death metallers <a rel="nofollow" href="http://www.thesorrow.net/category/news/">The Sorrow</a> (on Ausgust 13).</p>
<p>Last but not least, the Meduza venue also adds<a rel="nofollow" href="http://www.residentadvisor.net/dj/dariozenker"> Dario Zenker</a> for August 12.</p>
<p>On the Roma Stage, we have a new act as well &#8211; <a rel="nofollow" href="http://www.athesam.hu/">A the Sam</a>.</p>
<p>All of these changes are reflected in our <a href="http://szigetnews.com/sziget-2011-lineup/">Sziget 2011 line up</a> page.<br />
<br />
<center><a href="http://szigetnews.com/?p=2193"><img class="size-full wp-image-2195 alignnone" title="thesorrow szigetnews.com" src="http://szigetnews.com/wp-content/uploads/2011/06/thesorrow-szigetnews.jpg" alt="" width="350" height="233" /></a></center></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/big-dates-update-a-few-new-names/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Overflow at Sziget 2011</title>
		<link>http://szigetnews.com/overflow-at-sziget-2011/</link>
		<comments>http://szigetnews.com/overflow-at-sziget-2011/#comments</comments>
		<pubDate>Tue, 03 May 2011 07:34:38 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2011 lineup]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[confirmed]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[sziget]]></category>
		<category><![CDATA[Sziget 2011]]></category>
		<category><![CDATA[sziget festival]]></category>
		<category><![CDATA[croatian]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[sziget 2011 line up]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=2088</guid>
		<description><![CDATA[Croatian band Overflow will play Sziget&#8217;s main stage this year, according the Programs page on the English official website. According to their own website, Overflow will play Sziget 2011 on August 13. On that same day, you&#8217;ll also get to see Amy Winehouse and Smash mouth perform on the main stage, as you can see<a href="http://szigetnews.com/overflow-at-sziget-2011/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>Croatian band Overflow will play Sziget&#8217;s main stage this year, according the <a href="http://www.sziget.hu/festival_english/programs2011">Programs page</a> on the English official website.</p>
<p>According to <a href="http://www.overflow-tv.com/hr/tour">their own website</a>, Overflow will play Sziget 2011 on August 13.</p>
<p>On that same day, you&#8217;ll also get to see Amy Winehouse and Smash mouth perform on the main stage, as you can see on the<a href="http://szigetnews.com/sziget-2011-lineup/"> lineup page</a>.<br />
<br />
<center><a href="http://szigetnews.com/wp-content/uploads/2011/05/overflow.jpg"><img class="aligncenter size-full wp-image-2090" title="overflow" src="http://szigetnews.com/wp-content/uploads/2011/05/overflow.jpg" alt="" width="400" height="265" /></a></center></p>
<p>&nbsp;</p>
<p>(thanks go to chudo_pahan)</p>
]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/overflow-at-sziget-2011/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>The first Pop Rock Main Stage schedule day</title>
		<link>http://szigetnews.com/the-first-pop-rock-main-stage-schedule-day/</link>
		<comments>http://szigetnews.com/the-first-pop-rock-main-stage-schedule-day/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 09:42:25 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2011 lineup]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[august 10]]></category>
		<category><![CDATA[pop rock main stage]]></category>
		<category><![CDATA[Sziget 2011]]></category>
		<category><![CDATA[sziget 2011 line up]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=2032</guid>
		<description><![CDATA[With all the dates being set on the bands&#8217; websites, the first day on the Main Stage is now complete (if no other modifications arise). Here&#8217;s the schedule, as it looks now (more acts in the line up page). So, here&#8217;s the schedule for August 10. Pulp Interpol Rise Against The Maccabees Flogging Molly &#160;]]></description>
			<content:encoded><![CDATA[<p>With all the dates being set on the bands&#8217; websites, the first day on the Main Stage is now complete (if no other modifications arise). Here&#8217;s the schedule, as it looks now (more acts in the <a href="http://szigetnews.com/sziget-2011-lineup/">line up page</a>).</p>
<p>So, here&#8217;s the schedule for August 10.</p>
<p><a rel="nofollow" href="../chemical-brothers-pulp-and-dizzee-rascal-in-the-sziget-2011-lineup-triggerfinger/">Pulp </a></p>
<p><a rel="nofollow" href="http://www.interpolnyc.com/shows/">Interpol</a></p>
<p><a rel="nofollow" href="http://www.riseagainst.com/events/detail.aspx?eid=70931">Rise Against</a></p>
<p><a rel="nofollow" href="http://www.myspace.com/themaccabees/shows">The Maccabees</a></p>
<p><a href="http://www.floggingmolly.com/index.cfm?page=tour">Flogging Molly</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/the-first-pop-rock-main-stage-schedule-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iron Maiden: &#8220;The Final Frontier&#8221; teaser online</title>
		<link>http://szigetnews.com/iron-maiden-the-final-frontier-teaser-online/</link>
		<comments>http://szigetnews.com/iron-maiden-the-final-frontier-teaser-online/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 07:22:44 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2010 lineup]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[sziget]]></category>
		<category><![CDATA[sziget 2010]]></category>
		<category><![CDATA[sziget festival]]></category>
		<category><![CDATA[headliner]]></category>
		<category><![CDATA[Iron Maiden]]></category>
		<category><![CDATA[Sziget 2010 lineup]]></category>
		<category><![CDATA[teaser]]></category>
		<category><![CDATA[The Final Frontier]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=1674</guid>
		<description><![CDATA[Iron Maiden, one of the headliners of this year&#8217;s Sziget Festival, has released the &#8220;Final Frontier&#8221; teaser online recently. They also announce that the video will be available on July 13. These things are just to keep you busy until we meet in front of the main stage at the Maiden show. Until then, enjoy<a href="http://szigetnews.com/iron-maiden-the-final-frontier-teaser-online/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>Iron Maiden, one of the headliners of this year&#8217;s Sziget Festival, has released the &#8220;Final Frontier&#8221; teaser online recently.</p>
<p>They also announce that the video will be available on July 13.</p>
<p>These things are just to keep you busy until we meet in front of the main stage at the Maiden show.</p>
<p>Until then, enjoy the teaser below.<br />
<br />
<center><object width="425px" height="360px" ><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m=105787473,t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m=105787473,t=1,mt=video" width="425" height="360" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object><br /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/iron-maiden-the-final-frontier-teaser-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mika in the Sziget 2010 lineup</title>
		<link>http://szigetnews.com/mika-in-the-sziget-2010-lineup/</link>
		<comments>http://szigetnews.com/mika-in-the-sziget-2010-lineup/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 11:15:01 +0000</pubDate>
		<dc:creator>Sziget News</dc:creator>
				<category><![CDATA[2010 lineup]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[confirmed]]></category>
		<category><![CDATA[main Stage]]></category>
		<category><![CDATA[sziget]]></category>
		<category><![CDATA[sziget 2010]]></category>
		<category><![CDATA[sziget festival]]></category>
		<category><![CDATA[30 Seconds To Mars]]></category>
		<category><![CDATA[lineup]]></category>
		<category><![CDATA[Mika]]></category>
		<category><![CDATA[official]]></category>
		<category><![CDATA[Sziget 2010 lineup]]></category>

		<guid isPermaLink="false">http://szigetnews.com/?p=1650</guid>
		<description><![CDATA[Mika will be part of the Sziget 2010 lineup. According to the schedule on the official English Sziget site, Mika will play Sziget Festival on August 13, at 19:45. They will be followed by 30 Seconds To Mars. These changes will be reflected in our lineup page.]]></description>
			<content:encoded><![CDATA[<p><a href="http://szigetnews.com"><img class="alignright size-medium wp-image-1651" title="mika-sziget-2010" src="http://szigetnews.com/wp-content/uploads/2010/06/mika-sziget-2010-225x300.jpg" alt="" width="200" height="266" /></a>Mika will be part of the Sziget 2010 lineup. According to the schedule on the <a href="http://www.sziget.hu/festival_english/programs#l1411">official English Sziget site</a>, Mika will play Sziget Festival on August 13, at 19:45.</p>
<p>They will be followed by 30 Seconds To Mars. These changes will be reflected in our lineup page.</p>
]]></content:encoded>
			<wfw:commentRss>http://szigetnews.com/mika-in-the-sziget-2010-lineup/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

