HTTP/1.1 200 OK
Date: Sun, 26 Feb 2012 02:55:07 GMT
Server: Apache/2.2.18 (Unix) mod_ssl/2.2.18 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Set-Cookie: exp_last_activity=1330242907; expires=Mon, 25-Feb-2013 02:55:07 GMT; path=/
Set-Cookie: exp_tracker=a%3A5%3A%7Bi%3A0%3Bs%3A18%3A%22%2Fsite%2F2006%2F01%2FP45%2F%22%3Bi%3A1%3Bs%3A29%3A%22%2Fsite%2F2006%2F01%2Fsearch%2Fresults%2F%22%3Bi%3A2%3Bs%3A28%3A%22%2Flife_status_yes_i_am_alive%2F%22%3Bi%3A3%3Bs%3A64%3A%22%2Fwhen_we_were_liars_things_were_seamless_an_open_letter_to_mark%2F%22%3Bi%3A4%3Bs%3A29%3A%22%2Fbrokeback_mountain_and_izzy%2F%22%3B%7D; path=/
Last-Modified: Sun, 26 Feb 2012 02:55:07 GMT
Connection: close
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<html>
<head>
<title>NYC Watchdog - A Pile Of Dog Bones</title>

<script type="text/javascript">
function showHide(entryID, entryLink, htmlObj, type) {
if (type == "comments") {
extTextDivID = ('comText' + (entryID));
extLinkDivID = ('comLink' + (entryID));
} else {
extTextDivID = ('extText' + (entryID));
extLinkDivID = ('extLink' + (entryID));
}
if( document.getElementById ) {
if( document.getElementById(extTextDivID).style.display ) {
if( entryLink != 0 ) {
document.getElementById(extTextDivID).style.display = "block";
document.getElementById(extLinkDivID).style.display = "none";
htmlObj.blur();
} else { 
document.getElementById(extTextDivID).style.display = "none";
document.getElementById(extLinkDivID).style.display = "block";
}
} else {
location.href = entryLink;
return true;
}
} else {
location.href = entryLink;
return true;}
}
</script>

<link rel="stylesheet" type="text/css" href="http://www.apileofdogbones.com/skins/css/styles-sheet1.css">


<script language="javascript" type="text/javascript">
function OpenComments (c) {
    window.open(c,
                    'comments',
                    'width=400,height=480,scrollbars=yes,status=yes');
}

function OpenTrackback (c) {
    window.open(c,
                    'trackback',
                    'width=400,height=480,scrollbars=yes,status=yes');
}
</script>


<script type="text/javascript">

