<?php
/* Set these variables */
$RestrictedCategory = "protected"; /* the name of the category you want to restrict */
$ThePassword = "teddy"; /* the password needed to view protected entries */
$TitlePreText = "Restricted: "; /* this text will appear in the title. note the space after the colon. */

session_start();
if ( $_POST['action'] == 'BRLogin' )
{
$_SESSION['BRPassword'] = $_POST['BRPassword'];
header( "Location: http://" . $_SERVER["HTTP_HOST"] . $_SERVER["PHP_SELF"] );
exit;
}
if ( ( strtolower( $_SESSION['BRPassword'] ) == strtolower( $ThePassword ) ) || ( strtolower( $_POST['BRPassword'] ) == strtolower( $ThePassword ) ) )
{
$KnowsPassword = 1;
}
?> 
<?xml version="1.0" encoding="iso-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>LexySmash</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/" />
<modified>2008-07-25T04:07:35Z</modified>
<tagline></tagline>
<id>tag:www.lexysmash.com,2008://1</id>
<generator url="http://www.movabletype.org/" version="3.15">Movable Type</generator>
<copyright>Copyright (c) 2008, Lexy</copyright>
<entry>
<title><?
$ThisPostCategory = "Fitness";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>New and Different!</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_07.php#001420" />
<modified>2008-07-25T04:07:35Z</modified>
<issued>2008-07-25T04:03:19Z</issued>
<id>tag:www.lexysmash.com,2008://1.1420</id>
<created>2008-07-25T04:03:19Z</created>
<summary type="text/plain">So my sister, Meghan, is FAR fitter than I am...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Fitness</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>So my sister, Meghan, is FAR fitter than I am (the woman did 100 pullups not too long ago!), and she is the one who introduced me to cross-fit.</p>

<p>We do the workouts and email each other back and forth on a nearly daily basis, so we decided that its possible some-one out there might like to take a peek into that conversation.</p>

<p>To that end we've started a blog over at wordpress.  It's nothing big or fancy, but we're using it to keep each other motivated and to track our progress with the WODs.</p>

<p>So... if you feel like checking it out its called:</p>

<p><a href="http://crossfitsisters.wordpress.com">Crossfit Sisters!</a></p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Fitness";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>July Challenge</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_07.php#001419" />
<modified>2008-07-02T01:14:16Z</modified>
<issued>2008-07-02T01:09:57Z</issued>
<id>tag:www.lexysmash.com,2008://1.1419</id>
<created>2008-07-02T01:09:57Z</created>
<summary type="text/plain">So... end result of my 30 day CF challenge? I...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Fitness</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>So... end result of my 30 day CF challenge?</p>

<p>I lost 3lbs, 1.5" off my waist, 1" off hips, and 0.75" off of each thigh.</p>

<p>I'm pretty pleased with that... considering the fact that I've gained 10lbs since the start of this program last September, I still have a lot of work to do... but I am getting stronger and fitter and to that end I am starting again!</p>

<p>Today I'm starting a 60 day CF challenge... and my end goal is to get 1 pull-up (or chin-up, I don't care which) and be doing all of the pushups for the CF warmup on toes rather than knees, by the end of the 2 months.  I'd ask y'all to join me, but as soon as I open comments I get spammed, and type-key is pretty much defunct at this point, so you couldn't even register to comment if you wanted to... maybe I can get my server-host to upgrade us to the latest version of MT or something and use those character/image recognition thingies that everyone is so fond of these days... but uh... I'm kinda busy these days.</p>

<p>In any case, Today is day one... get off yer asses and move, m'kay?</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>not as bad as I thought.</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_06.php#001418" />
<modified>2008-06-29T02:03:40Z</modified>
<issued>2008-06-29T02:03:09Z</issued>
<id>tag:www.lexysmash.com,2008://1.1418</id>
<created>2008-06-29T02:03:09Z</created>
<summary type="text/plain">Mike taught me to swing a golf club today. It...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>

<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>Mike taught me to swing a golf club today.</p>

<p></p>

<p></p>

<p></p>

<p><br />
It wasn't as bad as I'd expected.</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>Day 30</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_06.php#001417" />
<modified>2008-06-25T20:48:50Z</modified>
<issued>2008-06-25T20:45:03Z</issued>
<id>tag:www.lexysmash.com,2008://1.1417</id>
<created>2008-06-25T20:45:03Z</created>
<summary type="text/plain">What a way to end a challenge: 3 rounds, 1...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>

