<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html><head>
<title>Chicago, IL Daily Herald FREE Foreclosure Listings</title>
<meta name="robots" content="NOODP" />
	<META name="keywords" content="Daily Herald Chicago Illinois foreclosures, home foreclosures, real estate foreclosure, federal homes, foreclosure list, foreclosed home lists, bank government, HUD, VA, FHA, REO">
	<META name="description" content="Find real estate foreclosure properties in Chicago Illinois using Daily Herald">
	<meta name="copyright" content="RIS" />
	<meta name="author" content="webmaster@public-record.com" />
	<meta http-equiv="Pragma" content="no-cache" />
	<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
	
	<meta name="verify-v1" content="fqdqPaDcJa+vrMJJjQFi11/913mMe72VabqeXm7fxfU=" />
	<meta name="google-site-verification" content="fqdqPaDcJa+vrMJJjQFi11/913mMe72VabqeXm7fxfU=" />
	<link href="http://chicago.dailyherald.il-foreclosure.com/public/css/fc_cobrand.css" rel="stylesheet" type="text/css" />
	
	<link rel="alternate" type="application/rss+xml" title="Foreclosure Auction Schedule - RSS 2.0" href="/rss" />
	
	<script src="http://chicago.dailyherald.il-foreclosure.com/public/js/prototype.js" type="text/javascript"></script>
	<script src="http://chicago.dailyherald.il-foreclosure.com/public/js/checkout.js" type="text/javascript"></script>
	<script src="http://chicago.dailyherald.il-foreclosure.com/public/js/newsletter.js" type="text/javascript"></script>
	
	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
	<link href="/public/cobrand/dh_homes07.css" rel="stylesheet" type="text/css" media="screen" />
	<script type="text/javascript" src="/public/cobrand/equalcolumns.js"></script>
	<script type="text/javascript" src="/public/cobrand/ufo.js"></script>
	<script type="text/javascript" src="/public/cobrand/prototype.js"></script>
	<script type="text/javascript" src="/public/cobrand/scriptaculous.js"></script><script type="text/javascript" src="/public/cobrand/builder.js"></script><script type="text/javascript" src="/public/cobrand/effects.js"></script><script type="text/javascript" src="/public/cobrand/dragdrop.js"></script><script type="text/javascript" src="/public/cobrand/controls.js"></script><script type="text/javascript" src="/public/cobrand/slider.js"></script>
	
	<script type="text/javascript">function pop( href ) { window.open( href ); return false; }</script>

<!-- Page Tag Info -->
		<script type="text/javascript">
			var t_Server = 'Homes.DailyHerald.com';
			var t_Channel = 'Marketplace';
			var t_Section = 'RealEstate';
			var t_SubSection = 'Front';
			var t_SubSubSection = '';
			var t_Byline = '';
			var t_Headline = '';
			var t_Hierarchy = t_Server.toLowerCase()+((t_Channel != '')?','+t_Channel.toLowerCase()+((t_Section != '')?','+t_Section.toLowerCase()+((t_SubSection != '')?','+t_SubSection.toLowerCase()+((t_SubSubSection != '')?','+t_SubSubSection.toLowerCase():''):''):'') :'');
			var t_URL = 'http://'+t_Server.toLowerCase()+window.location.pathname;
			var t_OAS = 'www.dailyherald.com/realestate/index.asp';
		
			var t_Positions = 'Right1,Top1,Top2,Middle2,Position1';
		
			var t_APT = {
				publisherId:'20175253771',
				siteName:'Homes.DailyHerald.com',
				type:'fn_class_ls',
				topicId:'20291001',
				topic1:'Real Estate',
				topic2:'',
				topic3:'',
				customCategory:'',
				customSection:'Homepage',
			
				positions:'ipatf_728x90,ipbtf_300x250,ipstf_160x600,ipatf_980x32,ipatf_1x1',
			
				buildSlots:function() {
					var slots = {};
					var posArr = this.positions.split( ',' );
					for (var i = 0; i < posArr.length; i++ ) {
						var slot = {};
						slot.ad_size_list = [ posArr[ i ].split( '_' )[ 1 ] ];
						slot.ad_delivery_mode = posArr[ i ].split( '_' )[ 0 ];
						slot.ad_format_list = [ "Standard Graphical", "Rich Media" ];
						slot.cstm_content_cat_list = this.customCategory ? [ this.customCategory ] : [];
						slot.content_type_list = this.type ? [ this.type ] : [];
						slot.clk_dest = "_blank";
						slots[ posArr[ i ] ] = slot;
					}
					return slots;
				}
			};

		</script>
<!-- /Page Tag Info -->
<!-- Begin Yahoo! Ad Code !-->
	<script type="text/javascript">
		yld_mgr = {};
		yld_mgr.pub_id = t_APT.publisherId;
		yld_mgr.site_name = t_APT.siteName;

		yld_mgr.request_type = "ac";
		yld_mgr.container_type = "js";

		yld_mgr.site_section_name_list = [t_APT.customSection];
		yld_mgr.content_topic_id_list = [t_APT.topicId];
		yld_mgr.content_lang = "en-US";

		yld_mgr.slots = t_APT.buildSlots();

		function explore( obj, level ) {
			var expArr = new Array();
			expArr.length = level;
			var reportStr = '';

			for( var key in obj ) {

				if ( typeof obj[ key ] == 'object' ) {
					if ( obj[ key ][ 0 ] == null ) {
						reportStr += expArr.join( '\t' ) + '\t"' + key + '":{\n';
						reportStr += explore( obj[ key ], level + 1 );
					}
					else {
						reportStr += expArr.join( '\t' ) + '\t"' + key + '":["' + obj[ key ].join( '","' ) + '"],\n';
					}
				}
				else if ( typeof obj[ key ] != 'function' ) {
					reportStr += expArr.join( '\t' ) + '\t"' + key + '":"' + obj[ key ] + '",\n';
				}
			}
			reportStr += expArr.join( '\t' ) + '},\n';
			return reportStr;
		}

		function aptTagInfo() {
			var reportStr = '';

			reportStr += 'yld_mgr = {' + "\n";

			reportStr += explore( yld_mgr, 1 );

			return reportStr;
		}

		if ( location.search.indexOf( 'apttag=true' ) != -1 || location.search.indexOf( 'apttag=1' ) != -1 ) {
			alert( aptTagInfo() );
		}
		else if ( location.search.indexOf( 'apttag=2' ) != -1 ) {
			document.write( '<text' + 'area>' + aptTagInfo() + '</text' + 'area>' );
		}

	</script>
	<script type="text/javascript" src="/public/cobrand/script.js"></script>
<!--End Yahoo! Ad Code-->

	<script type="text/javascript">
		function OAS_AD( pos ) {
			
			if ( pos == 'Top1' ) {
				yld_mgr.place_ad_here("ipatf_728x90");
			}
			else if ( pos == 'Middle1' || pos == 'Middle2' ) {
				if ( yld_mgr.slots[ 'ipatf_300x250' ] != null ) {
					yld_mgr.place_ad_here("ipatf_300x250");
				}
				else if ( yld_mgr.slots[ 'ipbtf_300x250' ] != null ) {
					yld_mgr.place_ad_here("ipbtf_300x250");
				}
			}
			else if ( pos == 'Middle3' ) {
				yld_mgr.place_ad_here("ipatf_468x60");
			}
			else if ( pos == 'Right1' ) {
				yld_mgr.place_ad_here("ipstf_160x600");
			}
			else if ( pos == 'Right2' ) {
				yld_mgr.place_ad_here("ipbtf_160x600");
			}
			else if ( pos == 'x11' ) {
				yld_mgr.place_ad_here("ipatf_300x100");
			}
			else if ( pos == 'Top2' ) {
				yld_mgr.place_ad_here("ipatf_980x32");
			}
			else if ( pos == 'x02' ) {
				yld_mgr.place_ad_here("ipatf_120x240");
			}
			else if ( pos == 'Position1' ) {
				yld_mgr.place_ad_here("ipatf_1x1");
			}
		}
	</script>


	<style media="screen" type="text/css">#player {visibility:hidden;}</style></head><body id="homes">
		<a id="leftGutter"></a>
		<a id="rightGutter"></a>
		<div style="display: none;">
			<!-- SiteCatalyst Code

			Copyright 1997-2006 Omniture, Inc.

			More info available at http://www.omniture.com -->
			<script type="text/javascript" src="/public/cobrand/s_code.js"></script><img src="/public/cobrand/s0813044024678.gif" name="s_i_dhdailyherald" alt="" border="0" height="1" width="1">
			<script type="text/javascript"><!--
				/* SiteCatalyst Variables */
				s.server=t_Server
				s.pageName=t_URL;
				s.channel=t_Channel;
				s.prop1=t_Section;
				s.prop2=t_SubSection;
				s.prop3=t_SubSubSection;
				s.prop4=t_Byline;
				s.prop5=t_Headline
				/* E-commerce Variables */
				s.eVar1=""
				/* Hierarchy Variables */
				s.hier1=t_Hierarchy
				/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
				var s_code=s.t();if(s_code)document.write(s_code)
			//--></script>
			<!-- End SiteCatalyst Code -->

			<script type="text/javascript"> OAS_AD( 'Position1' ); </script><!-- SpaceID=2022775878 loc=VR noad -->
<img style="display: none;" alt="" src="/public/cobrand/b_004.gif" height="0" width="0"><script>// no ads
</script><!---->
		</div>

		<div id="center">

<!-- begin CENTER COLUMN -->
			<div class="contentBox">
				<div class="head">
					<img src="/public/cobrand/header_logo3.jpg" alt="Big Picture ? Local Focus" usemap="#headermap" height="104" width="980"><br>
					<map name="headermap" id="blank">
					<area shape="rect" coords="15,49,224,82" href="http://www.dailyherald.com/" alt="www.dailyherald.com">
					<area shape="rect" coords="225,30,460,95" href="http://homes.dailyherald.com/" alt="homes.dailyherald.com">
					<area shape="rect" coords="463,30,657,95" href="http://www.dailyherald.com/" alt="www.dailyherald.com">
					</map>
				</div>
			
					<style type="text/css">
						#wrapAdCenter { display:none; }
					</style>
					<div id="wrapAdCenter">
						<script type="text/javascript">OAS_AD( 'Top2' );</script><!-- SpaceID=2022775878 loc=AP179 noad -->
<img style="display: none;" alt="" src="/public/cobrand/b_002.gif" height="0" width="0"><script>// no ads
</script><!---->
					</div>
			
<!-- begin LEFT COLUMN -->
				<div id="leftCol">
					<div class="siteNav">
						<div id="nav">
							<ul>
								<li id="nav-homes"><a href="http://homes.dailyherald.com/">Homes</a></li>
								<li id="nav-communities"><a href="http://homes.dailyherald.com/communities.php">New Home Communities</a></li>
								<li id="nav-rentals"><a href="http://classifieds.dailyherald.com/classified/browse.asp?c=6000">Rentals</a></li>
								<li id="nav-transfers"><a href="http://classifieds.dailyherald.com/classified/realestate/propertytransfers/">Property Transfers</a></li>
								<li id="nav-transfers"><a href="http://chicago.dailyherald.il-foreclosure.com/">Foreclosures</a></li>			
								<li id="nav-transfers"><a href="http://www.dailyherald.com/entlife/realestate/">News</a></li>			
							</ul>
						</div>
					</div>
					<div class="contentArea">
						


