From d6761329f4750d6a5f84c24a10b736f1ea2924e2 Mon Sep 17 00:00:00 2001 From: Dave Dane Pacilan Date: Sun, 17 Sep 2017 03:17:48 +0800 Subject: [PATCH] Fix greeting filter bug --- js/layout.js | 3395 +++++++++++++++++++++++++------------------------- 1 file changed, 1698 insertions(+), 1697 deletions(-) diff --git a/js/layout.js b/js/layout.js index 0cf93f0..5dee5d4 100644 --- a/js/layout.js +++ b/js/layout.js @@ -1,10 +1,11 @@ var mix_layouts = { methods: { - layout_obj(layout, colorway, format) { + layout_obj(layout, colorway, format, greeting = null) { return { layout: layout, colorway: colorway, format: format, + greeting: greeting, link: 'https://cdn3.minted.com/files/mintedProductsImages/MIN/' + this.prodkind + '/' + this.code + '/' + this.normalize_sku + '-' + layout + '_' + colorway + '_' + format + (this.prepend_parameter ? '?_=undefined' : '') }; }, @@ -100,45 +101,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ACHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ACHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001ACHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ACHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001ACHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ACHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001ACHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ACHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001ACHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ACHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001ACHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ACHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001ACHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ACHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001ACHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ACHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ACHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ACHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -149,45 +150,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001AHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001AHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001AHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001AHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001AHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001AHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001AHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001AHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001AHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001AHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001AHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001AHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001AHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('001AHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001AHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001AHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001AHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001AHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -198,45 +199,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ANEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ANEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001ANEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ANEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001ANEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ANEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001ANEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ANEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001ANEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ANEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001ANEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ANEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001ANEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ANEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001ANEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ANEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ANEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ANEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -247,45 +248,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ARELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ARELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001ARELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ARELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001ARELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ARELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001ARELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ARELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001ARELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ARELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001ARELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ARELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001ARELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ARELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001ARELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ARELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ARELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ARELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -336,45 +337,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001BCHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001BCHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001BCHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001BCHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001BCHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001BCHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001BCHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001BCHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001BCHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001BCHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001BCHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001BCHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001BCHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'B', 'PD.jpg')); + link.push(this.layout_obj('001BCHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001BCHRISTMAS', 'B', 'CP.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001BCHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001BCHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001BCHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -385,45 +386,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001BHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001BHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001BHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001BHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001BHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001BHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001BHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001BHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001BHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001BHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001BHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001BHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001BHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'B', 'PD.jpg')); + link.push(this.layout_obj('001BHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001BHOLIDAY', 'B', 'CP.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001BHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001BHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001BHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -434,45 +435,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001BNEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001BNEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001BNEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001BNEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001BNEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001BNEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001BNEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001BNEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001BNEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001BNEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001BNEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001BNEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001BNEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'B', 'PD.jpg')); + link.push(this.layout_obj('001BNEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001BNEWYEAR', 'B', 'CP.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001BNEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001BNEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001BNEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -483,45 +484,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001BRELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001BRELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001BRELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001BRELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001BRELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001BRELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001BRELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001BRELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001BRELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001BRELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001BRELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001BRELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001BRELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'B', 'PD.jpg')); + link.push(this.layout_obj('001BRELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001BRELIGIOUS', 'B', 'CP.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001BRELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001BRELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001BRELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -552,45 +553,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001CCHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001CCHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001CCHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001CCHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001CCHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001CCHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001CCHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001CCHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001CCHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001CCHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001CCHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001CCHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001CCHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'B', 'PD.jpg')); + link.push(this.layout_obj('001CCHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001CCHRISTMAS', 'B', 'CP.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001CCHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001CCHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CCHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -611,45 +612,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001CHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001CHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001CHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001CHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001CHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001CHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001CHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001CHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001CHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001CHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001CHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001CHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001CHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'B', 'PD.jpg')); + link.push(this.layout_obj('001CHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001CHOLIDAY', 'B', 'CP.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001CHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001CHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001CHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -660,53 +661,53 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001CHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'H', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'H', 'PD.gif')); + link.push(this.layout_obj('001CHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); + if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'H', 'PD.gif', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001CHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'G', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'G', 'PD.gif')); + link.push(this.layout_obj('001CHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); + if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'G', 'PD.gif', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001CHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'F', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'F', 'PD.gif')); + link.push(this.layout_obj('001CHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); + if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'F', 'PD.gif', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001CHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'E', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'E', 'PD.gif')); + link.push(this.layout_obj('001CHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); + if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'E', 'PD.gif', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001CHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'D', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'D', 'PD.gif')); + link.push(this.layout_obj('001CHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); + if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'D', 'PD.gif', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001CHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'C', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'C', 'PD.gif')); + link.push(this.layout_obj('001CHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); + if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'C', 'PD.gif', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001CHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'B', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'B', 'PD.gif')); + link.push(this.layout_obj('001CHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); + if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'B', 'PD.gif', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001CHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001CHRISTMAS', 'A', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'A', 'PD.gif')); + link.push(this.layout_obj('001CHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001CHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); + if (animation_PD) link.push(this.layout_obj('001CHRISTMAS', 'A', 'PD.gif', 'CHRISTMAS')); } return link.reverse(); }, @@ -717,45 +718,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001CNEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001CNEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001CNEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001CNEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001CNEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001CNEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001CNEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001CNEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001CNEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001CNEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001CNEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001CNEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001CNEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('001CNEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001CNEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001CNEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001CNEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001CNEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -766,45 +767,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001CRELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001CRELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001CRELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001CRELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001CRELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001CRELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001CRELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001CRELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001CRELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001CRELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001CRELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001CRELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001CRELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001CRELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001CRELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001CRELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001CRELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001CRELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -835,45 +836,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001DCHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001DCHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001DCHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001DCHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001DCHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001DCHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001DCHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001DCHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001DCHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001DCHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001DCHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001DCHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001DCHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001DCHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001DCHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001DCHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001DCHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001DCHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -884,45 +885,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001DHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001DHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001DHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001DHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001DHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001DHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001DHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001DHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001DHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001DHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001DHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001DHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001DHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('001DHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001DHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001DHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001DHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001DHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -933,45 +934,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001DNEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001DNEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001DNEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001DNEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001DNEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001DNEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001DNEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001DNEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001DNEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001DNEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001DNEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001DNEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001DNEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('001DNEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001DNEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001DNEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001DNEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001DNEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -982,45 +983,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001DRELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001DRELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001DRELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001DRELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001DRELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001DRELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001DRELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001DRELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001DRELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001DRELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001DRELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001DRELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001DRELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001DRELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001DRELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001DRELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001DRELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001DRELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -1091,53 +1092,53 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001HOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'H', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'H', 'PD.gif')); + link.push(this.layout_obj('001HOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); + if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'H', 'PD.gif', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001HOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'G', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'G', 'PD.gif')); + link.push(this.layout_obj('001HOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); + if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'G', 'PD.gif', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001HOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'F', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'F', 'PD.gif')); + link.push(this.layout_obj('001HOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); + if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'F', 'PD.gif', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001HOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'E', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'E', 'PD.gif')); + link.push(this.layout_obj('001HOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); + if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'E', 'PD.gif', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001HOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'D', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'D', 'PD.gif')); + link.push(this.layout_obj('001HOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); + if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'D', 'PD.gif', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001HOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'C', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'C', 'PD.gif')); + link.push(this.layout_obj('001HOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); + if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'C', 'PD.gif', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001HOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'B', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'B', 'PD.gif')); + link.push(this.layout_obj('001HOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); + if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'B', 'PD.gif', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001HOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001HOLIDAY', 'A', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'A', 'PD.gif')); + link.push(this.layout_obj('001HOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001HOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); + if (animation_PD) link.push(this.layout_obj('001HOLIDAY', 'A', 'PD.gif', 'HOLIDAY')); } return link.reverse(); }, @@ -1168,45 +1169,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ICHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ICHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001ICHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ICHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001ICHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ICHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001ICHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ICHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001ICHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ICHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001ICHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ICHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001ICHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ICHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001ICHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ICHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ICHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ICHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -1217,45 +1218,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001IHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001IHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001IHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001IHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001IHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001IHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001IHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001IHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001IHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001IHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001IHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001IHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001IHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('001IHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001IHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001IHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001IHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001IHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -1266,45 +1267,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001INEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001INEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001INEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001INEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001INEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001INEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001INEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001INEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001INEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001INEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001INEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001INEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001INEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('001INEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001INEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001INEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001INEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001INEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -1315,45 +1316,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001IRELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001IRELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001IRELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001IRELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001IRELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001IRELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001IRELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001IRELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001IRELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001IRELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001IRELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001IRELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001IRELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001IRELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001IRELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001IRELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001IRELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001IRELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -1384,45 +1385,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001JCHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001JCHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001JCHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001JCHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001JCHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001JCHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001JCHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001JCHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001JCHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001JCHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001JCHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001JCHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001JCHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001JCHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001JCHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001JCHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001JCHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001JCHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -1433,45 +1434,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001JHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001JHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001JHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001JHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001JHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001JHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001JHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001JHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001JHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001JHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001JHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001JHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001JHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('001JHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001JHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001JHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001JHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001JHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -1482,45 +1483,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001JNEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001JNEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001JNEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001JNEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001JNEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001JNEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001JNEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001JNEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001JNEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001JNEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001JNEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001JNEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001JNEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('001JNEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001JNEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001JNEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001JNEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001JNEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -1531,45 +1532,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001JRELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001JRELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001JRELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001JRELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001JRELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001JRELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001JRELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001JRELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001JRELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001JRELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001JRELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001JRELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001JRELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001JRELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001JRELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001JRELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001JRELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001JRELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -1600,45 +1601,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001MCHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001MCHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001MCHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001MCHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001MCHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001MCHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001MCHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001MCHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001MCHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001MCHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001MCHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001MCHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001MCHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001MCHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001MCHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001MCHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001MCHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001MCHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -1649,45 +1650,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001MHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001MHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001MHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001MHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001MHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001MHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001MHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001MHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001MHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001MHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001MHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001MHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001MHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('001MHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001MHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001MHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001MHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001MHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -1698,45 +1699,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001MNEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001MNEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001MNEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001MNEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001MNEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001MNEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001MNEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001MNEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001MNEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001MNEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001MNEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001MNEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001MNEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('001MNEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001MNEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001MNEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001MNEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001MNEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -1747,45 +1748,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001MRELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001MRELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001MRELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001MRELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001MRELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001MRELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001MRELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001MRELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001MRELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001MRELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001MRELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001MRELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001MRELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001MRELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001MRELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001MRELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001MRELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001MRELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -1816,45 +1817,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001NCHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001NCHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001NCHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001NCHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001NCHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001NCHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001NCHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001NCHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001NCHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001NCHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001NCHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001NCHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001NCHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001NCHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001NCHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001NCHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001NCHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001NCHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -1865,53 +1866,53 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001NEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'H', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'H', 'PD.gif')); + link.push(this.layout_obj('001NEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); + if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'H', 'PD.gif', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001NEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'G', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'G', 'PD.gif')); + link.push(this.layout_obj('001NEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); + if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'G', 'PD.gif', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001NEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'F', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'F', 'PD.gif')); + link.push(this.layout_obj('001NEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); + if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'F', 'PD.gif', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001NEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'E', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'E', 'PD.gif')); + link.push(this.layout_obj('001NEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); + if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'E', 'PD.gif', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001NEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'D', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'D', 'PD.gif')); + link.push(this.layout_obj('001NEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); + if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'D', 'PD.gif', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001NEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'C', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'C', 'PD.gif')); + link.push(this.layout_obj('001NEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); + if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'C', 'PD.gif', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001NEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'B', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'B', 'PD.gif')); + link.push(this.layout_obj('001NEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); + if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'B', 'PD.gif', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001NEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001NEWYEAR', 'A', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'A', 'PD.gif')); + link.push(this.layout_obj('001NEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); + if (animation_PD) link.push(this.layout_obj('001NEWYEAR', 'A', 'PD.gif', 'NEWYEAR')); } return link.reverse(); }, @@ -1922,45 +1923,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001NHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001NHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001NHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001NHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001NHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001NHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001NHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001NHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001NHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001NHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001NHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001NHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001NHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('001NHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001NHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001NHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001NHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001NHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -1971,45 +1972,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001NNEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001NNEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001NNEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001NNEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001NNEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001NNEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001NNEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001NNEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001NNEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001NNEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001NNEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001NNEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001NNEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('001NNEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001NNEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001NNEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001NNEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001NNEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -2020,45 +2021,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001NRELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001NRELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001NRELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001NRELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001NRELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001NRELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001NRELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001NRELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001NRELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001NRELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001NRELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001NRELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001NRELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001NRELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001NRELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001NRELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001NRELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001NRELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -2089,45 +2090,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001OCHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001OCHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001OCHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001OCHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001OCHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001OCHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001OCHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001OCHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001OCHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001OCHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001OCHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001OCHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001OCHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001OCHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001OCHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001OCHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001OCHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001OCHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -2138,45 +2139,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001OHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001OHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001OHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001OHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001OHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001OHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001OHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001OHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001OHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001OHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001OHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001OHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001OHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('001OHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001OHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001OHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001OHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001OHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -2187,45 +2188,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ONEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ONEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001ONEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ONEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001ONEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ONEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001ONEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ONEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001ONEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ONEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001ONEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ONEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001ONEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ONEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001ONEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ONEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ONEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ONEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -2236,45 +2237,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ORELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ORELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001ORELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ORELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001ORELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ORELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001ORELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ORELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001ORELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ORELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001ORELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ORELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001ORELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ORELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001ORELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ORELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ORELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ORELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -2315,53 +2316,53 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001RELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'H', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'H', 'PD.gif')); + link.push(this.layout_obj('001RELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); + if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'H', 'PD.gif', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001RELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'G', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'G', 'PD.gif')); + link.push(this.layout_obj('001RELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); + if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'G', 'PD.gif', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001RELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'F', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'F', 'PD.gif')); + link.push(this.layout_obj('001RELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); + if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'F', 'PD.gif', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001RELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'E', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'E', 'PD.gif')); + link.push(this.layout_obj('001RELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); + if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'E', 'PD.gif', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001RELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'D', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'D', 'PD.gif')); + link.push(this.layout_obj('001RELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); + if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'D', 'PD.gif', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001RELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'C', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'C', 'PD.gif')); + link.push(this.layout_obj('001RELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); + if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'C', 'PD.gif', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001RELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'B', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'B', 'PD.gif')); + link.push(this.layout_obj('001RELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); + if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'B', 'PD.gif', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001RELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001RELIGIOUS', 'A', 'CP.jpg')); - if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'A', 'PD.gif')); + link.push(this.layout_obj('001RELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001RELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); + if (animation_PD) link.push(this.layout_obj('001RELIGIOUS', 'A', 'PD.gif', 'RELIGIOUS')); } return link.reverse(); }, @@ -2412,45 +2413,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ZCHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ZCHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('001ZCHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ZCHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('001ZCHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ZCHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('001ZCHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ZCHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('001ZCHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ZCHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('001ZCHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ZCHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('001ZCHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ZCHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('001ZCHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ZCHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ZCHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('001ZCHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -2461,45 +2462,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ZHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ZHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('001ZHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ZHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('001ZHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ZHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('001ZHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ZHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('001ZHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ZHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('001ZHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ZHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('001ZHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ZHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('001ZHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ZHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ZHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('001ZHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -2510,45 +2511,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ZNEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ZNEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('001ZNEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ZNEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('001ZNEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ZNEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('001ZNEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ZNEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('001ZNEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ZNEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('001ZNEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ZNEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('001ZNEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ZNEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('001ZNEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ZNEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ZNEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('001ZNEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -2559,45 +2560,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('001ZRELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('001ZRELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('001ZRELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('001ZRELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('001ZRELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('001ZRELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('001ZRELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('001ZRELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('001ZRELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('001ZRELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('001ZRELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('001ZRELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('001ZRELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('001ZRELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('001ZRELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('001ZRELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('001ZRELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('001ZRELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -2971,45 +2972,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('007BCHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('007BCHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('007BCHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('007BCHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('007BCHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('007BCHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('007BCHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('007BCHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('007BCHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('007BCHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('007BCHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('007BCHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('007BCHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('007BCHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('007BCHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('007BCHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('007BCHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007BCHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -3020,45 +3021,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('007BHOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('007BHOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('007BHOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('007BHOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('007BHOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('007BHOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('007BHOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('007BHOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('007BHOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('007BHOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('007BHOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('007BHOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('007BHOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('007BHOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('007BHOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('007BHOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('007BHOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007BHOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -3069,45 +3070,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('007BNEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('007BNEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('007BNEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('007BNEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('007BNEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('007BNEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('007BNEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('007BNEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('007BNEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('007BNEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('007BNEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('007BNEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('007BNEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('007BNEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('007BNEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('007BNEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('007BNEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007BNEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -3118,45 +3119,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('007BRELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('007BRELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('007BRELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('007BRELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('007BRELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('007BRELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('007BRELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('007BRELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('007BRELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('007BRELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('007BRELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('007BRELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('007BRELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('007BRELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('007BRELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('007BRELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('007BRELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007BRELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); }, @@ -3167,45 +3168,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('007CHRISTMAS', 'H', 'TH.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'H', 'PD.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'H', 'CP.jpg')); + link.push(this.layout_obj('007CHRISTMAS', 'H', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'H', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'H', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'H', 'CP.jpg', 'CHRISTMAS')); case 'G': - link.push(this.layout_obj('007CHRISTMAS', 'G', 'TH.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'G', 'PD.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'G', 'CP.jpg')); + link.push(this.layout_obj('007CHRISTMAS', 'G', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'G', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'G', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'G', 'CP.jpg', 'CHRISTMAS')); case 'F': - link.push(this.layout_obj('007CHRISTMAS', 'F', 'TH.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'F', 'PD.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'F', 'CP.jpg')); + link.push(this.layout_obj('007CHRISTMAS', 'F', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'F', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'F', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'F', 'CP.jpg', 'CHRISTMAS')); case 'E': - link.push(this.layout_obj('007CHRISTMAS', 'E', 'TH.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'E', 'PD.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'E', 'CP.jpg')); + link.push(this.layout_obj('007CHRISTMAS', 'E', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'E', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'E', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'E', 'CP.jpg', 'CHRISTMAS')); case 'D': - link.push(this.layout_obj('007CHRISTMAS', 'D', 'TH.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'D', 'PD.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'D', 'CP.jpg')); + link.push(this.layout_obj('007CHRISTMAS', 'D', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'D', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'D', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'D', 'CP.jpg', 'CHRISTMAS')); case 'C': - link.push(this.layout_obj('007CHRISTMAS', 'C', 'TH.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'C', 'PD.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'C', 'CP.jpg')); + link.push(this.layout_obj('007CHRISTMAS', 'C', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'C', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'C', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'C', 'CP.jpg', 'CHRISTMAS')); case 'B': - link.push(this.layout_obj('007CHRISTMAS', 'B', 'TH.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'B', 'PD.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'B', 'CP.jpg')); + link.push(this.layout_obj('007CHRISTMAS', 'B', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'B', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'B', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'B', 'CP.jpg', 'CHRISTMAS')); case 'A': - link.push(this.layout_obj('007CHRISTMAS', 'A', 'TH.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'A', 'PD.jpg')); - link.push(this.layout_obj('007CHRISTMAS', 'A', 'CP.jpg')); + link.push(this.layout_obj('007CHRISTMAS', 'A', 'TH.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'A', 'PZ.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'A', 'PD.jpg', 'CHRISTMAS')); + link.push(this.layout_obj('007CHRISTMAS', 'A', 'CP.jpg', 'CHRISTMAS')); } return link.reverse(); }, @@ -3216,45 +3217,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('007HOLIDAY', 'H', 'TH.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'H', 'PZ.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'H', 'PD.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'H', 'CP.jpg')); + link.push(this.layout_obj('007HOLIDAY', 'H', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'H', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'H', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'H', 'CP.jpg', 'HOLIDAY')); case 'G': - link.push(this.layout_obj('007HOLIDAY', 'G', 'TH.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'G', 'PZ.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'G', 'PD.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'G', 'CP.jpg')); + link.push(this.layout_obj('007HOLIDAY', 'G', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'G', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'G', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'G', 'CP.jpg', 'HOLIDAY')); case 'F': - link.push(this.layout_obj('007HOLIDAY', 'F', 'TH.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'F', 'PZ.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'F', 'PD.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'F', 'CP.jpg')); + link.push(this.layout_obj('007HOLIDAY', 'F', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'F', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'F', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'F', 'CP.jpg', 'HOLIDAY')); case 'E': - link.push(this.layout_obj('007HOLIDAY', 'E', 'TH.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'E', 'PZ.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'E', 'PD.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'E', 'CP.jpg')); + link.push(this.layout_obj('007HOLIDAY', 'E', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'E', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'E', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'E', 'CP.jpg', 'HOLIDAY')); case 'D': - link.push(this.layout_obj('007HOLIDAY', 'D', 'TH.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'D', 'PZ.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'D', 'PD.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'D', 'CP.jpg')); + link.push(this.layout_obj('007HOLIDAY', 'D', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'D', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'D', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'D', 'CP.jpg', 'HOLIDAY')); case 'C': - link.push(this.layout_obj('007HOLIDAY', 'C', 'TH.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'C', 'PZ.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'C', 'PD.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'C', 'CP.jpg')); + link.push(this.layout_obj('007HOLIDAY', 'C', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'C', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'C', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'C', 'CP.jpg', 'HOLIDAY')); case 'B': - link.push(this.layout_obj('007HOLIDAY', 'B', 'TH.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'B', 'PZ.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'B', 'PD.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'B', 'CP.jpg')); + link.push(this.layout_obj('007HOLIDAY', 'B', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'B', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'B', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'B', 'CP.jpg', 'HOLIDAY')); case 'A': - link.push(this.layout_obj('007HOLIDAY', 'A', 'TH.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'A', 'PZ.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'A', 'PD.jpg')); - link.push(this.layout_obj('007HOLIDAY', 'A', 'CP.jpg')); + link.push(this.layout_obj('007HOLIDAY', 'A', 'TH.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'A', 'PZ.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'A', 'PD.jpg', 'HOLIDAY')); + link.push(this.layout_obj('007HOLIDAY', 'A', 'CP.jpg', 'HOLIDAY')); } return link.reverse(); }, @@ -3265,45 +3266,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('007NEWYEAR', 'H', 'TH.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'H', 'PZ.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'H', 'PD.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'H', 'CP.jpg')); + link.push(this.layout_obj('007NEWYEAR', 'H', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'H', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'H', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'H', 'CP.jpg', 'NEWYEAR')); case 'G': - link.push(this.layout_obj('007NEWYEAR', 'G', 'TH.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'G', 'PZ.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'G', 'PD.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'G', 'CP.jpg')); + link.push(this.layout_obj('007NEWYEAR', 'G', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'G', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'G', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'G', 'CP.jpg', 'NEWYEAR')); case 'F': - link.push(this.layout_obj('007NEWYEAR', 'F', 'TH.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'F', 'PZ.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'F', 'PD.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'F', 'CP.jpg')); + link.push(this.layout_obj('007NEWYEAR', 'F', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'F', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'F', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'F', 'CP.jpg', 'NEWYEAR')); case 'E': - link.push(this.layout_obj('007NEWYEAR', 'E', 'TH.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'E', 'PZ.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'E', 'PD.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'E', 'CP.jpg')); + link.push(this.layout_obj('007NEWYEAR', 'E', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'E', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'E', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'E', 'CP.jpg', 'NEWYEAR')); case 'D': - link.push(this.layout_obj('007NEWYEAR', 'D', 'TH.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'D', 'PZ.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'D', 'PD.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'D', 'CP.jpg')); + link.push(this.layout_obj('007NEWYEAR', 'D', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'D', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'D', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'D', 'CP.jpg', 'NEWYEAR')); case 'C': - link.push(this.layout_obj('007NEWYEAR', 'C', 'TH.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'C', 'PZ.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'C', 'PD.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'C', 'CP.jpg')); + link.push(this.layout_obj('007NEWYEAR', 'C', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'C', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'C', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'C', 'CP.jpg', 'NEWYEAR')); case 'B': - link.push(this.layout_obj('007NEWYEAR', 'B', 'TH.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'B', 'PZ.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'B', 'PD.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'B', 'CP.jpg')); + link.push(this.layout_obj('007NEWYEAR', 'B', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'B', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'B', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'B', 'CP.jpg', 'NEWYEAR')); case 'A': - link.push(this.layout_obj('007NEWYEAR', 'A', 'TH.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'A', 'PZ.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'A', 'PD.jpg')); - link.push(this.layout_obj('007NEWYEAR', 'A', 'CP.jpg')); + link.push(this.layout_obj('007NEWYEAR', 'A', 'TH.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'A', 'PZ.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'A', 'PD.jpg', 'NEWYEAR')); + link.push(this.layout_obj('007NEWYEAR', 'A', 'CP.jpg', 'NEWYEAR')); } return link.reverse(); }, @@ -3314,45 +3315,45 @@ var mix_layouts = { switch (this.colorway) { case 'H': - link.push(this.layout_obj('007RELIGIOUS', 'H', 'TH.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'H', 'PZ.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'H', 'PD.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'H', 'CP.jpg')); + link.push(this.layout_obj('007RELIGIOUS', 'H', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'H', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'H', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'H', 'CP.jpg', 'RELIGIOUS')); case 'G': - link.push(this.layout_obj('007RELIGIOUS', 'G', 'TH.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'G', 'PZ.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'G', 'PD.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'G', 'CP.jpg')); + link.push(this.layout_obj('007RELIGIOUS', 'G', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'G', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'G', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'G', 'CP.jpg', 'RELIGIOUS')); case 'F': - link.push(this.layout_obj('007RELIGIOUS', 'F', 'TH.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'F', 'PZ.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'F', 'PD.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'F', 'CP.jpg')); + link.push(this.layout_obj('007RELIGIOUS', 'F', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'F', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'F', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'F', 'CP.jpg', 'RELIGIOUS')); case 'E': - link.push(this.layout_obj('007RELIGIOUS', 'E', 'TH.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'E', 'PZ.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'E', 'PD.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'E', 'CP.jpg')); + link.push(this.layout_obj('007RELIGIOUS', 'E', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'E', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'E', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'E', 'CP.jpg', 'RELIGIOUS')); case 'D': - link.push(this.layout_obj('007RELIGIOUS', 'D', 'TH.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'D', 'PZ.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'D', 'PD.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'D', 'CP.jpg')); + link.push(this.layout_obj('007RELIGIOUS', 'D', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'D', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'D', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'D', 'CP.jpg', 'RELIGIOUS')); case 'C': - link.push(this.layout_obj('007RELIGIOUS', 'C', 'TH.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'C', 'PZ.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'C', 'PD.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'C', 'CP.jpg')); + link.push(this.layout_obj('007RELIGIOUS', 'C', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'C', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'C', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'C', 'CP.jpg', 'RELIGIOUS')); case 'B': - link.push(this.layout_obj('007RELIGIOUS', 'B', 'TH.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'B', 'PZ.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'B', 'PD.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'B', 'CP.jpg')); + link.push(this.layout_obj('007RELIGIOUS', 'B', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'B', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'B', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'B', 'CP.jpg', 'RELIGIOUS')); case 'A': - link.push(this.layout_obj('007RELIGIOUS', 'A', 'TH.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'A', 'PZ.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'A', 'PD.jpg')); - link.push(this.layout_obj('007RELIGIOUS', 'A', 'CP.jpg')); + link.push(this.layout_obj('007RELIGIOUS', 'A', 'TH.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'A', 'PZ.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'A', 'PD.jpg', 'RELIGIOUS')); + link.push(this.layout_obj('007RELIGIOUS', 'A', 'CP.jpg', 'RELIGIOUS')); } return link.reverse(); },