www.cartoonmotivators.com Open in urlscan Pro
107.152.109.16  Public Scan

URL: https://www.cartoonmotivators.com/shopping-mall-hazard-hunter.html
Submission: On March 03 via manual from CA — Scanned from CA

Form analysis 3 forms found in the DOM

POST search.php

<form method="post" action="search.php"> <input type="hidden" name="simple_search" value="Y"> <input type="hidden" name="mode" value="search"> <input type="hidden" name="posted_data[by_title]" value="Y"> <input type="hidden"
    name="posted_data[by_descr]" value="Y"> <input type="hidden" name="posted_data[by_sku]" value="Y"> <input type="hidden" name="posted_data[search_in_subcategories]" value="Y"> <input type="hidden" name="posted_data[including]" value="all">
  <div class="input-group"> <input type="text" class="form-control search-input-p search-input ac_input" name="posted_data[substring]" placeholder="Product Search..." required="" autocomplete="off" id="dynamic_search_products"> <span
      class="input-group-btn"> <button id="search-button" class="btn btn-default search-button" type="submit"><i class="fa fa-search"></i></button> <button onclick="location.href='search.php';" type="button"
        class="btn btn-default advsearch-button ttip_s" title="" data-original-title="Advanced Search"><i class="fa fa-search-plus"></i></button> </span> </div>
</form>

Name: orderformPOST cart.php

<form name="orderform" method="post" action="cart.php" onsubmit="javascript: return FormValidation(this);" id="orderform"> <input type="hidden" name="mode" value="add"> <input type="hidden" name="productid" value="413"> <input type="hidden"
    name="cat" value=""> <input type="hidden" name="page" value="">
  <div class="panel panel-default" style="margin-bottom:0">
    <div class="panel-heading">
      <h3 class="menu-dialog panel-title nmt">Options</h3>
    </div>
    <div class="panel-body">
      <table class="table product-properties">
        <tbody>
          <tr class="init-table">
            <td></td>
            <td></td>
            <td></td>
          </tr>
          <tr>
            <td class="property-name">Our Price:</td>
            <td class="property-value" colspan="2"> <span class="product-price-value product-price text-success"><span class="currency">$<span id="product_price">150.00</span></span></span> <span class="product-market-price">(<span
                  class="nowrap">£<span id="product_alt_price">116.55</span></span>)</span> </td>
          </tr>
          <tr>
            <td colspan="3">
              <div id="wl-prices" style="display: none;">
                <table class="table table-bordered">
                  <tbody>
                    <tr>
                      <th>Quantity</th>
                      <th>Price</th>
                    </tr>
                  </tbody>
                </table>
                <div style="display: none;"> <b>*Note:</b> </div>
              </div>
            </td>
          </tr>
          <tr class="quantity-row">
            <td class="property-name product-input">Quantity</td>
            <td class="property-value" colspan="2">
              <script type="text/javascript">
                var min_avail = 1;
                var avail = 1;
                var product_avail = 1;
              </script> <span class="product-one-quantity">1</span> <input type="hidden" name="amount" value="1"> (this product is downloadable)
            </td>
          </tr>
        </tbody>
      </table>
      <div class="text-center"> <button class="btn btn-default btn-lg btn-mobile add-to-cart-button btn-primary btn-primary" type="submit" title=" Add to Cart"><i class="fa fa-shopping-cart"></i> Add to Cart</button> <button
          class="btn btn-default btn-danger btn-lg btn-mobile" type="button" title=" Add to Wishlist" onclick="javascript: if (FormValidation()) submitForm(document.orderform, 'add2wl', arguments[0]);"><i class="fa fa-heart"></i> Add to
          Wishlist</button> </div>
      <div class="clearing"></div>
    </div>
  </div> <br>
  <div class="panel panel-default">
    <div class="panel-heading">
      <h3 class="menu-dialog panel-title nmt">Details</h3>
    </div>
    <div class="panel-body">
      <table class="table product-properties">
        <tbody>
          <tr class="init-table">
            <td></td>
            <td></td>
            <td></td>
          </tr>
          <tr>
            <td class="property-name">SKU</td>
            <td class="property-value" id="product_code" colspan="2">SKU413</td>
          </tr>
        </tbody>
      </table>
      <div class="clearing"></div>
    </div>
  </div>
</form>

Name: sendPOST product.php