<!-- =================================================================== -->
<!-- ===================== CONTENT (main column) ======================= -->	
<!-- =================================================================== -->
<div id="ris_content">
	<table align="right">
	<tr>
		<td style="padding: 0 0 10px 10px;">
		<table bgcolor="#d7d7d7" cellpadding="0" cellspacing="1" width="180">
		<form action="http://cook.il-foreclosure.com/zips/index.asp" style="margin: 0; padding: 0;">
		<tr>
			<td bgcolor="#efefef" style="padding:10px;">Search Foreclosure Auction schedule in other areas by zip code.
			<input name="cobrandID" value="dailyherald.il-foreclosure.com" type="hidden">
			<input name="src" value="ctcobrand" type="hidden">
			<div>
				<div style="float: right;"><input maxlength="5" name="zip" value="" style="font-size: 12px; width: 40px;" type="text"></div>
				<strong><p>Enter a Zip Code:</p></strong>
			</div>
			<div style="padding: 5px 0pt 10px;" align="center"><input src="/public/imgs/search.gif" height="47" type="image" width="154"></form></div>
			<strong>All information is provided by
			<a href="http://www.public-record.com/?src=dhcobrand">Record Information Services</A>
			and was gathered from county public records.</strong>
			</td>
		</tr>
		</table></td>
	</tr>
	<tr>
		<td style="padding: 5px 0 10px 10px;">
			
			<div style="padding: 5px 0 10px 10px; text-align: center;">
				<a target="_blank" href="http://consumer.public-record.com/?src=dhcobrand">
				<img src='/public/imgs/Consumerbutton3.gif' alt='' width='150' height='81' border='0'></a>
			</div>
			
			<div style="padding: 5px 0 10px 10px; text-align: center;">
				<a target="_blank" href="http://watch.public-record.com/src/dhcobrand">
				<img src='/public/imgs/WatchIllinoisbutton.jpg' alt='' width='150' height='81' border='0'></a>
			</div>
		</td>
	</tr>
	</table>
	
	<span id="ris_span_title">
		Welcome to Chicago's <strong>FREE</strong> Foreclosure Auction&nbsp;schedule.
	</span>
	
	<span id="ris_span_content">
		<p>You can see a complete list of addresses of the Chicago foreclosure properties set for auction today and tomorrow in Chicago, IL and beyond.  This information is compiled by <strong><a href="http://www.public-record.com/?src=dhcobrand"  title="Record Information Services"  >Record Information Services</a></strong> directly from the office of the Illinois circuit clerk and from the auctions themselves.</p>
<p>Buying property at Chicago foreclosure auctions requires preparation.  Interested bidders will need to do their due diligence, as you will not be able to find out lien information and other details regarding the property at the time of auction. A Chicago foreclosure property auction can be delayed, rescheduled, or cancelled, up until the moment it is called off for auction. Sometimes an Illinois lender workout or bankruptcy can cancel an auction at the last minute as well.</p>
<p>Interested parties can purchase more details about each Chicago, IL foreclosure auction property by clicking <strong>Add to Cart</strong> below.  To access lists of foreclosures when they are first filed (around nine months prior to auction),  <a href="http://www.public-record.com/content/general/contactus.asp"  title="contact us here"  >contact us here</a>. </p>
<p><strong>About Us</strong></p>
<p>Record Information Services, Inc. has been in business for over 21 years. Our mission is to offer the most current and timely marketing data available. We compile public record data for the following in Northern Illinois:  Cook County IL, DeKalb County IL, Dupage County IL, Kane County IL, Kendall County IL, Lake County IL, Mchenry County IL, Will County IL and Winnebago County IL. </p>
<p>Illinois Public Record lists available include: Illinois Foreclosures, Illinois Mortgage Leads, Illinois new Homeowner leads (Deed Transfers), Illinois Business Licenses, Illinois Bankruptcies, Illinois Tax Liens, Illinois Tax Sales, Illinois Probate, Illinois Divorces, Illinois DUIs, Illinois Felonies, Illinois Misdemeanors, Illinois Suspended and Revoked Licenses, and Illinois Forcible Detainers (evictions). </p>
<p>Visit our web site at <a href="http://www.public-record.com/?src=dhcobrand"  title="www.public-record.com"  >www.public-record.com</a> or call 630-557-1000 for a free demo of any public record database. </p>
<p><strong><a href="http://chicago.dailyherald.il-foreclosure.com/sale-results/index"  title="Illinois Foreclosure Sale Status"  >Illinois Foreclosure Sale Status</a>
 | <a href="http://chicago.dailyherald.il-foreclosure.com/foreclosure-articles"  title="Foreclosure Articles"  >Foreclosure Articles</a>
 | <a href="http://chicago.dailyherald.il-foreclosure.com/avoid-foreclosure"  title="Avoid Foreclosure"  >Avoid Foreclosure</a>
<br />
<a href="http://chicago.dailyherald.il-foreclosure.com/purchase-foreclosure"  title="Purchase Foreclosure"  >Purchase Foreclosure</a>
 | <a href="http://www.public-record.com/content/general/investmentseminars.asp"  title="Investment Seminars"  >Investment Seminars</a>
</strong></p>
<table class="ris_newsletter" cellspacing="0">
<tr>
	<th colspan="4"><strong>Join our Real Estate Newsletter</strong> - includes great tips and articles on the latest real-estate trends, plus lists upcoming real-estate training opportunities, clubs, or networking events. </td>

</tr>

<form action="http://cl.exct.net/subscribe.aspx?lid=926112" name="top1" id="top1" method="post" onSubmit="return checkForm('top1');">
<input type="hidden" name="thx" value="http://chicago.dailyherald.il-foreclosure.com/newsletter/200">
<input type="hidden" name="err" value="http://chicago.dailyherald.il-foreclosure.com/newsletter">
<input type="hidden" name="usub" value="http://chicago.dailyherald.il-foreclosure.com/newsletter/300">
<input type="hidden" name="Email Type" value="HTML">
<input type="hidden" name="SubAction" value="sub_add_update">
<input type="hidden" name="MID" value="65648">
<tr>
	<td>First Name:</td>

	<td><input type="text" name="First Name" /></td>

	<td>Last Name:</td>

	<td><input type="text" name="Last Name" /></td>

</tr>

<tr>
	<td><font face="Verdana" size="2">Email:</font></td>

	<td><input type="text" name="Email Address" /></td>

	<td></td>

	<td align="right"><input type="submit" value="Join Newsletter" class="btn" /></td>

</tr>

</form>
</table>

<div class="web_demo"><a href="http://www.public-record.com/content/general/contactus.asp"  title="Free Web Demo"  ><strong><em>Free Web Demo</em></strong></a><em> - click here to learn more</em></div><form target="new" action="http://consumer.public-record.com/jump_query.asp" name="ris_con_pin" id="ris_con_pin" method="post"><div class="consumer_pin_box"><img align="right" src="http://www.public-record.com/images/small_checkillinois.gif" hspace="5"  vspace="5" border="0"/><h4>Search Public Records by PIN</h4><input type="hidden" name="type" id="type" value="pin" /><table cellspacing="0"><tr><td><strong>PIN: </strong></td>
<td><input type="text" id="pin" name="pin" value=""   maxlength="50" /></td>
<td><input class="btn" type="submit" name="submit" value="Start Searching Now!" /></td>
<td align="right"><div class="copy"><em>powered by Check Illinois</em></div></td>
</tr>
<tr><td></td>
<td colspan="2"><em>please enter the full 14-digit pin number</em></td>
<td></td>
</tr>
</table>
</div></form><div class="clear"></div>
<div id="risCheckout_box"><h3>See the whole public record!</h3><table id="nothing" cellspacing="0"><tr><td  style="width: 35%;vertical-align:top; "  scope="row" class="spec"><ul>
<li>Defendant Name</li>

<li>Recording Date of Foreclosure</li>

<li>Mortgage Date</li>

<li class="last">Bankruptcy Information</li>

</ul>

</td>

<td  style="width: 35%;vertical-align:top; "  class=""><ul>
<li>Plaintiff Name</li>

<li>Lienholders</li>

<li>Mortgage Amount</li>

<li>Sale Price</li>

<li>Sale Results</li>

<li class="last">More!</li>

</ul>

</td>

<td  style="width: 30%;vertical-align:top; "  class="">Just click <strong>ADD TO CART</strong> on the individual records below to purchase.<p><em>*Not all details may<br />
be available for every record.</em></p>
</td>

</tr>
</table>