<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>What a way to end a challenge:</p>

<p>3 rounds, 1 minute at each station, time does not stop between stations... one minute rest between rounds... going for highest number of reps possible:</p>

<p>Three rounds of:<br />
Wall-ball, 20 pound ball, 10 ft target (Reps)<br />
Sumo deadlift high-pull, 75 pounds (Reps)<br />
Box Jump, 20" box (Reps)<br />
Push-press, 75 pounds (Reps)<br />
Row (Calories)</p>

<p>Now, I'm going to have to scale this for a couple of reasons... first of all I only have an 8lb medicine ball, and I don't think I can do a SDHP wiht 75# (going for 45#) and push press the same.  Also, because I don't have a rower I'll be doing speed rope jumping instead.</p>

<p>If you want to get fit... you should be doing <a href="http://www.crossfit.com">crossfit</a>.  I've drunk the koolaid... that is all.</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Life";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>Night shift?  O.H.N.</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_06.php#001416" />
<modified>2008-06-20T16:30:58Z</modified>
<issued>2008-06-20T16:22:15Z</issued>
<id>tag:www.lexysmash.com,2008://1.1416</id>
<created>2008-06-20T16:22:15Z</created>
<summary type="text/plain">Yeah, my body doesn&apos;t like night shift. In fact, its...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Life</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>Yeah, my body doesn't like night shift.</p>

<p>In fact, its pretty pissed off at me.  I am WAAAAAY behind in my readings (I have 100 pages to read for a test I have to take before midnight tonight and another 600 for the module that starts today) and I have clinical tonight, saturday night and sunday night.  When I get home around 0745 each morning I am DEAD.  Like nauseous, nearly falling asleep at the wheel on the drive home, DEAD.</p>

<p>AND right at shift change during my first shift on this rotation a patient that we'd been trying to keep comfortable all night died.  Just up and died.  Now, granted he was 87 had an ischemic bowel that he refused treatment for, and was VERY uncomfortable the whole night despite being pumped full of all the morphine and ativan we could give the poor guy... but the day nurse decided she was gonna stand him up to give him a suppository (tryin to save the freakin day or some shit) without TALKING to us about how his night had gone... and by the time they sat him back down, eyes were fixed and dilated, and he was gone.</p>

<p>If that stupid nurse hadn't stood him up we probably could have gotten ahold of his FAMILY before he died.  But nope.  I hope she feels like an asshole about that one for a while.</p>

<p>SO... two workouts today because I slept through yesterday... and this weekend I am going to start getting serious about the eating plan again.  This stagnation has me frustrated and depressed and I'm just ready to re-apply myself fully so I can fit into my scrubs better and not be pounding the shit out of my knees and feet with these 35 extra pounds I'm carrying around when I run.</p>

<p>I'm looking at picking up a Zone book because I know its a good plan for fitness focused eating... and, as always, there will be food-accountability over at fit-day again.</p>

<p>For now I'd better get back to my text book... its not gonna read itself.</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Life";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>where am I again?</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_06.php#001415" />
<modified>2008-06-12T19:10:19Z</modified>
<issued>2008-06-12T18:53:39Z</issued>
<id>tag:www.lexysmash.com,2008://1.1415</id>
<created>2008-06-12T18:53:39Z</created>
<summary type="text/plain">Oh yeah... Wisconsin. Right. The theme of the last couple...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Life</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>Oh yeah... Wisconsin.  Right.</p>

<p>The theme of the last couple of weeks has been rain.  Thunder, lightning and RAIN.  Lots of it.  Shit is flooding, lakes and rivers running over their banks.  Lawns soaked and kids out of school... and thus, inside, and in my hair and on my nerves and I swear to God if one of them whines at me because its STILL RAINING one more time I just might have to smack 'em!!! (well... not really, but damn its tempting sometimes... that or to go find a really dirty sock to stuff in their mouths!).</p>

<p>I'm still in my 30 day crossfit challenge, we're in week 3 I believe... I missed yesterday's WOD, but I just finished making it up and I'll do today's later this evening.  I'm making gains in strength and endurance but I'll be damned if the scale hasn't budged an inch.  *sigh*  I know that I can out-eat any work-out program, but damn... this is an INTENSE one, so I was hoping I'd get to take it easier on the diet.  Guess not.</p>

