WHOIS Service

facethepaint.com - information about domain

  • Server Status: available
  • Server IP: 216.52.115.5
  • Server Response Time: 435ms

Site title

FACE the PAINT Light the Party Artist of the HIGH SIERRAS & LAKE TAHOE & Reno | FACE PAINTER HIGH SIERRAS, Light has also been the official Face Painter for major California cities and is now living and painting in the High Sierras for Corporation and

Keywords

face painting High Sierras, face painting Sierra Nevada Mountains, face paint Alta, face painting parties, face painting children, face painting, face paint California, face painter California, face painting Lake Tahoe, Face paint Reno, Balloons

Description

FACE the PAINT is a face and body painting/entertainment company with over 25 years experience in safety and extreme art!

Alexa information

Alexa rank: 22,607,850

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
facethepaint.com IN SOA 10800 mname: ns1.webs.com
rname: root.webs.com
refresh: 10800
retry: 3600
expire: 1814400
minimum-ttl: 3600
facethepaint.com IN A 216.52.115.5 10800
facethepaint.com IN MX 10800 sitemail.everyone.net
facethepaint.com IN NS 10800 ns2.webs.com
facethepaint.com IN NS 10800 ns1.webs.com

Server Location

Site source

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

<head>
<title>FACE the PAINT    Light the Party Artist of the HIGH SIERRAS & LAKE TAHOE & Reno | FACE PAINTER HIGH SIERRAS, Light has also been the official Face Painter for major California cities and is now living and painting in the High Sierras for Corporation and individual events.</title>
<meta name="keywords" content="face painting High Sierras, face painting Sierra Nevada Mountains, face paint Alta, face painting parties, face painting children, face painting, face paint California, face painter California, face painting Lake Tahoe, Face paint Reno, Balloons ">
<meta name="description" content="FACE the PAINT  is a face and body painting/entertainment company with over 25 years experience in safety and extreme art!">

<link rel="stylesheet" type="text/css" href="http://images.freewebs.com/Members/Generationz/CSSStyles/Blank/Right/style.css">
</head>

<body class="hasOneColumn noSidebar navtype-Unknown translate-en"  style="background:url('http://static.websimages.com/Backgrounds/Classical/plus.jpg');">
<!-- 
Copyright 2005 Freewebs Corporation.  All Rights Reserved.
FreeWebs offers a limited license for use of this template for Freewebs users only.
Under no circumstances may this template be used on a website that is not hosted by FreeWebs.  
-->
<!--   




-->
<script type="text/javascript" src="http://static.websimages.com/JS/fw.js"></script><script language="JavaScript1.2">
<!-- Begin

var no = 15; // image number or falling rate
var speed = 2; // the lower the number the faster the image moves
var snow = new Array();
snow[0] = "http://images.freewebs.com/Images/Effects/redbaloon.gif"
snow[1] = "http://images.freewebs.com/Images/Effects/greenbaloon.gif"
snow[2] = "http://images.freewebs.com/Images/Effects/whitebaloon.gif"

var ns4up = (document.layers) ? 1 : 0;  // browser sniffer
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
var dx, xp, yp;    // coordinate and position variables
var am, stx, sty;  // amplitude and step variables
var doc_width = 800, doc_height = 1800;

if (ns4up||ns6up) {
        doc_width = self.innerWidth;
        doc_height = self.innerHeight;
} else if (ie4up) {
        doc_width = document.body.clientWidth;
        doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
j = 0;

for (i = 0; i < no; ++ i) {
        dx[i] = 0;                        // set coordinate variables
        xp[i] = Math.random()*(doc_width-50);  // set position variables
        yp[i] = Math.random()*doc_height;
        am[i] = Math.random()*20;         // set amplitude variables
        stx[i] = 0.02 + Math.random()/10; // set step variables
        sty[i] = 0.7 + Math.random();     // set step variables
        if (ns4up) {                      // set layers
                if (i == 0) {
                        document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\""+ snow[j] + "\" border=\"0\"></layer>");
                } else {
                        document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\""+ snow[j] + "\" border=\"0\"></layer>");
                }        } else if (ie4up||ns6up) {                if (i == 0)
{
                        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + snow[j] + "\" border=\"0\"></div>");
                } else {
                        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + snow[j] + "\" border=\"0\"></div>");
                }
        }
        if (j == (snow.length-1)) { j = 0; } else { j += 1; }
}

function snowNS() {  // Netscape main animation function
        for (i = 0; i < no; ++ i) {  // iterate for every dot
                yp[i] -= sty[i];                if (yp[i] < -50) {
                        xp[i] = Math.random()*(doc_width-am[i]-30);
                        yp[i] = doc_height;
                        stx[i] = 0.02 + Math.random()/10;
                        sty[i] = 0.7 + Math.random();
                        doc_width = self.innerWidth;
                        doc_height = self.innerHeight;                }
                dx[i] += stx[i];
                document.layers["dot"+i].top = yp[i]+pageYOffset;
                document.layers["dot"+i].left = xp[i] +
am[i]*Math.sin(dx[i]);
        }
        setTimeout("snowNS()", speed);
}

function snowIE_NS6() {  // IE main animation function
        for (i = 0; i < no; ++ i) {  // iterate for every dot
                yp[i] -= sty[i];
                if (yp[i] < -50) {
                        xp[i] = Math.random()*(doc_width-am[i]-30);
                        yp[i] = doc_height;
                        stx[i] = 0.02 + Math.random()/10;
                        sty[i] = 0.7 + Math.random();
                        doc_width = ns6up?window.innerWidth-5:document.body.clientWidth;
                        doc_height = ns6up?window.innerHeight-5:document.body.clientHeight;
                }
                dx[i] += stx[i];
                if (ie4up){
                document.all["dot"+i].style.pixelTop = yp[i]+document.body.scrollTop;
                document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
                }
                else if (ns6up){
                document.getElementById("dot"+i).style.top=yp[i]+pageYOffset;
                document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]);
                }
        }
        setTimeout("snowIE_NS6()", speed);
}

if (ns4up) {
        snowNS();
} else if (ie4up||ns6up) {
        snowIE_NS6();
}
// End -->
</script>
<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var rclickmsg="Sorry, no right-clicking allowed.";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(rclickmsg);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(rclickmsg);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(rclickmsg);return false")