<div id="risCheckout"><a href="http://chicago.dailyherald.il-foreclosure.com/basket"  title="Checkout to Purchase Foreclosure Records"  ><strong>Checkout to Purchase Foreclosure Records</strong></a></div>
</div><div class="grey_box"><strong>Alternate Versions: </strong><img src="/public/icons/page_world.png" width="16" height="16" border="0" align="absmiddle" style="padding: 0 4px 0 0"  />&nbsp;<a href="http://chicago.dailyherald.il-foreclosure.com/index/print"  title="Print Friendly Version (html)"  target="_blank" >Print Friendly Version <em>(html)</em></a>&nbsp;&nbsp;|&nbsp;&nbsp;<img src="/public/icons/page_white_acrobat.png" width="16" height="16" border="0" align="absmiddle" style="padding: 0 4px 0 0"  />&nbsp;<a href="http://chicago.dailyherald.il-foreclosure.com/printpdf"  title="Print Friendly Version (pdf)"  >Print Friendly Version <em>(pdf)</em></a>&nbsp;&nbsp;|&nbsp;&nbsp;<img src="/public/icons/rss.png" width="16" height="16" border="0" align="absmiddle" style="padding: 0 4px 0 0"  />&nbsp;<a href="http://chicago.dailyherald.il-foreclosure.com/rss"  title="RSS Version"  target="_blank" >RSS Version</a></div><div class="databaserecs">
<a name="0"></a><h3 class="section_title">Sheriff Sales for Chicago</h3>
Each county Sheriffs Department have divisions called Chancery. That department is charged with conducting auctions on behalf of the plaintiff or lender. The lender pays the Sheriffs department a fee to conduct the auction. To reach the Cook County foreclosure sales department call (312) 603-3365<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Sheriff Sales Records for May 20 2013
</caption><tr><th>Time of Sale</th><th>Case Number</th><th>Pin Number</th><th>Property Type</th><th>Defendant Address</th><th>Defendant City</th><th>Complaint/ Judgment Amount</th><th>Place of Sale</th><th>Add to Cart</th></tr>
<tr><td class="alt">100</td>
<td class="alt">12CH0016224</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 22 121 020 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 22 121 020 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13221210200000/4717-w-waveland-ave"  title="4717 W Waveland Ave"  >4717 W Waveland Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$249,673.00</td>
<td class="alt">DALEY CENTER ROOM LL06 CHICAGO 60602</td>
<td class="alt"><div id="453654349-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+4717+W+WAVELAND+AVE++%24249%2C673%2E00',453654349,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">100</td>
<td class="">12CH0038016</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 26 400 037 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 26 400 037 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13264000370000/2708-n-drake-ave"  title="2708 N Drake Ave"  >2708 N Drake Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$285,751.00</td>
<td class="">DALEY CENTER ROOM LL06 CHICAGO 60602</td>
<td class=""><div id="453654371-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2708+N+DRAKE+AVE++%24285%2C751%2E00',453654371,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Sheriff Sales Records for May 21 2013
</caption><tr><th>Time of Sale</th><th>Case Number</th><th>Pin Number</th><th>Property Type</th><th>Defendant Address</th><th>Defendant City</th><th>Complaint/ Judgment Amount</th><th>Place of Sale</th><th>Add to Cart</th></tr>
<tr><td class="alt">100</td>
<td class="alt">11CH0043070</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 06 432 005 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 06 432 005 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17064320050000/875-n-marshfield-ave"  title="875 N Marshfield Ave"  >875 N Marshfield Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$93,221.00</td>
<td class="alt">DALEY CENTER LL06 50 W WASHINGTON ST CHICAGO</td>
<td class="alt"><div id="453657635-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+875+N+MARSHFIELD+AVE++%2493%2C221%2E00',453657635,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://chicago.dailyherald.il-foreclosure.com/sale-results/index"  title="Search Sale Results"  >Search Sale Results</a> | <a href='javascript:void(0);' onclick="window.open('/common/field_definitions/9', '_blank', 'width=600,height=500,scrollbars=yes,status=yes,resizable=yes,screenx=50%,screeny=50%');"  title="View Detail Explanation of our Foreclosure Records"  >View Detail Explanation of our Foreclosure Records</a> | <a href="http://chicago.dailyherald.il-foreclosure.com/basket"  title="CHECKOUT"  style="color: #990000" >CHECKOUT</a></em></div></div>
<div class="databaserecs">
<a name="1"></a><h3 class="section_title">Kallen Realty Services for Chicago</h3>
Kallen Realty Services is a private firm that specializes in conducting foreclosure auctions. Judges from each county decide if they will allow entities other than the Sheriffs Department to conduct sales on behalf of the plaintiff. Kallen Realty Services can be reached at 773-435-9279 <table id="dataTable" cellspacing="0" width="100%"><caption>Actual Kallen Realty Services Records for May 21 2013
</caption><tr><th>Time of Sale</th><th>Case Number</th><th>Pin Number</th><th>Property Type</th><th>Defendant Address</th><th>Defendant City</th><th>Complaint/ Judgment Amount</th><th>Place of Sale</th><th>Add to Cart</th></tr>
<tr><td colspan="9"><p>No Records For This Day</p>
</td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://chicago.dailyherald.il-foreclosure.com/sale-results/index"  title="Search Sale Results"  >Search Sale Results</a> | <a href='javascript:void(0);' onclick="window.open('/common/field_definitions/9', '_blank', 'width=600,height=500,scrollbars=yes,status=yes,resizable=yes,screenx=50%,screeny=50%');"  title="View Detail Explanation of our Foreclosure Records"  >View Detail Explanation of our Foreclosure Records</a> | <a href="http://chicago.dailyherald.il-foreclosure.com/basket"  title="CHECKOUT"  style="color: #990000" >CHECKOUT</a></em></div></div>
<div class="databaserecs">
<a name="2"></a><h3 class="section_title">Intercounty Sales for Chicago</h3>
Intercounty Sales Corporation is a private firm that specializes in conducting foreclosure auctions. Judges from each county decide if they will allow entities other than the Sheriffs Department to conduct sales on behalf of the plaintiff. Intercounty Sales Corporation can be reached at 312-444-1122<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Intercounty Sales Records for May 20 2013
</caption><tr><th>Time of Sale</th><th>Case Number</th><th>Pin Number</th><th>Property Type</th><th>Defendant Address</th><th>Defendant City</th><th>Complaint/ Judgment Amount</th><th>Place of Sale</th><th>Add to Cart</th></tr>
<tr><td class="">1100</td>
<td class="">08CH0035957</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 22 220 018 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 22 220 018 0000</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20222200180000/6555-s-saint-lawrence-ave-unit-2b"  title="6555 S Saint Lawrence Ave Unit 2b"  >6555 S Saint Lawrence Ave Unit 2b</a></td>
<td class="">CHICAGO</td>
<td class="">$250,000.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453414776-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+6555+S+SAINT+LAWRENCE+AVE+UNIT+2B+%24250%2C000%2E00',453414776,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">07CH002386</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 20 228 012 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 20 228 012 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20202280120000/6631-s-morgan-st"  title="6631 S Morgan St"  >6631 S Morgan St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$146,320.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453453897-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+6631+S+MORGAN+ST++%24146%2C320%2E00',453453897,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">09CH0052332</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 36 302 028 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 36 302 028 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19363020280000/3128-w-85th-st"  title="3128 W 85th St"  >3128 W 85th St</a></td>
<td class="">CHICAGO</td>
<td class="">$171,146.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453480403-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+3128+W+85TH+ST++%24171%2C146%2E00',453480403,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">11CH004759</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 17 203 031 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 17 203 031 0000</a></td>
<td class="alt">COMMERCIAL PROPERTY</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17172030310000/1025-w-madison-st-unit-c1"  title="1025 W Madison St Unit C1"  >1025 W Madison St Unit C1</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$392,044.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453540751-Cook"><a style="color: #cc0000;" href="javascript: addToCart('COMMERCIAL+PROPERTY+1025+W+MADISON+ST+UNIT+C1+%24392%2C044%2E00',453540751,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">11CH0024129</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 21 224 017 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 21 224 017 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25212240170000/339-w-114th-st"  title="339 W 114th St"  >339 W 114th St</a></td>
<td class="">CHICAGO</td>
<td class="">$96,301.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453582912-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+339+W+114TH+ST++%2496%2C301%2E00',453582912,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">10CH0045236</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 22 414 001 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 22 414 001 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13224140010000/4149-w-cornelia-ave"  title="4149 W Cornelia Ave"  >4149 W Cornelia Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$313,953.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453623449-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+4149+W+CORNELIA+AVE++%24313%2C953%2E00',453623449,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">11CH0035923</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 25 330 008 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 25 330 008 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20253300080000/7829-s-bennett-ave-unit-1"  title="7829 S Bennett Ave Unit 1"  >7829 S Bennett Ave Unit 1</a></td>
<td class="">CHICAGO</td>
<td class="">$303,213.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453627518-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+7829+S+BENNETT+AVE+UNIT+1+%24303%2C213%2E00',453627518,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH006140</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=11 32 102 016 1026&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >11 32 102 016 1026</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/11321020161026/1338-w-estes-ave-apt-2n"  title="1338 W Estes Ave Apt 2n"  >1338 W Estes Ave Apt 2n</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$128,461.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453633191-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1338+W+ESTES+AVE+APT+2N+%24128%2C461%2E00',453633191,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">11CH0041927</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 25 133 032 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 25 133 032 0000</a></td>
<td class="">TOWNHOME</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20251330320000/1729-e-74th-st"  title="1729 E 74th St"  >1729 E 74th St</a></td>
<td class="">CHICAGO</td>
<td class="">$107,962.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453634478-Cook"><a style="color: #cc0000;" href="javascript: addToCart('TOWNHOME+1729+E+74TH+ST++%24107%2C962%2E00',453634478,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0011733</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 12 407 058 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 12 407 058 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25124070580000/9951-s-oglesby-ave"  title="9951 S Oglesby Ave"  >9951 S Oglesby Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$89,848.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453637813-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+9951+S+OGLESBY+AVE++%2489%2C848%2E00',453637813,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0019372</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 09 117 040 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 09 117 040 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16091170400000/554-n-laramie-ave"  title="554 N Laramie Ave"  >554 N Laramie Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$116,838.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453641417-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+554+N+LARAMIE+AVE++%24116%2C838%2E00',453641417,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH008854</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 27 403 040 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 27 403 040 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20274030400000/7548-s-saint-lawrence-ave"  title="7548 S Saint Lawrence Ave"  >7548 S Saint Lawrence Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$178,466.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453642742-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+7548+S+SAINT+LAWRENCE+AVE++%24178%2C466%2E00',453642742,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">10CH0054344</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 08 420 057 1019&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 08 420 057 1019</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16084200571019/38-n-menard-ave-apt-3a"  title="38 N Menard Ave Apt 3a"  >38 N Menard Ave Apt 3a</a></td>
<td class="">CHICAGO</td>
<td class="">$182,568.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453644560-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+38+N+MENARD+AVE+APT+3A+%24182%2C568%2E00',453644560,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0023453</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 02 402 015 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 02 402 015 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19024020150000/4343-s-saint-louis-ave"  title="4343 S Saint Louis Ave"  >4343 S Saint Louis Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$78,114.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453644960-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+4343+S+SAINT+LOUIS+AVE++%2478%2C114%2E00',453644960,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0028433</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 11 404 023 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 11 404 023 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16114040230000/320-n-homan-ave"  title="320 N Homan Ave"  >320 N Homan Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$156,582.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453645764-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+320+N+HOMAN+AVE++%24156%2C582%2E00',453645764,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0012164</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 14 313 036 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 14 313 036 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19143130360000/3816-w-61st-st"  title="3816 W 61st St"  >3816 W 61st St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$259,355.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453645769-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+3816+W+61ST+ST++%24259%2C355%2E00',453645769,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0033366</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 22 303 048 1006&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 22 303 048 1006</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17223030481006/1727-s-indiana-ave-ste-105"  title="1727 S Indiana Ave Ste 105"  >1727 S Indiana Ave Ste 105</a></td>
<td class="">CHICAGO</td>
<td class="">$240,246.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453645774-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1727+S+INDIANA+AVE+STE+105+%24240%2C246%2E00',453645774,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0023565</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 31 122 045 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 31 122 045 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20311220450000/2044-w-82nd-st"  title="2044 W 82nd St"  >2044 W 82nd St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$179,543.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453645782-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2044+W+82ND+ST++%24179%2C543%2E00',453645782,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0031311</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 06 201 020 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 06 201 020 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13062010200000/6812-w-palatine-ave"  title="6812 W Palatine Ave"  >6812 W Palatine Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$287,632.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453645812-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+6812+W+PALATINE+AVE++%24287%2C632%2E00',453645812,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0036122</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 24 113 011 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 24 113 011 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19241130110000/6433-s-richmond-st"  title="6433 S Richmond St"  >6433 S Richmond St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$199,422.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453647373-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+6433+S+RICHMOND+ST++%24199%2C422%2E00',453647373,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0026606</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 33 108 042 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 33 108 042 0000</a></td>
<td class="">TOWNHOME</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20331080420000/8020-s-emerald-ave"  title="8020 S Emerald Ave"  >8020 S Emerald Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$37,094.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453649429-Cook"><a style="color: #cc0000;" href="javascript: addToCart('TOWNHOME+8020+S+EMERALD+AVE++%2437%2C094%2E00',453649429,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">11CH0017220</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 04 211 035 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 04 211 035 0000</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17042110350000/1400-n-state-pkwy-unit-ge"  title="1400 N State Pkwy Unit Ge"  >1400 N State Pkwy Unit Ge</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$245,226.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655311-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1400+N+STATE+PKWY+UNIT+GE+%24245%2C226%2E00',453655311,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">10CH0012738</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=10 36 100 015 1217&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >10 36 100 015 1217</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/10361000151217/7141-n-kedzie-ave-apt-1515"  title="7141 N Kedzie Ave Apt 1515"  >7141 N Kedzie Ave Apt 1515</a></td>
<td class="">CHICAGO</td>
<td class="">$182,568.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655399-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+7141+N+KEDZIE+AVE+APT+1515+%24182%2C568%2E00',453655399,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">11CH004743</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 02 112 021 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 02 112 021 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16021120210000/1409-n-hamlin-ave"  title="1409 N Hamlin Ave"  >1409 N Hamlin Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$260,000.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655400-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1409+N+HAMLIN+AVE++%24260%2C000%2E00',453655400,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">11CH0032835</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 15 227 023 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 15 227 023 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16152270230000/4058-w-congress-pkwy"  title="4058 W Congress Pkwy"  >4058 W Congress Pkwy</a></td>
<td class="">CHICAGO</td>
<td class="">$235,636.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655402-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+4058+W+CONGRESS+PKWY++%24235%2C636%2E00',453655402,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0026118</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 34 324 021 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 34 324 021 0000</a></td>
<td class="alt">VACANT RESIDENTIAL</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17343240210000/3802-s-prairie-ave"  title="3802 S Prairie Ave"  >3802 S Prairie Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$214,518.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655412-Cook"><a style="color: #cc0000;" href="javascript: addToCart('VACANT+RESIDENTIAL+3802+S+PRAIRIE+AVE+%24214%2C518%2E00',453655412,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0033983</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 33 403 025 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 33 403 025 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20334030250000/8314-s-lafayette-ave"  title="8314 S Lafayette Ave"  >8314 S Lafayette Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$7,389.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655435-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+8314+S+LAFAYETTE+AVE++%247%2C389%2E00',453655435,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Intercounty Sales Records for May 21 2013
</caption><tr><th>Time of Sale</th><th>Case Number</th><th>Pin Number</th><th>Property Type</th><th>Defendant Address</th><th>Defendant City</th><th>Complaint/ Judgment Amount</th><th>Place of Sale</th><th>Add to Cart</th></tr>
<tr><td class="alt">1100</td>
<td class="alt">07CH0035453</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 33 225 011 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 33 225 011 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13332250110000/2025-n-leclaire-ave"  title="2025 N Leclaire Ave"  >2025 N Leclaire Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$238,663.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453317715-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2025+N+LECLAIRE+AVE++%24238%2C663%2E00',453317715,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH00521</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 19 329 016 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 19 329 016 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13193290160000/7036-w-melrose-st"  title="7036 W Melrose St"  >7036 W Melrose St</a></td>
<td class="">CHICAGO</td>
<td class="">$66,324.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453607448-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+7036+W+MELROSE+ST++%2466%2C324%2E00',453607448,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">11CH0034998</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 21 120 026 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 21 120 026 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25211200260000/11334-s-parnell-ave"  title="11334 S Parnell Ave"  >11334 S Parnell Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$121,922.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453630049-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+11334+S+PARNELL+AVE++%24121%2C922%2E00',453630049,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">11CH0039676</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 35 234 010 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 35 234 010 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13352340100000/2029-n-spaulding-ave"  title="2029 N Spaulding Ave"  >2029 N Spaulding Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$247,097.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453633170-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2029+N+SPAULDING+AVE++%24247%2C097%2E00',453633170,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0018994</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 18 300 056 1001&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 18 300 056 1001</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17183000561001/2335-w-harrison-st-apt-1"  title="2335 W Harrison St Apt 1"  >2335 W Harrison St Apt 1</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$224,272.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453641779-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+2335+W+HARRISON+ST+APT+1+%24224%2C272%2E00',453641779,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">10CH0045006</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 31 118 041 1012&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 31 118 041 1012</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13311180411012/7190-w-dickens-ave-apt-2w"  title="7190 W Dickens Ave Apt 2w"  >7190 W Dickens Ave Apt 2w</a></td>
<td class="">CHICAGO</td>
<td class="">$95,991.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453649485-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+7190+W+DICKENS+AVE+APT+2W+%2495%2C991%2E00',453649485,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH004815</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 16 125 017 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 16 125 017 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25161250170000/10610-s-wallace-st"  title="10610 S Wallace St"  >10610 S Wallace St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$84,390.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453649761-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+10610+S+WALLACE+ST++%2484%2C390%2E00',453649761,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0034065</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 24 211 007 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 24 211 007 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19242110070000/6419-s-talman-ave"  title="6419 S Talman Ave"  >6419 S Talman Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$133,490.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453650375-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+6419+S+TALMAN+AVE++%24133%2C490%2E00',453650375,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0011454</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 35 305 058 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 35 305 058 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19353050580000/3900-w-84th-st"  title="3900 W 84th St"  >3900 W 84th St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$164,547.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453652651-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+3900+W+84TH+ST++%24164%2C547%2E00',453652651,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0028079</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 08 446 023 1006&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 08 446 023 1006</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17084460231006/1018-w-madison-st-unit-4n"  title="1018 W Madison St Unit 4n"  >1018 W Madison St Unit 4n</a></td>
<td class="">CHICAGO</td>
<td class="">$393,319.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453652658-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1018+W+MADISON+ST+UNIT+4N+%24393%2C319%2E00',453652658,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0034161</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 26 409 018 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 26 409 018 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13264090180000/2650-n-drake-ave"  title="2650 N Drake Ave"  >2650 N Drake Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$277,507.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453652660-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2650+N+DRAKE+AVE++%24277%2C507%2E00',453652660,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">10CH008364</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 22 110 023 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 22 110 023 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19221100230000/6410-s-knox-ave"  title="6410 S Knox Ave"  >6410 S Knox Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$224,000.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655415-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+6410+S+KNOX+AVE++%24224%2C000%2E00',453655415,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">10CH0039749</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 22 222 022 1002&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 22 222 022 1002</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13222220221002/3631-n-keeler-ave"  title="3631 N Keeler Ave"  >3631 N Keeler Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$457,634.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655418-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+3631+N+KEELER+AVE++%24457%2C634%2E00',453655418,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH005103</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 29 302 007 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 29 302 007 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13293020070000/2725-n-mobile-ave"  title="2725 N Mobile Ave"  >2725 N Mobile Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$200,481.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655421-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2725+N+MOBILE+AVE++%24200%2C481%2E00',453655421,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0025507</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 15 308 017 1030&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 15 308 017 1030</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20153080171030/6001-s-michigan-ave-apt-3"  title="6001 S Michigan Ave Apt 3"  >6001 S Michigan Ave Apt 3</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$100,156.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655425-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+6001+S+MICHIGAN+AVE+APT+3+%24100%2C156%2E00',453655425,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0026954</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 21 314 053 1185&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 21 314 053 1185</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14213140531185/420-w-belmont-ave-apt-29f"  title="420 W Belmont Ave Apt 29f"  >420 W Belmont Ave Apt 29f</a></td>
<td class="">CHICAGO</td>
<td class="">$42,943.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655426-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+420+W+BELMONT+AVE+APT+29F+%2442%2C943%2E00',453655426,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0034888</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 08 248 034 1010&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 08 248 034 1010</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17082480341010/1050-w-hubbard-st-apt-2c"  title="1050 W Hubbard St Apt 2c"  >1050 W Hubbard St Apt 2c</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$134,372.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655430-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1050+W+HUBBARD+ST+APT+2C+%24134%2C372%2E00',453655430,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">11CH007625</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 29 102 010 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 29 102 010 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20291020100000/1409-w-71st-st"  title="1409 W 71st St"  >1409 W 71st St</a></td>
<td class="">CHICAGO</td>
<td class="">$198,677.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655439-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+1409+W+71ST+ST++%24198%2C677%2E00',453655439,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">11CH0012018</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 01 120 020 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 01 120 020 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13011200200000/6136-n-mozart-st"  title="6136 N Mozart St"  >6136 N Mozart St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$705,856.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655440-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+6136+N+MOZART+ST++%24705%2C856%2E00',453655440,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">11CH0024866</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=11 29 101 005 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >11 29 101 005 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/11291010050000/1536-w-juneway-ter"  title="1536 W Juneway Ter"  >1536 W Juneway Ter</a></td>
<td class="">CHICAGO</td>
<td class="">$186,620.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655441-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1536+W+JUNEWAY+TER++%24186%2C620%2E00',453655441,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0013925</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 21 110 048 1476&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 21 110 048 1476</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14211100481476/3660-n-lake-shore-dr-apt-1107"  title="3660 N Lake Shore Dr Apt 1107"  >3660 N Lake Shore Dr Apt 1107</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$181,828.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655443-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+3660+N+LAKE+SHORE+DR+APT+1107+%24181%2C828%2E00',453655443,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0035596</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=21 30 407 024 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >21 30 407 024 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/21304070240000/7830-s-muskegon-ave"  title="7830 S Muskegon Ave"  >7830 S Muskegon Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$193,503.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655451-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+7830+S+MUSKEGON+AVE++%24193%2C503%2E00',453655451,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0035817</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 28 108 029 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 28 108 029 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20281080290000/7224-s-emerald-ave"  title="7224 S Emerald Ave"  >7224 S Emerald Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$153,719.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655452-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+7224+S+EMERALD+AVE++%24153%2C719%2E00',453655452,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">09CH0051183</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 36 308 041 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 36 308 041 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16363080410000/3616-s-california-ave"  title="3616 S California Ave"  >3616 S California Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$158,588.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655453-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+3616+S+CALIFORNIA+AVE++%24158%2C588%2E00',453655453,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">11CH0042834</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 19 310 009 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 19 310 009 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17193100090000/2347-w-cullerton-st"  title="2347 W Cullerton St"  >2347 W Cullerton St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$246,146.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655454-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2347+W+CULLERTON+ST+%24246%2C146%2E00',453655454,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1100</td>
<td class="">12CH0038309</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 24 209 017 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 24 209 017 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19242090170000/6447-s-fairfield-ave"  title="6447 S Fairfield Ave"  >6447 S Fairfield Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$47,352.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453655620-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+6447+S+FAIRFIELD+AVE++%2447%2C352%2E00',453655620,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">12CH0038615</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 11 415 085 1002&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 11 415 085 1002</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16114150851002/3341-w-warren-blvd-unit-2"  title="3341 W Warren Blvd Unit 2"  >3341 W Warren Blvd Unit 2</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$201,459.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453655621-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+3341+W+WARREN+BLVD+UNIT+2+%24201%2C459%2E00',453655621,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://chicago.dailyherald.il-foreclosure.com/sale-results/index"  title="Search Sale Results"  >Search Sale Results</a> | <a href='javascript:void(0);' onclick="window.open('/common/field_definitions/9', '_blank', 'width=600,height=500,scrollbars=yes,status=yes,resizable=yes,screenx=50%,screeny=50%');"  title="View Detail Explanation of our Foreclosure Records"  >View Detail Explanation of our Foreclosure Records</a> | <a href="http://chicago.dailyherald.il-foreclosure.com/basket"  title="CHECKOUT"  style="color: #990000" >CHECKOUT</a></em></div></div>
<div class="databaserecs">
<a name="3"></a><h3 class="section_title">Judicial Sales Corp for Chicago</h3>
Judicial Sales Corporation is a private firm that specializes in conducting foreclosure auctions. Judges from each county decide if they will allow entities other than the Sheriffs Department to conduct sales on behalf of the plaintiff. Judicial Sales Corporation can be reached at 312-236-7253<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Judicial Sales Corp Records for May 20 2013
</caption><tr><th>Time of Sale</th><th>Case Number</th><th>Pin Number</th><th>Property Type</th><th>Defendant Address</th><th>Defendant City</th><th>Complaint/ Judgment Amount</th><th>Place of Sale</th><th>Add to Cart</th></tr>
<tr><td class="">1100</td>
<td class="">02CH009122</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 34 413 053 1022&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 34 413 053 1022</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20344130531022/745-e-84th-pl-unit-745-1s"  title="745 E 84th Pl Unit 745 1s"  >745 E 84th Pl Unit 745 1s</a></td>
<td class="">CHICAGO</td>
<td class="">$48,855.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453181588-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+745+E+84TH+PL+UNIT+745+1S+%2448%2C855%2E00',453181588,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">09CH005144</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 33 111 012 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 33 111 012 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13331110120000/2125-n-lockwood-ave"  title="2125 N Lockwood Ave"  >2125 N Lockwood Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$114,809.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453437921-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2125+N+LOCKWOOD+AVE++%24114%2C809%2E00',453437921,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">08CH0047126</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 32 411 006 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 32 411 006 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13324110060000/1641-n-mason-ave"  title="1641 N Mason Ave"  >1641 N Mason Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$328,440.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453438660-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1641+N+MASON+AVE++%24328%2C440%2E00',453438660,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">09CH0025758</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 29 224 006 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 29 224 006 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13292240060000/2843-n-austin-ave"  title="2843 N Austin Ave"  >2843 N Austin Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$418,387.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453439428-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2843+N+AUSTIN+AVE++%24418%2C387%2E00',453439428,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">08CH0047950</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 24 404 002 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 24 404 002 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19244040020000/2451-w-marquette-rd"  title="2451 W Marquette Rd"  >2451 W Marquette Rd</a></td>
<td class="">CHICAGO</td>
<td class="">$493,676.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453447451-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2451+W+MARQUETTE+RD++%24493%2C676%2E00',453447451,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0015315</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 04 207 087 1433&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 04 207 087 1433</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17042070871433/1560-n-sandburg-ter-apt-3611"  title="1560 N Sandburg Ter Apt 3611"  >1560 N Sandburg Ter Apt 3611</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$247,004.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453574626-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1560+N+SANDBURG+TER+APT+3611+%24247%2C004%2E00',453574626,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">11CH001315</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 36 209 005 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 36 209 005 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13362090050000/2309-n-campbell-ave"  title="2309 N Campbell Ave"  >2309 N Campbell Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$447,902.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453583679-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2309+N+CAMPBELL+AVE++%24447%2C902%2E00',453583679,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0030764</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=11 31 218 028 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >11 31 218 028 0000</a></td>
<td class="alt">TOWNHOME</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/11312180280000/6950-n-ashland-blvd-unit-c"  title="6950 N Ashland Blvd Unit C"  >6950 N Ashland Blvd Unit C</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$150,614.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453607561-Cook"><a style="color: #cc0000;" href="javascript: addToCart('TOWNHOME+6950+N+ASHLAND+BLVD+UNIT+C+%24150%2C614%2E00',453607561,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">11CH0035538</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=26 07 114 055 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >26 07 114 055 0000</a></td>
<td class="">TOWNHOME</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/26071140550000/2512-e-96th-st"  title="2512 E 96th St"  >2512 E 96th St</a></td>
<td class="">CHICAGO</td>
<td class="">$131,278.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453620488-Cook"><a style="color: #cc0000;" href="javascript: addToCart('TOWNHOME+2512+E+96TH+ST++%24131%2C278%2E00',453620488,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">10CH0032444</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 27 407 005 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 27 407 005 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13274070050000/4345-w-schubert-ave"  title="4345 W Schubert Ave"  >4345 W Schubert Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$313,824.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453624197-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+4345+W+SCHUBERT+AVE++%24313%2C824%2E00',453624197,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0041678</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 30 108 039 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 30 108 039 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20301080390000/7238-s-claremont-ave"  title="7238 S Claremont Ave"  >7238 S Claremont Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$73,297.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453628349-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+7238+S+CLAREMONT+AVE++%2473%2C297%2E00',453628349,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0028092</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 15 230 047 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 15 230 047 0000</a></td>
<td class="alt">TOWNHOME</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19152300470000/4059-w-58th-pl"  title="4059 W 58th Pl"  >4059 W 58th Pl</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$75,867.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453631066-Cook"><a style="color: #cc0000;" href="javascript: addToCart('TOWNHOME+4059+W+58TH+PL++%2475%2C867%2E00',453631066,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0049159</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 29 117 003 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 29 117 003 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25291170030000/12240-s-elizabeth-st"  title="12240 S Elizabeth St"  >12240 S Elizabeth St</a></td>
<td class="">CHICAGO</td>
<td class="">$130,845.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453634975-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+12240+S+ELIZABETH+ST++%24130%2C845%2E00',453634975,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH008690</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=11 32 312 022 1018&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >11 32 312 022 1018</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/11323120221018/1309-w-north-shore-ave-unit-2"  title="1309 W North Shore Ave Unit 2"  >1309 W North Shore Ave Unit 2</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$124,752.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453638524-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1309+W+NORTH+SHORE+AVE+UNIT+2+%24124%2C752%2E00',453638524,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0012789</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 34 215 029 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 34 215 029 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13342150290000/2238-n-keystone-ave"  title="2238 N Keystone Ave"  >2238 N Keystone Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$168,727.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453640635-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2238+N+KEYSTONE+AVE++%24168%2C727%2E00',453640635,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0010248</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 18 217 022 1027&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 18 217 022 1027</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14182170221027/4516-n-ashland-ave-apt-ge"  title="4516 N Ashland Ave Apt Ge"  >4516 N Ashland Ave Apt Ge</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$202,176.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453644600-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+4516+N+ASHLAND+AVE+APT+GE+%24202%2C176%2E00',453644600,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0024337</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 13 223 001 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 13 223 001 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19132230010000/5801-s-talman-ave"  title="5801 S Talman Ave"  >5801 S Talman Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$172,437.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453644772-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+5801+S+TALMAN+AVE++%24172%2C437%2E00',453644772,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0014503</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=11 29 314 042 1008&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >11 29 314 042 1008</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/11293140421008/1440-w-sherwin-ave-apt-204"  title="1440 W Sherwin Ave Apt 204"  >1440 W Sherwin Ave Apt 204</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$138,987.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453644790-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1440+W+SHERWIN+AVE+APT+204+%24138%2C987%2E00',453644790,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0013786</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 16 400 014 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 16 400 014 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13164000140000/5125-w-montrose-ave"  title="5125 W Montrose Ave"  >5125 W Montrose Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$334,682.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453646001-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+5125+W+MONTROSE+AVE++%24334%2C682%2E00',453646001,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0044266</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 06 327 059 1003&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 06 327 059 1003</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17063270591003/836-n-damen-ave-apt-3"  title="836 N Damen Ave Apt 3"  >836 N Damen Ave Apt 3</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$232,231.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453648314-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+836+N+DAMEN+AVE+APT+3+%24232%2C231%2E00',453648314,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0025053</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 28 220 016 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 28 220 016 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13282200160000/5113-w-oakdale-ave"  title="5113 W Oakdale Ave"  >5113 W Oakdale Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$346,991.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453648316-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+5113+W+OAKDALE+AVE++%24346%2C991%2E00',453648316,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH007523</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 25 224 017 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 25 224 017 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19252240170000/7406-s-maplewood-ave"  title="7406 S Maplewood Ave"  >7406 S Maplewood Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$138,962.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453649512-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+7406+S+MAPLEWOOD+AVE++%24138%2C962%2E00',453649512,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">11CH0034553</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 13 209 031 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 13 209 031 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19132090310000/5626-s-campbell-ave"  title="5626 S Campbell Ave"  >5626 S Campbell Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$184,216.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453649531-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+5626+S+CAMPBELL+AVE++%24184%2C216%2E00',453649531,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0030019</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 22 411 015 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 22 411 015 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20224110150000/6835-s-champlain-ave"  title="6835 S Champlain Ave"  >6835 S Champlain Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$198,675.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453649637-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+6835+S+CHAMPLAIN+AVE++%24198%2C675%2E00',453649637,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0017204</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 06 219 017 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 06 219 017 0000</a></td>
<td class="">TOWNHOME</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14062190170000/1906-w-norwood-st"  title="1906 W Norwood St"  >1906 W Norwood St</a></td>
<td class="">CHICAGO</td>
<td class="">$238,013.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453649832-Cook"><a style="color: #cc0000;" href="javascript: addToCart('TOWNHOME+1906+W+NORWOOD+ST++%24238%2C013%2E00',453649832,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">08CH0027096</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 04 424 051 1029&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 04 424 051 1029</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17044240511029/1030-n-state-st-apt-29a"  title="1030 N State St Apt 29a"  >1030 N State St Apt 29a</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$159,948.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453649934-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1030+N+STATE+ST+APT+29A+%24159%2C948%2E00',453649934,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0030776</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 30 231 039 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 30 231 039 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13302310390000/2808-n-narragansett-ave"  title="2808 N Narragansett Ave"  >2808 N Narragansett Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$219,170.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453650561-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2808+N+NARRAGANSETT+AVE++%24219%2C170%2E00',453650561,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0020376</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 30 406 006 1011&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 30 406 006 1011</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14304060061011/1781-w-altgeld-st-apt-k"  title="1781 W Altgeld St Apt K"  >1781 W Altgeld St Apt K</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$292,272.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453651013-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1781+W+ALTGELD+ST+APT+K+%24292%2C272%2E00',453651013,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0027587</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 17 113 049 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 17 113 049 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13171130490000/4575-n-moody-ave"  title="4575 N Moody Ave"  >4575 N Moody Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$271,934.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453651615-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+4575+N+MOODY+AVE++%24271%2C934%2E00',453651615,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH009543</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 29 214 008 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 29 214 008 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20292140080000/7221-s-peoria-st"  title="7221 S Peoria St"  >7221 S Peoria St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$144,128.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453652012-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+7221+S+PEORIA+ST++%24144%2C128%2E00',453652012,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0026468</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=11 32 124 035 1004&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >11 32 124 035 1004</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/11321240351004/1242-w-pratt-blvd-apt-2f"  title="1242 W Pratt Blvd Apt 2f"  >1242 W Pratt Blvd Apt 2f</a></td>
<td class="">CHICAGO</td>
<td class="">$260,847.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453652844-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1242+W+PRATT+BLVD+APT+2F+%24260%2C847%2E00',453652844,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">10CH0034729</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 16 409 033 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 16 409 033 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13164090330000/4918-w-hutchinson-st"  title="4918 W Hutchinson St"  >4918 W Hutchinson St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$331,948.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453653149-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+4918+W+HUTCHINSON+ST++%24331%2C948%2E00',453653149,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">09CH0025996</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 10 110 033 1006&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 10 110 033 1006</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20101100331006/4827-s-prairie-ave-apt-3"  title="4827 S Prairie Ave Apt 3"  >4827 S Prairie Ave Apt 3</a></td>
<td class="">CHICAGO</td>
<td class="">$280,500.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453653330-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+4827+S+PRAIRIE+AVE+APT+3+%24280%2C500%2E00',453653330,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0034914</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 16 416 013 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 16 416 013 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25164160130000/225-w-109th-st"  title="225 W 109th St"  >225 W 109th St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$38,792.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453656028-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+225+W+109TH+ST++%2438%2C792%2E00',453656028,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0032127</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 19 311 051 1001&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 19 311 051 1001</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17193110511001/2216-w-cullerton-st-unit-1"  title="2216 W Cullerton St Unit 1"  >2216 W Cullerton St Unit 1</a></td>
<td class="">CHICAGO</td>
<td class="">$227,571.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453656063-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+2216+W+CULLERTON+ST+UNIT+1+%24227%2C571%2E00',453656063,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0032048</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 15 421 026 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 15 421 026 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20154210260000/6234-s-langley-ave"  title="6234 S Langley Ave"  >6234 S Langley Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$121,540.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453656773-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+6234+S+LANGLEY+AVE++%24121%2C540%2E00',453656773,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">11CH0028206</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=21 31 115 012 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >21 31 115 012 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/21311150120000/8033-s-manistee-ave"  title="8033 S Manistee Ave"  >8033 S Manistee Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$134,658.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453656806-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+8033+S+MANISTEE+AVE++%24134%2C658%2E00',453656806,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">10CH00498</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 33 108 019 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 33 108 019 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13331080190000/2203-n-latrobe-ave"  title="2203 N Latrobe Ave"  >2203 N Latrobe Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$202,366.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453656954-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2203+N+LATROBE+AVE++%24202%2C366%2E00',453656954,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0025762</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 23 229 010 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 23 229 010 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13232290100000/3629-n-bernard-st"  title="3629 N Bernard St"  >3629 N Bernard St</a></td>
<td class="">CHICAGO</td>
<td class="">$307,712.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657061-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+3629+N+BERNARD+ST++%24307%2C712%2E00',453657061,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0019957</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 20 101 042 1008&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 20 101 042 1008</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14201010421008/3951-n-greenview-ave-apt-2d"  title="3951 N Greenview Ave Apt 2d"  >3951 N Greenview Ave Apt 2d</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$214,829.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657075-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+3951+N+GREENVIEW+AVE+APT+2D+%24214%2C829%2E00',453657075,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">11CH0017963</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 35 413 046 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 35 413 046 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13354130460000/3508-w-wabansia-ave"  title="3508 W Wabansia Ave"  >3508 W Wabansia Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$115,600.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657076-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+3508+W+WABANSIA+AVE++%24115%2C600%2E00',453657076,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0038277</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 23 211 023 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 23 211 023 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16232110230000/1322-s-spaulding-ave"  title="1322 S Spaulding Ave"  >1322 S Spaulding Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$238,293.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657081-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+1322+S+SPAULDING+AVE++%24238%2C293%2E00',453657081,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH009223</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 08 131 001 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 08 131 001 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20081310010000/5001-s-elizabeth-st"  title="5001 S Elizabeth St"  >5001 S Elizabeth St</a></td>
<td class="">CHICAGO</td>
<td class="">$250,115.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657083-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+5001+S+ELIZABETH+ST++%24250%2C115%2E00',453657083,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0037853</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 06 402 048 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 06 402 048 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20064020480000/4356-s-wood-st"  title="4356 S Wood St"  >4356 S Wood St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$154,279.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657084-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+4356+S+WOOD+ST++%24154%2C279%2E00',453657084,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">09CH0021141</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 01 209 042 1001&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 01 209 042 1001</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16012090421001/1428-n-washtenaw-ave-apt-1"  title="1428 N Washtenaw Ave Apt 1"  >1428 N Washtenaw Ave Apt 1</a></td>
<td class="">CHICAGO</td>
<td class="">$263,987.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657085-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1428+N+WASHTENAW+AVE+APT+1+%24263%2C987%2E00',453657085,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH002260</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 05 325 016 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 05 325 016 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25053250160000/9400-s-laflin-st"  title="9400 S Laflin St"  >9400 S Laflin St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$1,224,697.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657522-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+9400+S+LAFLIN+ST++%241%2C224%2C697%2E00',453657522,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH002261</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 27 319 014 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 27 319 014 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20273190140000/7800-s-michigan-ave"  title="7800 S Michigan Ave"  >7800 S Michigan Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$1,141,509.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657523-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+7800+S+MICHIGAN+AVE+%241%2C141%2C509%2E00',453657523,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH002262</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 05 126 025 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 05 126 025 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25051260250000/9040-s-bishop-st"  title="9040 S Bishop St"  >9040 S Bishop St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$923,198.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657524-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+9040+S+BISHOP+ST++%24923%2C198%2E00',453657524,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH002264</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 05 126 016 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 05 126 016 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25051260160000/9000-s-bishop-st"  title="9000 S Bishop St"  >9000 S Bishop St</a></td>
<td class="">CHICAGO</td>
<td class="">$1,095,017.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657566-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+9000+S+BISHOP+ST++%241%2C095%2C017%2E00',453657566,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Judicial Sales Corp Records for May 21 2013
</caption><tr><th>Time of Sale</th><th>Case Number</th><th>Pin Number</th><th>Property Type</th><th>Defendant Address</th><th>Defendant City</th><th>Complaint/ Judgment Amount</th><th>Place of Sale</th><th>Add to Cart</th></tr>
<tr><td class="alt">1030</td>
<td class="alt">07CH0024247</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 35 223 017 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 35 223 017 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13352230170000/3418-w-dickens-ave"  title="3418 W Dickens Ave"  >3418 W Dickens Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$341,171.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453307444-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+3418+W+DICKENS+AVE++%24341%2C171%2E00',453307444,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH005105</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 29 126 020 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 29 126 020 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20291260200000/1462-w-74th-st"  title="1462 W 74th St"  >1462 W 74th St</a></td>
<td class="">CHICAGO</td>
<td class="">$41,200.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453486929-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1462+W+74TH+ST++%2441%2C200%2E00',453486929,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">10CH0029570</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 08 113 037 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 08 113 037 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20081130370000/4826-s-throop-st"  title="4826 S Throop St"  >4826 S Throop St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$228,946.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453571768-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+4826+S+THROOP+ST++%24228%2C946%2E00',453571768,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0040463</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 12 305 034 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 12 305 034 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19123050340000/5142-s-francisco-ave"  title="5142 S Francisco Ave"  >5142 S Francisco Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$289,215.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453585997-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+5142+S+FRANCISCO+AVE++%24289%2C215%2E00',453585997,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH008370</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 08 300 060 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 08 300 060 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19083000600000/5123-s-narragansett-ave"  title="5123 S Narragansett Ave"  >5123 S Narragansett Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$199,507.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453601985-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+5123+S+NARRAGANSETT+AVE++%24199%2C507%2E00',453601985,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">11CH008509</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 12 324 047 1005&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 12 324 047 1005</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16123240471005/3101-w-washington-blvd-unit-5"  title="3101 W Washington Blvd Unit 5"  >3101 W Washington Blvd Unit 5</a></td>
<td class="">CHICAGO</td>
<td class="">$252,975.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453607629-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+3101+W+WASHINGTON+BLVD+UNIT+5+%24252%2C975%2E00',453607629,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0016303</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 28 200 003 1025&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 28 200 003 1025</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14282000031025/3180-n-lake-shore-dr-apt-5a"  title="3180 N Lake Shore Dr Apt 5a"  >3180 N Lake Shore Dr Apt 5a</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$272,430.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453628703-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+3180+N+LAKE+SHORE+DR+APT+5A+%24272%2C430%2E00',453628703,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">11CH0037529</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 09 229 040 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 09 229 040 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25092290400000/100-w-99th-st"  title="100 W 99th St"  >100 W 99th St</a></td>
<td class="">CHICAGO</td>
<td class="">$129,746.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453639271-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+100+W+99TH+ST++%24129%2C746%2E00',453639271,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0030762</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 31 421 024 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 31 421 024 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17314210240000/3757-s-hermitage-ave"  title="3757 S Hermitage Ave"  >3757 S Hermitage Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$89,969.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453644646-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+3757+S+HERMITAGE+AVE++%2489%2C969%2E00',453644646,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH00225</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 19 414 003 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 19 414 003 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20194140030000/6811-s-paulina-st"  title="6811 S Paulina St"  >6811 S Paulina St</a></td>
<td class="">CHICAGO</td>
<td class="">$77,768.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453645885-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+6811+S+PAULINA+ST++%2477%2C768%2E00',453645885,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">10CH0023762</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 35 203 013 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 35 203 013 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13352030130000/2324-n-drake-ave"  title="2324 N Drake Ave"  >2324 N Drake Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$359,066.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453646241-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2324+N+DRAKE+AVE++%24359%2C066%2E00',453646241,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">11CH008090</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 21 103 012 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 21 103 012 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25211030120000/11157-s-lowe-ave"  title="11157 S Lowe Ave"  >11157 S Lowe Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$212,172.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453649639-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+11157+S+LOWE+AVE++%24212%2C172%2E00',453649639,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">09CH0029918</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 27 310 093 1163&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 27 310 093 1163</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17273100931163/2901-s-michigan-ave-apt-407"  title="2901 S Michigan Ave Apt 407"  >2901 S Michigan Ave Apt 407</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$146,425.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453649871-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+2901+S+MICHIGAN+AVE+APT+407+%24146%2C425%2E00',453649871,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">09CH0025945</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 34 215 043 1001&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 34 215 043 1001</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13342150431001/4050-w-palmer-st-unit-1"  title="4050 W Palmer St Unit 1"  >4050 W Palmer St Unit 1</a></td>
<td class="">CHICAGO</td>
<td class="">$178,607.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453652441-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+4050+W+PALMER+ST+UNIT+1+%24178%2C607%2E00',453652441,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0037869</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 17 407 029 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 17 407 029 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16174070290000/1042-s-monitor-ave"  title="1042 S Monitor Ave"  >1042 S Monitor Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$181,381.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453652991-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1042+S+MONITOR+AVE++%24181%2C381%2E00',453652991,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0038293</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 36 415 037 1006&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 36 415 037 1006</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13364150371006/2511-w-moffat-st-apt-106e"  title="2511 W Moffat St Apt 106e"  >2511 W Moffat St Apt 106e</a></td>
<td class="">CHICAGO</td>
<td class="">$206,336.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453652992-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+2511+W+MOFFAT+ST+APT+106E+%24206%2C336%2E00',453652992,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0010552</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 33 109 043 1002&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 33 109 043 1002</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14331090431002/636-w-webster-ave-apt-102"  title="636 W Webster Ave Apt 102"  >636 W Webster Ave Apt 102</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$146,299.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453652993-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+636+W+WEBSTER+AVE+APT+102+%24146%2C299%2E00',453652993,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0049895</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 02 405 037 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 02 405 037 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20024050370000/4585-s-oakenwald-ave"  title="4585 S Oakenwald Ave"  >4585 S Oakenwald Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$511,975.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453653050-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+4585+S+OAKENWALD+AVE++%24511%2C975%2E00',453653050,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0022102</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 24 429 007 1049&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 24 429 007 1049</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20244290071049/7037-s-crandon-ave-unit-119"  title="7037 S Crandon Ave Unit 119"  >7037 S Crandon Ave Unit 119</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$204,617.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453653104-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+7037+S+CRANDON+AVE+UNIT+119+%24204%2C617%2E00',453653104,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0023701</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 35 338 046 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 35 338 046 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19353380460000/3615-w-86th-pl"  title="3615 W 86th Pl"  >3615 W 86th Pl</a></td>
<td class="">CHICAGO</td>
<td class="">$125,165.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453653116-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+3615+W+86TH+PL++%24125%2C165%2E00',453653116,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0034072</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 31 422 023 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 31 422 023 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17314220230000/1634-w-37th-pl"  title="1634 W 37th Pl"  >1634 W 37th Pl</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$177,667.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453653133-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+1634+W+37TH+PL++%24177%2C667%2E00',453653133,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0031815</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 08 416 005 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 08 416 005 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25084160050000/1143-w-101st-st"  title="1143 W 101st St"  >1143 W 101st St</a></td>
<td class="">CHICAGO</td>
<td class="">$134,289.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453653135-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1143+W+101ST+ST++%24134%2C289%2E00',453653135,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">10CH0054039</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 02 317 054 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 02 317 054 0000</a></td>
<td class="alt">TOWNHOME</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20023170540000/4634-s-greenwood-ave-unit-6"  title="4634 S Greenwood Ave Unit 6"  >4634 S Greenwood Ave Unit 6</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$263,516.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453653151-Cook"><a style="color: #cc0000;" href="javascript: addToCart('TOWNHOME+4634+S+GREENWOOD+AVE+UNIT+6+%24263%2C516%2E00',453653151,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0020947</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 25 215 025 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 25 215 025 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20252150250000/7354-s-merrill-ave"  title="7354 S Merrill Ave"  >7354 S Merrill Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$48,021.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453653185-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+7354+S+MERRILL+AVE++%2448%2C021%2E00',453653185,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">09CH0051649</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 07 109 059 1003&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 07 109 059 1003</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17071090591003/646-n-oakley-blvd-apt-3"  title="646 N Oakley Blvd Apt 3"  >646 N Oakley Blvd Apt 3</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$330,265.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453653186-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+646+N+OAKLEY+BLVD+APT+3+%24330%2C265%2E00',453653186,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0026559</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 05 412 036 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 05 412 036 0000</a></td>
<td class="">COMMERCIAL PROPERTY</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13054120360000/5791-n-elston-ave"  title="5791 N Elston Ave"  >5791 N Elston Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$112,642.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453653351-Cook"><a style="color: #cc0000;" href="javascript: addToCart('COMMERCIAL+PROPERTY+5791+N+ELSTON+AVE++%24112%2C642%2E00',453653351,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0034305</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 31 300 069 1027&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 31 300 069 1027</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14313000691027/1897-n-milwaukee-ave-unit-309"  title="1897 N Milwaukee Ave Unit 309"  >1897 N Milwaukee Ave Unit 309</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$163,748.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453653410-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1897+N+MILWAUKEE+AVE+UNIT+309+%24163%2C748%2E00',453653410,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0027130</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 02 303 017 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 02 303 017 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20023030170000/4337-s-berkeley-ave"  title="4337 S Berkeley Ave"  >4337 S Berkeley Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$37,551.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453655366-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+4337+S+BERKELEY+AVE++%2437%2C551%2E00',453655366,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH009872</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=12 23 429 092 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >12 23 429 092 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/12234290920000/3223-n-panama-ave"  title="3223 N Panama Ave"  >3223 N Panama Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$86,838.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453655476-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+3223+N+PANAMA+AVE++%2486%2C838%2E00',453655476,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0022001</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 23 202 029 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 23 202 029 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16232020290000/3530-w-13th-pl"  title="3530 W 13th Pl"  >3530 W 13th Pl</a></td>
<td class="">CHICAGO</td>
<td class="">$167,239.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453655478-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+3530+W+13TH+PL++%24167%2C239%2E00',453655478,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0025668</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=26 18 421 001 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >26 18 421 001 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/26184210010000/11301-s-green-bay-ave"  title="11301 S Green Bay Ave"  >11301 S Green Bay Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$248,601.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453655481-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+11301+S+GREEN+BAY+AVE++%24248%2C601%2E00',453655481,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0054846</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 07 217 059 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 07 217 059 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25072170590000/1720-w-99th-st"  title="1720 W 99th St"  >1720 W 99th St</a></td>
<td class="">CHICAGO</td>
<td class="">$190,517.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453655482-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1720+W+99TH+ST++%24190%2C517%2E00',453655482,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">09CH0036472</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 08 421 039 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 08 421 039 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25084210390000/10148-s-peoria-st"  title="10148 S Peoria St"  >10148 S Peoria St</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$181,258.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453655567-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+10148+S+PEORIA+ST++%24181%2C258%2E00',453655567,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0014145</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 02 402 023 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 02 402 023 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19024020230000/4306-s-trumbull-ave"  title="4306 S Trumbull Ave"  >4306 S Trumbull Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$209,642.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453655582-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+4306+S+TRUMBULL+AVE++%24209%2C642%2E00',453655582,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0017835</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 11 312 025 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 11 312 025 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13113120250000/5028-n-central-park-ave"  title="5028 N Central Park Ave"  >5028 N Central Park Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$354,724.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453655631-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+5028+N+CENTRAL+PARK+AVE++%24354%2C724%2E00',453655631,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0020192</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=14 08 413 044 1062&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >14 08 413 044 1062</a></td>
<td class="">CONDOMINIUM</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/14084130441062/844-w-ainslie-st-apt-n2"  title="844 W Ainslie St Apt N2"  >844 W Ainslie St Apt N2</a></td>
<td class="">CHICAGO</td>
<td class="">$74,282.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453655632-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+844+W+AINSLIE+ST+APT+N2+%2474%2C282%2E00',453655632,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0011989</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 02 424 004 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 02 424 004 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19024240040000/4631-s-archer-ave"  title="4631 S Archer Ave"  >4631 S Archer Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$184,388.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453655964-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+4631+S+ARCHER+AVE++%24184%2C388%2E00',453655964,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">11CH0032958</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 23 102 019 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 23 102 019 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16231020190000/1249-s-springfield-ave"  title="1249 S Springfield Ave"  >1249 S Springfield Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$246,002.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453656089-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+1249+S+SPRINGFIELD+AVE++%24246%2C002%2E00',453656089,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">09CH0020196</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 21 416 039 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 21 416 039 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13214160390000/3238-n-leclaire-ave"  title="3238 N Leclaire Ave"  >3238 N Leclaire Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$148,782.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453656106-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+3238+N+LECLAIRE+AVE++%24148%2C782%2E00',453656106,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0020560</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 19 225 002 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 19 225 002 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25192250020000/11405-s-church-st"  title="11405 S Church St"  >11405 S Church St</a></td>
<td class="">CHICAGO</td>
<td class="">$154,998.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453656108-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+11405+S+CHURCH+ST++%24154%2C998%2E00',453656108,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">09CH0043555</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=10 36 417 035 1012&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >10 36 417 035 1012</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/10364170351012/2707-w-albion-ave-apt-2"  title="2707 W Albion Ave Apt 2"  >2707 W Albion Ave Apt 2</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$156,000.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453656109-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+2707+W+ALBION+AVE+APT+2+%24156%2C000%2E00',453656109,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0016174</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 29 203 050 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 29 203 050 0000</a></td>
<td class="">TOWNHOME</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20292030500000/7105-s-carpenter-st"  title="7105 S Carpenter St"  >7105 S Carpenter St</a></td>
<td class="">CHICAGO</td>
<td class="">$50,007.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453656111-Cook"><a style="color: #cc0000;" href="javascript: addToCart('TOWNHOME+7105+S+CARPENTER+ST++%2450%2C007%2E00',453656111,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0011414</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 22 219 020 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 22 219 020 0000</a></td>
<td class="alt">TOWNHOME</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25222190200000/11334-s-saint-lawrence-ave"  title="11334 S Saint Lawrence Ave"  >11334 S Saint Lawrence Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$159,730.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453656803-Cook"><a style="color: #cc0000;" href="javascript: addToCart('TOWNHOME+11334+S+SAINT+LAWRENCE+AVE++%24159%2C730%2E00',453656803,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0026107</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 19 222 022 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 19 222 022 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20192220220000/6502-s-marshfield-ave"  title="6502 S Marshfield Ave"  >6502 S Marshfield Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$273,349.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453656957-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+6502+S+MARSHFIELD+AVE++%24273%2C349%2E00',453656957,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0031720</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=16 13 223 011 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 13 223 011 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/16132230110000/2721-w-gladys-ave"  title="2721 W Gladys Ave"  >2721 W Gladys Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$225,891.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453656958-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+2721+W+GLADYS+AVE++%24225%2C891%2E00',453656958,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0037978</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 08 223 022 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 08 223 022 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13082230220000/5327-n-northwest-hwy"  title="5327 N Northwest Hwy"  >5327 N Northwest Hwy</a></td>
<td class="">CHICAGO</td>
<td class="">$196,748.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453656987-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+5327+N+NORTHWEST+HWY++%24196%2C748%2E00',453656987,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0037578</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 35 124 001 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 35 124 001 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13351240010000/2059-n-avers-ave"  title="2059 N Avers Ave"  >2059 N Avers Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$268,617.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657039-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2059+N+AVERS+AVE++%24268%2C617%2E00',453657039,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH004764</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 22 406 023 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 22 406 023 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19224060230000/6751-s-karlov-ave"  title="6751 S Karlov Ave"  >6751 S Karlov Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$261,042.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657041-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+6751+S+KARLOV+AVE++%24261%2C042%2E00',453657041,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0033536</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=17 19 426 050 1004&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >17 19 426 050 1004</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/17194260501004/1918-w-cermak-rd-ste-4"  title="1918 W Cermak Rd Ste 4"  >1918 W Cermak Rd Ste 4</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$247,270.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657050-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+1918+W+CERMAK+RD+STE+4+%24247%2C270%2E00',453657050,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0036756</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 27 122 029 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 27 122 029 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13271220290000/2842-n-keating-ave"  title="2842 N Keating Ave"  >2842 N Keating Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$356,179.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657051-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2842+N+KEATING+AVE++%24356%2C179%2E00',453657051,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0017460</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 24 405 040 1037&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 24 405 040 1037</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20244050401037/6701-s-crandon-ave-apt-15c"  title="6701 S Crandon Ave Apt 15c"  >6701 S Crandon Ave Apt 15c</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$134,494.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657053-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+6701+S+CRANDON+AVE+APT+15C+%24134%2C494%2E00',453657053,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH006824</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 34 315 029 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 34 315 029 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20343150290000/8508-s-prairie-ave"  title="8508 S Prairie Ave"  >8508 S Prairie Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$134,106.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657055-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+8508+S+PRAIRIE+AVE++%24134%2C106%2E00',453657055,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0016394</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 15 304 007 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 15 304 007 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20153040070000/5927-s-prairie-ave"  title="5927 S Prairie Ave"  >5927 S Prairie Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$99,389.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657069-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+5927+S+PRAIRIE+AVE++%2499%2C389%2E00',453657069,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0035473</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 34 316 004 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 34 316 004 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13343160040000/4717-w-wabansia-ave"  title="4717 W Wabansia Ave"  >4717 W Wabansia Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$405,907.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657079-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+4717+W+WABANSIA+AVE++%24405%2C907%2E00',453657079,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">10CH0042950</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 12 114 052 1023&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 12 114 052 1023</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20121140521023/5414-s-east-view-park-unit-2"  title="5414 S East View Park Unit 2"  >5414 S East View Park Unit 2</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$329,756.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657089-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+5414+S+EAST+VIEW+PARK+UNIT+2+%24329%2C756%2E00',453657089,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0017884</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=19 35 120 063 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >19 35 120 063 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/19351200630000/3618-w-82nd-st"  title="3618 W 82nd St"  >3618 W 82nd St</a></td>
<td class="">CHICAGO</td>
<td class="">$191,359.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657090-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+3618+W+82ND+ST++%24191%2C359%2E00',453657090,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH002237</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 15 118 022 1007&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 15 118 022 1007</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20151180221007/5728-s-king-dr-unit-2b"  title="5728 S King Dr Unit 2b"  >5728 S King Dr Unit 2b</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$147,148.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657092-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+5728+S+KING+DR+UNIT+2B+%24147%2C148%2E00',453657092,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">12CH0023142</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=20 20 212 019 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >20 20 212 019 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/20202120190000/6453-s-morgan-st"  title="6453 S Morgan St"  >6453 S Morgan St</a></td>
<td class="">CHICAGO</td>
<td class="">$164,938.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453657100-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+6453+S+MORGAN+ST++%24164%2C938%2E00',453657100,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">12CH0019115</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=11 30 217 023 1014&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >11 30 217 023 1014</a></td>
<td class="alt">CONDOMINIUM</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/11302170231014/7728-n-ashland-ave-apt-1d"  title="7728 N Ashland Ave Apt 1d"  >7728 N Ashland Ave Apt 1d</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$143,819.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453657101-Cook"><a style="color: #cc0000;" href="javascript: addToCart('CONDOMINIUM+7728+N+ASHLAND+AVE+APT+1D+%24143%2C819%2E00',453657101,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://chicago.dailyherald.il-foreclosure.com/sale-results/index"  title="Search Sale Results"  >Search Sale Results</a> | <a href='javascript:void(0);' onclick="window.open('/common/field_definitions/9', '_blank', 'width=600,height=500,scrollbars=yes,status=yes,resizable=yes,screenx=50%,screeny=50%');"  title="View Detail Explanation of our Foreclosure Records"  >View Detail Explanation of our Foreclosure Records</a> | <a href="http://chicago.dailyherald.il-foreclosure.com/basket"  title="CHECKOUT"  style="color: #990000" >CHECKOUT</a></em></div></div>
<div class="databaserecs">
<a name="4"></a><h3 class="section_title">Special Commissioners Sales for Chicago</h3>
<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Special Commissioners Sales Records for May 9 2013</caption>
<tr><th>Time of Sale</th><th>Case Number</th><th>Pin Number</th><th>Property Type</th><th>Defendant Address</th><th>Defendant City</th><th>Complaint/ Judgment Amount</th><th>Place of Sale</th><th>Add to Cart</th></tr>
<tr><td class="">100</td>
<td class="">11CV4740</td>
<td class=""><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=13 34 232 035 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >13 34 232 035 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/13342320350000/4012-w-armitage-ave"  title="4012 W Armitage Ave"  >4012 W Armitage Ave</a></td>
<td class="">CHICAGO</td>
<td class="">$293,498.00</td>
<td class="">DALEY CENTER ROOM LL06 CHICAGO 60602</td>
<td class=""><div id="453643858-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+4012+W+ARMITAGE+AVE++%24293%2C498%2E00',453643858,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://chicago.dailyherald.il-foreclosure.com/sale-results/index"  title="Search Sale Results"  >Search Sale Results</a> | <a href='javascript:void(0);' onclick="window.open('/common/field_definitions/9', '_blank', 'width=600,height=500,scrollbars=yes,status=yes,resizable=yes,screenx=50%,screeny=50%');"  title="View Detail Explanation of our Foreclosure Records"  >View Detail Explanation of our Foreclosure Records</a> | <a href="http://chicago.dailyherald.il-foreclosure.com/basket"  title="CHECKOUT"  style="color: #990000" >CHECKOUT</a></em></div></div>
<div class="databaserecs">
<a name="5"></a><h3 class="section_title">Lender Sales of Illinois LLC for Chicago</h3>
<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Lender Sales of Illinois LLC Records for July 26 2012</caption>
<tr><th>Time of Sale</th><th>Case Number</th><th>Pin Number</th><th>Property Type</th><th>Defendant Address</th><th>Defendant City</th><th>Complaint/ Judgment Amount</th><th>Place of Sale</th><th>Add to Cart</th></tr>
<tr><td class="alt">1200</td>
<td class="alt">08CH0034864</td>
<td class="alt"><img align="absmiddle" src="/public/icons/small_checkillinois.png" /> <a href="http://consumer.public-record.com/pin.asp?src=dhcobrand&pin=25 03 211 043 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >25 03 211 043 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://chicago.dailyherald.il-foreclosure.com/property/cook/25032110430000/8810-s-cottage-grove-ave"  title="8810 S Cottage Grove Ave"  >8810 S Cottage Grove Ave</a></td>
<td class="alt">CHICAGO</td>
<td class="alt">$312,596.00</td>
<td class="alt">120 N LASALLE ST FL 9 CONFERENCE RM CHICAGO 60603</td>
<td class="alt"><div id="453606507-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+8810+S+COTTAGE+GROVE+AVE++%24312%2C596%2E00',453606507,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://chicago.dailyherald.il-foreclosure.com/sale-results/index"  title="Search Sale Results"  >Search Sale Results</a> | <a href='javascript:void(0);' onclick="window.open('/common/field_definitions/9', '_blank', 'width=600,height=500,scrollbars=yes,status=yes,resizable=yes,screenx=50%,screeny=50%');"  title="View Detail Explanation of our Foreclosure Records"  >View Detail Explanation of our Foreclosure Records</a> | <a href="http://chicago.dailyherald.il-foreclosure.com/basket"  title="CHECKOUT"  style="color: #990000" >CHECKOUT</a></em></div></div>
<div class="grey_box"><strong>Alternate Versions: </strong><img src="/public/icons/page_world.png" width="16" height="16" border="0" align="absmiddle" style="padding: 0 4px 0 0"  />&nbsp;<a href="http://chicago.dailyherald.il-foreclosure.com/index/print"  title="Print Friendly Version (html)"  target="_blank" >Print Friendly Version <em>(html)</em></a>&nbsp;&nbsp;|&nbsp;&nbsp;<img src="/public/icons/page_white_acrobat.png" width="16" height="16" border="0" align="absmiddle" style="padding: 0 4px 0 0"  />&nbsp;<a href="http://chicago.dailyherald.il-foreclosure.com/printpdf"  title="Print Friendly Version (pdf)"  >Print Friendly Version <em>(pdf)</em></a>&nbsp;&nbsp;|&nbsp;&nbsp;<img src="/public/icons/rss.png" width="16" height="16" border="0" align="absmiddle" style="padding: 0 4px 0 0"  />&nbsp;<a href="http://chicago.dailyherald.il-foreclosure.com/rss"  title="RSS Version"  target="_blank" >RSS Version</a></div><div id="consumer">Clicking on the text next to the Check Illinois symbol will scan for records in all our databases for this person, parcel number, or phone number.</div>
<div class="clear"></div>
<div id="risCheckout_box"><h3>See the whole public record!</h3><table id="nothing" cellspacing="0"><tr><td  style="width: 35%;vertical-align:top; "  scope="row" class="spec"><ul>
<li>Defendant Name</li>

