Light Switch Scroll Fleur de lis Vinyl Decal Stickers Wall Art Living Room Decor

Buy This Item Now

// Flash Player Version Detection - Rev 1.6// Detect Client Browser type// Copyright(c) 2005-2006 Adobe Macromedia Software, LLC. All rights reserved.var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;function ControlVersion(){var version;var axo;var e;// NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registrytry {// version will be set for 7.X or greater playersaxo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version = axo.GetVariable("$version");} catch (e) {}if (!version){try {// version will be set for 6.X players onlyaxo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");// installed player is some revision of 6.0// GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,// so we have to be careful.// default to the first public versionversion = "WIN 6,0,21,0";// throws if AllowScripAccess does not exist (introduced in 6.0r47)axo.AllowScriptAccess = "always";// safe to call for 6.0r47 or greaterversion = axo.GetVariable("$version");} catch (e) {}}if (!version){try {// version will be set for 4.X or 5.X playeraxo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version = axo.GetVariable("$version");} catch (e) {}}if (!version){try {// version will be set for 3.X playeraxo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version = "WIN 3,0,18,0";} catch (e) {}}if (!version){try {// version will be set for 2.X playeraxo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");version = "WIN 2,0,0,11";} catch (e) {version = -1;}}return version;}//function ControlVersion// JavaScript helper required to detect Flash Player PlugIn version informationfunction GetSwfVer(){// NS/Opera version >= 3 check for Flash plugin in plugin arrayvar flashVer = -1;if (navigator.plugins != null && navigator.plugins.length > 0) {if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;var descArray = flashDescription.split(" ");var tempArrayMajor = descArray[2].split(".");var versionMajor = tempArrayMajor[0];var versionMinor = tempArrayMajor[1];var versionRevision = descArray[3];if (versionRevision == "") {versionRevision = descArray[4];}if (versionRevision[0] == "d") {versionRevision = versionRevision.substring(1);} else if (versionRevision[0] == "r") {versionRevision = versionRevision.substring(1);if (versionRevision.indexOf("d") > 0) {versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));}}var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;//alert("flashVer="+flashVer);}}// MSN/WebTV 2.6 supports Flash 4else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer= 4;// WebTV 2.5 supports Flash 3else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer= 3;// older WebTV supports Flash 2else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;else if ( isIE && isWin && !isOpera ) {flashVer = ControlVersion();}return flashVer;}//function GetSwfVer// When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is availablefunction DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision){versionStr = GetSwfVer();if (versionStr == -1 ) {return false;} else if (versionStr != 0) {if(isIE && isWin && !isOpera) {// Given "WIN 2,0,0,11"tempArray = versionStr.split(" "); // ["WIN", "2,0,0,11"]tempString = tempArray[1]; // "2,0,0,11"versionArray = tempString.split(","); // ['2', '0', '0', '11']} else {versionArray = versionStr.split(".");}var versionMajor = versionArray[0];var versionMinor = versionArray[1];var versionMajor = versionArray[0];var versionMinor = versionArray[1];var versionRevision = versionArray[2];// is the major.revision >= requested major.revision AND the minor version >= requested minorif (versionMajor > parseFloat(reqMajorVer)) {return true;} else if (versionMajor == parseFloat(reqMajorVer)) {if (versionMinor > parseFloat(reqMinorVer))return true;else if (versionMinor == parseFloat(reqMinorVer)) {if (versionRevision >= parseFloat(reqRevision))return true;}}return false;}}//function DetectFlashVervar correctVersion = DetectFlashVer(9,0,0);var viewerURL = "http://www.billboardspm.com/viewer";var urlArray = viewerURL.split("/");var rootURL = urlArray[0]+"//"+urlArray[2];if (correctVersion) { //Display Page Design document.writeln(''); document.writeln(''); document.writeln('');document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('');} else {document.writeln(''); document.writeln(''); document.writeln('If the button doesnt work, copy and paste the link below into your web browser: http://get.adobe.com/flashplayer/');}//if (correctVersion) {function hideCosmoViewer(docType) {if (docType == "footer") {var elm = document.getElementById("__fremont_footer_viewer");} else if (docType == "header") {var elm = document.getElementById("__fremont_header_viewer");}if (elm) {elm.style.display = "none";}if (docType == "footer") {hideCosmoImgPreviewFooter();} else if (docType == "header") {hideCosmoImgPreviewHeader();}hideCosmoBorder();}function hideCosmoImgPreviewHeader() {var cosmo_img_preview = document.getElementById("__cosmo_header_img_preview");if (cosmo_img_preview) {cosmo_img_preview.style.display = "none";}}function hideCosmoImgPreviewFooter() {var cosmo_img_preview = document.getElementById("__cosmo_footer_img_preview");if (cosmo_img_preview) {cosmo_img_preview.style.display = "none";}}function cosmoViewerAppLoadedEvent(docType) {if (docType == "footer") {hideCosmoImgPreviewFooter();} else if (docType == "header") {hideCosmoImgPreviewHeader();}}function hideCosmoBorder() {var elm = document.getElementById("__fremont_border");if (!elm) {return;}elm.style.border = "0px";elm.style.width = "auto";elm.style.padding = "0px";elm.style.textAlign = "";elm = document.getElementById("__fremont_container");elm.style.marginLeft = "0px";elm.style.marginRight = "0px";}