// --> 
</script>





  <div class="fw-container"> 
    <div class="fw-head">   
      <h1>FACE the PAINT    Light the Party Artist of the HIGH SIERRAS & LAKE TAHOE & Reno</h1>  
      <h3>FACE PAINTER HIGH SIERRAS, Light has also been the official Face Painter for major California cities and is now living and painting in the High Sierras for Corporation and individual events.</h3>
      <div id="logo-div" class="fw-logo" style="background: transparent url('http://www.facethepaint.com/BUTTERFLY%20%20Yellow%20Orange%20finger%20blend%20Half%20Sized%20PICT5348.jpg') no-repeat center"> 
      </div>
      <div class="fw-home-link"><a href="#">Home</a> 
      </div>  
    </div>
    
    <div class="fw-column-contain">

      <div class="fw-with-mini fw-content"> <!-- ParagraphStart 126169177 --> 
        <div class="fw-paragraph"> 
          <h2><a name="126169177"></a><!-- ParagraphTitleStart -->INTRODUCTION to THE HIGH SIERRA Face Painter! <!-- ParagraphTitleEnd --></h2>
          <div class="fw-text"> <!-- ParagraphBodyStart --><font face="Tahoma" size="4">
</font><div><font face="Tahoma" size="4">
<p align="center"><font color="deeppink" face="verdana"><strong><font size="6"><u><font color="red">FACE</font> the <font color="dodgerblue">PAINT</font></u>&nbsp;&nbsp;</font></strong></font></p>
<p align="center"><font color="deeppink" face="verdana"><strong>-Face Painting&nbsp;&amp;&nbsp;Body Painting&nbsp;all over&nbsp;California's&nbsp;High Sierra Mountain areas, Face Paint Lake Tahoe, Face Paint Reno,&nbsp;&amp; Beyond!&nbsp; </strong></font></p>
<p align="center"><font color="deeppink" face="verdana"><strong>We FACE&nbsp;PAINT Sparks, NV, Face Paint Sacramento, Face Paint Auburn, and&nbsp;Balloon Twist, too!</strong></font></p>
<p align="center"><font color="deeppink" face="verdana"><strong>Light is the "Party Artist of&nbsp;the HIGH SIERRAS" and Captain D brings his own&nbsp;pirate magic along!</strong></font></p>
<p align="center"><font face="verdana"><strong><font color="deepskyblue">WE WORK ESPECIALLY WITH CORPORATE EVENT COORDINATORS&nbsp;to help Make Corporate Events even more&nbsp;LOGO and BRAND Marketing&nbsp;Successful!&nbsp; </font></strong></font></p>
<p align="center"><font face="verdana" size="5"><strong><font size="3"><em><font color="steelblue">&nbsp;</font><font color="white" size="5">Contact us-&nbsp; (530) 906~3771</font></em></font></strong></font></p>
<p align="center"><font face="comic sans ms" size="5"><font color="black"><strong><img style="WIDTH: 112px; PADDING-RIGHT: 5px; HEIGHT: 112px" src="http://www.facethepaint.com/EYE%20SWIRL%20seagreen%20WEBsize%20leafy%20eye%20PICT7272.jpg" height="355" border="0" width="176" align="left"><img style="PADDING-LEFT: 5px; WIDTH: 189px; HEIGHT: 231px" src="http://www.facethepaint.com/ABBY%20BUTTERFLY%20PRINCESS%20Star2%20FAM%20MENU%20CROP%20PICT9057.jpg" height="871" border="0" width="620" align="right">&nbsp;<font color="white">Welcome,</font> </strong></font><font color="white"><font face="arial" size="3"><font size="5">My name is Light </font><strong><font size="5">Barrett</font>.&nbsp;&nbsp;&nbsp; I am&nbsp;a Professional Award winning Artist.&nbsp;&nbsp;Together with my partner, <font size="4">Captain D</font>, we entertain and Face Paint&nbsp;for all events-- using only the <font size="4"><u>safest FDA approved</u>&nbsp; </font>supplies for skin -- Our products are MAKE UP --not paint!!!&nbsp;</strong></font></font></font></p>
<p><font face="comic sans ms" size="5"><font color="white" face="arial" size="3"><strong>For over 20 years I have been transforming children with the joy of face painting.&nbsp; </strong></font></font></p>
<p><strong><font color="black" face="arial" size="3"><font color="white">At&nbsp; &nbsp;<font color="turquoise" size="4">FACE the PAINT </font>our job is to&nbsp;add Fun <font color="white">and&nbsp;Memorable Moments to your </font>event by creating a magical,&nbsp;happy realm where&nbsp;boys dream of being a&nbsp;pirates and BECOME</font>&nbsp; <font color="red">PIRATES</font><font color="white">..&nbsp; </font></font><font face="comic sans ms"><font face="arial"><font size="3"><font color="white">And Girls dream of&nbsp;becoming Fairy Princesses, and&nbsp;BECOME &nbsp; </font><font color="fuchsia">PRINCESSES</font><font color="white">.</font></font> </font></font><font face="verdana"><font size="3"><font color="white">We work for theme parties and special adult events,&nbsp;and girls night out and a long list of our&nbsp;Corporate&nbsp;Clients.&nbsp;</font></font></font></strong></p>
<p align="center">&nbsp;<img style="WIDTH: 122px; HEIGHT: 123px" src="http://www.facethepaint.com/Pirate%20no%20Patch%20WEBsiz%20Milo%20perfect%20picture%20PICT5554.jpg" height="311" border="0" width="294">&nbsp;<img style="WIDTH: 122px; HEIGHT: 138px" src="http://www.facethepaint.com/TIGER%20E%20WEBsize%201cropED%20%20PICT6234.jpg" height="433" border="0" width="338">&nbsp;<img style="WIDTH: 106px; HEIGHT: 129px" src="http://www.facethepaint.com/Princess%20Rainbow%20W%20MENU%20%20WEBsize%20Nanea%20%20PICT8313.jpg" height="487" border="0" width="324">&nbsp;<img style="WIDTH: 123px; HEIGHT: 144px" src="http://www.facethepaint.com/KAI%20Warrior%20Smile%20WEBSIZE%20edit%20Crop%20PICT6830.jpg" height="320" border="0" width="182">&nbsp;<img style="WIDTH: 128px; HEIGHT: 137px" src="http://www.facethepaint.com/Zico%20Tire%20Tread%20WEBsize%20crop%20PICT6632.jpg" height="338" border="0" width="152"> <img style="WIDTH: 169px; HEIGHT: 131px" src="http://www.facethepaint.com/BUG%20with%20Grapes%20WEB%20Sized%20nc%20pic.jpg" height="491" border="0" width="316">&nbsp;<img style="WIDTH: 108px; HEIGHT: 145px" src="http://www.facethepaint.com/WEB%20IZZY%20Flower%20Princess%20Hands%20Chin%206-09%20037%20-%20Copy.jpg" height="1463" border="0" width="399"></p>
<p><font size="5"><font face="comic sans ms"><strong><img style="WIDTH: 81px; PADDING-RIGHT: 5px; HEIGHT: 124px" src="http://www.facethepaint.com/Eye%20of%20the%20TIGER%20quarter%20face2color%20PICT5322.jpg" height="248" border="0" width="192" align="left"><font color="white">...</font><font face="arial" size="4"><font color="white">So </font><font color="mediumorchid"><em><u>FACE THE PAINT </u></em></font><font color="white">!&nbsp;for Face Painting, Body Painting, Temporary Tattoos, </font></font></strong></font></font><font face="arial"><font size="4"><strong><font color="white">Glitter Tattoos&nbsp;and more... </font><font size="3"><font color="white">NOW offering </font><font color="crimson">BALLOON</font> <font color="deeppink">Twisting</font> <font color="white">and</font> <font color="lightseagreen">Helium Balloons&nbsp;</font><font color="white">&amp;</font> <font color="mediumvioletred">Balloon&nbsp;Decorations </font><font color="deepskyblue">for your special events!&nbsp; </font></font></strong></font><font color="deepskyblue" size="3"><strong>*And remember, Adults often enjoy getting painted for special occasions!</strong></font></font></p>
<p><font face="comic sans ms"><font size="5"><strong></strong></font></font></p>
<p><font face="times new roman"><strong><u><font color="limegreen" size="5">FACE the PAINT is a Corporate favorite for pulling attention to logo,&nbsp;brand, and entertaining&nbsp;clients.&nbsp; </font></u></strong></font></p>
<p><font face="times new roman"><strong><u><font color="limegreen"><font size="3">***<font color="hotpink">Lisa McGinnis from the <font size="4">City of Santa Cruz </font>Parks and Recreation says,&nbsp;</font></font></font></u></strong></font><font face="times new roman"><strong><u><font color="limegreen"><font size="3"><font color="hotpink">~~~"Face the Paint, You are the best Face Painters in the World!"</font></font></font></u></strong></font></p>
<p><strong><font color="darkgoldenrod" face="Times New Roman" size="3"><font color="yellowgreen" size="4"><font color="crimson">***FRYS ELECTRONICS :&nbsp;--</font> </font><font color="crimson">"Face the Paint helped us bring in 3 times the customers for our event.&nbsp; We have hired FACE the PAINT</font></font></strong></p>
<p><strong><font color="crimson" face="Times New Roman" size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; many times now, they always help our events to be more successful and better attended.&nbsp; Thank you FACE the PAINT!"</font></strong></p>
<p><font color="#4682b4" face="Times New Roman" size="3"><strong>***<font size="4">FULLPOWER Technologies (CEO - Phillipe Kahn) </font>"FACE the PAINT adds the perfect finish to our black tie holiday events every year for our employees.</strong></font></p>
<p><strong><font color="#4682b4" face="Times New Roman" size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; We highly recommend Face the Paint for corporate&nbsp;events for their professional work ethic, their out of this world artwork, and entertainment for the children!"</font></strong></p>
<p><font face="times new roman" size="5"><strong><font color="black"><font size="1"><u>FACE Painting&nbsp;Sacramento Kings, Face Painting Maloof Sports, face&nbsp;painting Colfax, face&nbsp;painter California, Face painting California, Face painting Lake Tahoe,&nbsp;face paint CA</u>&nbsp;</font><font size="2"><font size="1"> </font>corporate client list)</font></font></strong></font></p>
<p><font size="5"><font size="4"><font face="arial"><font color="black" size="2">FACE PAINTING Sierra Nevada Mountains,&nbsp;Lake Tahoe&nbsp;FACE PAINTING, Reno FACE PAINT,&nbsp;Sparks FACE PAINTING, Sacramento FACE PAINTING</font></font></font></font></p>
<p><font size="5"><font size="4"><font face="arial"><font size="3"><strong><font color="lightseagreen">FACE PAINTING adds atmosphere and joy&nbsp;to all </font><font color="mediumorchid">Events, Baby Showers, Wedding Showers, Corporate Functions, Promotions, Grand Openings, Carnivals,&nbsp;Theater Productions,&nbsp;and&nbsp;of course, BIRTHDAY PARTIES</font>!&nbsp; </strong></font><font color="#ba55d3"><font size="3"><strong>But don't forget&nbsp;Night Clubs, Neighborhood Block Parties and Photo Shoots!</strong></font>&nbsp; <img style="PADDING-LEFT: 5px; WIDTH: 283px; HEIGHT: 360px" src="http://www.facethepaint.com/WEB%20BODY%20PAINT%20Ant%20pro%201.JPG" height="871" border="0" width="450" align="right"></font></font></font></font></p>
<p><font size="3"><font face="arial"><font color="white"></font></font></font>&nbsp;</p>
<p><font size="3"><font face="arial"><font color="white">Having<font size="5"><strong> </strong></font></font><font color="cornflowerblue"><font size="5"><strong><u><font color="red">FACE</font><font color="deeppink">the</font><font color="dodgerblue">PAINT</font></u> </strong></font></font><font color="white">at your event means your <u>entertainment</u> is taken care of!&nbsp;&nbsp;We promise to deliver a great quality of fun and&nbsp;professional level of art for your event or party and take some pressure off you to help you have the best event possible.</font></font></font></p>
<p align="center"><font size="5"><font face="arial"><font color="cornflowerblue"><strong><font size="3"><font color="lightgreen" size="4">For more Information or to book our&nbsp;Face Painting at your events in the Sierras, Lake Tahoe, Reno, Truckee, North Star at Tahoe or other High Sierra area in California or Nevada simply </font></font></strong></font></font></font></p>
<p align="center"><font face="arial"><font size="5"><font color="cornflowerblue"><strong><font color="cyan">call or email</font></strong></font><font color="cyan">&nbsp;</font></font></font></p>
<p align="center"><font face="Comic Sans MS"><strong><font color="dodgerblue"><font size="5"><u>FACE the PAINT</u>:</font></font></strong></font></p><font face="Comic Sans MS"><strong><font color="dodgerblue">
<p><font color="white"><font face="arial"><font size="5"><strong>email</strong>:&nbsp; </font></font></font><a style="COLOR: tomato" href="mailto:FACEthePAINT@gmail.com"><strong><font color="white" face="arial" size="5">FACEthePAINT@gmail.com</font></strong></a></p></font></strong></font>
<p><font face="arial"><font size="5"><strong><font color="white">Phone/</font>&nbsp;</strong><font color="white"><strong>cell:&nbsp; (530) 906~3771</strong>&nbsp; </font></font></font></p>
<p>&nbsp;</p>
<p><img style="WIDTH: 203px; HEIGHT: 238px" src="http://www.facethepaint.com/LIGHT%20Red%20Hat%20christmas%20time%202008.jpg" height="594" border="0" width="486">&nbsp;<font color="white">Light&nbsp;&nbsp;&nbsp; and&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="white">Captain D <img style="WIDTH: 290px; HEIGHT: 225px" src="http://www.facethepaint.com/FACE%20the%20PAINT%20CAPTAIN%20D%20n%20Two%20Stencil%20WEBSIZE%20Dragons%20%20035.jpg" height="364" border="0" width="378"></font></p>
<p><font color="darkviolet">FACE the PAINT loves the Sacramento Kings! and painting at their Kid supportive events!</font></p>
<p><font color="darkviolet">Great guys, great team, great owners!&nbsp; Hey the Kings' Mascot&nbsp;is such a Blast!&nbsp; GO KINGS!!!</font></p>
<p><img style="WIDTH: 263px; HEIGHT: 271px" src="http://www.facethepaint.com/Sacramento%20Kings%20Mascot%20n%20Light%20%20Rec%20Center%20%20IMG00098-20100402-1615.jpg" height="423" border="0" width="613"></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; <img style="WIDTH: 163px; HEIGHT: 182px" src="http://www.facethepaint.com/WEB%20IZZY%20Flower%20Princess%20Hands%20Chin%206-09%20037%20-%20Copy.jpg" height="1491" border="0" width="613">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="deeppink">Book FACE the PAINT now... and have some FUN!!!</font></p>
<p><font color="deeppink"></font>&nbsp;</p>
<p>MEMBER of:&nbsp; <a href="http://www.fpbaa.com">http://www.fpbaa.com</a></p>
<p><font color="green" size="3">GIG SALAD&nbsp;&nbsp;&nbsp;&nbsp; <u>&lt;a href="</u><a href="http://www.gigsalad.com%22%3E%3Cimg">http://www.gigsalad.com"&gt;&lt;img</a><u> src="</u><a href="http://www.gigsalad.com/banners/cf6.jpg">http://www.gigsalad.com/banners/cf6.jpg</a><u>" alt="Gig Salad" border="0"&gt;&lt;/a&gt;</u></font></p>
<p>&nbsp;</p>
<p>
</p><hr>