<li>Recording Date of Foreclosure</li>

<li>Mortgage Date</li>

<li class="last">Bankruptcy Information</li>

</ul>

</td>

<td  style="width: 35%;vertical-align:top; "  class=""><ul>
<li>Plaintiff Name</li>

<li>Lienholders</li>

<li>Mortgage Amount</li>

<li>Sale Price</li>

<li>Sale Results</li>

<li class="last">More!</li>

</ul>

</td>

<td  style="width: 30%;vertical-align:top; "  class="">Just click <strong>ADD TO CART</strong> on the individual records below to purchase.<p><em>*Not all details may<br />
be available for every record.</em></p>
</td>

</tr>
</table>


<div id="risCheckout"><a href="http://chicago.dailyherald.il-foreclosure.com/basket"  title="Checkout to Purchase Foreclosure Records"  ><strong>Checkout to Purchase Foreclosure Records</strong></a></div>
</div><br />
<p><table id="ris_datarecs" cellspacing="0" width="100%"><tr><th><strong>Other Counties in Illinois</strong></th></tr>
<tr><td class="lefttext"><a href="http://cook.dailyherald.il-foreclosure.com">Cook</a>,  <a href="http://dekalb.dailyherald.il-foreclosure.com">Dekalb</a>,  <a href="http://dupage.dailyherald.il-foreclosure.com">DuPage</a>,  <a href="http://kane.dailyherald.il-foreclosure.com">Kane</a>,  <a href="http://kendall.dailyherald.il-foreclosure.com">Kendall</a>,  <a href="http://lake.dailyherald.il-foreclosure.com">Lake</a>,  <a href="http://mchenry.dailyherald.il-foreclosure.com">McHenry</a>,  <a href="http://will.dailyherald.il-foreclosure.com">Will</a>,  <a href="http://winnebago.dailyherald.il-foreclosure.com">Winnebago</a>
</td>
</tr>
</table>
</p>
<br />
<p><table id="ris_datarecs" cellspacing="0" width="100%"><tr><th><strong>Other Cities in Illinois</strong></th></tr>
<tr><td class="lefttext"><a href="http://westgarfieldpark.dailyherald.il-foreclosure.com">West garfield park</a>,  <a href="http://southchicago.dailyherald.il-foreclosure.com">South chicago</a>,  <a href="http://mckinleypark.dailyherald.il-foreclosure.com">Mckinley park</a>,  <a href="http://dunning.dailyherald.il-foreclosure.com">Dunning</a>,  <a href="http://evergreenpark.dailyherald.il-foreclosure.com">Evergreen park</a>,  <a href="http://arlingtonheights.dailyherald.il-foreclosure.com">Arlington heights</a>,  <a href="http://logansquare.dailyherald.il-foreclosure.com">Logan square</a>,  <a href="http://richtonpark.dailyherald.il-foreclosure.com">Richton park</a>,  <a href="http://harwoodheights.dailyherald.il-foreclosure.com">Harwood heights</a>,  <a href="http://greatergrandcrossing.dailyherald.il-foreclosure.com">Greater grand crossing</a>,  <a href="http://northcenter.dailyherald.il-foreclosure.com">North center</a>,  <a href="http://montclare.dailyherald.il-foreclosure.com">Montclare</a>,  <a href="http://portagepark.dailyherald.il-foreclosure.com">Portage park</a>,  <a href="http://avondale.dailyherald.il-foreclosure.com">Avondale</a>,  <a href="http://lincolnpark.dailyherald.il-foreclosure.com">Lincoln park</a></td>
</tr>
</table>
</p>
<br />
<br />
<div class="clear"></div><div class="green_box"><a name="otherproperties"></a><h3>Illinois Neighborhood Public Records - <a href="http://cook.dailyherald.il-foreclosure.com/property/search"  title="Search by Address"  >Search by&nbsp;Address</a></h3>
<table width="100%"><tr><td width="50%" valign="top"><ul><li><a href="http://cook.dailyherald.il-foreclosure.com/property/cook/10231180620000/8508-springfield-ave"  title="8508 Springfield Ave"  >8508 Springfield Ave</a><li><a href="http://cook.dailyherald.il-foreclosure.com/property/cook/02122001041052/1313-e-wyndham-cir"  title="1313 E Wyndham Cir"  >1313 E Wyndham Cir</a><li><a href="http://cook.dailyherald.il-foreclosure.com/property/cook/19241130110000/6433-s-richmond-st"  title="6433 S Richmond St"  >6433 S Richmond St</a><li><a href="http://cook.dailyherald.il-foreclosure.com/property/cook/16364230360000/3846-s-washtenaw-ave"  title="3846 S Washtenaw Ave"  >3846 S Washtenaw Ave</a><li><a href="http://cook.dailyherald.il-foreclosure.com/property/cook/25041060170000/443-w-87th-st"  title="443 W 87th St"  >443 W 87th St</a></ul>
</td>
<td width="50%" valign="top"><ul><li><a href="http://cook.dailyherald.il-foreclosure.com/property/cook/17032200201511/175-e-delaware-pl-apt-7502"  title="175 E Delaware Pl Apt 7502"  >175 E Delaware Pl Apt 7502</a><li><a href="http://cook.dailyherald.il-foreclosure.com/property/cook/03243060140000/10-mandel-ln"  title="10 Mandel Ln"  >10 Mandel Ln</a><li><a href="http://cook.dailyherald.il-foreclosure.com/property/cook/17081310840000/471-n-armour-st"  title="471 N Armour St"  >471 N Armour St</a><li><a href="http://cook.dailyherald.il-foreclosure.com/property/cook/16222290260000/1520-s-komensky-ave"  title="1520 S Komensky Ave"  >1520 S Komensky Ave</a></td>
</tr>
</table>
<div class="clear"></div></div>

	</span>
	
	
	<span id="ris_span_content">
		<br />
		<div class="hrGrey"><hr /></div>
		<p>
			
