 
 

<!DOCTYPE html>

<!-- hooks for IE foolishness 
see: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->

<!-- hooks for IE foolishness -->

<!--[if lt IE 7]><html lang="en" class="ie ie6"><![endif]-->
<!--[if IE 7]><html lang="en" class="ie ie7"><![endif]-->
<!--[if IE 8]><html lang="en" class="ie ie8"><![endif]-->
<!--[if IE 9]><html lang="en" class="ie ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->

<head>
	<meta charset="utf-8">
	
	<title>Xanga 2.0 is Here!</title>
	
	<!-- Describe the page for search engines -->
	<meta name="description" content="Xanga 2.0 is Here!"> 
    <meta name="keywords" content="Xanga">
	
	
	<!-- Force latest IE rendering engine & Chrome Frame -->
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
	<script type="text/javascript">
	    $(document).ready(function () {
	        var domain = document.domain.replace(".", "-") + "-logo";
	        var logoelement = $('#' + domain);

	        if (logoelement.length > 0) {
	            logoelement.show();
	            if (document.domain == "xanga.com")
	                $('#xanga-com-info').show();
	            else
	                $('#other-info').show();
	        }
	        else {
	            $('#xanga-com-logo').show();
	            $('#xanga-com-info').show();
	        }
	    });
	</script>
<link rel="alternate" type="application/rss+xml" title="Xanga &raquo; Feed" href="http://xanga.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Xanga &raquo; Comments Feed" href="http://xanga.com/comments/feed/" />
<link rel='stylesheet' id='admin-bar-css'  href='http://xanga.com/wp-includes/css/admin-bar.min.css?ver=3.6' type='text/css' media='all' />
<link rel='stylesheet' id='_s-style-css'  href='http://xanga.com/wp-content/themes/xanga-default/style.css?ver=3.6' type='text/css' media='all' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://xanga.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://xanga.com/wp-includes/wlwmanifest.xml" /> 
<link rel='prev' title='Message' href='http://xanga.com/message/' />
<link rel='next' title='404' href='http://xanga.com/fourohfour/' />

<link rel='canonical' href='http://xanga.com/' />
	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
<style type="text/css" media="screen">
	html { margin-top: 28px !important; }
	* html body { margin-top: 28px !important; }
</style>
<meta name="robots" content="noarchive" />

<style type="text/css">
.login h1 a {
    background-image: url("/common/logo9a.png");
    background-position: center top;
    background-size: 300px 160px;
    background-repeat: no-repeat;
    height: 160px;
    width: 320px;
    padding:0;
}
#wpadminbar {
     background:#4685C4 !important;
     color:#fff;
}
#wpadminbar .quicklinks > ul > li > a , #wpadminbar .quicklinks > ul > li, #wpadminbar .quicklinks > ul > li.opposite, #wpadminbar .quicklinks > ul > li.opposite a,
#wpadminbar .quicklinks .ab-top-secondary > li > a, #wpadminbar .quicklinks .ab-top-secondary > li > .ab-empty-item {
      border-color:#4685C4 !important;
      color:#fff;
}
#wpadminbar .ab-top-secondary {
     background:#4685C4 !important;
     color:#fff;
}
li.xangalogo-toolbar .ab-item, li.xangalogo-toolbar .ab-item:focus {
     width:95px !important;
     height:15px !important;
     text-indent:-9999em;
     background: #4685C4 url("//xanga.com/common/xangalogo-toolbar.png") no-repeat top left !important;
     margin:7px 3px 0 3px !important;
     padding:0 !important;
}
</style>
	<!--[if lt IE 9]>
	<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->

	<style type="text/css" >
	/* HTML 5 SUPPORT FOR NON-HTML5-COMPLIANT BROWSERS */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section
	{ 
	display:block;
	}
	
figure { margin: 0; padding: 0; }
meter, progress { -webkit-appearance: none; }

/* DEFAULT STYLES */

body {
	margin: 0;
	padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

h1, h2 {
	margin: 20px 0 10px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
}
h2 {
	font-size: 30px;
}
a {
	color: #21759b;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #d54e21;
}

/* FRONT PAGE */

#header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid #eee;
	padding: 0 40px 40px;
	-webkit-box-shadow: 0 8px 16px -6px #666;
	   -moz-box-shadow: 0 8px 16px -6px #666;
	        box-shadow: 0 8px 16px -6px #666;
			text-align: center;
	
}

#header h1 {
	margin-top: -20px;
}
.logo img {
	max-width: 100%;
}

#maincontent {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

	clear: both;
	padding: 20px 40px;
	text-align: center;
}