<p>I start clinicals again next Tuesday.  This rotation is geriatrics for me and I'm on the sub-acute unit of a local hospital.  "Sub-acute" is just code for "rehab" which is where they send older folks after surgery when they need longer recovery than normal or who are "actively dieing" and are on comfort measures but don't want to be at home or in a hospice facility.  Should be a relatively mellow rotation except for the fact that its a night-shift.  Ugh.  I can do days, I can do PMs (3-11pm) but nights is going to be a challenge for me physiologically.  My body doesn't like night shift... it likes to sleep when its dark.  That's probably one of the main reasons I ended up so depressed when I was living in Alaska... my body wanted to sleep all winter long, which isn't good for the social life of a teen-ager, if ya know what I mean.  *sigh*</p>

<p>Kids are good... Older one is off to his dad's in OR for six weeks (yay!) younger one is driving me NUTS with no one to "play with!"  I'm sending him off to a movie with Grandma tomorrow so I can take my Geriatrics final in peace and then its prep time for pediatrics.  I have 121 days left until I graduate and I am nearly ready to start counting minutes and seconds.  Being done still seems like a dream that is SO FAR OFF in the distance... but it IS coming and I just have to make it through 17.5 more weeks.</p>

<p>*sigh*</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Fitness";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>day 7</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_06.php#001414" />
<modified>2008-06-02T02:08:08Z</modified>
<issued>2008-06-02T02:06:41Z</issued>
<id>tag:www.lexysmash.com,2008://1.1414</id>
<created>2008-06-02T02:06:41Z</created>
<summary type="text/plain">I nearly puked during todays workout. I kinda wish I...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Fitness</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>I nearly puked during todays workout.</p>

<p>I kinda wish I would have... maybe I wouldn't still feel like puking.</p>

<p>Day 7 of the 30 day Cross-fit WOD challenge and I'm REALLY hoping tomorrow is a rest day.</p>

<p>Please... dear cross-fit coach in California... please let tomorrow be a rest day.</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Life";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>I lifted 1400 lbs yesterday.</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_05.php#001413" />
<modified>2008-05-31T21:22:38Z</modified>
<issued>2008-05-31T21:14:37Z</issued>
<id>tag:www.lexysmash.com,2008://1.1413</id>
<created>2008-05-31T21:14:37Z</created>
<summary type="text/plain">I need better access to heavy lifting equipment though. My...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Life</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>I need better access to heavy lifting equipment though.</p>

<p>My shoulder press still sucks... I can get the 30# dbs up twice, but I go to the 35s and there's no way in hell.</p>

<p>I dead-lifted 105# 5 times and did back-squat wiht 70# 5 times.  I could go heavier on both, but all I have is my adjustable DBS that max out at 52.5# each and there's no WAY I can heft that much up to my shoulders to squat.  If I had a bar and some bumper plates... and rings... and a 16# padded medicine ball... and... and...</p>

<p>In other news I am done with my OB clinical rotation and I believe I did very well.  My last day was BUSY with every bed on the unit full, moving delivered mom-babies to peds and I personally was in on 2 vaginal births and 2 c-sections (one planned for transverse lie and one for a surprise footling breech!).  We also had a VERY precipitous labor with a mom coming up from the ER and barely making it to the bed before pushing out her 7lb baby girl.</p>

<p>I'm pretty proud that I was able to get an 18gauge IV into a fore-arm vein for the first c-section patient.  She hated hand IVs, (which is all I've done so far) and forearm veins are just a little deeper, but I got it on the first try and she was very happy with me. (HOORAY!).  IVs were the one thing I was just petrified of, but I'm gaining a lot of confidence as time goes on.  I still need to gain the muscle memory to keep things in the right order... but once I've got that I think I'll be pretty good at them.  The other IV I started that day also only took one poke, so overall it was a good day.  4 healthy babies, for 4 happy families.</p>

<p>And now I must go kill myself with todays cross-fit workout.</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Fitness";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>Ouch</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_05.php#001412" />
<modified>2008-05-30T02:28:41Z</modified>
<issued>2008-05-30T02:11:19Z</issued>
<id>tag:www.lexysmash.com,2008://1.1412</id>
<created>2008-05-30T02:11:19Z</created>
<summary type="text/plain">I hurt. I hurt everywhere. I hurt everywhere and I...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Fitness</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>I hurt.</p>