<a href="http://chicago.dailyherald.il-foreclosure.com/"  title="Foreclosure Auction Schedule"  >Foreclosure Auction Schedule</a>			 |
<a href="http://chicago.dailyherald.il-foreclosure.com/foreclosure-articles"  title="Foreclosure Articles"  >Foreclosure Articles</a>			 |
<a href="http://chicago.dailyherald.il-foreclosure.com/avoid-foreclosure"  title="Avoid Foreclosure"  >Avoid Foreclosure</a>			<br />
			
<a href="http://chicago.dailyherald.il-foreclosure.com/sample-database"  title="Sample Database"  >Sample Database</a>			 |
<a href="http://chicago.dailyherald.il-foreclosure.com/realestate-terms"  title="Realestate Terms"  >Realestate Terms</a>			 |
<a href="http://chicago.dailyherald.il-foreclosure.com/legal-terms"  title="Legal Terms"  >Legal Terms</a>			<br />
			
<a href="http://chicago.dailyherald.il-foreclosure.com/purchase-foreclosure"  title="Purchase Foreclosure"  >Purchase Foreclosure</a>			 |
<a href="http://chicago.dailyherald.il-foreclosure.com/rss"  title="RSS Feed"  >RSS Feed</a>			<br />
			
<a href="http://www.public-record.com/content/databases/foreclosures/index.asp?src=dhcobrand"  title="Pre-Foreclosure & Auctions"  >Pre-Foreclosure & Auctions</a>			 |
<a href="http://chicago.dailyherald.il-foreclosure.com/about-us"  title="About Us"  >About Us</a>			 |
<a href="mailto:customercare@public-record.com" title="Email: customercare@public-record.com">Email Us</a>			<br />
			