<p align="center"><font size="3"><strong><font color="dimgray">FACE the PAINT and Skin PAINTERS <font size="2">(more mature body painting &amp; promotional body painting events)</font></font></strong></font></p>
<p align="center"><font color="black" size="1"><strong>High Sierra&nbsp;Balloon Twisting, Balloon Twisting Alta,&nbsp;Colfax Balloon Twisting, Lake Tahoe and&nbsp;Reno areas, San Francisco&nbsp;FACE Painting, California with Face and Body Painting.</strong></font></p>
</font><p align="center"><font face="Tahoma" size="4"><font size="1"><strong><font color="white"><font color="black">Face Paint Reno, Face Painting Reno, Face Painting Reno, Face Painting Truckee, Face Painting Truckee CA, Face Painter Truckee, Face Paint Sparks, Face&nbsp;Painter Sparks, Face Painter Sparks, Face Paint Sparks NV,&nbsp;Face Paint Auburn, Face Painting Auburn, Face Painter Auburn, Face Painting Folsom, Face paint Folsom, Face Painter Folsom, Face Painting&nbsp;Sacramento, Face Painter Sacramento,&nbsp;Face Paint Sacramento, Face Painting Auburn, face paint Sierra Nevada Mountains, face painter Colfax, Face paint Truckee, Face painting Truckee, Face painter Truckee,&nbsp;face painting Lake Tahoe,&nbsp;Lake Tahoe&nbsp;Face Painting,&nbsp;Reno Face Paint,&nbsp;Reno Face painter,&nbsp;face paint&nbsp;High Sierras, face painter High Sierra, face painting, Face&nbsp;paint Alta Ca,&nbsp;Face Paint Reno, Face Paint Truckee, Face Paint Grass&nbsp;Valley, Face painting Lake Tahoe, Face painting Reno,&nbsp;Reno Face Painting, Truckee Face</font></font></strong><strong><font color="white"><font color="black">&nbsp;Painting, Balloon Twisting Truckee,&nbsp;Truckee Balloon&nbsp;Twisting,&nbsp;Alta Ca&nbsp;Balloon Decorations,&nbsp;Truckee Balloons,&nbsp;High Sierra&nbsp;Balloon Twising,&nbsp;Colfax Balloon Decorations, High Sierra Balloon Wedding decorations.&nbsp;&nbsp;Truckee wedding balloons.&nbsp; Lake Tahoe Balloon Twisting, Truckee wedding Balloons, Grass Valley Balloon Twisting, North Star at Tahoe Balloon Decorations, Grass Valley&nbsp;Wedding Balloons, North Star at Tahoe Party Balloons,&nbsp;High Sierra&nbsp;Party&nbsp;Balloons, Grass Valley Party&nbsp;Balloons</font></font></strong></font></font></p></div><!-- ParagraphBodyEnd --> </div>
        </div>
        <!-- ParagraphEnd 126169177 --><!-- ParagraphStart 229646448 --> 
        <div class="fw-paragraph"> 
          <h2><a name="229646448"></a><!-- ParagraphTitleStart --> <!-- ParagraphTitleEnd --></h2>
          <div class="fw-text"> <!-- ParagraphBodyStart --><p>FACE the Paint belongs to the top party and event planning companies : <font color="red" face="verdana" size="4"><strong>MERCHANT CIRCLE </strong></font>&amp;&nbsp; <a onmouseover="window.status='CoastClick.com - The Monterey Bay's Local Search Engine'; return true" href="http://www.coastclick.com/" target="_top"><img src="http://www.coastclick.com/webart/Links/CoastClick_Micro.gif" height="33" border="1" width="88"></a>&nbsp;&nbsp; and&nbsp; <img src="http://www.partyplannerusa.com/images/logos/ppu1/ppu1_72_201_68_rgb.jpg">&nbsp; and PartyPop,&nbsp;and</p>