.section-title {
	font-size: 48px;
}
.section-title a {
	color: #333;
}

#posts
{
	text-align:left;	
}

#maincontent
{
	text-align:center;
	margin: 0px auto;
	max-width:1000px;
}

a.logo img
{
	display:none;
}
	</style>


</head>

<body id="front">

<div id="page">

	<header id="header">
		
		<a class="logo" href="#">
		<img id="xanga-com-logo" alt="Xanga" src="//xanga.com/common/xangalogo-large.jpg" />
		</a>
		
		<div id="xanga-com-info" style="display:none;">
		<h1>Xanga 2.0 is Here!</h1>
		<p>Please excuse the dust while we launch Xanga 2.0!   Check out the latest news from The Xanga Team below&hellip;</p>
		</div>
	</header>

	<div id="maincontent">
		
		
		<section id="posts">
			<h1 class="section-title"><a href="#">Xanga News</a></h1>
									<article class="post">
				<h1 class="post-title">
					<a href="http://thexangateam.xanga.com/2013/09/03/welcome-to-xanga-2-0/">Welcome to Xanga 2.0!</a>
				</h1>
				<div class="post-body"><p>Welcome to the official launch of Xanga 2.0!</p>
<p>Here&#8217;s how to get started:</p>
<p><strong>1. SIGNIN</strong></p>
<p>You can sign into your Xanga account right here:</p>
<p>* <a href="http://xanga.com/wp-login.php">http://xanga.com/wp-login.php</a></p>
<p>You can use the same username and password that you&#8217;re used to, and it should work!</p>
<p><strong>2. CHECK OUT YOUR BLOG</strong></p>
<p>If you are premium or participated in our Xanga 2.0 campaign, your blog should be in the same location!  For example, my blog is here:<br />
<a href="http://john.xanga.com/">http://john.xanga.com</a></p>
<p>If your blog appears, you should be able to go to your dashboard and start blogging! <img src='http://thexangateam.xanga.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Your blog should even look similar to your old theme.  (If it looks a bit off, let us know here and we&#8217;ll take a look!)<br />
<a href="http://help.xanga.com/forum/themes">http://help.xanga.com/forum/themes</a></p>
<p>If your blog doesn&#8217;t appear (and you are either premium or contributed to our campaign), please let us know in our help forum and we will look into it!<br />
<a href="http://help.xanga.com/forum/data-migration">http://help.xanga.com/forum/data-migration</a></p>
<p><strong>3. CHECK OUT YOUR READING PAGE (TO READ POSTS)</strong></p>
<p>Either way, you should be able to check out your Reading page under your dashboard!</p>
<p><a href="//thexangateam.files.xanga.com/2013/09/reading.jpg"><img class="alignnone size-full wp-image-1162" alt="reading" src="//thexangateam.files.xanga.com/2013/09/reading.jpg" width="500" height="219" /></a></p>
<p>It&#8217;s a great way to find updates from your subs and friends!  Speaking of which, we made some name changes related to subs and friends, to help make it a bit simpler and more intuitive&#8230; you can <a href="http://thexangateam.xanga.com/2013/09/03/feature-update-friends-and-subs-name-tweaks/" target="_blank">read about the name tweaks here</a>!</p>
<p>ps  Thanks for your patience everyone&#8230; we will find a way to make it up to you!!</p>
<p>pps We are now officially in phase 2 (of four) of the Xanga 2.0 launch!</p>
<p style="padding-left: 30px;">Phase 1: Data Migration<br />
<strong>Phase 2: Site Tuning  &lt;&#8212;</strong><br />
Phase 3: Feature Prioritization<br />
Phase 4: Building Together</p>
<p>The next month or two of work on Xanga 2.0 is going to be busy, so we wanted to share with everyone a roadmap of how we&#8217;re thinking about things&#8230; if you&#8217;re interested, you can read more details <a href="http://thexangateam.xanga.com/2013/09/03/the-four-phases-of-the-xanga-2-0-launch/">about the 4 phases here</a></p>
				</div>
			</article>
						<article class="post">
				<h1 class="post-title">
					<a href="http://thexangateam.xanga.com/2013/09/03/the-four-phases-of-the-xanga-2-0-launch/">The Four Phases of the Xanga 2.0 Launch!</a>
				</h1>
				<div class="post-body"><p>The next month or two of work on Xanga 2.0 is going to be busy, so I wanted to share with everyone a roadmap of how we&#8217;re thinking about things!</p>