<a href="http://chicago.dailyherald.il-foreclosure.com/disclaimer"  title="Disclaimer"  >Disclaimer</a>			 |
<a href="http://consumer.public-record.com?src=dhcobrand"  title="Check Illinois"  >Check Illinois</a>			 |
<a href="http://watch.public-record.com/src/dhcobrand"  title="Watch Illinois"  >Watch Illinois</a>			 |
<a href="http://realestate.public-record.com/src/dhcobrand"  title="Real Estate Illinois"  >Real Estate Illinois</a>			 |
<a href="http://www.public-record.com/content/general/api_fc.asp?src=dhcobrand"  title="Foreclosure API"  >Foreclosure API</a>			<div>
				
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<div style="padding: 6px 0 0 0; font-style: italic">
<em>
<a href="https://www.facebook.com/pages/Record-Information-Services/240168689370593" class="social_fb_like" target="_blank">Like our Facebook page</a>
</em>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ebe99ad280fc0af"></script>
<!-- AddThis Button END -->
			</div>
		</p>
		<p>
			All content copyright &copy; 1997 -
			
2013			by
			
<a href="http://www.public-record.com?src=dhcobrand"  title="Record Information Services, Inc"  >Record Information Services, Inc</a>		</p>
	</span>
</div>
<!-- =================================================================== -->
<!-- ===================== CONTENT (main column) ======================= -->	
<!-- =================================================================== -->
						
						
						
						<img src="/public/cobrand/shadow_divider.gif" alt="Shadow divider" style="display: block;" height="18" width="750">
						<div class="midLeft"><a name="news"></a>
							
							
						</div>
						
						<div style="clear: both; margin: 0pt; padding: 0pt; display: block; border-top: 1px solid rgb(235, 235, 223); line-height: 0%;">&nbsp;<br></div>
					</div>
				</div>