We accept Paypal payments. Please pay within 3 days of the end of the auction. If you are purchasing more than one item, please email for a combined invoice before you pay so it will show the correct shipping. We make every effort to ship your items as fast as possible, but since each design is cut to your color specifications, please allow up to 3 business days for the completion of your vinyl order. Item will be shipped on or before the 3rd business day. We highly value all of our customers and we want you to be happy with your purchase. If your item is not as described, please contact us. Or if you have any questions at all, please contact us. Auctions Feedback Contact Favorites

Click to view supersize imageClick to view supersize imageClick to view supersize image

04 This listing is for one vinyl decal sticker to go around your light switch.Measurements below are of the opening.  Please measure your light switch to choose the correct size.    5" tall by 3.25" wide openingor5 tall by 5.5" wide openingor5" tall by 7" wide openingPlease measure your light switch and choose the size you would like.You can choose your color and your size.  Price will adjust according to size.  Picture may have been enlarged so you can see it better.  Please see measurements for actual size.  Application instructions are included!Looks the same as the decal shown in the first picture.  Please see pictures for color choices available.  If no color is selected, it will be sent as shown.  These are custom made for you so I need to know your color choice right away.  Many of my designs can be cut apart when you receive them so you can arrange them any way you like and make the design unique to you!These give you the look of hand-painted artwork and are absolutely gorgeous!  They really make a room look elegant.  Can be applied to your wall, door, mirror, tile, stainless steel, glass, plastic or any smooth or semi smooth, non-porous, clean surface.  A fun, affordable way to decorate.  Can be removed when you want to do something different so you also could also use it in your apartment or school, church, etc.  Free offer:  If you buy 3 wall designs from me, you will get one design free that says "Welcome" as shown in the picture above.  Size of this one is 17"x6" and the color is black.  (size and color can not be changed for the free one). In order to receive your free one,  items must be purchased and shipped together.  I recommend purchasing a squeegee to help you with the application process.  Please click on the link to the left or see my store home page and click the link on the left to purchase one. These make a great gift too!  Great for Christmas, birthdays, house warming, baby showers, weddings, anniversary's, etc.I have many more designs in my store and I am always adding new ones. Only pay for shipping on one item and the rest ship free on your entire order as long as they are paid for and shipped together!  (Please see shipping information to see rate.  You will only pay the shipping charge one time.  Please let me know if it doesn't come through on your invoice correctly.)You do not have to put each letter on individually.  They are applied like a large sticker and give you the look of stenciling!  These do NOT have a background of any kind.  Just the individual vinyl letters or art are stuck to your surface. What ever surface you stick them to, will show around the letters or art.Items will arrive in 1 or 2 pieces depending on size.  These designs come coated with transfer tape.  You peel the transfer tape (the semi-transparent top layer) with the vinyl letters adhered to it off of the backing paper.  Then you place it on your wall in the position you want it to be and rub firmly over each letter.  Then gently peel the transfer tape off of the top of the vinyl letters and this leaves only the beautiful vinyl lettering on your surface.  If you have newly painted walls, you must wait at least 2 weeks for the paint to completely dry and cure before applying vinyl.Please note:  This auction includes the vinyl lettering and/or vinyl art only.  All props in pictures, color of walls, furniture or anything other than the vinyl sticker is not included.  Vinyl lettering does not contain a background.  Only the actual vinyl letters or art are adhered to your surface.  Vinyl can be applied to most non-porous smooth or semi-smooth surfaces.  You may find some difficulty applying vinyl to porous  or chalk like surfaces such as stone, as well as painted surfaces in which a flat paint was used, or heavily textured walls or some types of wall paper.  Vinyl is not reusable.  We are not responsible for any direct, indirect, or consequential damages resulting from the use or inability to use this product.  I accept Paypal payments.  Please pay within 3 days of auction close.  I make every effort to ship your items as fast as possible, but since each design is cut to your color specifications, please allow up to 3 business days for the completion of your vinyl order.  Item will be shipped on or before the 3rd business day.  Thanks for looking and bidding on my auctions!  And please remember to visit my store often as I have many more designs available and I am frequently adding new ones.Visit My eBay StoreAdd me to your Favorite Sellers  Thank you!