<p>We&#8217;re dividing the work on this project into four basic phases.</p>
<p><strong>Phase 1. Data migration</strong></p>
<p>As described here, we&#8217;ve imported over every account that we have on Xanga over to the new system so that anyone who could sign into Xanga can still sign into Xanga 2.0.  (<a href="http://xanga.com/wp-login.php" target="_blank">Try it here</a>!)  We&#8217;ve also imported over everyone&#8217;s subscribers and friends, so that if somebody was subscribed or friended to you on the old system, they&#8217;re now following you on the new one too.  And f you had turned on privacy features like friends lock, then we imported that over as well.  Same goes for Signin Lock, RSS feeds being on or off, and search engine accessibility.   We&#8217;ve also migrated over everyone&#8217;s photos (25 terabytes+ of data).</p>
<p>Finally and most important of all, we&#8217;ve imported over 2 million blogs from the old system.  If you are premium or if you pledged to our campaign, then we&#8217;ve already imported your blog posts into Xanga 2.0. If you don&#8217;t fit into the category but you&#8217;ve been active on the site <a href="http://thexangateam.xanga.com/2013/08/29/xanga-2-0-2-million-blogs-and-25-terabytes-of-photos-backed-up-and-ready-to-go/" target="_blank">in the following ways</a>, we&#8217;ve created a backup archive of your blog data and can migrate you to the system if you&#8217;d like. <span id="more-1155"></span></p>
<p>* We&#8217;ve archived the blogs of the hundreds of thousands of blogs where the user has logged in in the past 5 years <em>and</em> has at least two subscribers.<br />
* We did an additional set of archives for 200k users who had logged in the past year and had at least 10 blogs.<br />
* We&#8217;ve also archived the blogs of every single user that&#8217;s ever been premium at any point in the past&hellip;</p>
<p>And of course, a lot of you guys archived your own blogs using the old Xanga archive generator.  If you send that to us, we can always import you that way as well. <img src='http://thexangateam.xanga.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We&#8221;ve just finished the core of Phase 1 tonight, and will commence with Phase 2 upon launching the site!</p>
<p><strong>Phase 2. Site tuning</strong></p>
<p>Once we go live tonight, we anticipate that it&#8217;s going to take some time for the dust to settle.  It&#8217;s always a bit tricky to tune your servers to match the amount of load that&#8217;s being put on it. So during this phase, we will allocate servers and storage to best match the load that&#8217;s being put on it.</p>
<p>We&#8217;ll also work with anyone whose data didn&#8217;t make it over to get them onto the new system as quickly as possible!  We&#8217;ll be streamlining this process over the next week&#8230;</p>
<p><strong>Phase 3. Feature Prioritization</strong></p>
<p>We have really and truly focused on migrating over the very core features of Xanga as well as as much of the data as we could physically port over.  In some cases, we had to port over the features *in order to* be able to move the data at all; for example, we built a subscriptions engine (and merged <a href="http://thexangateam.xanga.com/2013/09/03/feature-update-friends-and-subs-name-tweaks/" target="_blank">friends and subs</a> into it) so that we could import over all of the subscriptions and friendships over from Xanga!</p>
<p>Once we get all of the site data and servers stabilized, we&#8217;d love to work with you guys to pull together a list of features that you like to see on the site&#8230; and then prioritize them.  For example&#8221;</p>
<p>* We are keen to make a front page that features everyone&#8217;s content&hellip; It could be a simple recent weblogs module or it could be a feature weblogs module like we had before. Something like this is a top priority for us and we&#8217;d love to work with you guys to make sure that we&#8217;re designing it just right.</p>
<p>* Also, we are launching with a very basic theme that we hope matches the look of your old theme.</p>
<p>* Another top priority for us is to upgrade the theme into a more easily customizable theme system that is both powerful and yet intuitive and simple.</p>
<p>Are these features you&#8217;d like to see right away?  We&#8217;d love to hear from you on which features you&#8217;d like to see, so please chime in below.</p>
<p><strong>Phase 4. Building together</strong></p>
<p>Once we&#8217;ve prioritized which features to build, we&#8217;d love to get some of you guys involved as beta testers, customer service helpers, and all the other roles we discussed <a href="http://thexangateam.xanga.com/2013/05/30/relaunching-xanga-a-fundraiser/" target="_blank">here</a>.  Please let us know below what role you&#8217;d be interested in playing, and we can setup group blogs where we can all interact. <img src='http://thexangateam.xanga.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8212;-</p>
<p>We&#8217;re currently in Phase 2: Server Tuning&#8230;  wish us all luck tonight and in the days ahead!  And thanks to everyone for your patience and support in making this all happen!</p>
				</div>
			</article>
						<article class="post">
				<h1 class="post-title">
					<a href="http://thexangateam.xanga.com/2013/09/03/feature-update-friends-and-subs-name-tweaks/">FEATURE UPDATE: Friends and Subs name tweaks</a>
				</h1>
				<div class="post-body"><p>Over the years, we&#8217;ve gotten a lot of questions about what the difference is between Subscribing to someone and being Friends with them. As you guys know:</p>