<!-- end LEFT COLUMN -->
				<div id="spaceCol">
					<br>
				</div>
				<div id="rightCol">
					
					<div class="ad160">
						<script type="text/javascript">
						<!--
						OAS_AD('Right1');
						//-->
						</script>
						<hr />
						<iframe width="160" height="600" noresize scrolling=No frameborder=0 marginheight=0 marginwidth=0 src="http://rotator.adjuggler.com/servlet/ajrotator/235597/0/vh?z=publicrecord&dim=233368&pos=1&kw=&click="><script language=JavaScript src="http://rotator.adjuggler.com/servlet/ajrotator/235597/0/vj?z=publicrecord&dim=233368&pos=1&kw=&click=&abr=$scriptiniframe"></script><noscript><a href="http://rotator.adjuggler.com/servlet/ajrotator/235597/0/cc?z=publicrecord&pos=1"><img src="http://rotator.adjuggler.com/servlet/ajrotator/235597/0/vc?z=publicrecord&dim=233368&pos=1&kw=&click=&abr=$imginiframe" width="160" height="600" border="0"></a></noscript></iframe>
						<br />
						<br />
						<hr />
						<iframe width="160" height="600" noresize scrolling=No frameborder=0 marginheight=0 marginwidth=0 src="http://rotator.adjuggler.com/servlet/ajrotator/623434/0/vh?z=publicrecord&dim=233368&pos=2&kw=&click="><script language=JavaScript src="http://rotator.adjuggler.com/servlet/ajrotator/623434/0/vj?z=publicrecord&dim=233368&pos=2&kw=&click=&abr=$scriptiniframe"></script><noscript><a href="http://rotator.adjuggler.com/servlet/ajrotator/623434/0/cc?z=publicrecord&pos=2"><img src="http://rotator.adjuggler.com/servlet/ajrotator/623434/0/vc?z=publicrecord&dim=233368&pos=2&kw=&click=&abr=$imginiframe" width="160" height="600" border="0"></a></noscript></iframe>
		
					</div>
				</div>
				<div id="LeftShadow">&nbsp;</div>
				<div id="RightShadow">&nbsp;</div>
			</div>