<p style="color: black;"><font size="1">&lt;script type="text/javascript" src="</font><a href="http://www.gigsalad.com/js/review_widget.min.js%22%3E%3C/script%3E%3Cdiv"><font size="1">http://www.gigsalad.com/js/review_widget.min.js"&gt;&lt;/script&gt;&lt;div</font></a><font size="1"> id="gigsalad_review_widget"&gt;Please wait.&lt;/div&gt;&lt;script type="text/javascript" language="javascript"&gt;GS.init('a6I%3A0AFCeR-00AeRrya6wyI%3A3keRI%3AGSVneRmTa6I%3A0A.mzkW%3AkSQhvZ');&lt;/script&gt;&lt;a href="</font><a href="http://www.gigsalad.com/Variety/Face-Painter"><font size="1">http://www.gigsalad.com/Variety/Face-Painter</font></a><font size="1">" style="color:#666666; font-size:12px; border:none; text-decoration:none; font-weight:normal;"&gt;Hire Face Painters&lt;/a&gt;</font></p>
<p style="color: black;">&nbsp;<font size="1"><u>Visit my &lt;a href="</u></font><a href="http://www.gigsalad.com/face_the_paint_High%20Sierra%22%3EFace"><font size="1">http://www.gigsalad.com/face_the_paint_High Sierra"&gt;Face</font></a><font size="1"><u> Painter in High Sierras&lt;/a&gt; page on Gig Salad</u></font></p>
<p style="color: black;"><font size="1">&lt;table border='0' cellpadding='0' cellspacing='0' style='width:468px;background-image: url(</font><a href="http://www.mypartyplanner.com/images/reciprocal/badge_468x60.gif%29;%27"><font size="1">http://www.mypartyplanner.com/images/reciprocal/badge_468x60.gif);'</font></a><font size="1"> &gt;<br>&lt;tr&gt;&lt;td style='width:200px;height:60px;background-color:transparent;'&gt;&amp;nbsp;&lt;/td&gt;&lt;td style='vertical-align:middle;width:268px;padding:4px;background-color:transparent;overflow:hidden;'&gt;&lt;a href="</font><a href="http://www.mypartyplanner.com/search/vendor/Face_Painting/Sacramento_find28.html"><font size="1">http://www.mypartyplanner.com/search/vendor/Face_Painting/Sacramento_find28.html</font></a><font size="1">"&nbsp; style='color:#FFFDEC;font-size:10px;text-decoration:none;'&nbsp; title="Sacramento Face Painting" id="mpp_badge_233_03/31/2010_470693"&gt;Sacramento Face Painting&lt;/a&gt; &amp;nbsp;&lt;a href="</font><a href="http://www.mypartyplanner.com/search/vendor/Catering_-and-_Food-or-Beverage/province_fl.html"><font size="1">http://www.mypartyplanner.com/search/vendor/Catering_-and-_Food-or-Beverage/province_fl.html</font></a><font size="1">"&nbsp; style='color:#FFFDEC;font-size:10px;text-decoration:none;'&nbsp; title="Florida Catering" id="mpp_badge_80_03/31/2010_470693" &gt;Florida Catering&lt;/a&gt; &amp;nbsp;&lt;a href="</font><a href="http://www.partyplannerusa.com/"><font size="1">http://www.partyplannerusa.com</font></a><font size="1">"&nbsp; style='color:#FFFDEC;font-size:10px;text-decoration:none;'&nbsp; title="Party Planner" id="mpp_badge_163_03/31/2010_470693" &gt;Party Planner&lt;/a&gt; &amp;nbsp;&lt;a href="</font><a href="http://www.partypractical.com/"><font size="1">http://www.partypractical.com</font></a><font size="1">"&nbsp; style='color:#FFFDEC;font-size:10px;text-decoration:none;'&nbsp; title="Party Themes" id="mpp_badge_164_03/31/2010_470693" &gt;Party Themes&lt;/a&gt; &amp;nbsp;&lt;a href="</font><a href="http://www.party-planning.com/"><font size="1">http://www.party-planning.com/</font></a><font size="1">"&nbsp; style='color:#FFFDEC;font-size:10px;text-decoration:none;'&nbsp; title="Wedding Planning" id="mpp_badge_94_03/31/2010_470693" &gt;Wedding Planning&lt;/a&gt; &amp;nbsp;&lt;a href="</font><a href="http://www.mypartyplanner.com/search/vendor/Face_Painting/Sacramento_find28.html"><font size="1">http://www.mypartyplanner.com/search/vendor/Face_Painting/Sacramento_find28.html</font></a><font size="1">"&nbsp; style='color:#FFFDEC;font-size:10px;text-decoration:none;'&nbsp; title="Face Painting in Sacramento, CA" id="mpp_badge_0_03/31/2010_470693" &gt;Face Painting in Sacramento, CA&lt;/a&gt; &amp;nbsp;&lt;a href="</font><a href="http://www.mypartyplanner.com/search/vendor/Face_Painting/province_CA.html"><font size="1">http://www.mypartyplanner.com/search/vendor/Face_Painting/province_CA.html</font></a><font size="1">"&nbsp; style='color:#FFFDEC;font-size:10px;text-decoration:none;'&nbsp; title="California Face Painting" id="mpp_badge_0_03/31/2010_470693" &gt;California Face Painting&lt;/a&gt; &amp;nbsp;&lt;/td&gt;&lt;/tr&gt;<br>&lt;/table&gt;</font></p>
<p style="color: black;"><font size="2">&lt;a href="</font><a href="http://www.gigsalad.com/face_the_paint_auburn/write_review%22%3E%3Cimg"><font size="2">http://www.gigsalad.com/face_the_paint_auburn/write_review"&gt;&lt;img</font></a><font size="2"> src="</font><a href="http://www.gigsalad.com/banners/review4.jpg"><font size="2">http://www.gigsalad.com/banners/review4.jpg</font></a><font size="2">" alt="Face Painter in Auburn" border="0"&gt;&lt;/a&gt;&nbsp;&nbsp;&nbsp; &lt;a href="<a href="http://www.partyplannerusa.com/%22%3E%3Cimg">http://www.partyplannerusa.com/"&gt;&lt;img</a> src="<a href="http://www.partyplannerusa.com/images/advertising/banner_175_40_2.gif">http://www.partyplannerusa.com/images/advertising/banner_175_40_2.gif</a>" alt="Party" width="175" height="40" border="0"&gt;&lt;/a&gt;</font></p>
<p>&nbsp;
<font size="1">Painting Body Lake Tahoe,
Paint For Body Painting Lake Tahoe,
Face Painter Lake Tahoe,
Female Body Painting Lake Tahoe,
Body Art Painting Lake Tahoe,
Body Painting Art Lake Tahoe,
Full Body Painting Lake Tahoe,
Kids Face Painters Lake Tahoe,
Childrens Face Painters Lake Tahoe,
Kids Face Painter Lake Tahoe,
Temporary Tattoo Artists Lake Tahoe,
Airbrush Body Painting Lake Tahoe,
Body Paint Artist Lake Tahoe,
Body Painting Airbrush Lake Tahoe,
Party Face Painter Lake Tahoe,
Face Painters For Parties Lake Tahoe,
Party Face Painters Lake Tahoe,
Face Painter For Birthday Party Lake Tahoe,
Temporary Tattoo Artist Lake Tahoe,
Birthday Party Face Painters Lake Tahoe,
Face Painter For Birthday Parties Lake Tahoe,
Face Painters Birthday Parties Lake Tahoe,
Face Painters For Birthday Parties Lake Tahoe,
Professional Face Painter Lake Tahoe,
Professional Face Painters Lake Tahoe,
Face Painter For Hire Lake Tahoe,
Face Painter For Kids Parties Lake Tahoe,
Face Painter For Kids Party Lake Tahoe,
Face Painter Hire Lake Tahoe,
Hire a Face Painter Lake Tahoe,
Hire Face Painter Lake Tahoe,
Face Painters For Hire Lake Tahoe,
Face Painters For Kids Parties Lake Tahoe,
Kids Party Face Painters Lake Tahoe,
Face Painter and Balloon Artist Lake Tahoe,
Local Face Painters Lake Tahoe,
Face Painting Lake Tahoe,
Body Painting Lake Tahoe,
Body Paint Lake Tahoe,
Body Paint Lake Tahoe,
Body Tattoos Lake Tahoe,
Body Art Lake Tahoe,
Temporary Tattoos Lake Tahoe,
Tattoo Artist Lake Tahoe,
Child Party Idea Lake Tahoe,
Child Birthday Party Idea Lake Tahoe,
Kid Party Lake Tahoe,
Kid Birthday Party Idea Lake Tahoe,
Artists Lake Tahoe,
bodypaint Lake Tahoe,
bodypainting Lake Tahoe,
face painting Lake Tahoe,
facepainting Lake Tahoe,
facepaint Lake Tahoe,
</font></p>
<p><font size="1">GigMasters</font></p>
<p><font size="2"></font>&nbsp;</p>
<p>&nbsp;</p><!-- ParagraphBodyEnd --> </div>
        </div>
        <!-- ParagraphEnd 229646448 --><!-- ParagraphStart 134928147 --> 
        <div class="fw-paragraph"> 
          <h2><a name="134928147"></a><!-- ParagraphTitleStart -->Please See Our INDEX to the RIGHT <!-- ParagraphTitleEnd --></h2>
          <div class="fw-text"> <!-- ParagraphBodyStart --><P><FONT color=white size=5 face="comic sans ms"><STRONG>Please see our INDEX to the RIGHT</STRONG></FONT></P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P><!-- ParagraphBodyEnd --> </div>
        </div>
        <!-- ParagraphEnd 134928147 --><!-- ParagraphStart 160038095 --> 
        <div class="fw-paragraph"> 
          <h2><a name="160038095"></a><!-- ParagraphTitleStart --> <!-- ParagraphTitleEnd --></h2>
          <div class="fw-text"> <!-- ParagraphBodyStart --><div>