<form action="product.php" method="post" name="send"> <input type="hidden" name="mode" value="send"> <input type="hidden" name="productid" value="413">
  <table class="table data-table">
    <tbody>
      <tr class="init-table">
        <td></td>
        <td></td>
        <td></td>
      </tr>
      <tr>
        <td class="data-name"><label for="send_name">Your name</label>:</td>
        <td class="data-required">*</td>
        <td> <input class="send2friend input-required form-control" id="send_name" type="text" name="name" value=""> </td>
      </tr>
      <tr>
        <td class="data-name"><label for="send_from">Your email</label>:</td>
        <td class="data-required">*</td>
        <td> <input class="send2friend input-required input-email form-control" id="send_from" type="text" name="from" value=""> </td>
      </tr>
      <tr>
        <td class="data-name"><label for="send_to">Recipient's email</label>:</td>
        <td class="data-required">*</td>
        <td> <input class="send2friend input-required input-email form-control" id="send_to" type="text" name="email" value=""> </td>
      </tr>
      <tr>
        <td colspan="3">
          <div class="data-name">
            <div class="checkbox"> <input type="checkbox" id="is_msg" name="is_msg" onclick="javascript: $('#send_message_box').toggle();" value="Y"> <label for="is_msg"><b>Add a personal message</b></label> </div>
          </div>
          <div id="send_message_box" style="display:none"> <textarea style="width:100%;height:100px;font-family:courier" class="send2friend maxlength form-control" maxlength="1000" id="send_message" name="message" rows="4"></textarea> </div>
        </td>
      </tr>
      <tr>
        <td colspan="2">&nbsp;</td>
        <td> <button class="btn btn-default btn-default" type="submit" title="Send to Friend">Send to Friend</button> </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

SHOPPING-MALL-HAZARD-HUNTER

The Web's No.1 Resource For Purchasing Cartoon Motivators,
Motivational Pictures And Inspiring Images!
+44 (0) 1246 209 034   rd@cartoonmotivators.com
 
 * Special offers
 * Sitemap
 * Products Map
 * Contact Us

 
 * Login
 * 
 * Forgot Password?
 * Register

  0  

Menu
 * Home
 * About me
 * How to Commission
 * Articles
 * Blog
 * Links
 * Terms & Conditions
 * FAQ’s
 * Contact Us
 * 


 1. HomeCartoon Motivators
 2. Health & SafetyHealth & Safety
 3. shopping-mall-hazard-hunter


SHOPPING-MALL-HAZARD-HUNTER

View Detailed Images 1
Ask a question about this product
Printable version



SHARE




OPTIONS

Our Price: $150.00 (£116.55)

Quantity Price

*Note:
Quantity 1 (this product is downloadable)

Add to Cart Add to Wishlist




DETAILS

SKU SKU413


 * Description
 * Send
 * Recommended



Shopping Mall hazard hunter cartoon - spot the hazards in this shopping centre
cartoon illustration. Numerous health and safety hazards illustrated in this
shopping mall hazards cartoon. Health and safety cartoon for training purposes -
ask your staff how many hazards they can spot?
Here are the hazards starting top left and moving right. Worker over reaching on
ladder, also has left wires all over the path as a trip hazard, lady with
platform heeled shoes - definite trip hazard, kids slipping on split drink,
discarded fire extinguisher, Evacuation Plan on noticeboard is half covered,
lift/elevator out of order and girl in wheelchair can't get down to other floor,
boxes blocking fire exit, delivery guy can't see where he is going with boxes
stacked high blocking his view, guy running and spilling drink, people talking -
might get spilt hot drink on them from guy running, person leaning over high
balcony waving to friend below, kids running and not looking where they're
going, painter guy stood on tins of paint to reach up, splashing paint all over,
worker has pallets stacked up trying to reach to drill not safe, cafe chairs all
over the floor, guy smoking in non smoking mall, teenagers running down
escalator the wrong way for a laugh - old lady in their way could get hurt,
chemicals not stored correctly, fire exit blocked, guy walking into clear glass
window, woman in wheelchair stuck in cracked floor, guy with stacked shopping
trolley can't see where he's going - about to run into mum and child in
pushchair/stroller, bench with broken leg, guy about to slip on water puddle
from plants, worker pouring water into plant pots not concentrating/talking, kid
speeding past old guy on rollerblades knocking him over, waitress spilling hot
drink in the direction of child, cleaner's cables a trip hazard, guy on cleaning
machine talking on phone and knocking old lady over and mum not paying attention
to her daughter pushing stroller.

Your name: * Your email: * Recipient's email: *
Add a personal message

  Send to Friend


SANTA IN GYM





SKU37

$49.00 (£38.07)





HEALTHY STRESS FREE





SKU48

$40.00 (£31.08)





TOPOFTHEWORLD





SKU126

$39.00 (£30.30)





Back to Top
 * Previous product
 * Next product





BROWSE CATEGORIES

 * Cartoon Motivators
 * Soccer Motivators
 * Stress cartoons
 * Health & Safety
 * Customer services
 * Business Cartoons
 * Teamwork /Teambuilding
 * Cartoon Strips
 * Sports Cartoons
 * People
 * Custom Cartoons
 * Animations
 * Christmas Cartoons
 * Slimming Motivators
 * Postcards
 * Cartoon Characters
   * Mog Tivata
   * SidGatt
 * Miscellaneous
 * Motivational Memos
 * Sales Cartoons




BESTSELLERS

Previous
building-construction-site-hazards
$150.00 (£116.55)

warehouse-health-and-safety-hazards
$80.00 (£62.16)

office-health-and-safety-hazards
$150.00 (£116.55)

Office Hazards
$60.00 (£46.62)

QuarrySafetyHazards
$60.00 (£46.62)

building-construction-site-hazards
$150.00 (£116.55)