<p>* You Subscribe to someone when you want to follow all of their updates on their blog.<br />
* You Friend someone (and they friend you back) to create a closer relationship. Friendships also control privacy features (like Friends Lock) and are two-way relationships: you can&#8217;t just friend someone&#8230; they have to agree to friend you back.</p>
<p>Both features let you do some pretty cool things. So we made a list of what we like most about them:</p>
<p>* The ability to easily see someone else&#8217;s updates<br />
* The privacy of being able to approve people before they can see your content.</p>
<p>That said, it definitely confused people that both features did something similar and yet had such different names&#8230; and also that there was no one place to manage them both.   So we addressed the first by tweaking the name&#8230; and renamed subs and friends into a single feature called, you guessed it, Following and Approved Followers.</p>
<p>It really works very similar to how Xanga worked before, but with just a new name:</p>
<p><span id="more-1152"></span></p>
<p>* FOLLOWING: If you want to subscribe to someone&#8217;s updates, you just go to their site and click the follow link.  (If you want to stop getting their updates, just click unfollow.). Basically, just like a Subscription.</p>
<p>* FOLLOWER&#8217;S LOCK: You can also still lock your site so that only users who are following you can access your site at all. This is similar to how Friends Lock worked.</p>
<p>* APPROVED FOLLOWERS: If you want to approve all of your followers before they can see your content, just set your site privacy to Follower Lock. Then when someone attempts to follow you, their username will automatically be held for you to approve on your follower page.</p>
<p>(And for the record, you can still restrict access to your site to anyone who is sign into Xanga. This is still called Signin Lock!)</p>
<p>But in addition, you can now manage what was once two separate things (friends and subs) in a new and single page&#8230; your Following page linked from your site dashboard! <img src='http://thexangateam.xanga.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We hope that this approach is a little bit simpler and more intuitive&#8230; let us know if you have any questions!</p>
				</div>
			</article>
						<article class="post">
				<h1 class="post-title">
					<a href="http://thexangateam.xanga.com/2013/08/29/were-starting-the-migration-to-xanga-2-0-at-midnight-tonight/">We&#8217;re starting the migration to Xanga 2.0 at midnight tonight!</a>
				</h1>
				<div class="post-body"><p>Ok our last minute checks have been going well, so we&#8217;re going to start the migration to Xanga 2.0 in a few hours!</p>
<p>We will be taking the site down at midnight tonight (EST)&#8230; we&#8217;ll be physically moving our servers tomorrow, over the course of the day. We will be working on the migration over the weekend&#8230; and will be posting updates on the migration to Twitter here:</p>
<p><a href="http://twitter.com/xanga">http://twitter.com/xanga</a></p>
<p>We hope to have the new Xanga 2.0 site up for you guys as soon as possible! &nbsp;Please stay tuned to our Twitter feed for updates&#8230;</p>
				</div>
			</article>
						<article class="post">
				<h1 class="post-title">
					<a href="http://thexangateam.xanga.com/2013/08/29/xanga-2-0-2-million-blogs-and-25-terabytes-of-photos-backed-up-and-ready-to-go/">Xanga 2.0: 2 million blogs and 25 terabytes of photos backed up and ready to go!</a>
				</h1>
				<div class="post-body"><div>We&#8217;ve made a lot of progress on the Xanga 2.0 data migration!</div>
