<?php
$page_name = "Spin-A-Cause";
$menu_type = "random";
$menu_name = "Spin-A-Cause";
$blog_num = 55;
$page_rate = 7;
$page_tags = array();
$page_date = "December 8, 2011";
include_once("./files/head.php");

echo "<p class=\"no_print\">I came across this poster (well photocopy of a poster) at work with some typical anti-corporation stuff scribled at the bottom covering whatever company this was actually advertising for.  Anyways, I photocopied it myself, the cleaned it up and removed the anti-company stuff to get this:</p>\n";
echo "<center><img src=\"./images/random/spin-a-cause.jpg\" width=650 height=930 ></center>\n";

echo "<p class=\"no_print\">Why? Because it talks about root causes.  As in fixing the real problem, not the symptoms.  I think it should be mandatory for all management to learn about this, or even just see this poster.  It would save us all so many headaches, and a lot of money too.</p>\n";
echo "<p class=\"no_print\">Since I won't talk about work here, I really don't have all that much more to say other than 'think about it...hard...and then pass it on'.</p>\n";

include_once("./files/close.php");
?>