<p>I hurt everywhere.</p>

<p>I hurt everywhere and I am exhausted.</p>

<p>I just finished my last shift of OB Clinicals.  In 8 hours I put in 2 IVs, 1 foley, admitted 2 patients and assisted with 2 vaginal and 2 cesarean births (both c-sections were for breech babies, one footling and the other presenting its hip).  My feet feel like shredded wheat.</p>

<p>I am also on day 4 of a 30 day CrossFit challenge.  (Rest day! YAY!).  I am going to do the Crossfit Workout of the Day (plus the standard warm up of 3 rounds of 30sec Samson Stretch, 10 push ups, 10 sit ups, 10 dips, 10 pull ups, 10 squats) every day for 30 days... hopefully that will be a stress release for me and help boost my energy because this school thing is sapping my strength and motivation like nobody's business.  So, between running my ass off at the hospital, doing the WODs and trying to get school work done I'm just... burnt.</p>

<p>I keep feeling like I'm forgetting assignments or not finishing things and its really disconcerting. I haven't actually done that (yet) but that anxiety seems to always be hanging over me.  Luckily I have all day tomorrow to really get caught up on readings and writings before my final exam in OB on Saturday.</p>

<p>Next week begins our "Aging Client" course... blah.  </p>

<p>Right now, I'm exhausted and in pain, so I'm gonna pop some ibuprofen and get some sleep.</p>

<p>ciao.</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Fitness";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>Clean and Jerk...</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_05.php#001411" />
<modified>2008-05-19T04:16:25Z</modified>
<issued>2008-05-19T04:08:08Z</issued>
<id>tag:www.lexysmash.com,2008://1.1411</id>
<created>2008-05-19T04:08:08Z</created>
<summary type="text/plain">Teehee. Sounds dirty, don&apos;t it? Today I learned to Clean...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Fitness</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>Teehee.</p>

<p>Sounds dirty, don't it?</p>

<p>Today I learned to <a href="http://media.crossfit.com/cf-video/cfj-nov-05/clean-n-jerk.wmv">Clean and Jerk</a>.  I did it with dumb bells because I don't have a proper bar yet... but holy crap is that a fun (and powerful feeling) move.</p>

<p>The vid I linked to above is from the crossfit website and they have instructional videos and demonstrations of everything they use in their workouts... crossfit makes me want a bar (a real, heavy, bar) with bumper plates and gymnastic rings... mmm... ring dips... </p>

<p>Tomorrow is brutal... </p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Life";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>An update </title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_05.php#001410" />
<modified>2008-05-02T16:10:50Z</modified>
<issued>2008-05-02T15:53:51Z</issued>
<id>tag:www.lexysmash.com,2008://1.1410</id>
<created>2008-05-02T15:53:51Z</created>
<summary type="text/plain">So... I am more than half way through my BSN...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Life</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>So... I am more than half way through my BSN program now.  I have 4 more clinical rotations.  My next rotation in OB starts next week.  I'll be on the busiest L&D floor in the area so I'm VERY excited about that, plus the nurse I'm with works day shift and that rocks so much butt I can't even explain it.  School is still going well.  I blew my 4.0 with an A/B in Legal and Ethical Issues in Nursing.  I was PISSED at myself, but... it was my own fault for going on a vacation to Boston in the middle of the course and screwing up the paper I had to turn in for the class.  Overall my GPA is still a 3.677 I believe, so I'm not going to sweat it.</p>

<p>I have to take my Mental Health Nursing final today between 3 and 7pm, I am NOT looking forward to it.  I did well on the first exam, but the second was INSANE (poorly written questions with ambiguously right/wrong answers) and everyone did much worse on it.  I need a solid A (to get an A in this program you need better than 93%) to pull an A in the class... but realistically I'm gunning for an A/B this time... we'll see.</p>

<p>I'm planning to spend the weekend reading up in my OB text book because I start on the floor bright and early Monday morning.  I may think I know a lot about the physiology of labor and birth, but really... I know NOTHING about nursing care for a woman in labor.  I'm a trained doula, but that doesn't mean I'd be able to pick up late-decels on the monitor... or what to do about it if I did.</p>