<!-- end CENTER COLUMN -->
<!-- begin FOOTER -->
			<div id="footer" class="clearfix">
<ul id="links">
<li><a href="http://www.dailyherald.com/" title="Daily Herald" rel="external"><img src="/public/cobrand/dh_logo.gif" alt="Daily Herald" height="21" width="94"></a></li>
<li><a href="http://my.dailyherald.com/nfo/privacy/" title="Privacy Policy" rel="external">Privacy Policy</a></li>
<li class="last"><a href="http://my.dailyherald.com/nfo/privacy/#yahooOptOut" title="About our Ads" rel="external">About our Ads</a></li>
				</ul>
<ul id="authors">
<li><a href="http://my.dailyherald.com/nfo/tos/#copyright" title="Copyright" rel="external">Copyright ? 2010</a></li>
<li class="last"><a href="http://my.dailyherald.com/nfo/tos/#copyright" title="Copyright" rel="external">Paddock Publications, Inc.</a></li>
</ul>
				<div class="infoFooter">
					Every effort is made to provide updated, reliable information, but
there is no guarantee that all information is 100% accurate. Please
contact the listing agent for up-to-date information.  Data provided by:
<a href="javascript:void(0);" onclick="pop('http://www.mredllc.com/');" class="footerA">Midwest Real Estate Data LLC</a> and <a href="javascript:void(0);" onclick="pop('http://www.dailyherald.com');" class="footerA">Daily Herald</a>.
				</div>
</div>
<!-- end FOOTER -->
		</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-378941-6");
pageTracker._trackPageview();
} catch(err) {}</script>
<script type="text/javascript">
	window.google_analytics_uacct = "UA-378941-6";
</script>

<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
qacct:"p-7aRfUIOnJjhaQ" 
};
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://edge.quantserve.com/pixel/p-7aRfUIOnJjhaQ.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast" />
</noscript>
<!-- End Quantcast tag -->

</body>
</html>
<!-- chicago.dailyherald.il-foreclosure.com (C), 192.168.213.61, Rendered: 5/20/2013 1:16:12 AM -->