/***********************************************
* Switch Content script- � Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use. Last updated April 2nd, 2005.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var enablepersist="on" //Enable saving state of content structure using session cookies? (on/off)
var collapseprevious="no" //Collapse previously open content when opening present? (yes/no)

var contractsymbol='- ' //HTML for contract symbol. For image, use: <img src="whatever.gif">
var expandsymbol='+ ' //HTML for expand symbol.


if (document.getElementById){
document.write('<style type="text/css">')
document.write('.switchcontent{display:none;}')
document.write('</style>')
}

function getElementbyClass(rootobj, classname){
var temparray=new Array()
var inc=0
var rootlength=rootobj.length
for (i=0; i<rootlength; i++){
if (rootobj[i].className==classname)
temparray[inc++]=rootobj[i]
}
return temparray
}

function sweeptoggle(ec){
var thestate=(ec=="expand")? "block" : "none"
var inc=0
while (ccollect[inc]){
ccollect[inc].style.display=thestate
inc++
}
revivestatus()
}


function contractcontent(omit){
var inc=0
while (ccollect[inc]){
if (ccollect[inc].id!=omit)
ccollect[inc].style.display="none"
inc++
}
}

function expandcontent(curobj, cid){
var spantags=curobj.getElementsByTagName("SPAN")
var showstateobj=getElementbyClass(spantags, "showstate")
if (ccollect.length>0){
if (collapseprevious=="yes")
contractcontent(cid)
document.getElementById(cid).style.display=(document.getElementById(cid).style.display!="block")? "block" : "none"
if (showstateobj.length>0){ //if "showstate" span exists in header
if (collapseprevious=="no")
showstateobj[0].innerHTML=(document.getElementById(cid).style.display=="block")? contractsymbol : expandsymbol
else
revivestatus()
}
}
}

function revivecontent(){
contractcontent("omitnothing")
selectedItem=getselectedItem()
selectedComponents=selectedItem.split("|")
for (i=0; i<selectedComponents.length-1; i++)
document.getElementById(selectedComponents[i]).style.display="block"
}

function revivestatus(){
var inc=0
while (statecollect[inc]){
if (ccollect[inc].style.display=="block")
statecollect[inc].innerHTML=contractsymbol
else
statecollect[inc].innerHTML=expandsymbol
inc++
}
}

function get_cookie(Name) { 
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { 
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function getselectedItem(){
if (get_cookie(window.location.pathname) != ""){
selectedItem=get_cookie(window.location.pathname)
return selectedItem
}
else
return ""
}

function saveswitchstate(){
var inc=0, selectedItem=""
while (ccollect[inc]){
if (ccollect[inc].style.display=="block")
selectedItem+=ccollect[inc].id+"|"
inc++
}

document.cookie=window.location.pathname+"="+selectedItem
}

function do_onload(){
uniqueidn=window.location.pathname+"firsttimeload"
var alltags=document.all? document.all : document.getElementsByTagName("*")
ccollect=getElementbyClass(alltags, "switchcontent")
statecollect=getElementbyClass(alltags, "showstate")
if (enablepersist=="on" && ccollect.length>0){
document.cookie=(get_cookie(uniqueidn)=="")? uniqueidn+"=1" : uniqueidn+"=0" 
firsttimeload=(get_cookie(uniqueidn)==1)? 1 : 0 //check if this is 1st page load
if (!firsttimeload)
revivecontent()
}
if (ccollect.length>0 && statecollect.length>0)
revivestatus()
}

if (window.addEventListener)
window.addEventListener("load", do_onload, false)
else if (window.attachEvent)
window.attachEvent("onload", do_onload)
else if (document.getElementById)
window.onload=do_onload

if (enablepersist=="on" && document.getElementById)
window.onunload=saveswitchstate

</script>

</head>


<body>

<div id="frame">
<div id="frametitle">
	<!--  START HEADER  -->
	<div id="header">
		<div id="title"><a href="http://www.apileofdogbones.com/index.php"><img src="http://www.apileofdogbones.com/skins/01/spacer.gif" width="1000" height="250" border="0" alt="NYC Watchdog" title="Back to A Pile of Dog Bones Main Page" /></a></div>
		
	</div>
	<!--  END HEADER  -->


 
<div id="content">

	



	

	<div class="title"><img src="http://www.apileofdogbones.com/images/titles/a7de65eea0c684d9f7b73290798bf8b4.png" width="158" height="46" alt="It Was A Good Day" /></div>
	
	
	<div class="oddbody">
		

		So&#8230; today was the first work day of the new year. Personally&#8230; I&#8217;m hoping that the rest of the year starts off the way today did&#8230; and ended the way today did. The middle leaves a bit to be desired still&#8230; but I can still deal with it.<br />
<br />
So I woke up this morning and jumped in the shower. While scrub a dub dubbing one of the sirens on my phone went off. I had to give The Steff her wake-up call. Normally I&#8217;m at Dunkin&#8217; Donuts when I have to call her, but for some reason she had to get up earlier than normal for her orientation at the new job today. So I called her, rolled her out of bed, and set her in motion&#8230; which upon hearing her voice set me in motion as well knowing I did have an agenda to keep.<br />
<br />
I came out of the bathroom to find my mother supplying DJ with his second helping of French Toast. My mother and Pudding have come to the conclusion that he plays them against each other. When he&#8217;s home, the line is &#8220;Grandma makes me French toast,&#8221; and when he comes over here the line suddenly becomes &#8220;Mommy makes me waffles.&#8221; Smart kid. The fact he&#8217;s four makes it even better. So after breakfast into the truck we go&#8230; and 45 minutes later he&#8217;s using the line on his mother hoping for second dibs. I don&#8217;t know if the Pudding gave in&#8230; but my money would say she did.<br />
<br />
So then off to work I went. Once there, I sat down at the board where the dispatcher is on vacation this week, and proceeded to dole out the day&#8217;s work. We had a few <strong><span style="color:#ff0000;">STAT</span></strong>s pop, but nothing too complicated&#8230; and I only lost my mind once with a BLS truck that was so horribly lost, they couldn&#8217;t read the street signs. 3:00pm came, and off the board I rolled. Within half an hour we entered a backlog, and I wondered why I even bothered to get up in the first place. But, truth be told, I was shot&#8230; and I let the dispatchers on manage it with some direction.<br />
<br />
Surprisingly, Nikki from <a href="http://www.match.com">Match</a> sent me an IM. She had sent me a few e-mails&#8230; and I did reply to one of them. She started off relatively&#8230; well&#8230; pissed off. Now, keep in mind&#8230; I had pretty much written her off after the fudging conversation. So she&#8217;s all ticked&#8230; and I&#8217;m just like ok&#8230; whatever&#8230; Happy New Year. She eithers warms up or decides I&#8217;m not going to feed the frenzy, and so we chatted for about an hour. The last few minutes were kinda odd&#8230; talking about different things&#8230; things you wouldn&#8217;t necessarily talk about with someone you haven&#8217;t even met yet. So&#8230; finally, I told her my day was done, and I needed to get my brother at the airport.<br />
<br />
So&#8230; the boards were cool, my chatting was done, and I left work. I called my brother on the way over, who told me not to bother because he picked up another shift (he works there) and I would need to get him in the morning instead.<br />
<br />
With nothing else to do, I called The Steff and she had me pick up some coffee and come over (she had just painted her toenails so she didn&#8217;t want to go out). So we sat and talked in her kitchen. We talked about a bunch of stuff&#8230; primarily Officer Crumb and the New Guy. She&#8217;s taken down all the pictures of Officer Crumb&#8230; well, ok&#8230; I found two hidden amongst them. But she was a trooper, and put them in the drawer. She then admitted she was having trouble sleeping&#8230; and he was still on her mind. I was as supportive as possible&#8230; and tried my best to explain to her that time heals all wounds&#8230; of course I didn&#8217;t say it like that&#8230; but I tried. I wasn&#8217;t on my game tonight&#8230; probably because in a way I was being selfish, and just enjoying her company&#8230; and having someone to talk to.<br />
<br />
Yet&#8230; after two hours, I left. She didn&#8217;t ask me to leave or anything&#8230; but I just felt that our time was up&#8230; and so I loaned her the DVD of <em><strong>The Notebook</strong></em> and came here&#8230; to my futon. Now even though I sit here looking at it&#8230; and I hate it&#8230; and I hate living this way&#8230; inside I&#8217;m okay. I started the day&#8230; and ended the day&#8230; talking to someone who I can talk to if I want. Although I didn&#8217;t&#8230; that option was there&#8230; and having it there means more than most people realize.<br />
<br />
But in all honesty&#8230; only here do I get to unload&#8230; only here can I say that while time heals all wounds I&#8217;m still hurting from my fight with Christine&#8230; and that at night I lay awake&#8230; thinking of things I might try to say or do to resolve the issues between us&#8230; to resolve Louis.<br />
<br />
So that is why I can start and end all days like this. At least I started it off with a smile&#8230; because Lord knows I smile everytime I talk to The Steff. I end it off by unloading&#8230; and taking the stress out of being me.<br />
<br />
Yeah&#8230; if I can do this everyday&#8230; it&#8217;ll be a very good year indeed.

		
		<!--REMOVE POSTED 2 DIV <div class="posted2"> -->
				
		<!-- REMOVE POSTED 2 DIV </div>-->
	</div>

	<div class="posted">
		posted by NYC Watchdog at <a href="http://www.apileofdogbones.com/index.php/site/it_was_a_good_day/"> Tuesday - 01.03.06 @ 10:00 PM</a>  <br>
		categories: <br>
		 <br>
	</div>

	


	

	<div class="title"><img src="http://www.apileofdogbones.com/images/titles/b38b63614d5c8e80268ee786225bbdff.png" width="150" height="44" alt="365 and counting&#8230;" /></div>
	
	
	<div class="evenbody">
		

		New Year&#8217;s. Two words that compromise both the most depressing and happiest emotions in people. Depressing for those who realize yet another year has gone by, and their dreams are no closer to reality than they were 365 days ago. Happiest for those who recognize that they have a renewed 365 days to make their dreams a reality. I haven&#8217;t decided which one I am yet&#8230; but when I know, I&#8217;ll be sure to tell you.<br />
<br />
So New Year&#8217;s Eve started off shaky. The Steff was supposed to call me at 15:00pm to wake me up. Well&#8230; she didn&#8217;t. So I got up at 15:45 instead. Running late, I jumped in and out of the shower and sped to work. She called me at around 16:45, saying she was sorry, she herself had just woken up. It was fine&#8230; I was already at work getting my gear prepped&#8230; but I did have something for her. So I told her I was going to stop by on my way to the city&#8230; she said no problem, she was going to be home in five minutes.<br />
<br />
So at around 17:10 I called her, and of course she wasn&#8217;t home yet. This is The Steff we&#8217;re talking about here&#8230; she who knows no time. But a few minutes later she showed up with the New Guy&#8230; which is a good sign. I gave her the &#8220;New Year&#8217;s Eve&#8221; gift&#8230; which is was a blank journal with her picture on the cover that I had done at <a href="http://www.snapfish.com">Snapfish.com</a> and a little inscription about turning pages. See&#8230; I&#8217;m not allowed to get her books for Christmas. I promised her this last year. So&#8230; that was a promise made&#8230; and a promise kept. So, I wished her and the New Guy a Happy New Year, and sped off back to my house to get my ID cards.<br />
<br />
Now here&#8217;s the thing with New Year&#8217;s Eve. I have an All Access Medical Pass for Madison Square Garden and Yankee Stadium. Both venues are high profile and therefore high security. So, I need to ensure I have those passes on me&#8230; even though they expire at midnight on December 31. So, once I got to the Garden, the secuirty people once again stopped me. Once again stated I needed a new pass. Once again were told we get the passes tonight before midnight. I was once again asked if I was in the book&#8230; I once again told them I was&#8230; and they once again PRETENDED to check it (I know they pretend because I&#8217;m not listed in the book&#8230; surprise). Every year this goes on. Every friggin&#8217; year. Hell, I&#8217;ve been doing MSG New Year&#8217;s since before most of these guys were hired!!!<br />
<br />
So once I got past the body cavity search I met up with Linda in the elevator and got to the fifth floor and helped Squirrel with the food. This year was two different 4 foot hero sandwiches. One was a chicken cutlet, and the other a grilled chicken. Whatever happened to good old American? Everyone started showing up, Mikey B and Dimas came in with Maribel on the mod truck, The Butcher came up with Herby, and a bunch of other irregular mercenaries arrived as well. We unwrapped the cellophane from the bread and&#8230; anyway&#8230; to be honest&#8230; the sandwiches were the best in at least the last five years. Kudos to Squirrel for finding the new caterer. At 19:00 the doors opened, and the revelers came in to ring in the New Year with the Black Crowes.<br />
Surprisingly, the night was pretty quiet. So around 21:00 I walked the sixth floor corridors, trolling for a corpse. Well, one found his way back to the office anyway, and so I shot down there to do some TLC. I ended up transporting him to St. Vincent&#8217;s downtown&#8230; a 27 y/o male with a left side facial laceration and hurling his dinner into a red bag. My final transport for 2005&#8230; hoorah!!!<br />
<br />
Once we got back to the Garden, I went trolling once again. I saw a lot of couples holding hands, walking around, sipping from the $5.00 cups of no name champagne that was being served. I felt the creep of loneliness coming into me&#8230; but then reminded myself that this was New Year&#8217;s&#8230; and for the last 10 years running (this being 11) I have worked New Year&#8217;s. Yes&#8230; I never spent a New Year&#8217;s Eve with my wife. Maybe if I had I wouldn&#8217;t be divorced&#8230; but this has become more of a tradition than anything else. So, I pushed out the loneliness and got text messages from both The Nick and Barista&#8230; both wishing me a Happy New Year. I kind of forgot about everyone else&#8230; and just wandered around.<br />
<br />
Finally, I got back to the office in time to pass Kate Hudson in the corridor. Her husband is Chris Robinson, the lead singer of the Black Crowes&#8230; and he is one helluva lucky guy. She looked FABULOUS in this white dress&#8230; I damn near fell out of my boots. Once back in the office, we watched the Giants cinch and then Dick Clark brought the ball down for us. We whooped it up a bit&#8230; I did get a New Year&#8217;s kiss from Maribel, albeit&#8230; it was on the cheek&#8230; but at least I can say I had a hot Spanish woman kiss me for New Year&#8217;s.<br />
<br />
Then, we got an unconscious on the floor. So Anthony and I head over there&#8230; on the way The Steff called me to wish me a Happy New Year. I really couldn&#8217;t hear her&#8230; and was busy pushing through people to talk&#8230; but deep down inside I felt all warm and not so alone this year afterall. Once there, we found a guy who was obviously zooted and polluted. There was a nurse there who started to make a scene, and so Anthony and I just uplifted him out of his chair and into ours, where he miraculously came back to life&#8230; and he was agitated. After three minutes of trying to calm him down and reason with him, I had had it. The black gloves came on, I tilted the wheelchair back, and dragged him through Gate 1. Anthony called into the office we were bringing an agitated one in, and once I walked in with him we went on lock down.<br />
<br />
He had finally realized that it was better to be calm and polite than be mad and threaten to spit. If he had spat, he would have lost teeth. That is the one thing I won&#8217;t tolerate. You can puke, bleed, piss, or shit wherever&#8230; but the second you spit at me it&#8217;s like shooting a gun&#8230; and I&#8217;m disarming you by any means necessary. He got taken to Bellevue with a security escort. I didn&#8217;t actually get to do the transport&#8230; but I thought the night was young. Believe it or not&#8230; that was it. No one else. I was shocked&#8230; but then I thought about it a little longer. This was the Black Crowes, and it was an older more mature crowd&#8230; so that was why we probably did as well as we did.<br />
<br />
The show ended at 2:00, and we were out by 2:30 and headed for Roseland where a 24 hour Rave was going. It had started at 21:00 Saturday and was scheduled to go to 21:00 Sunday. When Squirrel, Anthony, and I got there at 3:00, it was hopping. Roseland is a fantastic venue&#8230; and in fact is probably one of my most favorite ones to work. The entire floor was packed with people doing their thing to the loud pounding bass beats of the dance music. The girls&#8230; and I stress the word girls because they ranged between 16 to maybe 20&#8230; were dressed to the nines and looking like the Brats toy line. Glamour&#8230; right&#8230; try Slutour&#8230; and I swear if my little Blinky even THINKS about leaving the house like that&#8230; I&#8217;ll kill her. Better yet&#8230; I&#8217;ll kill my ex-wife for allowing her to dress that way and for buying all those Brats dolls for her this past Christmas.<br />
<br />
Anyway, while I could go one and describe the writhing mass of people on the dance floor&#8230; or the growing mass of Xers on the sideline&#8230; why bother? It didn&#8217;t change for the four and a half hours I was there. People danced, people got stoned&#8230; and probably multiple people other than myself got laid. Finally, at 7:30, I left. My head was pounding when I exited the back door into the overcast New Year&#8217;s Day morning in midtown Manhattan.<br />
<br />
I did drive through Times Square. It&#8217;s kind of weird the morning after&#8230; very quiet&#8230; empty&#8230; hell, it was emptier than normal&#8230; peaceful. So I picked DJ up, wished Pudding a Happy New Year, came home, and went to sleep while he played with the Chicken Little videogame I got him for Christmas.<br />
<br />
Last night I sat in the living room&#8230;watched the clock strike midnight&#8230; and had a glass of merlot. For me, New Year&#8217;s comes a day later. I guess I&#8217;m a little behind in things and the way I do them sometimes. Probably one of my greatest faults&#8230; but I&#8217;m okay with it&#8230; at least for now&#8230; let&#8217;s see what the New Year does bring.<br />
<br />
Have a healthy and a happy.

		
		<!--REMOVE POSTED 2 DIV <div class="posted2"> -->
				
		<!-- REMOVE POSTED 2 DIV </div>-->
	</div>

	<div class="posted">
		posted by NYC Watchdog at <a href="http://www.apileofdogbones.com/index.php/site/365_and_counting/"> Monday - 01.02.06 @ 4:05 PM</a>  <br>
		categories: <br>
		 <br>
	</div>

	


	
	<div class="paginate">
		<span class="pagecount">Page 10 of 10 pages</span>  <a href="http://www.apileofdogbones.com/index.php/site/2006/01/">&laquo; First</a>&nbsp;&nbsp;<a href="http://www.apileofdogbones.com/index.php/site/2006/01/P40/">&lt;</a>&nbsp;&nbsp;<a href="http://www.apileofdogbones.com/index.php/site/2006/01/P35/">8</a>&nbsp;<a href="http://www.apileofdogbones.com/index.php/site/2006/01/P40/">9</a>&nbsp;<b>10</b>
	</div>
	

	<br class="spacer" />


</div> 
<div id="left">

<div class="side-left">
<img src="http://www.apileofdogbones.com/images/titles/15499fe07ff1ebc962a52f53000673a0.png" width="125" height="36" alt="Black Hearts Inc." /> <br>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1636115-1";
urchinTracker();
</script>

<meta name="mbl" content="0b764ee364639cad00f0546b237aeab1cb8ac061" />
<script type="text/javascript" src="http://izearanks.com/itk/33928"></script>
<script type="text/javascript">itk_izea_ranks_acct="0dcfb013718e4fb15fadd7ca7462e2e5"</script>
<BR>
<center><a href="http://www.cerealwednesday.com" target="_blank"><img src="http://www.apileofdogbones.com/images/cerealwed/rotate.php" border="0" alt="Cereal Wednesday: The VLOG Series" title="Cereal Wednesday: The VLOG Series" width="180"></a><br><br>
<center><a href="http://www.apileofdogbones.com/index.php/site/allaboutcerealwednesday/" target="_blank">All About Cereal Wednesday</a></center><BR>
<BR>
<a href="http://dogeyes.apileofdogbones.com/"><img src="http://www.apileofdogbones.com/bhi/rotate.php" border="0" width="180" alt="Black Hearts INC" /></a><br><br>
<BR>
<!-- Start of Flickr Badge -->
<style type="text/css">
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:150px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
</style>
<table id="flickr_badge_uber_wrapper" cellpadding="0" cellspacing="10" border="0"><tr><td><a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a><table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper">
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=5&display=random&size=s&layout=v&source=user_set&user=7753872%40N05&set=72157617380759693&context=in%2Fset-72157617380759693%2F"></script>
<tr>
<td id="flickr_badge_source" valign="center" align="center">
<table cellpadding="0" cellspacing="0" border="0"><tr>
<td width="10" id="flickr_icon_td"><a href="http://www.flickr.com/photos/nycwd/sets/72157617380759693/"><img id="flickr_badge_icon" alt="nycwatchdog's TequilaCon 2009 photoset" src="http://farm3.static.flickr.com/2128/buddyicons/7753872@N05.jpg?1200445933#7753872@N05" align="left" width="48" height="48"></a></td>
<td id="flickr_badge_source_txt">nycwatchdog's <a href="http://www.flickr.com/photos/nycwd/sets/72157617380759693/">TequilaCon 2009</a> photoset</td>
</tr></table>
</td>
</tr>
</table>
</td></tr></table>
<!-- End of Flickr Badge -->





<BR>
</center>
</div>

<br><br>


<div class="side-left">
<img src="http://www.apileofdogbones.com/images/titles/fe1b2c0d1667e5a676c093bf6e83802b.png" width="72" height="35" alt="About Me" /> <br>
<a href="http://feeds.feedburner.com/APileOfDogBones" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" align="left" hspace="4"/></a><a href="http://feeds.feedburner.com/APileOfDogBones" rel="alternate" type="application/rss+xml">RSS Feed</a><br><a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=754406" target="_blank">E-mail Subscriptions</a>
<br><br><br>
<script type='text/javascript' src='http://pub.mybloglog.com/pbadge.php?id=tSpl1EoRqdFhguqKcDfq6jlEGI4xTRPBNoZ_pw--'></script>
<br>

</div>

<br><br>



<h3 onClick="expandcontent(this, 'sc1')" style="cursor:hand; cursor:pointer">
<img src="http://www.apileofdogbones.com/images/titles/3f42a6d55fbdd500f610714223b28a8c.png" width="84" height="35" alt="Fresh Meat" /></h3>
<div id="sc1" class="switchcontent">
<div class="side-left">

&#8226; <a href="http://www.apileofdogbones.com/index.php/brokeback_mountain_and_izzy/">﻿ Brokeback Mountain and Izzy</a><br />

&#8226; <a href="http://www.apileofdogbones.com/index.php/the_greatest_game/">The Greatest Game</a><br />

&#8226; <a href="http://www.apileofdogbones.com/index.php/when_we_were_liars_things_were_seamless_an_open_letter_to_mark/">When We Were Liars, Things Were Seamless: An Open Letter to Mark</a><br />

&#8226; <a href="http://www.apileofdogbones.com/index.php/i_have_a_new_renter2/">I Have A New Renter</a><br />

&#8226; <a href="http://www.apileofdogbones.com/index.php/life_status_yes_i_am_alive/">Life Status&#8230; Yes, I Am Alive</a><br />

&#8226; <a href="http://www.apileofdogbones.com/index.php/the_one_hundredth_post_the_biggest_bone_of_them_all/">The One Hundredth Post, The Biggest Bone of Them All</a><br />

&#8226; <a href="http://www.apileofdogbones.com/index.php/blogs_are_for_wimps/">Blogs Are For WImps</a><br />

&#8226; <a href="http://www.apileofdogbones.com/index.php/the_new_be_banner/">The New BE Banner</a><br />

&#8226; <a href="http://www.apileofdogbones.com/index.php/my_favorite_renter_dinner_with_izzy_and_marvelous_marvin/">My Favorite Renter, Dinner With Izzy, and Marvelous Marvin</a><br />

&#8226; <a href="http://www.apileofdogbones.com/index.php/do_not_pass_go/">DO NOT PASS GO!!!</a><br />

</div>
</div>


<h3 onClick="expandcontent(this, 'sc2')" style="cursor:hand; cursor:pointer">
<img src="http://www.apileofdogbones.com/images/titles/d19c96f91c93849f1d3a0b1f433a4d7a.png" width="88" height="36" alt="Daily Reads" /></h3>
<div id="sc2" class="switchcontent">
<div class="side-left">
<p>
<a href="http://poppycede.com/" target="blank">Poppy Cede</a><br>
<a href="http://www.miss-ann-thrope.com/index.php" target="blank">Miss Ann Thrope</a><br>
<a href="http://www.lvsodapop.com/" target="blank">The Soda Stand</a><br>
<a href="http://miss-britt.com/" target="blank">Miss Britt</a><br>
<a href="http://sarcastica.org/" target="blank">Sarcastica</a><br>
<a href="http://www.avitable.com/" target="blank">Avitable</a><br>
<a href="http://kentuckygurl.com/" target="blank">Kentucky Girl</a><br>
<a href="http://ancailin.com/" target="blank">An Cailin Seanchai</a><br>
<a href="http://www.subwayblogger.com/" target="blank">Subway Blogger</a><br>
<a href="http://www.all-night.org/wp/" target="blank">ALL-NIGHT.ORG</a><br>
</p>
</div>
</div>

<h3 onClick="expandcontent(this, 'sc3')" style="cursor:hand; cursor:pointer">
<img src="http://www.apileofdogbones.com/images/titles/cf47159378e276ef52eabd1b9d01741e.png" width="38" height="35" alt="Links" /></h3>
<div id="sc3" class="switchcontent">
<div class="side-left">
<center>

<!-- LIFESTATUS ICON -- WWW.LIFESTATUS.COM -- DO NOT ALTER --><A HREF="http://www.lifestatus.com/status.jsp?id=BUKOSHT4" target="_blank"><IMG SRC="http://www.lifestatus.com/icon.jsp?is=chiclet&id=BUKOSHT4" BORDER="0" width="80"></A>
<!-- END LIFESTATUS ICON -->

<p><a href="http://feeds.feedburner.com/APileOfDogBones"><img src="http://feeds.feedburner.com/~fc/APileOfDogBones?bg=FFFFFF&amp;fg=FF9900&amp;anim=0&label=Bitches" height="26" width="88" style="border:0" alt="" /></a></p>

<p><a href="http://twitter.com/nycwatchdog" title="Follow NYCWatchdog" target="_blank"><img src="http://twittercounter.com/counter/?username=nycwatchdog&style=black" width="88" height="26" style="border:none;" alt="TwitterCounter for @nycwatchdog" /></a></p>

<a href="http://blogshares.com/blogs.php?blog=http%3A%2F%2Fwww.apileofdogbones.com%2F&user=39669"><img src="http://blogshares.com/images/blogshares.jpg" alt="Listed on BlogShares" width="117" height="23"/></a><BR><BR>

<script type="text/javascript" src="http://pub.mybloglog.com/stats.php?mblID=2005122814271394&amp;width=180&amp;max_chars=20&amp;color_heading_bg=FF9900&amp;color_heading=333333&amp;color_link_bg=FFFFFF&amp;color_link=FF6600&amp;color_bottom_bg=CCCCCC"></script>


<a href="http://avitable.blogspot.com"> <img src="http://tinyurl.com/z84gl" width="180" border="0" alt="The Church of Holy Avitableness"> </a>
<BR>

</center>
</div>
</div>

<h3 onClick="expandcontent(this, 'sc4')" style="cursor:hand; cursor:pointer">
<img src="http://www.apileofdogbones.com/images/titles/0ad1f62a34b8f7c6fb2a557bc407507a.png" width="73" height="36" alt="Old Bones" /></h3>
<div id="sc4" class="switchcontent">
<div class="side-left">
<form method="post" action="http://www.apileofdogbones.com/index.php"  >
<div>
<input type="hidden" name="ACT" value="17" />
<input type="hidden" name="XID" value="7b9aa94c7284659b88c939504b0cb1ce732dd839" />
<input type="hidden" name="RP" value="search/results" />
<input type="hidden" name="NRP" value="" />
<input type="hidden" name="RES" value="" />
<input type="hidden" name="status" value="" />
<input type="hidden" name="weblog" value="news" />
<input type="hidden" name="search_in" value="" />
<input type="hidden" name="where" value="all" />
</div>



<p><label for="keywords">Search:</label><br />
<input type="text" name="keywords" id="keywords" value="" size="18" maxlength="100" /></p>

<p><a href="http://www.apileofdogbones.com/index.php/search/">Advanced Search</a></p>

<p><input type="submit" value="submit" class="submit" /></p>

</form>


&#8226; <a href="http://www.apileofdogbones.com/index.php/site/archives/">Complete Archives</a>

<form name="jump2" action="">
<select name="myjumpbox" onchange="document.location=jump2.myjumpbox.options[selectedIndex].value">
<option selected="selected">Archive By Month</option>
<option value="http://www.apileofdogbones.com/index.php/site/2011/09/">September 2011</option>
<option value="http://www.apileofdogbones.com/index.php/site/2011/06/">June 2011</option>
<option value="http://www.apileofdogbones.com/index.php/site/2011/02/">February 2011</option>
<option value="http://www.apileofdogbones.com/index.php/site/2011/01/">January 2011</option>
<option value="http://www.apileofdogbones.com/index.php/site/2010/09/">September 2010</option>
<option value="http://www.apileofdogbones.com/index.php/site/2010/08/">August 2010</option>
<option value="http://www.apileofdogbones.com/index.php/site/2010/07/">July 2010</option>
<option value="http://www.apileofdogbones.com/index.php/site/2010/06/">June 2010</option>
<option value="http://www.apileofdogbones.com/index.php/site/2010/05/">May 2010</option>
<option value="http://www.apileofdogbones.com/index.php/site/2010/04/">April 2010</option>
<option value="http://www.apileofdogbones.com/index.php/site/2010/03/">March 2010</option>
<option value="http://www.apileofdogbones.com/index.php/site/2010/02/">February 2010</option>
<option value="http://www.apileofdogbones.com/index.php/site/2010/01/">January 2010</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/12/">December 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/11/">November 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/10/">October 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/09/">September 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/08/">August 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/07/">July 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/06/">June 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/05/">May 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/04/">April 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/03/">March 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/02/">February 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2009/01/">January 2009</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/12/">December 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/11/">November 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/10/">October 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/09/">September 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/08/">August 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/07/">July 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/06/">June 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/05/">May 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/04/">April 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/03/">March 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/02/">February 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2008/01/">January 2008</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/12/">December 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/11/">November 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/10/">October 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/09/">September 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/08/">August 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/07/">July 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/06/">June 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/05/">May 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/04/">April 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/03/">March 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/02/">February 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2007/01/">January 2007</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/12/">December 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/11/">November 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/10/">October 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/09/">September 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/08/">August 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/07/">July 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/06/">June 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/05/">May 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/04/">April 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/03/">March 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/02/">February 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2006/01/">January 2006</option>
<option value="http://www.apileofdogbones.com/index.php/site/2005/12/">December 2005</option>
<option value="http://www.apileofdogbones.com/index.php/site/2005/11/">November 2005</option>

</select>


</form>
<form name="jump3" action="">
<select name="myjumpbox" onchange="document.location=jump3.myjumpbox.options[selectedIndex].value">
<option selected="selected">Archive By Category</option>
<ul id="nav_categories" class="nav_categories">
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C38/">I'm A Cowboy</option>

		<ul>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C7/">Giving Cab Rides</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C6/">Saving Lives</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C45/">The True Adventures Of 51David</option>
</li>
		</ul>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C20/">It's All About Me</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C12/">Ambient Stupidity</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C14/">APODB</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C1/">Blogging</option>

		<ul>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C40/">Blogger Meet-Ups</option>

				<ul>
					<li>
<option value="http://www.apileofdogbones.com/index.php/site/C42/">BrittCon 2008</option>
</li>
					<li>
<option value="http://www.apileofdogbones.com/index.php/site/C41/">TequilaCon 2008</option>
</li>
					<li>
<option value="http://www.apileofdogbones.com/index.php/site/C46/">TequilaCon 2009</option>
</li>
				</ul>
</li>
		</ul>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C15/">Cereal Wednesday</option>

		<ul>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C28/">Ice Cream Wednesday</option>
</li>
		</ul>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C43/">Dawgitics</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C21/">Creative Bones</option>

		<ul>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C25/">Bits and Bytes</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C24/">Dog's Eye Views</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C22/">Motion Pictures</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C23/">The Written Words</option>
</li>
		</ul>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C2/">News</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C3/">Personal</option>

		<ul>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C35/">Poppy</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C8/">Drama</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C9/">Christine</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C34/">Lollipop</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C13/">Pudding</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C11/">The Nick</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C10/">The Steff</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C29/">Memories</option>

				<ul>
					<li>
<option value="http://www.apileofdogbones.com/index.php/site/C30/">Remembering DJ</option>
</li>
				</ul>
</li>
		</ul>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C32/">Blogyssey</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C39/">Not Safe For Work</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C27/">On The Road</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C5/">Ooogle Monday</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C4/">FOAD</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C16/">Smorgashboard Sunday</option>

		<ul>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C33/">The Lists 2007</option>
</li>
			<li>
<option value="http://www.apileofdogbones.com/index.php/site/C44/">The Lists 2008</option>
</li>
		</ul>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C18/">The Bricks In The Wall</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C26/">The City</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C17/">Videos</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C19/">WTF?</option>
</li>
	<li>
<option value="http://www.apileofdogbones.com/index.php/site/C31/">Yin-Yang</option>
</li>
</ul>

</select>
</form>

</div>
</div>

</div>


<div id="right">

<div class="side-right">
<center><a href="http://feeds.feedburner.com/APileOfDogBones" rel="alternate" type="application/rss+xml" target="_blank"><img src="http://www.apileofdogbones.com/pawed/apodb_rss.png" alt="APODB RSS FEED" width="175"></a></center>
<br><br>

<center><object width="160" height="325"><param name="movie" value="http://www.utterli.com/fp/blog160-orange.swf?1228230653" /><param name="flashvars" value="count=20&amp;autoplay=0&amp;oldest=0&amp;tags=&amp;me=nycwd&amp;permissions=B9W0O5cDkA8oMMM6qUF%3B2BYQ" /><param name="wmode" value="transparent" /><embed src="http://www.utterli.com/fp/blog160-orange.swf?1228230653" flashvars="count=20&amp;autoplay=0&amp;oldest=0&amp;tags=&amp;me=nycwd&amp;permissions=B9W0O5cDkA8oMMM6qUF%3B2BYQ" width="160" height="325" wmode="transparent" type="application/x-shockwave-flash" /></object></center><br><br>
<a href="http://www.apileofdogbones.com/index.php/site/contact">Contact Me</a>  <br><br>



 <a href="http://www.apileofdogbones.com/index.php/member/login/">Login</a> &#8226; <a href="http://www.apileofdogbones.com/index.php/member/register/">Register</a>
<br>
Members: 4 &#8226; Guests: 36

<br>
</div>

<br><br>

<div class="side-right">
<img src="http://www.apileofdogbones.com/images/titles/6b6e1ee9ce52fbd02fe56a5aa7483b7f.png" width="167" height="36" alt="Awards and Accolades" /> <br>
<CENTER><a href="http://www.nameyourdreamassignment.com/the-ideas/NYCWD/the-blogyssey-project/" target="_blank"><img src="http://nyda.media.s3.amazonaws.com/swf/badge1.gif" width="180"/></a>
<br><br>
<a href="http://www.cerealwednesday.com/hot-blogger-calendar-2009/" target="_blank"><img src="http://www.cerealwednesday.com/images/hbc2009/hbc120x300verta.jpg" hspace="5" vspace="5" height="300" width="120"></a><BR><br><a href="http://hotbloggercalendar.com" target="_blank"><img src="http://img32.picoodle.com/data/img32/3/8/18/f_hbcbutton1m_594c8d2.jpg"></a><br><a href="http://www.cff.org/Great_Strides/HeatherHughes" target="_blank"><img src="http://i32.tinypic.com/28hg96t.gif" alt="Help Cissa Help Finnegan!" border="0"/><br/>Help Cissa Help Finnegan!</a><br><br>
<a href="http://rssday.org/" target="_blank"><img alt="RSS Awareness Day" src="http://rssday.org/banners/rssday125.gif" width="125" height="125" border="0"/></a><br><br>
<br>
<div style="position:relative; width:165px; border:1px solid #999; background:#fff; padding: 14px 7px; text-align:center; font: 8pt Arial, Helvetica;"><a href="http://www.alistercameron.com/2006/12/18/time-person-of-the-year-unofficial-seal/"><img src="http://www.alistercameron.com/images/time-person-of-the-year-2006.gif" width="149" height="130" alt="Time Person of the Year 2006 - me!" border="0" style="margin-bottom:1em; border: 0px;" /></a><br /><a href="http://www.time.com/time/magazine/article/0,9171,1569514,00.html"><small>Read the Time article</small></a><br /><a href="http://www.alistercameron.com/2006/12/18/time-person-of-the-year-unofficial-seal/"><small>Get your own seal</small></a></div>
<p><BR>
<img src="http://www.apileofdogbones.com/images/loser.png" border="0" alt="I'm a loser" name="I coulda been a weiner" width="127" height="177" /><BR>
<a href="http://poppycede.com/2008-poppy-awards/" target="_blank"><img src="http://www.apileofdogbones.com/pawed/poppyawardslaziestbloggerapodb.jpg" border="0" alt="I'm a lazy blogger!!!" name="Poppy Awards" width="125" height="125" /></a><BR>
<a href="http://miss-britt.com/2007/12/friendship-in-yo-puter/" target="_blank"><img src="http://www.apileofdogbones.com/images/friendshipbadge.png" border="0" alt="Friendship Badge" name="Friendship Badge"/></a>
<a href="http://thedutchfiles.com/2008/its-the-dutch-files-party-time-excellennnttt/" target="_blank"><img src="http://www.apileofdogbones.com/images/Excellent.jpg" border="0" alt="Excellent Award" name="Excellent Award" width="105" height="160"/></a>

</center>
</div>

<br><br>

<h3 onClick="expandcontent(this, 'sc5')" style="cursor:hand; cursor:pointer">
<img src="http://www.apileofdogbones.com/images/titles/682d20bfbb888fb57ac68b7ec12b6ac9.png" width="68" height="36" alt="Blog Roll" /></h3>
<div id="sc5" class="switchcontent">
<div class="side-right">
<script language="javascript" type="text/javascript" src="http://rpc.blogrolling.com/display.php?r=fdad6684b048dbe8d37fb53ff311d60d"></script><BR>
<a href="javascript:void(rollpop=window.open('http://www.blogrolling.com/add_links_pop.phtml?u=http://www.apileofdogbones.com/&t=A Pile of Dog Bones','rollit','scrollbars=no,width=475,height=350,left=75,top=175,status=yes,resizable=yes'));rollpop.focus();">Blogroll Me!</a>
<br><br>
<center><script type="text/javascript" src="http://widget.criteo.com/autoroll/display?bi=2136299748"> </script></center>
</div>
</div>

<br><br>

<h3 onClick="expandcontent(this, 'sc6')" style="cursor:hand; cursor:pointer">
<img src="http://www.apileofdogbones.com/images/titles/221362b5945a72dfc02e6f777ef7b4b1.png" width="80" height="36" alt="Tag Cloud" /></h3>
<div id="sc6" class="switchcontent">
<div class="side-right">

</div>
</div>

<br><br>


<h3 onClick="expandcontent(this, 'sc7')" style="cursor:hand; cursor:pointer">
<img src="http://www.apileofdogbones.com/images/titles/67ad8f395754e6d0a793b90379c1df09.png" width="58" height="35" alt="Visitors" /></h3>
<div id="sc7" class="switchcontent">
<div class="side-right">
<p>
<center>

<script src="http://pub.mybloglog.com/comm3.php?mblID=2005122814271394&r=widget&is=normal&o=l&ro=15&cs=orange&ww=150&wc=single"></script><br>

</center>
</p>
<script type="text/javascript">
var woopra_id = '628914526';
</script>
<script src="http://static.woopra.com/js/woopra.js"></script>
</div>
</div>

<br><br>




</div>

</div>

<br clear="all" />

</div>


<div id="footer">
	Powered by: <a href="http://www.expressionengine.com/" target="_blank">Expression Engine 1.5.2 </a> | Design by: <a href="http://www.blogstudios.com" target="_blank">Weblog Design Studios</a> | <a href="http://www.apileofdogbones.com/index.php/site/rss_2.0/">RSS 2.0</a> | <a href="http://www.apileofdogbones.com/index.php/site/rss_atom/">RSS ATOM</a>
</div>




</body>
</html>