<p>I am THRILLED to be doing OB tho.  The other option I could have been assigned is Mental Health for this clinical... Oh.  Hell.  No.  I mean, I have learned a HELL of a lot about mental health issues and got some HUGE revelations about people I've known who are (or are not) diagnosed with things like bipolar, borderline personality disorder and schizophrenia... but I do not feel that I am in any way ready to deal with other people's mental issues when I still have my own to sort out... thankyouverymuch.</p>

<p>In other news, Nate turned 6 a couple weeks ago.  We had a Star Wars themed party here at the house for a dozen of his friends (LITERALLY a DOZEN KINDERGARTENERS FOR 3 HOURS!!!).  He had a blast and got TONS of presents so I think he considered it a success.</p>

<p>Val has been doing SO well in school and I don't know if I mentioned but he participated in wrestling for the first time this winter and he was REALLY good at it.  Plus he loved it, so that's probably going to be a regular activity for him from here on out.  He's got a good friend now who lives just down the street and they're inseparable, especially when they go to the YMCA on the weekends.  He's getting so much more mature it blows my mind.  He'll be 10 in July... yeowch!</p>

<p>As for fitness etc... I have decided that I don't need to think about my weight at this point... what matters is my fitness level and being able to endure 8-12 hour work-days on my feet as a nurse when I graduate.  That's why I decided to start the cross-fit program... well... that and my little sister challenged me (hah!).  </p>

<p>We'll see if I make it through <a href="http://www.crossfit.com/">today's workout</a> without puking... I am not optimistic.</p>