<div style="color: black;">&nbsp; 
<div><br>&nbsp;</div>
<span class="widget-item-control"><span class="item-control blog-admin"></span></span>

<div id="main-wrapper">
<div id="main" class="main section">
<div id="Blog1" class="widget Blog">
<div class="blog-posts hfeed">&nbsp;</div></div></div></div>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal">&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal">&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal">&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal">&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal">&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal">&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="1">SACRAMENTO FACE PAINT, FACE PAINT TRUCKEE, FACE PAINT SACRAMENTO, FACE PAINT CALIFORNIA, FACE PAINT LAS VEGAS, FACE PAINTER RENO, FACE PAINT TRUCKEE, FACE PAINT LAKE TAHOE, FACE PAINT SOUTH LAKE TAHOE, BODY PAINT LAKE TAHOE, SACRAMENTO, Santa Cruz, CA and Monterey, CA, Santa Cruz California, Monterey California&nbsp; Face painting in Santa Cruz California, Face Painting in Monterey California, Face painting in Monterey, CA, Face painting in Santa Cruz, CA.&nbsp; Award winning Face Painting, Extreme Art, Extreme Face Painting, Extreme Face Art, Extreme Face and Body painting.&nbsp; Face painting in Capitola, Ca.&nbsp; Face painting in Watsonville, CA.&nbsp; Face painting in Watsonville California,&nbsp; Face Painting in San Jose, CA.&nbsp;&nbsp; Face paint Monterey, Face Paint Santa cruz, face paint watsonville, face paint scotts valley, face painter Monterey, face painter Santa Cruz, face painting Monterey, Face painting Santa Cruz, Face Paint California, </font></p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="1">Face Paint Auburn, face painter Auburn, Face Painting Auburn, Face paint Sacramento, face painter Sacramento, face painting Sacramento, face paint Folsom, face paint Grass Valley, face paint Placerville, face painter Placerville, face painting Placerville, face paint Gold Country, face painter Gold Country, face painting Gold Country.&nbsp; Sacramento, California.&nbsp; Sacramento, CA.&nbsp; Auburn, California, FACE THE PAINT in AUBURN, CA.&nbsp; FACE PAINTER OF GOLD COUNTRY, CA</font></p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal">&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="1">&nbsp; </font></p>
<div><font size="1">FACE the PAINT located in Northern California and the Gold Country.&nbsp;&nbsp;FACE the PAINT&nbsp;serves Sacramento County, Placer County, Yuba County, Sutter County, Yolo County, Eldorado County , Butte County and Solono County...... and beyond. &nbsp;Most often you find us in the cities of Sacramento, Auburn, Grass Valley, FACE PAINT Roseville, Rocklin, Loomis, Granite Bay, Folsom, FACE PAINT Nevada City, and the Eugene area&nbsp;in Oregon.</font></div>
<div>&nbsp;</div>
<div><font size="1">Welcome to FACE the PAINT -Face &amp; Body Painting Art for face painting around&nbsp;Sacramento and the surrounding areas!&nbsp; </font><font size="1">I have been a Professional Face Painter, painting faces in the High Sierras, Sacramento, Santa Cruz and all over&nbsp;California area for over 20 years.<br>If you want to FACE the PAINT we are located in Northern California, based out of the TRUCKEE Area.&nbsp;&nbsp;Our Team&nbsp;serves&nbsp; Truckee, Reno, Lake Tahoe, Sacramento County, Placer County, Yuba County, Sutter County, Yolo County, Eldorado County , Butte County and Solono County...... and many others.&nbsp;&nbsp;You will find us in the cities of Sacramento, Auburn, Grass Valley, Roseville, Rocklin, Loomis, Granite Bay, Folsom, Yuba City, Davis, Elk Grove, Natomas, Nevada City, Santa Cruz, Capitola, Eugene, OR. and way beyond.&nbsp; We are able to travel longer distances for large projects/gigs.&nbsp; We have a self contained touring bus which travels far and wide to many states.<br><br>If you see us out there painting, please stop by and say "hello".<br>We are Artists for Hire and you will see that&nbsp;Joy &amp; Magic Happen In Our Tall Director's Chairs!</font></div>
<div style="color: black;">
<div id="Profile1" class="widget Profile">
<div class="widget-content">
<div class="clear">
<div style="TEXT-ALIGN: center" id="crosscol-wrapper">
<div id="crosscol" class="crosscol section">
<div id="Text3" class="widget Text">
<div class="widget-content"><font size="1"><span style="font-weight: bold;">Serving the Sacramento region with Face Painting &amp;&nbsp;Temporay and Glitter&nbsp;Tattoos.</span><br><br><span style="font-weight: bold;">Located in the High Sierras and serving&nbsp;Truckee, Colfax, Auburn, Lake Tahoe, Reno, San Francisco, &nbsp;and beyond</span></font></div></div></div></div></div></div></div></div>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="1"></font>&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><font size="1">Key words to find us on the Internet:&nbsp;</font><span style="FONT-FAMILY: Arial; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><font size="1">Entertainer, child, party, Children's Entertainer, Entertainment booking agent, San Jose, Peninsula, San Mateo, Atherton, Palo Alto, Santa Cruz, Aptos, Pacific Grove, Monterey, Capitola, Carmel, Carmel-By-The-Sea, Sunnyvale, Santa Clara, Los Gatos, Bay Area, CALIFORNIA, FACE PAINTER, FACE PAINTING, FACEPAINTING, FACEPAINTER, FACE, PAINTING, PAINT, FACE ART, BODY ART, MAKEUP ARTIST, FANTASY, FANTASY MAKEUP, ENTERTAINMENT, BODY PAINTER, BODY PAINTING, CHILDREN, PARTIES, BIRTHDAY, FUNDRAISER, REUNION, BAT MIZTVAH, BAR MIZTVAH, HOLIDAY PAINTING, FESTIVAL, FESTIVALS, FAERY FESTIVAL, storyteller, storytelling, story, tell stories, dragon, fairy, fairy princess, monsters, monster, superhero, super hero, superheroes, super heroes, character, clowns, digital photos, party pictures, party photographer, corporate events, event planning, fantasy, magic, magical, magic, gentle with children, Face Painting Santa Cruz, Face Paint Santa Cruz, face Painter Santa Cruz, Face Painter Capitola, Face Painting Capitola, Face Paint Capitola, Face Painting Aptos, Face Painting Los Gatos, Face Painter Los Gatos, Face Painter Seabright Beach, Face Painter Sand City, Face Painter Watsonville, Face Painting Watsonville, SANTA CRUZ, CAPITOLA, APTOS, Children's Entertainment Santa Cruz, Children's Entertainment Capitola, Surfrider Face Painting, Santa Cruz Wharf Face Painter, Santa Cruz Wharf Face Painting, Capitola Face Painter, Capitola Face Painting, Aptos Face Painter, Aptos Face Painting.&nbsp;&nbsp; </font></span></p>
<p><font size="1">FACE the PAINT face painting Sacramento - Professional Face Painting, Professional Body Painting, Club Body Painting, Las Vegas Body Painting, FACE the PAINT&nbsp;has been&nbsp;the pride of Santa Cruz,&nbsp; Face the Paint is the pride of Monterey, Face the PAINT is the pride of Carmel.&nbsp; Face Painting artistry, the BEST FACE PAINTING on the CENTRAL COAST of CALIFORNIA.&nbsp; CITYsearch Face the Paint, Award winning designs, Award winning artist, Monterey's best Face Painter, Santa Cruz best Face Painter, Capitola's Favorite face painter, Carmel's favorite Face painter, Santa Cruz Wharf Face Painter, Watsonville's favorite Face painter, The best Face Painter, Monterey's favorite Face Painter, Santa Cruz' favorite face painter, f </font></p>
<p><font size="1">SKIN PAINTERS, Painting Skin, BODY PAINTER Sacramento, Body Painter California, Face Painter Sacramento, Skin Paint, Skin Paint Santa Cruz, Skin Paint Capitola, Skin Paint Monterey, Skin Painters Monterey, Skin Painters Santa Cruz, Skin Painters San Jose, Skin Painters, Almaden, Skin Painters Scotts Valley, Body Painters Santa Cruz, Body Painters Monterey, Body Painters San Jose, Body Painters California, Skin Painters California, face paint Santa Cruz, Face paitting Santa Cruz, Face Painting Monterey, Face paint Monterey, Monterey face paint, Monterey face painting, monterey face painter, Santa Cruz face painter, santa cruz face painting, santa cruz face paint, Scotts Valley Face Paint, California Face Painting, California Face Painter, California Face Paint, California Face and Body Painter, San Jose Face Paint, Face paint san jose</font></p>
<p><font size="1">Favorite face painting on the coast, Favorite face painting in Gold Country and Face Painting&nbsp;Sacramento, face painting Reno, face painting Lake Tahoe, Face painting Truckee, Face painting Alta, Face Painting Rocklin, Face Painting Roseville, Face Painting Stockton, CA</font></p></div><font style="BACKGROUND-COLOR: white"><font color="white"><span style="FONT-FAMILY: Arial; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><font style="BACKGROUND-COLOR: white"><font color="black"></font></font></span></font></font></div><!-- ParagraphBodyEnd --> </div>
        </div>
        <!-- ParagraphEnd 160038095 --><!-- ParagraphStart 552210916 --> 
        <div class="fw-paragraph"> 
          <h2><a name="552210916"></a><!-- ParagraphTitleStart --> <!-- ParagraphTitleEnd --></h2>
          <div class="fw-text"> <!-- ParagraphBodyStart --><FONT color=black size=1>Working with Maloof Sports and Entertainment and the Sacramento Kings, FACE the PAINT is proud to be on a team that supports it's children in so many ways!&nbsp; The Maloof Brothers and the Kings support projects for upgrading and creating recreational centers throughout our Sacramento area.&nbsp; GO MALOOF SPORTS, GO KINGS, GO KIDS,&nbsp; Go FACE the PAINT -- Face and Body Painting Sacramento, face painting California, Face Painting Las Vegas, Face Painting Nevada</FONT><!-- ParagraphBodyEnd --> </div>
        </div>
        <!-- ParagraphEnd 552210916 -->
      </div>
      
      <div class="fw-nav-menu"> 
        <ul>
             <li><a class="section" href="http://www.facethepaint.com/" >FACE the PAINT</a></li>  <li><a class="section" href="http://www.facethepaint.com/whoandwhereweare.htm" >Who and Where We Are</a></li>  <li><a class="section" href="http://www.facethepaint.com/ourclients.htm" >Our CLIENTS</a></li>  <li><a class="section fw-current-nav-link" href="http://www.facethepaint.com/apps/photos/" >Photo Gallery</a></li>  <li><a class="section" href="http://www.facethepaint.com/apps/photos/album.jsp?albumID=2037938" >GALLERY KIDS Slide Show</a></li>  <li><a class="section" href="http://www.facethepaint.com/lightsglittertattoo.htm" >Light's GLITTER TATTOO</a></li>  <li><a class="section" href="http://www.facethepaint.com/gallerycheekart.htm" >GALLERY Cheek Art</a></li>  <li><a class="section" href="http://www.facethepaint.com/safetyandhygiene.htm" >SAFETY and HYGIENE</a></li>  <li><a class="section" href="http://www.facethepaint.com/contactus.htm" >CONTACT US</a></li>  <li><a class="section" href="http://www.facethepaint.com/bookingandquestions.htm" >BOOKING and Questions</a></li>  <li><a class="section" href="http://www.facethepaint.com/apps/contactme/sites/show" >Contact Us</a></li> 
        </ul>
        <hr>
      </div>
      
    </div>
    
    <div class="fw-footer"> 
      <hr>
      <p>�2006,�2007,�2008, 2009, 2010.��www.FACEthePAINT.com</p>
    </div>
    <div class="fw-tracker"> <script>var _nwls=[];if(window.jQuery&&window.jQuery.find){_nwls=jQuery.find(".fw_link_newWindow");}else{if(document.getElementsByClassName){_nwls=document.getElementsByClassName("fw_link_newWindow");}else{if(document.querySelectorAll){_nwls=document.querySelectorAll(".fw_link_newWindow");}else{document.write('<scr'+'ipt src="http://static.websimages.com/static/global/js/sizzle/sizzle.min.js"><\/scr'+'ipt>');if(window.Sizzle){_nwls=Sizzle(".fw_link_newWindow");}}}}var numlinks=_nwls.length;for(var i=0;i<numlinks;i++){_nwls[i].target="_blank";}</script>
<!-- Start AppPlugin[contactme] (1510528) -->
<script type="text/javascript">
  var _cmo = {
      form: '4f1495e882598b000102e991', 
      text: 'Contact Us', 
      align: 'left', 
      valign: 'middle', 
      lang: 'en', 
      background_color: '#872AB5'}; 

  var _load_contactme_button = function() {
        var cms = document.createElement('script'); 
        cms.type = 'text/javascript'; 
        cms.async = true; 
        cms.src = ('https:' == document.location.protocol ? 'https://d1uwd25yvxu96k.cloudfront.net' : 'http://static.contactme.com') + '/widgets/tab/v1/tab.js';
        var s = document.getElementsByTagName('script')[0]; 
        s.parentNode.insertBefore(cms, s);
      };
  
  if (typeof(_hide_contact_me_button) == 'undefined') { _load_contactme_button(); }
</script>
<!-- End AppPlugin[contactme] (1510528) -->

<!-- Start ClickyPlugin (none) -->

<!-- End ClickyPlugin (none) -->
<!-- --><script type="text/javascript" src="http://static.websimages.com/static/global/js/webs/usersites/escort.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}</script> </div>
  </div>

</body>
</html>

<!-- siteserver31 -->
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...