warehouse-health-and-safety-hazards
$80.00 (£62.16)

Next
 * 1
 * 2
 * 3
 * 4
 * 5


Start Live Help Chat



MORE LINKS

 * About me
 * FAQ
 * Terms & Conditions
 * Privacy statement
 * Publicity
 * Latest Cartoons...
 * Illustrated Articles
 * Copyright Information
 * Links
 * Never Ever Give Up Ebook
 * Christmas-Web-Banners
 * Newsletter


NEWSLETTER

WHY NOT SIGN UP FOR MIDWEEK MOTIVATOR NEWSLETTER?

A quick and easy read - with a cartoon and motivational quotes! Upon sign up
you'll be given access to the below FREE ebook...


FOCUS

ARE YOU FOCUSING ON WHAT YOU WANT? OR ARE YOU FOCUSED ON WHAT YOU DON'T WANT?



NAVIGATION

 * Home
 * About me
 * How to Commission
 * Articles
 * Blog
 * Links
 * Terms & Conditions
 * FAQ’s
 * Contact Us

CONTACT US

 * Contact Us & Map
 * rd@cartoonmotivators.com
 * +44 (0) 1246 209 034
 * +44 (0) 7951 929 836
 * Subscribe to Newsletter

TESTIMONIALS

Richard is a joy to work with! He worked with my budget, my ideas, and my
requests with expert artistry and impeccable efficiency! He works so fast and
does exactly what you wantand even exceeded my expectations. Any changes I
wanted were done immediately and perfectly, and there was no frustrating back
and forth email exchange. It was so easy, and I know my party will be extra
special because of his work!

Thanks again!!!! Amanda Grapes

Richard drew our employees bending over backwards and jumping through hoops for
our customers, and that's exactly what he did for us. Richard ensured that we
received precisely what we had imagined with laughter and skill. Richard's
dedication to detail, whimsical and sometimes irreverent perspective was exactly
what we wanted to depict our unique culture. The artwork is a landmark feature
of our office, causing both our employees and visitors alike to smile when they
walk by. I highly recommend Richard and hope we'll find another occasion to use
him.

Jay Steinfeld Blinds.com

Working with Richard is a real pleasure, he follows the brief to the finest
detail and is always accommodating when changes are requested. If your in the
market for a cartoonist, look no further!

Alain Cohen Volante UK Ltd.

Having been sceptical about trying out a new company especially from the
internet without any recommendations, I can honestly say. Richard Duszczak of
Cartoon Motivators's work is amazing, his turn around time was exceptionally
fast, and any requests for amendments were literally carried out in minutes.

Charmaine Pollard Principal Consultant C P Counselling & Consulting

I was looking for that perfect present, and I came across Richards website, and
I must say I was not disappointed with the result, he takes into account your
budget and ideas and creates that perfect thing. Couldn't recommended better.
Thanks Richard!

Shaun King

The cards arrived yesterday as I was leaving the office so I had no time to
contact you. They look brilliant. I am so pleased, I can't thank you enough. It
is really good to be able to do business with somebody who keeps their promises
and provides an excellent service. I will gladly recommend your services to
anybody.

DarrenShaw @ mail-box-express.com

Chris loved the caricature,he couldnt stop laughing and has hung it up on his
wall. He said that was the best pressie anyone has bought.Thank you so much,i
will recommend you to all my friends for there caricature needs!

Soraya Harrison

Just wanted to let you know that the presentation went down really well at the
conference and the cartoons were very well received. Thanks for all your work!

Best wishes, Joy Cherkaoui

Thanks for all your help on designing the Christmas Cards for Distinct
Solutions. We are sorting out the copies here. All of us love it and we can't
wait to send them out!! It was Great Working with you

Kind Regards for the future, Hannah Crinson

I received the batch of downloads and they have all come through no problem. I
would like to say a sincere thank you for your work, your speed and for being so
adaptable with our requests regarding bleed off and layers etc. It has been a
pleasure dealing with you.

Thanks again, Jenny Kearley

Richard is a joy to work with! He worked with my budget, my ideas, and my
requests with expert artistry and impeccable efficiency! He works so fast and
does exactly what you wantand even exceeded my expectations. Any changes I
wanted were done immediately and perfectly, and there was no frustrating back
and forth email exchange. It was so easy, and I know my party will be extra
special because of his work!

Thanks again!!!! Amanda Grapes

Richard drew our employees bending over backwards and jumping through hoops for
our customers, and that's exactly what he did for us. Richard ensured that we
received precisely what we had imagined with laughter and skill. Richard's
dedication to detail, whimsical and sometimes irreverent perspective was exactly
what we wanted to depict our unique culture. The artwork is a landmark feature
of our office, causing both our employees and visitors alike to smile when they
walk by. I highly recommend Richard and hope we'll find another occasion to use
him.

Jay Steinfeld Blinds.com

 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10




Copyright © 2002-2022 Richard Duszczak Cartoon Motivators. All rights reserved.
Designed by instaCommerce.

 * 
 * 
 * 





Close
PreviousNext

PreviousMaximize

Next