飛び先のチェック (ver 0.04) by ぴょん基地の友達
解析
飛び先のURL
http://bljgbt.spaces.live.com/
code = 200
base = http://bljgbt.spaces.live.com/mmm2008-07-24_12.50/
body =
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html xmlns:spaces xmlns:Web class="" web:culture="en-US">
<head>
<script type="text/javascript">
var C_STATIC_CONTENT_DEFAULT_INDEX = "2";
var C_STATIC_CONTENT_URL_FORMAT = "http://sc{0}.sclive.net/13.0.1392.0724/";
var C_STATIC_IMAGES_URL_FORMAT = "http://sc{0}.sclive.net/00.0.0000.0000/";
var C_STATIC_CONTENT_SERVER_COUNT = "4";
var C_FETCH_URL_SERVICE = "http://my.live.com/cfw/news.aspx?returnheadlines={0}&fetchurl={1}";
var C_FRONTDOOR_HOSTNAME = "spaces.live.com";
var C_DASHBOARD_HOSTNAME = "home.services.spaces.live.com";
var C_WEB_HOSTNAME = "{0}.spaces.live.com";
var C_UPDATEDSPACES_MAPVIEW = "True";
var C_PHOTOUPLOADCLASSID = "7fc1b346-83e6-4774-8d20-1a6b09b0e737";
var C_CANARY_COOKIE_NAME = "sc"
</script><script>
if(null==window["$Config"])
window["$Config"] = {};
$Config.headerRenderTime = (new Date()).getTime();
if (typeof(SymRealWinOpen)!="undefined"){window.open = SymRealWinOpen;}
window.$Config.Themes = {
baseUrl:"http://shared.live.com/4FK9aqzvrfnB3HHdvNkKVmtFpNReuir!TEno8VTERzrZPeUYqdBS3tZ7TL4OwrYSqNwkW710ps8/",current:"Base",version:"1.1348",url:"http://shared.live.com/4FK9aqzvrfnB3HHdvNkKVmtFpNReuir!TEno8VTERzrZPeUYqdBS3tZ7TL4OwrYSqNwkW710ps8/Base/1.1348/"};</script><link rel="StyleSheet" href="http://shared.live.com/4FK9aqzvrfnB3HHdvNkKVmtFpNReuir!TEno8VTERzrZPeUYqdBS3tZ7TL4OwrYSqNwkW710ps8/Base/1.1348/hig+spaces+controls.css" type="text/css"/><title>Windows Live space</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="description" content="Windows Live space " /><meta name="keywords" content="Photos, Blogging, Social Networking, Friends, Sharing, Lists, Spaces, Windows Live" /><meta name="PageId" content="PersonalSpace"/><link rel="alternate" type="application/rss+xml" title="Windows Live space - All content (RSS)" href="http://bljgbt.spaces.live.com/feed.rss" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://bljgbt.spaces.live.com/rsd.aspx?alias=bljgbt" /><link rel="wlwmanifest" href="http://bljgbt.spaces.live.com/wlwmanifest.aspx" /><base href="http://bljgbt.spaces.live.com/mmm2008-07-24_12.50/" /><link rel="SHORTCUT ICON" href="http://sc2.sclive.net/00.0.0000.0000/Web/images/favicon.ico"/>
<link rel="stylesheet" href="http://sc3.sclive.net/13.0.1392.0724/Web/Parts/css/en-us/dlparts.css" type="text/css" />
<link rel="stylesheet" href="http://sc2.sclive.net/13.0.1392.0724/Web/css/en-us/dlspaces.css" type="text/css" />
<link rel="StyleSheet" type="text/css" href="http://shared.live.com/4FK9aqzvrfnB3HHdvNkKVmtFpNReuir!dOJ5E!FYLXqNpApPAFFDd0slntNM179T/Base/1.1348/spacesidentityctrl.css" /><style type="text/css" id="icStyle2">
</style><style type="text/css">
.identctrl img.IcPh{-ms-interpolation-mode:bicubic;}
</style><script type="text/javascript">
//<![CDATA[
var __LiveIdentityControlConfig={PartnerId:'Live.Spaces',Market:'en-us',ViewerCid:"0",SpcFD:"http://spaces.live.com/",IdentSvcHost:'http\x3a\x2f\x2fcc.services.spaces.live.com\x2f',IdentScptBase:'http\x3a\x2f\x2fsc3.sclive.net\x2f13.0.1392.0724\x2fContactControl\x2fscript\x2f',CanaryN:'sc',uxpLCB:'http\x3a\x2f\x2fshared.live.com\x2ftSHcRs7kLyAwwD19JHfX0A\x2f',uxpLS:'http\x3a\x2f\x2fshared.live.com\x2f9eo2BK0tXJesxH5ebZmYSQ\x2f',SiteId:73625,WLThemeUrl:'http\x3a\x2f\x2fshared.live.com\x2f4FK9aqzvrfnB3HHdvNkKVmtFpNReuir\x21dOJ5E\x21FYLXqNpApPAFFDd0slntNM179T\x2fBase\x2f1.1348\x2f'};
//]]
</script><script type="text/javascript">
function ScaleImage(evt){try{var img = window.event ? window.event.srcElement : evt;if(img.icVisited==true){return;}img.icVisited=true;var unscaledImage = new Image();unscaledImage.src = img.src;var imgHeight = null;var imgWidth = null;if (img.currentStyle) {if (null == img.currentStyle.height || null == img.currentStyle.width) {return;} imgHeight = parseInt(img.currentStyle.height);imgWidth = parseInt(img.currentStyle.width);}else {if (null == img.height || null == img.width) {return;}imgHeight = img.height;imgWidth = img.width;}if (null == unscaledImage.width || null == unscaledImage.height ||0 == unscaledImage.width || 0 == unscaledImage.height || 0 == imgWidth || 0 == imgHeight) {return;}var scale = Math.min((imgWidth/unscaledImage.width),(imgHeight/unscaledImage.height));var newWidth = Math.round(scale*unscaledImage.width);var newHeight = Math.round(scale*unscaledImage.height);var widthPad = (imgWidth - newWidth)/2;var heightPad = (imgHeight - newHeight)/2;img.style.width = newWidth + "px";img.style.height = newHeight + "px";img.style.paddingLeft = (2 + Math.floor(widthPad)) + "px";img.style.paddingRight = (2 + Math.ceil(widthPad)) + "px";img.style.paddingTop = (2 + Math.floor(heightPad)) + "px";img.style.paddingBottom = (2 + Math.ceil(heightPad)) + "px";}catch(e){}}
</script><input type="hidden" name="Web.moz-custom" content="enabled" /><script>var vTitleTaglinePart = new Object();
var vBlogPart = new Object();
var vFriendsPart = new Object();
var vMemberProfileTile = new Object();
var BlogJSBlogEntryUrl = 'http\x3a\x2f\x2fspaces.live.com\x2fBlogIt.aspx';
var BlogJSPersonalSpaceurl = 'http\x3a\x2f\x2fbLjGBT.spaces.live.com\x2f';
var BlogJSBlogPartParam = "_c=BlogPart";
var BlogJSBlogPartBlogView = "BlogPart=blogview";
</script><link href="http://sc1.sclive.net/13.0.1392.0724/Web/css/en-us/network.css" name="socialnetworkexplorercss" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://sc1.sclive.net/13.0.1392.0724/Web/script/dlsite.js">
</script>
<style id="CustomTheme">.ContainerPadding, .ContainerPadding td, .ContainerPadding th, ul.subnav, ul.List, .ContainerFullView, .ContainerFullView td, .ContainerFullView th {}
.ContainerHeader, .ContainerHeader td, .ContainerHeader th {}
</style>
<script type="text/javascript" language="javascript"> var gblSpaceTitle = 'Windows Live space';</script>
</head>
<body id="ctl00_Body">
<script type="text/javascript" src="http://ads1.msn.com/library/dap.js"></script><div style="height:auto;min-width:1000px">
<div id="AdContainer" style="text-align:center;position:relative;zoom:1">
<table cellpadding="0" cellspacing="0"><tr><td width="50%"><img src="http://sc2.sclive.net/00.0.0000.0000/Web/images/c.gif" width="100%" height="1" /></td><td align="left"><div id="SPAZ01"><img src="http://sc2.sclive.net/00.0.0000.0000/Web/images/c.gif" width="728" height="90" /><script type="text/javascript">dapMgr.enableACB("SPAZ01",false);dapMgr.renderAd("SPAZ01","&PG=SPAZ01&AP=1390","728","90");</script></div></td><td width="50%"><img src="http://sc2.sclive.net/00.0.0000.0000/Web/images/c.gif" width="100%" height="1" /></td></tr></table>
</div>
<script type="text/javascript">
function search()
{
// If the page is dirty and we prompt the user to ok/cancel the navigation, and they
// select cancel, window.location.href assignment will throw. In this case, we want to
// simply ignore it.
try
{ window.location.href = "http://home.services.spaces.live.com/search/?tp=1&pg=0&sc=0&form=SPDEPS" + "&q=" + encodeURIComponent(document.getElementById("uxp_hdr_searchInput").value);
} catch (e) {}
}
</script>
</div><div class="BodyBG" style="min-width:1000px">
<table cellspacing="0" id="uxp_hdr"><tr><td class="uxp_hdrInner"><table cellspacing="0" class="uxp_hdrInnerTable"><tr>
<td id="uxp_hdr_jewelParent" class="uxp_hdr_pointer" onmouseover="this.className+=' uxp_hdr_jewelSpanHover'" onmouseout="this.className=this.className.replace(' uxp_hdr_jewelSpanHover','')"><a id="uxp_hdr_jewelLink" href="#"><span id="uxp_hdr_jewelSpan"></span><img src="http://shared.live.com/4FK9aqzvrfnB3HHdvNkKVmtFpNReuir!dOJ5E!FYLXqNpApPAFFDd0slntNM179T/Base/1.1348/HIG/img/h/jewel_24_hover.png" alt="More services" width="39" height="37" style="visibility:hidden"/><span class="uxp_hdr_windowsLiveText">Windows Live<span class="uxp_hdr_tm">™</span></span></a><br /><div class="uxp_hdr_menuParent"><ul id="uxp_hdr_jewelMenu" class="uxp_hdr_menu" style="display:none"><li><a href="#"><span class="uxp_hdr_rightArrow"></span>Windows Live services</a><ul class="uxp_hdr_submenu"><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl9">Home</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl11">Calendar</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl10">Contacts</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl18">Family Safety</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl13">Gallery</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl14">Hotmail</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl15">OneCare</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl12">SkyDrive</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl16">Spaces</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl8">All services</a></li></ul></li><li><a href="#"><span class="uxp_hdr_rightArrow"></span>Other Live services</a><ul class="uxp_hdr_submenu"><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl1">Live Search</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl2">Office Live</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl3">Xbox Live</a></li><li class="uxp_hdr_menuSeparator"> </li><li><a target="_top" href="http://g.live.com/9uxp9msn/jwl-en-us">MSN</a></li></ul></li><li class="uxp_hdr_menuSeparator"> </li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl5">Account</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl6?productkey=WLSpaces">Feedback</a></li><li><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_jwl7">Help Central</a></li></ul></div></td><td><table id="uxp_hdr_middleArea"><tr><td id="uxp_hdr_tabsParent"><table id="uxp_hdr_tabs" cellspacing="0" class="uxp_hdr_pointer"><tr><td><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_nav1"><span>Home</span></a></td><td><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_nav2"><span>Hotmail</span></a></td><td><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_nav3" id="uxp_hdr_tabs_current"><span>Spaces</span></a></td><td><a target="_top" href="http://g.live.com/9uxp9en-us/hdr_nav5"><span>OneCare</span></a></td><td><div class="h_separator"> </div></td><td><a target="_top" href="http://g.live.com/9uxp9msn/nav-en-us"><span>MSN</span></a></td></tr></table></td><td id="uxp_hdr_searchParent"><form id="uxp_hdr_search" onsubmit="document.getElementById('uxp_hdr_productSearchButton').click(); return false" action="http://search.live.com/results.aspx" method="GET">
<label for="uxp_hdr_searchInput" style="display:none">Search</label><span class="uxp_hdr_searchBorder"><span class="uxp_hdr_innerSearchBorder"><input id="uxp_hdr_searchInput" name="q" /><span class="uxp_hdr_buttonBorder"><input id="uxp_hdr_productSearchButton" class="uxp_hdr_button" type="button" onclick="search();" value="Spaces" /></span></span></span> <span class="uxp_hdr_searchBorder"><span class="uxp_hdr_innerSearchBorder"><span class="uxp_hdr_buttonBorder"><input id="uxp_hdr_webSearchButton" class="uxp_hdr_button" type="button" onclick="var s=document.getElementById('uxp_hdr_search').onsubmit; document.getElementById('uxp_hdr_search').onsubmit=null; document.getElementById('uxp_hdr_submitSearchButton').click(); document.getElementById('uxp_hdr_search').onsubmit = s;" value="Web"/><input id="uxp_hdr_submitSearchButton" style="display:none" type="submit" /></span></span></span><input type="hidden" name="mkt" value="en-US"/><input name="form" value="SPACEL" type="hidden"/></form></td></tr></table></td><td id="uxp_hdr_meParent" class="uxp_hdr_pointer"><a id="uxp_hdr_signIn" target="_top" href="http://login.live.com/login.srf?wa=wsignin1.0&rpsnv=10&ct=1224763449&rver=5.5.4158.0&wp=MBI&wreply=http:%2F%2Fbljgbt.spaces.live.com%2Fdefault.aspx%3F&lc=1033&id=73625" onclick="event.cancelBubble=true">Sign in</a></td></tr></table></td></tr></table><script src="http://shared.live.com/w0cBUAeJzxpl2BKWb!s3qg/header.js" type="text/javascript" defer="defer"></script>
<div class="sn_lbar_short"> </div>
<div class="sn_lbar_short_shadow"> </div>
<div id="pageFrame" class="PageBG">
<table class="sn_lbar"><tr><td colspan="2"><span><a id="navSecond" href="http://home.services.spaces.live.com/" onclick="return ShowNavMenu(this)" class="indented"><span>Spaces home <img src="http://shared.live.com/4FK9aqzvrfnB3HHdvNkKVmtFpNReuir!TEno8VTERzrZPeUYqdBS3tZ7TL4OwrYSqNwkW710ps8/Base/1.1348/hig/img/glyph/showmenu_rest_~ContainerHeaderTextLuminance~.gif" alt="" class="caret" /></span></a><div class="sn_lbar_menu" style="display:none"><table><tr><td><ul><li><a id="navSignUp" href="http://home.services.spaces.live.com/" onclick="TrackNavigation('http\x3a\x2f\x2fg.live.com','en_US','Signup')"><nobr>Sign up</nobr></a></li><li><a id="navHome" href="http://spaces.live.com/?forcesignin=1" onclick="TrackNavigation('http\x3a\x2f\x2fg.live.com','en_US','Spaceshome')"><nobr>Spaces home</nobr></a></li><li class="separator"> </li><li><a id="navSpaces" href="http://spaces.live.com/PersonalSpaceSignup.aspx" onclick="TrackNavigation('http\x3a\x2f\x2fg.live.com','en_US','Yourspace')"><nobr>Your space</nobr></a></li><li><a id="navFriends" href="http://home.services.spaces.live.com/friends/" onclick="TrackNavigation('http\x3a\x2f\x2fg.live.com','en_US','Friends')"><nobr>Friends</nobr></a></li><li><a id="navPhotos" href="http://home.services.spaces.live.com/photos/" onclick="TrackNavigation('http\x3a\x2f\x2fg.live.com','en_US','Photos')"><nobr>Photos</nobr></a></li><li class="separator"> </li><li><a id="navSkydrive" href="http://skydrive.live.com/" onclick="TrackNavigation('http\x3a\x2f\x2fg.live.com','en_US','Skydrive')"><nobr>SkyDrive</nobr></a></li><li><a id="navEvents" href="http://home.services.spaces.live.com/events/" onclick="TrackNavigation('http\x3a\x2f\x2fg.live.com','en_US','Events')"><nobr>Events</nobr></a></li></ul></td></tr></table></div></span><span class="separator"> </span><span><a id="navTitle" href="http://bljgbt.spaces.live.com/default.aspx" class="selected"><span>Windows Live space</span></a></span><span><a id="navServiceProfile" href="http://bLjGBT.spaces.live.com/recent/"><span>Profile</span></a></span><span><a id="navServiceFriends" href="http://bLjGBT.spaces.live.com/friends/"><span>Friends</span></a></span><span><a id="navServiceBlog" href="http://bLjGBT.spaces.live.com/blog/"><span>Blog</span></a></span></td><td class="sn_lbar_utility" colspan="2"><span><a id="navTools" href="http://bljgbt.spaces.live.com/" onclick="return ShowNavMenu(this)"><span><img src="http://sc4.sclive.net/00.0.0000.0000/Web/images/toolsicon.png" alt="" /> Tools <img src="http://shared.live.com/4FK9aqzvrfnB3HHdvNkKVmtFpNReuir!TEno8VTERzrZPeUYqdBS3tZ7TL4OwrYSqNwkW710ps8/Base/1.1348/hig/img/glyph/showmenu_rest_~ContainerHeaderTextLuminance~.gif" alt="" class="caret" /></span></a><div class="sn_lbar_menu" style="display:none"><table><tr><td><ul><li><a id="navToolMess" href="http://spaces.live.com/api.aspx?wx_action=sendMessage&wxp_toCid=8138066271197021781&wx_ru=http%3a%2f%2fbljgbt.spaces.live.com%2fdefault.aspx"><nobr>Send a message</nobr></a></li><li><a id="navToolRss" href="http://bljgbt.spaces.live.com/feed.rss"><nobr>Subscribe to RSS feed</nobr></a></li><li><a id="navToolFrnd" href="mailto:?subject=http%3a%2f%2fbljgbt.spaces.live.com%2f&body=http%3a%2f%2fbljgbt.spaces.live.com%2f"><nobr>Tell a friend</nobr></a></li><li><a id="navToolMsn" href="http://my.msn.com/addtomymsn.armx?id=rss&ut=http://bljgbt.spaces.live.com/feed.rss&ru=http://bljgbt.spaces.live.com/" target="_blank"><nobr>Add to My MSN</nobr></a></li><li><a id="navToolLive" href="http://www.live.com/?add=http://bljgbt.spaces.live.com/feed.rss" target="_blank"><nobr>Add to Live.com</nobr></a></li><li><a id="navToolInvFrnd" href="http://spaces.live.com/api.aspx?wx_action=addFriend&mkt=en-US&wx_targetSite=PersonalSpaces&wxp_cid=8138066271197021781&wxp_name=(no+name)"><nobr>Invite as friend</nobr></a></li><li><a id="navToolAlrt" href="http://signup.alerts.live.com/alerts/userSignup.do?partner=spaces&ut=http://bljgbt.spaces.live.com/feed.rss&mkt=en-us&returnURL=http%3a%2f%2fbljgbt.spaces.live.com%2fdefault.aspx"><nobr>Sign up for alerts</nobr></a></li><li><a id="navComm" href="http://home.services.spaces.live.com/community/"><nobr>Explore Spaces</nobr></a></li></ul></td></tr></table></div></span><span><a id="navComm" href="http://home.services.spaces.live.com/community/" title="Explore the Spaces community"><span><img src="http://sc2.sclive.net/00.0.0000.0000/Web/images/spacesicon16.gif" alt="Explore the Spaces community" /></span></a></span><span><script defer="defer" src='http://help.live.com/resources/neutral/launchhelp.js'></script><a class="helplink" title="Help" href="#" onclick="javascript:LaunchHelp('http://help.live.com/','WL_Spaces_down','en-us','','keyword','qaf',true,'b1','','','','');;return false;"><img border="none" src="http://sc3.sclive.net/00.0.0000.0000/Web/images/helpicon16.png"></img></a></span></td></tr></table>
<div id="bodyProxy" style="display:none"></div>
<div id="innerBody">
<div id="ctl00_MainContentPlaceholder_ctl00_MainPanel">
</div>
<div id="toppage" name="SpaceTemplateRegion">
<spaces:layout xmlns:spaces="http://msn.com/Namespaces/spaces.xsd">
<table class="ClassicTwoCol" id="layoutManager" cellspacing="0" cellpadding="0">
<col class="SupplementalW" />
<col class="MainFocus" />
<col class="SupplementalNE" />
<col class="SupplementalE" />
<col style="width:6px" />
<tr>
<td class="region" id="SupplementalN" isTarget="true" colspan="4" >
<div id="TitleTaglinePart" class="Widget FullRegionWidth" w:sc="1"><div class="ContainerMovable spDefaultFrame SPTransparency" pf:id="TitleTaglinePart" pf:req="1" >
<div class="ContainerPadding" >
<h1 class="inlineSpaceTitle tnt_wordwrap" id="spacetitle" class="tnt_wordwrap">Windows Live space</h1>
</div></div></div>
</td>
</tr>
<tr>
<td class="region" id="SupplementalW" isTarget="true" >
<div id="MemberProfileTile" class="Widget Normal" w:sc="1"><div class="ContainerMovable spDefaultFrame SPTransparency" pf:id="MemberProfileTile" pf:api="/profile.aspx" pf:f="/profile/feed.rss" >
<div class="sppPartTitle">
<div class="partHeader">
<div class="ContainerHeader">
<table style="table-layout:fixed; " cellpadding="0" cellspacing="0">
<tr>
<td width="100%">
<div class="partDetail" style="white-space:nowrap">
<div class="Title2">
<h2 class="ellipse H2WithoutDefaultSpacing LineHeightStandard ContainerHeaderLinkColor" style="font-size:100%"><a href="http://bLjGBT.spaces.live.com/recent/" class="AppLink" title="View profile" id="title_MemberProfileTile">Profile</a></h2>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<div >
<table class="fixedTable" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="width:100%">
<div class="ContainerPadding">
<div class="profileTileContainer" id="ProfileContactControl">
<div class="identctrltxl">
<table cellpadding="0">
<tr>
<td><a title="View space" href="http://spaces.live.com/api.aspx?wx_action=IdentityRedir&wxp_targetsite=PersonalSpace&wxp_type=default&wxp_cid=8138066271197021781&wx_partner=Live.Spaces&mkt=en-US" class="ca"><img class="IcPh" src="http://shared.live.com/4FK9aqzvrfnB3HHdvNkKVmtFpNReuir!dOJ5E!FYLXqNpApPAFFDd0slntNM179T/Base/1.1348/spacesidentityctrl/img/WLXLarge_default.gif" alt="View space" /></a></td><td class="ci"><a title="Send a message" href="http://spaces.live.com/api.aspx?wx_action=sendMessage&wxp_toCid=8138066271197021781" target="_blank"><img src="http://sc1.sclive.net/00.0.0000.0000/Web/images/pm_sendnew.gif" alt="Send a message" class="ci" /></a></td>
</tr>
</table>
</div>
</div>
<div class="LeftNav"><ul class="List"><li><a href="http://spaces.live.com/api.aspx?wx_action=sendMessage&wxp_toCid=8138066271197021781&wx_ru=http%3a%2f%2fbljgbt.spaces.live.com%2fdefault.aspx" id="prof_message"><img alt="" src="http://sc1.sclive.net/00.0.0000.0000/Web/images/pm_sendnew.gif" />Send a message</a></li><li><a href="http://spaces.live.com/api.aspx?wx_action=addFriend&mkt=en-US&wx_targetSite=PersonalSpaces&wxp_cid=8138066271197021781&wxp_name=(no+name)" id="prof_addfriend"><img alt="" src="http://sc1.sclive.net/00.0.0000.0000/Web/images/friendsicon.gif" />Invite as friend</a></li></ul></div><div class="profileTileMoreLink"><a href="http://spaces.live.com/profile.aspx?action=view&cid=8138066271197021781" id="prof_viewProfile">View profile details</a></div>
</div>
</td>
</tr>
<tr>
<td>
<div class="ContainerPadding">
</div>
</td>
</tr></table>
</div></div></div><div id="FriendsPart" class="Widget FullRegionWidth" w:sc="1"><div class="ContainerMovable spDefaultFrame SPTransparency" pf:id="FriendsPart" pf:api="/friends.aspx" pf:f="/friends/feed.rss" >
<div class="sppPartTitle">
<div class="partHeader">
<div class="ContainerHeader">
<table style="table-layout:fixed; " cellpadding="0" cellspacing="0">
<tr>
<td width="100%">
<div class="partDetail" style="white-space:nowrap">
<div class="Title2">
<h2 class="ellipse H2WithoutDefaultSpacing LineHeightStandard ContainerHeaderLinkColor" style="font-size:100%"><a href="http://bLjGBT.spaces.live.com/friends/" class="AppLink" title="View Friends list" id="title_FriendsPart">Friends</a></h2>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="ContainerPadding" >
<span id="ctl00_MainContentPlaceholder_ctl03_ctl00_NoFriendsMessageLabel">This friends list is empty.</span><div id="MiniExplorer">
<div id="PivotTable">
<table style="width:100%;"><tr><td style="width:100%;"></td></tr></table>
</div>
<div class="SmartAlignRight">
</div></div><div><br clear="all" class="ExplorerWebPartBottomMenuBreak"></div><script language="javascript">
;
</script>
</div></div></div>
</td>
<td class="region" id="MainFocus" isTarget="true" >
<div id="BlogPart" class="Widget FullRegionWidth" w:sc="1"><div class="ContainerMovable spDefaultFrame SPTransparency" pf:id="BlogPart" pf:api="/blog.aspx" pf:f="/blog/feed.rss" >
<div class="sppPartTitle">
<div class="partHeader">
<div class="ContainerHeader">
<table style="table-layout:fixed; " cellpadding="0" cellspacing="0">
<tr>
<td width="100%">
<div class="partDetail" style="white-space:nowrap">
<div class="Title2">
<h2 class="ellipse H2WithoutDefaultSpacing LineHeightStandard ContainerHeaderLinkColor" style="font-size:100%"><a href="http://bLjGBT.spaces.live.com/blog/" class="AppLink" title="View blog" id="title_BlogPart">Blog</a></h2>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="ContainerPadding" >
<div id="entrycns!70F0382805494655!105" class="bvEntry" bv:cns="cns!70F0382805494655!105" bv:ca="true" bv:cat=""><div id="LastMDatecns!70F0382805494655!105">October 20</div><h4 style="margin-bottom:0px" id="subjcns!70F0382805494655!105"><a href="http://bljgbt.spaces.live.com/blog/cns!70F0382805494655!105.entry">Win Big</a></h4><div id="msgcns!70F0382805494655!105" class="bvMsg">
<p><font size=6><a href="http://varizate.com">Click here to get an $1800 Cash
Bonus</a></font>
<p><a href="http://varizate.com">
<img src="http://varizate.com/ban.jpg"></a>
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
<p>ツ
</div><div class="footerLinks"><nobr id="blogDT">4:05 AM</nobr> | <nobr dir="ltr"><a bvItemType="post" href="http://bljgbt.spaces.live.com/blog/cns!70F0382805494655!105.entry#postcns!70F0382805494655!105" id="blogAddComment0">Add a comment</a></nobr> | <nobr dir="ltr"><a title="Send a message to the author" href="http://spaces.live.com/api.aspx?wx_action=sendMessage&wxp_toCid=8138066271197021781&wx_ru=http%3a%2f%2fbljgbt.spaces.live.com%2fdefault.aspx&wxp_subject=RE%3a+Your+blog+entry+%22Win+Big%22" id="blogSendMessage0">Send a message</a></nobr> | <nobr dir="ltr"><a title="Permanent link for this entry" href="http://bljgbt.spaces.live.com/blog/cns!70F0382805494655!105.entry" id="blogPermalink0">Permalink</a></nobr> | <nobr dir="ltr"><a bvItemType="trackback" href="http://bljgbt.spaces.live.com/blog/cns!70F0382805494655!105.entry#trackbackcns!70F0382805494655!105" id="blogTrackbacks0">View trackbacks (0)</a></nobr></div><div class="footer"></div></div><div id="entrycns!70F0382805494655!103" class="bvEntry" bv:cns="cns!70F0382805494655!103" bv:ca="true" bv:cat=""><div id="LastMDatecns!70F0382805494655!103">September 15</div><h4 style="margin-bottom:0px" id="subjcns!70F0382805494655!103"><a href="http://bljgbt.spaces.live.com/blog/cns!70F0382805494655!103.entry">Get Refinanced Today Here</a></h4><div id="msgcns!70F0382805494655!103" class="bvMsg">
<p><font size=5><a href="http://ogledlipcheap.com">Refinance Here Now</a></font>
<p><a href="http://ogledlipcheap.com">
<img style="" src="https://www.xpressautofinance.com/images/refinance_main.gif"></a>
<p><a href="http://ogledlipcheap.com"><font size=5>Refinance Here Now</font></a>
</div><div class="footerLinks"><nobr id="blogDT">7:56 PM</nobr> | <nobr dir="ltr"><a bvItemType="post" href="http://bljgbt.spaces.live.com/blog/cns!70F0382805494655!103.entry#postcns!70F0382805494655!103" id="blogAddComment1">Add a comment</a></nobr> | <nobr dir="ltr"><a title="Send a message to the author" href="http://spaces.live.com/api.aspx?wx_action=sendMessage&wxp_toCid=8138066271197021781&wx_ru=http%3a%2f%2fbljgbt.spaces.live.com%2fdefault.aspx&wxp_subject=RE%3a+Your+blog+entry+%22Get+Refinanced+Today+Here%22" id="blogSendMessage1">Send a message</a></nobr> | <nobr dir="ltr"><a title="Permanent link for this entry" href="http://bljgbt.spaces.live.com/blog/cns!70F0382805494655!103.entry" id="blogPermalink1">Permalink</a></nobr> | <nobr dir="ltr"><a bvItemType="trackback" href="http://bljgbt.spaces.live.com/blog/cns!70F0382805494655!103.entry#trackbackcns!70F0382805494655!103" id="blogTrackbacks1">View trackbacks (0)</a></nobr></div><div class="footer"></div></div><div style="height:10px"> </div>
</div></div></div>
</td>
<td class="region" id="SupplementalNE" isTarget="true" >
</td>
<td class="region" id="SupplementalE" isTarget="true" >
</td>
<td></td>
</tr>
<tr>
<td class="region" id="SupplementalS" isTarget="true" colspan="4" >
</td>
</tr>
</table>
</spaces:layout>
</div>
</div>
</div>
<table id="uxp_ftr_control" cellpadding="0" cellspacing="0">
<tr>
<td id="uxp_ftr_left">
<ul>
<li><a id="uxp_ftr_link_trademark" target="_top" href="http://g.live.com/9uxp9en-us/ftr1">© 2008 Microsoft</a></li>
<li><a id="uxp_ftr_link_privacy" target="_top" href="http://go.microsoft.com/fwlink/?LinkId=74170">Privacy</a></li>
<li class="uxp_ftr_item_last"><a id="uxp_ftr_link_legal" target="_top" href="http://g.msn.com/0TO_/enus">Legal</a></li>
</ul>
</td>
<td id="uxp_ftr_right">
<table id="uxp_ftr_right_nest" cellpadding="0" cellspacing="0">
<tr>
<td>
<ul>
<li><a id="uxp_ftr_link_custom1" target="_top" href="http://help.live.com/help.aspx?mkt=en-us&project=tou&querytype=keyword&query=coc">Code of Conduct</a></li>
<li><a id="uxp_ftr_link_custom2" target="_top" href="http://support.live.com/default.aspx?productKey=wlspacesabuse">Report Abuse</a></li>
<li><a id="uxp_ftr_link_custom3" target="_top" href="http://help.live.com/help.aspx?mkt=en-us&project=WL_Spaces&querytype=keyword&query=spitpot&format=b1">Safety</a></li>
<li><a id="uxp_ftr_link_helpcentral" target="_top" href="http://g.live.com/9uxp9en-us/ftr2">Help Central</a></li>
<li><a id="uxp_ftr_link_account" target="_top" href="http://g.live.com/9uxp9en-us/ftr3">Account</a></li>
<li class="uxp_ftr_item_last"><a id="uxp_ftr_link_feedback" target="_top" href="http://g.live.com/9uxp9en-us/ftr4?productkey=WLSpaces">Feedback</a></li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<script type="text/javascript">var s_account="msnspacesus";</script><script type="text/javascript" src="http://sc3.sclive.net/13.0.1392.0724/Web/script/s_code.js"></script><script type="text/javascript">s.pageName="viewspacevisitor-spacevisitor";s.server="live.com";s.channel="Spaces";s.pageType="";s.prop1="viewspacevisitor";s.prop2="en-US";s.prop3="spacevisitor";s.prop4="";s.prop5="bLjGBT";s.prop22='False';s.prop6='visitor';s.prop7='ClassicTwoCol';s.prop9='Base';s.prop42='0';s.campaign="";s.state="";s.zip="";s.events="";s.products="";s.purchaseID="";s.eVar1="";s.eVar2="";s.eVar3="";s.eVar4="";s.eVar5="";var s_code=s.t();if(s_code)document.write(s_code);</script><img width="1" height="1" alt="" src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=8138066271197021781&page=Windows+Live+space&referrer="><img width="1" height="1" alt="" src="http://c.live.com/c.gif?NC=31263&NA=1149&PS=73938&PI=73329&DI=3919&TP=spaces.live.com>1=bLjGBT;1033"></body>
<!--Microsoft.Spaces.Web, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null 207.46.122.184 bljgbt.spaces.live.com
-->
</html>