Copyright © 2009  All Rights Reserved. Doll is created by Fee Wan and template designed by Store for Moms

function right(e) {var msg = "Images protected by Auctiva. Sign up at www.auctiva.com to protect your images!";if (navigator.appName == 'Netscape' && e.which == 3) {alert(msg);return false;}if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {alert(msg);return false;}else return true;}function trapclick(){if(document.images){for(i=0;i

Buy This Item Now

 

Other Popular Items

New Bird Tree Shaped Home Decor Mural DIY Wall PVC Stickers
0.99
New Bird Tree Shaped Home Decor Mural DIY Wall PVC Stickers
033-DIY Almond Flowers Decorative Wall Paper Art Sticker Big Size
8.99
033-DIY Almond Flowers Decorative Wall Paper Art Sticker Big Size
REMOVABLE CAGE TREE WALL ROOM DECALS STICKERS
7.99
REMOVABLE CAGE TREE WALL ROOM DECALS STICKERS
I Love You Quote Wall Vinyl Stickers Art Decal Mural Reusable &Removable ?-White
8.99
I Love You Quote Wall Vinyl Stickers Art Decal Mural Reusable &Removable ?-White
DB 1965 Corvette Stingray 327 Wall Graphic Home Decal Decor Man Cave Wall Cling
16.99
DB 1965 Corvette Stingray 327 Wall Graphic Home Decal Decor Man Cave Wall Cling
Wall Mural Art Decor Vinyl Decal Sticker Lover 21
0.99
Wall Mural Art Decor Vinyl Decal Sticker Lover 21
NEW Disney Princess Removable Decorating Decals Cinderella Sleeping Beauty
1.99
NEW Disney Princess Removable Decorating Decals Cinderella Sleeping Beauty
NEW Marvel Spider-Man Removable Wall Decals.
1.99
NEW Marvel Spider-Man Removable Wall Decals.
Large Vine Flower Butterfly Removable PVC Wall Sticker Home Decor Art Decal
0.15
Large Vine Flower Butterfly Removable PVC Wall Sticker Home Decor Art Decal
NEW Disney Pixar Toy Story Removable Wall Decals Woody Buzz Lightyear
1.99
NEW Disney Pixar Toy Story Removable Wall Decals Woody Buzz Lightyear
Vinyl Wall Art Quote, The True Measure of a Man... Samuel Johnson
9.99
Vinyl Wall Art Quote, The True Measure of a Man...  Samuel Johnson
Refrigerator Corner Damask Decal for Kitchen
10.00
Refrigerator Corner Damask Decal for Kitchen
Set of 2 Keurig or ANY Full-Size Coffee Maker Decals Decoration FREE SHIPPING!
8.00
Set of 2 Keurig or ANY Full-Size Coffee Maker Decals Decoration FREE SHIPPING!
CARS The Movie MATER WALL STICKER Disney Removable HUGE 80 X 60 cm Decal
17.99
CARS The Movie MATER WALL STICKER Disney Removable HUGE 80 X 60 cm Decal
NEW PATTERN Set of (3) KitchenAid or Other Mixer Decals Kitchen Decor
13.50
NEW PATTERN Set of (3) KitchenAid or Other Mixer Decals Kitchen Decor