<div></div>
<div><strong>tl;dr version:</strong></div>
<div></div>
<div>* We&#8217;ve created backups of ~2 million Xanga blogs.  If you&#8217;ve been active on Xanga in the past 5+ years, we&#8217;ve most likely archived all of your posts and are ready to migrate you over to Xanga 2.0 (details below).</div>
<div>* We&#8217;ve also migrated over every photo that&#8217;s on our servers now to Xanga 2.0 (~25 terabytes).</div>
<div>* We&#8217;ve moved over every single user&#8217;s login and their subscriber/friend relationships.</div>
<div>* We&#8217;re gearing up for the move in the next few days&#8230;</div>
<div></div>
<div><strong>Detailed version below:  </strong><span id="more-1122"></span></div>
<div></div>
<div>Here&#8217;s where things stood <a href="http://thexangateam.xanga.com/774812086/xanga-20-is-almost-here/" target="_blank">last month</a>:</div>
<div></div>
<div>* We had successfully moved over all of our user accounts into the new Xanga 2.0 system, so that each and every one of our current users will be able to sign into the new Xanga.</div>
<div>* We had also successfully imported the blogs of all of our current premium users.</div>
<div>* We were in the process of migrating over every single photo that&#8217;s on our servers now.</div>
<div>* We were moving over everyone&#8217;s avatars as well.</div>
<div></div>
<div>Since then, we have successfully migrated over all the data described above:</div>
<div></div>
<div>* In addition to moving over all our Xanga user accounts, we&#8217;ve also moved over all of the friend/subscriber relationships.</div>
<div>* We have copied over all the photos from the Xanga server, so that we have ~25 terabytes (that&#8217;s 25,000 gigabytes) of photos ready on Xanga 2.0.</div>
<div>* We have migrated over everyone&#8217;s avatar as well.</div>
<div></div>
<div>We have created a backup file of 2 million Xanga blogs.  This way, if any of users described below contacts us, we&#8217;ll be able to add their blog to the new Xanga 2.0 system.  Here&#8217;s how it breaks down:</div>
<div></div>
<div>* We&#8217;ve archived the blogs of the hundreds of thousands of blogs where the user has logged in in the past 5 years <em>and</em> has at least two subscribers.</div>
<div>* We&#8217;ve also archived the blogs of every single user that&#8217;s ever been premium at any point in the past&#8230;</div>
<div></div>
<div>In short, if you&#8217;ve been active at all on Xanga&#8230; we should have all of your data ready to import into Xanga 2.0!</div>
<div></div>
<div>* If you&#8217;re currently premium, then your data has already been imported into Xanga 2.0 and is ready to go!</div>
<div>* If you&#8217;re not premium but pledged to support our crowdfunding campaign, we&#8217;ve emailed you a questionnaire asking which username you&#8217;d like to import over.  We&#8217;re currently importing the hundreds of people who have already replied.</div>
<div></div>
<div><strong><em>If you haven&#8217;t received our email and already let us know which account you&#8217;d like imported, please let me know below and I can send you the questionnaire again!</em></strong></div>
<div><strong><em> </em></strong></div>
<div><strong><em>Either way, we have backups of 2 million blogs ready&#8230; odds are that if you&#8217;re reading this, we have your blog backed up and waiting for you!</em></strong></div>
<div></div>
<div>Our main goal with phase 1 of the Xanga 2.0 migration has been to get as many people&#8217;s data backed up (and migrated) as possible.  Once the dust settles from the move, then we&#8217;ll shift gears to building features for you guys!</div>
<div></div>
<div>Thanks to the everyone for your support and patience over the past few months.  We can&#8217;t wait to show you Xanga 2.0!  We are doing a last check of the images, blogs and avatars we&#8217;ve transferred over&#8230; then we&#8217;ll start the migration on the backend.  Depending on how that goes, we&#8217;ll be starting the public-facing migration of Xanga shortly after&#8230;</div>
				</div>
			</article>
						
		</section>
		
				
	</div> <!-- end maincontent -->

	

</div> <!-- end page -->
	
<script type='text/javascript' src='http://xanga.com/wp-includes/js/admin-bar.min.js?ver=3.6'></script>
<script type='text/javascript' src='http://xanga.com/wp-content/themes/xanga-default/js/navigation.js?ver=20120206'></script>
<script type='text/javascript' src='http://xanga.com/wp-content/themes/xanga-default/js/skip-link-focus-fix.js?ver=20130115'></script>
		<div id="wpadminbar" class="nojq nojs" role="navigation">
			<a class="screen-reader-shortcut" href="#wp-toolbar" tabindex="1">Skip to toolbar</a>
			<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Top navigation toolbar." tabindex="0">
				<ul id="wp-admin-bar-root-default" class="ab-top-menu">
		<li id="wp-admin-bar-xangalogo-toolbar" class="xangalogo-toolbar"><a class="ab-item"  href="//xanga.com/">Xanga</a>		</li></ul><ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu">
		<li id="wp-admin-bar-search" class="admin-bar-search"><div class="ab-item ab-empty-item" tabindex="-1"><form action="http://xanga.com/" method="get" id="adminbarsearch"><input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" /><input type="submit" class="adminbar-button" value="Search"/></form></div>		</li>
		<li id="wp-admin-bar-my-account"><a class="ab-item"  href="http://xanga.com/wp-login.php?redirect_to=http://xanga.com/?">Log In</a>		</li></ul>			</div>
					</div>

		</body>

</html>
<!-- Dynamic page generated in 0.023 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-09-05 13:56:47 -->

<!-- Compression = gzip -->
<!-- super cache -->