<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html><head>
<title>Berwyn, IL Daily Herald FREE Foreclosure Listings</title>
<meta name="robots" content="NOODP" />
	<META name="keywords" content="Daily Herald Berwyn 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 Berwyn 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://berwyn.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://berwyn.dailyherald.il-foreclosure.com/public/js/prototype.js" type="text/javascript"></script>
	<script src="http://berwyn.dailyherald.il-foreclosure.com/public/js/checkout.js" type="text/javascript"></script>
	<script src="http://berwyn.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><script type="text/javascript" src="/public/cobrand/a1"></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 Berwyn'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 Berwyn foreclosure properties set for auction today and tomorrow in Berwyn, 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 Berwyn 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 Berwyn 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 Berwyn, 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 17 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://berwyn.dailyherald.il-foreclosure.com/sale-results/index"  title="Illinois Foreclosure Sale Status"  >Illinois Foreclosure Sale Status</a>
 | <a href="http://berwyn.dailyherald.il-foreclosure.com/foreclosure-articles"  title="Foreclosure Articles"  >Foreclosure Articles</a>
 | <a href="http://berwyn.dailyherald.il-foreclosure.com/avoid-foreclosure"  title="Avoid Foreclosure"  >Avoid Foreclosure</a>
<br />
<a href="http://berwyn.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://berwyn.dailyherald.il-foreclosure.com/newsletter/200">
<input type="hidden" name="err" value="http://berwyn.dailyherald.il-foreclosure.com/newsletter">
<input type="hidden" name="usub" value="http://berwyn.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://berwyn.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://berwyn.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://berwyn.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://berwyn.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 Berwyn</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 January 18 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">11CH001712</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 19 424 025 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 19 424 025 0000</a></td>
<td class="alt">COMMERCIAL PROPERTY</td>
<td class="alt"><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16194240250000/6732-cermak-rd"  title="6732 Cermak Rd"  >6732 Cermak Rd</a></td>
<td class="alt">BERWYN</td>
<td class="alt">$308,734.00</td>
<td class="alt">DALEY CENTER ROOM 701 CHICAGO 60602</td>
<td class="alt"><div id="453568504-Cook"><a style="color: #cc0000;" href="javascript: addToCart('COMMERCIAL+PROPERTY+6732+CERMAK+RD++%24308%2C734%2E00',453568504,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://berwyn.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://berwyn.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 Berwyn</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 January 31 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 colspan="9"><p>No Records For This Day</p>
</td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://berwyn.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://berwyn.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 Berwyn</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 January 30 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="">1100</td>
<td class="">09CH0037429</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 29 100 023 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 29 100 023 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16291000230000/2218-cuyler-ave"  title="2218 Cuyler Ave"  >2218 Cuyler Ave</a></td>
<td class="">BERWYN</td>
<td class="">$197,252.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453456790-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2218+CUYLER+AVE++%24197%2C252%2E00',453456790,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">08CH0017211</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 20 116 022 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 20 116 022 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16201160220000/1402-highland-ave"  title="1402 Highland Ave"  >1402 Highland Ave</a></td>
<td class="alt">BERWYN</td>
<td class="alt">$257,409.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453569492-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1402+HIGHLAND+AVE++%24257%2C409%2E00',453569492,'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 January 31 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="">1100</td>
<td class="">09CH001667</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 30 313 007 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 30 313 007 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16303130070000/2717-kenilworth-ave"  title="2717 Kenilworth Ave"  >2717 Kenilworth Ave</a></td>
<td class="">BERWYN</td>
<td class="">$211,323.00</td>
<td class="">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class=""><div id="453408580-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2717+KENILWORTH+AVE++%24211%2C323%2E00',453408580,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1100</td>
<td class="alt">10CH0033300</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 30 407 026 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 30 407 026 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16304070260000/2712-wesley-ave"  title="2712 Wesley Ave"  >2712 Wesley Ave</a></td>
<td class="alt">BERWYN</td>
<td class="alt">$182,329.00</td>
<td class="alt">120 W MADISON ST STE 718A CHICAGO 60602</td>
<td class="alt"><div id="453569528-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2712+WESLEY+AVE++%24182%2C329%2E00',453569528,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://berwyn.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://berwyn.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 Berwyn</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 January 30 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="">1030</td>
<td class="">10CH006006</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 19 203 031 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 19 203 031 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16192030310000/1232-east-ave"  title="1232 East Ave"  >1232 East Ave</a></td>
<td class="">BERWYN</td>
<td class="">$234,236.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453497300-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1232+EAST+AVE++%24234%2C236%2E00',453497300,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH006270</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 30 313 105 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 30 313 105 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16303131050000/2742-oak-park-ave"  title="2742 Oak Park Ave"  >2742 Oak Park Ave</a></td>
<td class="alt">BERWYN</td>
<td class="alt">$194,743.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453569560-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2742+OAK+PARK+AVE++%24194%2C743%2E00',453569560,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0030303</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 20 100 010 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 20 100 010 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16201000100000/1229-ridgeland-ave"  title="1229 Ridgeland Ave"  >1229 Ridgeland Ave</a></td>
<td class="">BERWYN</td>
<td class="">$174,886.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453571260-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1229+RIDGELAND+AVE++%24174%2C886%2E00',453571260,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH0015138</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 20 117 039 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 20 117 039 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16201170390000/1446-harvey-ave"  title="1446 Harvey Ave"  >1446 Harvey Ave</a></td>
<td class="alt">BERWYN</td>
<td class="alt">$50,787.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453571822-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1446+HARVEY+AVE++%2450%2C787%2E00',453571822,'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 January 31 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="">1030</td>
<td class="">11CH001602</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 19 118 042 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 19 118 042 0000</a></td>
<td class="">APARTMENT BUILDING</td>
<td class=""><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16191180420000/1419-wisconsin-ave"  title="1419 Wisconsin Ave"  >1419 Wisconsin Ave</a></td>
<td class="">BERWYN</td>
<td class="">$246,948.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453560903-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+1419+WISCONSIN+AVE++%24246%2C948%2E00',453560903,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="alt">1030</td>
<td class="alt">11CH009739</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 29 319 032 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 29 319 032 0000</a></td>
<td class="alt">SINGLE FAMILY RESIDENCE</td>
<td class="alt"><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16293190320000/2830-lombard-ave"  title="2830 Lombard Ave"  >2830 Lombard Ave</a></td>
<td class="alt">BERWYN</td>
<td class="alt">$210,971.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453569159-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+2830+LOMBARD+AVE++%24210%2C971%2E00',453569159,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
<tr><td class="">1030</td>
<td class="">10CH0021775</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 19 317 008 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 19 317 008 0000</a></td>
<td class="">SINGLE FAMILY RESIDENCE</td>
<td class=""><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16193170080000/1919-maple-ave"  title="1919 Maple Ave"  >1919 Maple Ave</a></td>
<td class="">BERWYN</td>
<td class="">$269,195.00</td>
<td class="">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class=""><div id="453571157-Cook"><a style="color: #cc0000;" href="javascript: addToCart('SINGLE+FAMILY+RESIDENCE+1919+MAPLE+AVE++%24269%2C195%2E00',453571157,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://berwyn.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://berwyn.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 Berwyn</h3>
<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Special Commissioners Sales Records for August 22 2011</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">10CV8187</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 31 106 018 0000&"  target="_blank" title="Search for liens, mortgages, and bankruptcies on this property" >16 31 106 018 0000</a></td>
<td class="alt">APARTMENT BUILDING</td>
<td class="alt"><a href="http://berwyn.dailyherald.il-foreclosure.com/property/cook/16311060180000/3143-kenilworth-ave"  title="3143 Kenilworth Ave"  >3143 Kenilworth Ave</a></td>
<td class="alt">BERWYN</td>
<td class="alt">$280,658.00</td>
<td class="alt">1 S WACKER DR STE 2400 CHICAGO 60606</td>
<td class="alt"><div id="453535378-Cook"><a style="color: #cc0000;" href="javascript: addToCart('APARTMENT+BUILDING+3143+KENILWORTH+AVE++%24280%2C658%2E00',453535378,'Cook', 'fc')">Add&nbsp;to<br />
Cart</a></div></td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://berwyn.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://berwyn.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 Berwyn</h3>
<table id="dataTable" cellspacing="0" width="100%"><caption>Actual Lender Sales of Illinois LLC Records for January 31 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 colspan="9"><p>No Records For This Day</p>
</td>
</tr>
</table>
<div style="text-align: right; padding: 10px 0;"><em><a href="http://berwyn.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://berwyn.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://berwyn.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://berwyn.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://berwyn.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://berwyn.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://mortongrove.dailyherald.il-foreclosure.com">Morton grove</a>,  <a href="http://worth.dailyherald.il-foreclosure.com">Worth</a>,  <a href="http://elkgrovevillage.dailyherald.il-foreclosure.com">Elk grove village</a>,  <a href="http://chicagoheights.dailyherald.il-foreclosure.com">Chicago heights</a>,  <a href="http://irvingpark.dailyherald.il-foreclosure.com">Irving park</a>,  <a href="http://morganpark.dailyherald.il-foreclosure.com">Morgan park</a>,  <a href="http://northriverside.dailyherald.il-foreclosure.com">North riverside</a>,  <a href="http://westpullman.dailyherald.il-foreclosure.com">West pullman</a>,  <a href="http://eastgarfieldpark.dailyherald.il-foreclosure.com">East garfield park</a>,  <a href="http://hanoverpark.dailyherald.il-foreclosure.com">Hanover park</a>,  <a href="http://glencoe.dailyherald.il-foreclosure.com">Glencoe</a>,  <a href="http://northcenter.dailyherald.il-foreclosure.com">North center</a>,  <a href="http://englewood.dailyherald.il-foreclosure.com">Englewood</a>,  <a href="http://uptown.dailyherald.il-foreclosure.com">Uptown</a>,  <a href="http://nearwestside.dailyherald.il-foreclosure.com">Near west side</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://mccook.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://mccook.dailyherald.il-foreclosure.com/property/cook/20081080360000/4852-s-justine-st"  title="4852 S Justine St"  >4852 S Justine St</a><li><a href="http://mccook.dailyherald.il-foreclosure.com/property/cook/27304000150000/11341-longwood-cir"  title="11341 Longwood Cir"  >11341 Longwood Cir</a><li><a href="http://mccook.dailyherald.il-foreclosure.com/property/cook/20193100090000/6823-s-western-ave"  title="6823 S Western Ave"  >6823 S Western Ave</a><li><a href="http://mccook.dailyherald.il-foreclosure.com/property/cook/13351030250000/2334-n-hamlin-ave"  title="2334 N Hamlin Ave"  >2334 N Hamlin Ave</a><li><a href="http://mccook.dailyherald.il-foreclosure.com/property/cook/14061090161003/2219-w-thome-ave-apt-1b"  title="2219 W Thome Ave Apt 1b"  >2219 W Thome Ave Apt 1b</a></ul>
</td>
<td width="50%" valign="top"><ul><li><a href="http://mccook.dailyherald.il-foreclosure.com/property/cook/15081010120000/86-52nd-ave"  title="86 52nd Ave"  >86 52nd Ave</a><li><a href="http://mccook.dailyherald.il-foreclosure.com/property/cook/08222000550000/2720-s-briarwood-dr-w"  title="2720 S Briarwood Dr W"  >2720 S Briarwood Dr W</a><li><a href="http://mccook.dailyherald.il-foreclosure.com/property/cook/04061030540000/202-constance-ln"  title="202 Constance Ln"  >202 Constance Ln</a><li><a href="http://mccook.dailyherald.il-foreclosure.com/property/cook/03024100831043/127-n-wolf-rd-apt-49a"  title="127 N Wolf Rd Apt 49a"  >127 N Wolf Rd Apt 49a</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://berwyn.dailyherald.il-foreclosure.com/"  title="Foreclosure Auction Schedule"  >Foreclosure Auction Schedule</a>			 |
<a href="http://berwyn.dailyherald.il-foreclosure.com/foreclosure-articles"  title="Foreclosure Articles"  >Foreclosure Articles</a>			 |
<a href="http://berwyn.dailyherald.il-foreclosure.com/avoid-foreclosure"  title="Avoid Foreclosure"  >Avoid Foreclosure</a>			<br />
			
<a href="http://berwyn.dailyherald.il-foreclosure.com/sample-database"  title="Sample Database"  >Sample Database</a>			 |
<a href="http://berwyn.dailyherald.il-foreclosure.com/realestate-terms"  title="Realestate Terms"  >Realestate Terms</a>			 |
<a href="http://berwyn.dailyherald.il-foreclosure.com/legal-terms"  title="Legal Terms"  >Legal Terms</a>			<br />
			
<a href="http://berwyn.dailyherald.il-foreclosure.com/purchase-foreclosure"  title="Purchase Foreclosure"  >Purchase Foreclosure</a>			 |
<a href="http://berwyn.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://berwyn.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://berwyn.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 -
			
2012			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>
<!-- berwyn.dailyherald.il-foreclosure.com (C), 192.168.213.61, Rendered: 1/28/2012 7:36:25 AM -->
