<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Maniac Magazine</title>
	<atom:link href="http://www.maniacmagazine.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maniacmagazine.com</link>
	<description>Fashion, Art, Celebrity Gossip to Satisfy your inner Maniac.</description>
	<lastBuildDate>Sat, 18 Feb 2012 19:12:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on MUSIC: The 54th Annual Grammy Awards &#8211; Performances to Remember by 2012 Grammy Awards! The Complete List Of Pre-Show Winners!</title>
		<link>http://www.maniacmagazine.com/music-the-54th-annual-grammy-awards-performances-to-remember#comment-1923</link>
		<dc:creator>2012 Grammy Awards! The Complete List Of Pre-Show Winners!</dc:creator>
		<pubDate>Sat, 18 Feb 2012 19:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.maniacmagazine.com/?p=3684#comment-1923</guid>
		<description>[...] Pop Vocal Album: 21, Adele Traditional Pop Vocal Album: Duets II, Tony Bennett and Various [...] The show hasn&#039;t even begun, and there are already some big wins for some of our faves! Like the God...     WordPress &#8250; Error  html { background: #f9f9f9; } body { background: #fff; color: #333; [...]</description>
		<content:encoded><![CDATA[<p>[...] Pop Vocal Album: 21, Adele Traditional Pop Vocal Album: Duets II, Tony Bennett and Various [...] The show hasn&#039;t even begun, and there are already some big wins for some of our faves! Like the God&#8230;     WordPress &rsaquo; Error  html { background: #f9f9f9; } body { background: #fff; color: #333; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BEAUTY: Spring 2012 Color Watch &#8211; Mint Green by Mint Mania &#124; brunetteonabicycle</title>
		<link>http://www.maniacmagazine.com/beauty-spring-2012-color-watch-mint-green#comment-1918</link>
		<dc:creator>Mint Mania &#124; brunetteonabicycle</dc:creator>
		<pubDate>Sun, 12 Feb 2012 19:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.maniacmagazine.com/?p=3355#comment-1918</guid>
		<description>[...] Image Credit [...]</description>
		<content:encoded><![CDATA[<p>[...] Image Credit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PITTSBURGH EVENTS by Fashion Blogger opportunity: Maniac Magazine sneak peak, February 2 &#124; Womens Clothing</title>
		<link>http://www.maniacmagazine.com/pittsburgh-events#comment-1910</link>
		<dc:creator>Fashion Blogger opportunity: Maniac Magazine sneak peak, February 2 &#124; Womens Clothing</dc:creator>
		<pubDate>Wed, 01 Feb 2012 10:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.maniacmagazine.com/?p=606#comment-1910</guid>
		<description>[...] PITTSBURGH EVENTS – Maniac MagazineSarah Jessica Parker on Marie Claire Cover of September Issue &#8230;SNEAK-PEAKSmokeyPinkLeopard: Interview with Beauty Blogger Alexa: Beauty &#8230;Glamourista16: Interview with Beauty Blogger Caitlin: Beauty &#8230;Dallas-Fort Worth Style and Fashion &#8211; F!D Luxe &#8211; Lifestyles News &#8230;Fashion ThrillCloset Envy: The Fiercest Black Fashion Bloggers &#124; Essence.comTom &amp; Lorenzo &#124; Fabulous &amp; OpinionatedAstor &amp; Black Style Log &#124; The Official Blog of the World&#8217;s Fastest &#8230;   No related posts.      /* placeholder inline styles */ body { font-family: arial, verdana; } a, a img { text-decoration: none; } ul.youtubeFeed { margin: 0; padding: 0; } ul.youtubeFeed li { float: left; width: 150px; list-style-type: none; font-size: 11px; height: 170px; } ul.youtubeFeed li div { width: 118px; }     function Slugify(original) { var str = new String(original); // invalid chars, make into spaces str = str.replace(/[^a-zA-Z 0-9]+/g,&#039;&#039;); // hyphens str = str.replace(/[ ]+/g, &quot;%20&quot;); return str; } var searchhash = &quot;blank&quot;; google.setOnLoadCallback(function () { // setup the click handler function loadVideo(video) { $(&#039;#videos h3&#039;).text(video.title); $(&#039;#youtubeVideo&#039;).html([ &#039;&#039; ].join(&quot;&quot;)); return false; } var title = Slugify(document.getElementsByTagName(&quot;title&quot;)[0].innerHTML); var searchUrl = &quot;http://gdata.youtube.com/feeds/api/playlists/snippets?q=&quot; + title + &quot;&amp;v=2&quot;; google.feeds.lookupFeed(searchUrl, lookupDone); function lookupDone(result) { if (result.error &#124;&#124; !result.url) { $(&#039;#videocomm&#039;).hide(); return; } // get the feed items var feed = new google.feeds.Feed(result.url); feed.setNumEntries(10); feed.load(function (result) { for (var i = 0; i &lt; result.feed.entries.length; i++) { var entry = result.feed.entries[i]; searchhash = entry.link.substring(entry.link.indexOf(&quot;p=&quot;)+2); break; } lookupplaylist(); }); }; function lookupplaylist() { // get the feed info var feedUrl = &quot;http://gdata.youtube.com/feeds/api/playlists/&quot; + searchhash; google.feeds.lookupFeed(feedUrl, function (result) { if (result.error &#124;&#124; !result.url) { $(&#039;#videocomm&#039;).hide(); return; } // get the feed items var feed = new google.feeds.Feed(result.url); feed.setNumEntries(50); feed.load(function (result) { // write out the feed data var container = $(&quot;.youtubeFeed&quot;); //var totalcount = result.feed.entries.length; //alert (totalcount); for (var i = 0; i &lt; result.feed.entries.length; i++) { var entry = result.feed.entries[i]; var vidhash = /=(.*)&amp;(.*)$/.exec (entry.link)[1]; container.append(&#039;&#039;+entry.title+&#039;n&#039;); } // load the first video $(&quot;.yt-vid-link:first&quot;).each(function () { loadVideo(this); return false; }); // setup the click handler for all the videso $(&quot;.yt-vid-link&quot;).click(function () { loadVideo(this); return false; }); }); }); } }); google.load(&quot;feeds&quot;, &quot;1&quot;); [...]</description>
		<content:encoded><![CDATA[<p>[...] PITTSBURGH EVENTS – Maniac MagazineSarah Jessica Parker on Marie Claire Cover of September Issue &#8230;SNEAK-PEAKSmokeyPinkLeopard: Interview with Beauty Blogger Alexa: Beauty &#8230;Glamourista16: Interview with Beauty Blogger Caitlin: Beauty &#8230;Dallas-Fort Worth Style and Fashion &#8211; F!D Luxe &#8211; Lifestyles News &#8230;Fashion ThrillCloset Envy: The Fiercest Black Fashion Bloggers | Essence.comTom &amp; Lorenzo | Fabulous &amp; OpinionatedAstor &amp; Black Style Log | The Official Blog of the World&#8217;s Fastest &#8230;   No related posts.      /* placeholder inline styles */ body { font-family: arial, verdana; } a, a img { text-decoration: none; } ul.youtubeFeed { margin: 0; padding: 0; } ul.youtubeFeed li { float: left; width: 150px; list-style-type: none; font-size: 11px; height: 170px; } ul.youtubeFeed li div { width: 118px; }     function Slugify(original) { var str = new String(original); // invalid chars, make into spaces str = str.replace(/[^a-zA-Z 0-9]+/g,&#039;&#039;); // hyphens str = str.replace(/[ ]+/g, &quot;%20&quot;); return str; } var searchhash = &quot;blank&quot;; google.setOnLoadCallback(function () { // setup the click handler function loadVideo(video) { $(&#039;#videos h3&#039;).text(video.title); $(&#039;#youtubeVideo&#039;).html([ &#039;&#039; ].join(&quot;&quot;)); return false; } var title = Slugify(document.getElementsByTagName(&quot;title&quot;)[0].innerHTML); var searchUrl = &quot;<a href="http://gdata.youtube.com/feeds/api/playlists/snippets?q=&#038;quot" rel="nofollow">http://gdata.youtube.com/feeds/api/playlists/snippets?q=&#038;quot</a>; + title + &quot;&amp;v=2&quot;; google.feeds.lookupFeed(searchUrl, lookupDone); function lookupDone(result) { if (result.error || !result.url) { $(&#039;#videocomm&#039;).hide(); return; } // get the feed items var feed = new google.feeds.Feed(result.url); feed.setNumEntries(10); feed.load(function (result) { for (var i = 0; i &lt; result.feed.entries.length; i++) { var entry = result.feed.entries[i]; searchhash = entry.link.substring(entry.link.indexOf(&quot;p=&quot;)+2); break; } lookupplaylist(); }); }; function lookupplaylist() { // get the feed info var feedUrl = &quot;<a href="http://gdata.youtube.com/feeds/api/playlists/&#038;quot" rel="nofollow">http://gdata.youtube.com/feeds/api/playlists/&#038;quot</a>; + searchhash; google.feeds.lookupFeed(feedUrl, function (result) { if (result.error || !result.url) { $(&#039;#videocomm&#039;).hide(); return; } // get the feed items var feed = new google.feeds.Feed(result.url); feed.setNumEntries(50); feed.load(function (result) { // write out the feed data var container = $(&quot;.youtubeFeed&quot;); //var totalcount = result.feed.entries.length; //alert (totalcount); for (var i = 0; i &lt; result.feed.entries.length; i++) { var entry = result.feed.entries[i]; var vidhash = /=(.*)&amp;(.*)$/.exec (entry.link)[1]; container.append(&#039;&#039;+entry.title+&#039;n&#039;); } // load the first video $(&quot;.yt-vid-link:first&quot;).each(function () { loadVideo(this); return false; }); // setup the click handler for all the videso $(&quot;.yt-vid-link&quot;).click(function () { loadVideo(this); return false; }); }); }); } }); google.load(&quot;feeds&quot;, &quot;1&quot;); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BEAUTY: Pucker Up With the Color of the Season by Obsession &#124; All About Poppy. &#171; Design Sensibility</title>
		<link>http://www.maniacmagazine.com/beauty-pucker-up-with-the-color-of-the-season#comment-1900</link>
		<dc:creator>Obsession &#124; All About Poppy. &#171; Design Sensibility</dc:creator>
		<pubDate>Tue, 10 Jan 2012 13:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.maniacmagazine.com/?p=3316#comment-1900</guid>
		<description>[...] all about warm, the orangey-red goodness of Poppy. It started with Pushing Daisies, and then the orangey-red lipstick the ladies all wear in Mad Men. Then, this summer&#8217;s ultimate makeup trend was all about [...]</description>
		<content:encoded><![CDATA[<p>[...] all about warm, the orangey-red goodness of Poppy. It started with Pushing Daisies, and then the orangey-red lipstick the ladies all wear in Mad Men. Then, this summer&#8217;s ultimate makeup trend was all about [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