<p>;)</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Fitness";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>So... you want a challenge?</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_05.php#001409" />
<modified>2008-05-01T14:36:09Z</modified>
<issued>2008-05-01T14:29:33Z</issued>
<id>tag:www.lexysmash.com,2008://1.1409</id>
<created>2008-05-01T14:29:33Z</created>
<summary type="text/plain">Try Crossfit. Seriously. Every day they post a workout (today...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Fitness</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p><a href="http://www.crossfit.com/">Try Crossfit.</a></p>

<p>Seriously.</p>

<p>Every day they post a workout (today happens to be a rest day so you're safe) and when you look at the workout you think, "What?  That's it?" And then you <a href="http://www.crossfit.com/cf-info/excercise.html">look at the videos</a> to figure out the moves... and you see the AMAZING shape these people are in and you thin, "Sure... why not, I'll give it a shot!" And then you start doing the work outs.  Usually 20-30 minutes... no big deal, right?</p>

<p>And then you puke because you've never done anything so freaking challenging in your LIFE and it kicks your ass right to the floor and you think... well no wonder one of their motos is:</p>

<p>"Cross Fit.  Your workout is our warmup!"</p>

<p>In the last week I've learned to do a hanging snatch, hanging power-snatch and a thruster... I'm not doing them with much weight, mind you... but I'm getting the motion down so I can safely do so later on... I've only been at this a week and my body HURTS all over and I love love love love love it.</p>

<p>My sister Meghan introduced me... now I'm introducing you... share the love, you know you want to!!!</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>Yeah Month and a Half... </title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_03.php#001408" />
<modified>2008-03-24T21:52:15Z</modified>
<issued>2008-03-24T21:30:14Z</issued>
<id>tag:www.lexysmash.com,2008://1.1408</id>
<created>2008-03-24T21:30:14Z</created>
<summary type="text/plain">It is what it is and right now what it...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>

<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>It is what it is and right now what it is is this:</p>

<p>S</p>

<p>C</p>

<p>H</p>

<p>O</p>

<p>O</p>

<p>L</p>

<p>It consumes my time, my mental and emotional energy, my concentration, my focus, my stamina and all of my creative faculties.</p>

<p>I love it.</p>

<p>Don't get me wrong.  I absolutely L O V E what I'm doing right now, and the things I am learning are absolutely fascinating to me, but oh dear GOD is it hard.</p>

<p>There are challenges to going to school for a professional degree at any age, but I truly believe that going back to school as an adult is more stressful but more rewarding than it would have been in my early 20s.</p>

<p>I am in adult health II clinical right now, and I am on a post surgical floor of a local hospital.  Primarily knee and hip replacements along with neurological patients who have had back/neck surgeries.  But somehow we get a mix of whatever happens to be coming into the hospital that day as well.  We've seen a LOT of influenza A and B with this late flu season and quite a few random illnesses including an appendicitis!</p>

<p>I thought I'd hate working anywhere but OB, but I'm realizing that I was very wrong about that and while I will still hope and pray for an OB position when I graduate, I know I can work on a med-surg floor just fine for a while.</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Life";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>My GOAL for the weekend!!!</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_02.php#001407" />
<modified>2008-02-08T22:29:45Z</modified>
<issued>2008-02-08T22:14:02Z</issued>
<id>tag:www.lexysmash.com,2008://1.1407</id>
<created>2008-02-08T22:14:02Z</created>
<summary type="text/plain">Is to DO MY TAXES!!! Yup, I do &apos;em... and...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Life</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>Is to DO MY TAXES!!!</p>

<p>Yup, I do 'em... and yup, I itemize.  In fact, we had enough medical expenses (blech!) and a low enough income that we might actually get a refund too!  But its a lot of work... I have to create a spreadsheet with our deductions or I just can't keep everything straight... but once it's done its damned pretty, and all the documentation is in order so I don't fear an aud1t if ever there should be one.  (Huzzah?)</p>

<p>In any case, that is my goal.</p>

<p>I am starting to feel like I need to start swimming again.  I haven't replaced the suit I lost in the move, but I'm feeling like it's time.  I miss how good and loose I always felt after swimming, and holy-god-damn did it do good things for my shoulders (YAY!)... so another goal for the weekend may be to get a new suit.  Yeah... and shave the furry legs too. Sound good?</p>

<p>Hey Mojo!  Congrats on Japan!!!</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>
<entry>
<title><?
$ThisPostCategory = "Life";
if ( trim( strtolower( $ThisPostCategory ) ) == trim( strtolower( $RestrictedCategory ) ) )
{
$PreText = $TitlePreText;
$ThisRestricted = 1;
} else {
$PreText = "";
$ThisRestricted = 0;
}
if ( $KnowsPassword )
{
$PreText = "";
$ThisRestricted = 0;
}
?><? echo $PreText; ?>Good week.</title>
<link rel="alternate" type="text/html" href="http://www.lexysmash.com/archives/2008_02.php#001406" />
<modified>2008-02-05T14:53:16Z</modified>
<issued>2008-02-05T14:43:28Z</issued>
<id>tag:www.lexysmash.com,2008://1.1406</id>
<created>2008-02-05T14:43:28Z</created>
<summary type="text/plain">Its been a good week... I don&apos;t know if I...</summary>
<author>
<name>Lexy</name>

<email>lexine@gmail.com</email>
</author>
<dc:subject>Life</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.lexysmash.com/">
<?
if ( $ThisRestricted ) {
?>
<p>This entry is restricted. Please enter the password below to view this entry.</p>
<form method="POST">
        <input type="password" size="25" name="BRPassword" />
         <input type="submit" name="submit" value="view entry" />
<input type="hidden" name="action" value="BRLogin" />
</form>
<?
} else {
?><![CDATA[<p>Its been a good week... I don't know if I mentioned that I was tipped off to <a href="http://www.ullreys.com/robert/Podcasts/">some awesome couch-to-5k pod-casts</a>, but I was (<a href="http://www.yarnagogo.com/blog/">on a knitter's blog no-less!</a>)  And while I'm only up to week 2 on the pod-casts (I wanted to see how the whole program went) the music is fantastic and the guy's voice is mellow and positive and he tells you right when to run and when to slow it back down to your brisk-walk. I whole-heartedly recommend them!!</p>

<p>School is also going well!  I am finishing up Pathophysiology II today with the final and then Pharmacology II starts on Wednesday and goes for 2 weeks.  Last class of February is Ethical and Legal Considerations in Nursing Practice, which sounds like a FAN-FUCKING-TASTIC class... and THEN we start Adult Health II clinicals.  During the month of march I will be doing the Adult Health II theory course WHILE AT THE SAME TIME completing 156 hours of clinical.  That's almost 30 hours per week of just clinical... PLUS book-work and on-line coursework... I know we've been at this for nearly 5 months and that we FINISH in October... so at 1/2 way through we should be figuring out how to manage 40 hours a week of course work... but now we're talking a total of more like 60-80 hours per week of school+clinical... YIKES!!</p>

<p>I guess I should enjoy the easy life while I can... eh?</p>

<p><br />
</p>]]>
<? } ?>
<?
if ( $ThisRestricted )
{
print "&nbsp;";
} else {
?>
<? } ?>
</content>
</entry>

</feed>