sniffles 0.1.5 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +3 -3
  3. data/Gemfile +2 -8
  4. data/Guardfile +1 -1
  5. data/README.md +12 -13
  6. data/lib/sniffles.rb +9 -9
  7. data/lib/sniffles/html.rb +3 -3
  8. data/lib/sniffles/sniffers/advertising/adsense.rb +8 -14
  9. data/lib/sniffles/sniffers/advertising/kontera.rb +6 -6
  10. data/lib/sniffles/sniffers/analytics/chartbeat.rb +7 -7
  11. data/lib/sniffles/sniffers/analytics/facebook_insights.rb +7 -7
  12. data/lib/sniffles/sniffers/analytics/google_analytics.rb +8 -8
  13. data/lib/sniffles/sniffers/analytics/kissmetrics.rb +7 -7
  14. data/lib/sniffles/sniffers/analytics/mixpanel.rb +7 -7
  15. data/lib/sniffles/sniffers/analytics/quantcast.rb +6 -6
  16. data/lib/sniffles/sniffers/cms/cscart.rb +6 -6
  17. data/lib/sniffles/sniffers/{advertising/gumgum.rb → cms/ghost.rb} +8 -8
  18. data/lib/sniffles/sniffers/cms/invision.rb +9 -9
  19. data/lib/sniffles/sniffers/cms/joomla.rb +7 -7
  20. data/lib/sniffles/sniffers/cms/movabletype.rb +8 -8
  21. data/lib/sniffles/sniffers/cms/mybb.rb +6 -6
  22. data/lib/sniffles/sniffers/cms/phpbb.rb +7 -7
  23. data/lib/sniffles/sniffers/cms/shopify.rb +7 -7
  24. data/lib/sniffles/sniffers/cms/tumblr.rb +7 -7
  25. data/lib/sniffles/sniffers/cms/vanilla.rb +8 -8
  26. data/lib/sniffles/sniffers/cms/vbulletin.rb +10 -10
  27. data/lib/sniffles/sniffers/cms/wordpress.rb +12 -12
  28. data/lib/sniffles/sniffers/{advertising/admeld.rb → cms/xcart.rb} +3 -2
  29. data/lib/sniffles/sniffers/cms/zencart.rb +6 -6
  30. data/lib/sniffles/sniffers/javascript/jquery.rb +6 -6
  31. data/lib/sniffles/text.rb +4 -4
  32. data/lib/sniffles/version.rb +1 -1
  33. data/sniffles.gemspec +2 -2
  34. data/spec/cassettes/beenverified_com.yml +644 -784
  35. data/spec/cassettes/blackhatworld_com.yml +2298 -3292
  36. data/spec/cassettes/blog_mixpanel_com.yml +1351 -0
  37. data/spec/cassettes/community_invisionpower_com.yml +836 -2771
  38. data/spec/cassettes/cxxvi_com.yml +311 -0
  39. data/spec/cassettes/demo-store_prestashop_com.yml +897 -813
  40. data/spec/cassettes/demo_cs-cart_com.yml +2996 -1146
  41. data/spec/cassettes/demo_oscommerce_com.yml +136 -408
  42. data/spec/cassettes/digital-photography-school_com.yml +656 -0
  43. data/spec/cassettes/downlopedia_com.yml +1262 -1321
  44. data/spec/cassettes/drupal.yml +1540 -1507
  45. data/spec/cassettes/exprodirect_com.yml +1888 -0
  46. data/spec/cassettes/facebook_insights.yml +544 -474
  47. data/spec/cassettes/flatpress_org_home_blog.yml +287 -317
  48. data/spec/cassettes/foursquare_com.yml +1901 -348
  49. data/spec/cassettes/geomagik_com.yml +475 -0
  50. data/spec/cassettes/ghost_org.yml +207 -0
  51. data/spec/cassettes/google_blogspot_com.yml +574 -1059
  52. data/spec/cassettes/guistyles_com.yml +705 -1292
  53. data/spec/cassettes/installatron_com.yml +286 -0
  54. data/spec/cassettes/invisionmodding_com.yml +1124 -2442
  55. data/spec/cassettes/joomla.yml +280 -0
  56. data/spec/cassettes/kissmetrics_com.yml +165 -0
  57. data/spec/cassettes/lancelhoff_com.yml +637 -0
  58. data/spec/cassettes/magento.yml +459 -459
  59. data/spec/cassettes/metafilter_com.yml +1449 -1230
  60. data/spec/cassettes/movabletype_com_blog.yml +175 -1221
  61. data/spec/cassettes/ocbfashionjewelry_com.yml +588 -0
  62. data/spec/cassettes/pandoramoa_com.yml +290 -608
  63. data/spec/cassettes/pearsonified_com.yml +433 -435
  64. data/spec/cassettes/phpbb_com.yml +438 -416
  65. data/spec/cassettes/sitefinity_com.yml +443 -418
  66. data/spec/cassettes/sixflags_com.yml +560 -1014
  67. data/spec/cassettes/soulemama_typepad_com.yml +2378 -2581
  68. data/spec/cassettes/stackoverflow_com.yml +4762 -0
  69. data/spec/cassettes/staff_tumblr_com.yml +1956 -1658
  70. data/spec/cassettes/topix_com.yml +1748 -1417
  71. data/spec/cassettes/wellmedicated_com.yml +801 -0
  72. data/spec/cassettes/wordpress_com.yml +238 -863
  73. data/spec/cassettes/xenforo_com.yml +1143 -1933
  74. data/spec/sniffles/html_spec.rb +6 -6
  75. data/spec/sniffles/sniffers/advertising/adsense_spec.rb +7 -8
  76. data/spec/sniffles/sniffers/advertising/buysellads_spec.rb +5 -5
  77. data/spec/sniffles/sniffers/advertising/casale_spec.rb +5 -5
  78. data/spec/sniffles/sniffers/advertising/kontera_spec.rb +6 -6
  79. data/spec/sniffles/sniffers/advertising/thedeck_spec.rb +5 -5
  80. data/spec/sniffles/sniffers/advertising/tribalfusion_spec.rb +5 -5
  81. data/spec/sniffles/sniffers/analytics/chartbeat_spec.rb +3 -3
  82. data/spec/sniffles/sniffers/analytics/clicky_spec.rb +3 -3
  83. data/spec/sniffles/sniffers/analytics/facebook_insights_spec.rb +6 -6
  84. data/spec/sniffles/sniffers/analytics/google_analytics_spec.rb +7 -19
  85. data/spec/sniffles/sniffers/analytics/kissmetrics_spec.rb +5 -5
  86. data/spec/sniffles/sniffers/analytics/mixpanel_spec.rb +9 -9
  87. data/spec/sniffles/sniffers/analytics/quantcast_spec.rb +7 -7
  88. data/spec/sniffles/sniffers/cms/cscart_spec.rb +8 -8
  89. data/spec/sniffles/sniffers/cms/ghost_spec.rb +18 -0
  90. data/spec/sniffles/sniffers/cms/invision_spec.rb +9 -9
  91. data/spec/sniffles/sniffers/cms/joomla_spec.rb +9 -9
  92. data/spec/sniffles/sniffers/cms/movabletype_spec.rb +8 -8
  93. data/spec/sniffles/sniffers/cms/mybb_spec.rb +9 -9
  94. data/spec/sniffles/sniffers/cms/phpbb_spec.rb +8 -8
  95. data/spec/sniffles/sniffers/cms/shopify_spec.rb +9 -9
  96. data/spec/sniffles/sniffers/cms/tumblr_spec.rb +7 -7
  97. data/spec/sniffles/sniffers/cms/vanilla_spec.rb +9 -9
  98. data/spec/sniffles/sniffers/cms/vbulletin_spec.rb +11 -17
  99. data/spec/sniffles/sniffers/cms/wordpress_spec.rb +12 -12
  100. data/spec/sniffles/sniffers/cms/xcart_spec.rb +18 -0
  101. data/spec/sniffles/sniffers/cms/zencart_spec.rb +9 -9
  102. data/spec/sniffles/sniffers/javascript/jquery_spec.rb +8 -8
  103. data/spec/sniffles/sniffers_spec.rb +1 -1
  104. data/spec/sniffles_spec.rb +17 -17
  105. data/spec/spec_helper.rb +7 -3
  106. data/spec/support/helpers.rb +2 -2
  107. metadata +39 -39
  108. data/lib/sniffles/sniffers/cms/posterous.rb +0 -28
  109. data/spec/cassettes/blog_posterous_com.yml +0 -5015
  110. data/spec/cassettes/demo_forum-software_org_mybb.yml +0 -385
  111. data/spec/cassettes/forum-software_org_vanilla.yml +0 -223
  112. data/spec/cassettes/humemes_com.yml +0 -496
  113. data/spec/cassettes/joomla_org.yml +0 -733
  114. data/spec/cassettes/orangecrushbeads_com.yml +0 -751
  115. data/spec/cassettes/shop_angrybirds_com.yml +0 -455
  116. data/spec/cassettes/softpedia_com.yml +0 -3196
  117. data/spec/cassettes/squidoo_com.yml +0 -532
  118. data/spec/cassettes/tmz_com.yml +0 -2927
  119. data/spec/cassettes/vbulletin_com.yml +0 -2983
  120. data/spec/cassettes/wundergroud_com.yml +0 -907
  121. data/spec/sniffles/sniffers/advertising/admeld_spec.rb +0 -17
  122. data/spec/sniffles/sniffers/advertising/gumgum_spec.rb +0 -18
  123. data/spec/sniffles/sniffers/cms/posterous_spec.rb +0 -18
@@ -0,0 +1,588 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://ocbfashionjewelry.com/
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML,
12
+ like Gecko) Chrome/32.0.1700.68 Safari/537.36
13
+ response:
14
+ status:
15
+ code: 200
16
+ message: OK
17
+ headers:
18
+ Date:
19
+ - Sun, 29 Dec 2013 14:21:40 GMT
20
+ Server:
21
+ - Apache
22
+ Expires:
23
+ - Thu, 19 Nov 1981 08:52:00 GMT
24
+ Cache-Control:
25
+ - no-store, no-cache, must-revalidate, post-check=0, pre-check=0
26
+ Pragma:
27
+ - no-cache
28
+ Content-Encoding:
29
+ - gzip
30
+ Vary:
31
+ - Accept-Encoding
32
+ Set-Cookie:
33
+ - zenid=d3c0c36d1490fc165fb2392e33a3446b; path=/; domain=.ocbfashionjewelry.com;
34
+ HttpOnly
35
+ - uti_session=uxmlozhmtogxejbzhutfdkxzjxxcmwlgtxriwzuq; expires=Wed, 29-Jan-2014
36
+ 14:21:40 GMT; path=/; domain=.orangecrushbeads.com
37
+ Transfer-Encoding:
38
+ - chunked
39
+ Content-Type:
40
+ - text/html; charset=utf-8
41
+ body:
42
+ encoding: ASCII-8BIT
43
+ string: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html
44
+ xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\" lang=\"en\" xmlns:fb=\"http://ogp.me/ns/fb#\">\n<head>\n<title>Orange
45
+ Crush Beads, Beautiful Trendy Handmade Fashion Costume Jewelry</title>\n<meta
46
+ http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta
47
+ name=\"keywords\" content=\"Gift Certificates Bracelet Collection Necklace
48
+ Collection Earrings Collection bead bracelet,charm bracelets,costume jewelry,crystal
49
+ swarovski jewelry,custom size bracelets,fashion bracelets,fashion earrings,fashion
50
+ handmade jewelry,fashion jewelry,fashion necklaces,fashion trendy jewelry,handcrafted
51
+ jewelry,handmade bracelets,handmade earrings,handmade fashion jewelry,handmade
52
+ jewelry,handmade necklaces,handmade swarovski jewelry,kids bracelets,plus
53
+ size bracelet,plus size bracelets,swarovski,swarovski crystal earrings,swarovski
54
+ crystal handmade bracelet,swarovski elements earrings,swarovski elements jewelry,swarovski
55
+ handmade bracelet,swarovski jewelry,top fashion jewelry,trendy fashion jewelry,unique
56
+ fashion jewelry,one of a kind jewelry \" />\n<meta name=\"description\" content=\"Orange
57
+ Crush Beads sells beautiful trendy handmade fashion costume jewelry, including
58
+ unique one of a kind earrings, bracelets and necklaces using Swarovski crystals
59
+ and more\" />\n<meta http-equiv=\"imagetoolbar\" content=\"no\" />\n<meta
60
+ name=\"author\" content=\"The Zen Cart&reg; Team and others\" />\n<meta name=\"generator\"
61
+ content=\"shopping cart program by Zen Cart&reg;, http://www.zen-cart.com
62
+ eCommerce\" />\n<link rel=\"icon\" href=\"includes/templates/theme671/favicon.ico\"
63
+ type=\"image/x-icon\" />\n<link rel=\"shortcut icon\" href=\"FAVICON\" type=\"image/x-icon\"
64
+ />\n<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet'
65
+ type='text/css'/>\n<base href=\"http://ocbfashionjewelry.com/\" />\n<link
66
+ rel=\"canonical\" href=\"http://ocbfashionjewelry.com/\" />\n<link rel=\"stylesheet\"
67
+ type=\"text/css\" href=\"includes/templates/theme671/css/stylesheet.css\"
68
+ />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"includes/templates/theme671/css/stylesheet_boxes.css\"
69
+ />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"includes/templates/theme671/css/stylesheet_css_buttons.css\"
70
+ />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"includes/templates/theme671/css/stylesheet_ezpages_footer_columns.css\"
71
+ />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"includes/templates/theme671/css/stylesheet_header_menu.css\"
72
+ />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"includes/templates/theme671/css/stylesheet_lightbox-0.5.css\"
73
+ />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"includes/templates/theme671/css/stylesheet_main.css\"
74
+ />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"includes/templates/theme671/css/stylesheet_social_media_icons.css\"
75
+ />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"includes/templates/theme671/css/stylesheet_tm.css\"
76
+ />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"includes/templates/theme671/css/index_home.css\"
77
+ />\n<link rel=\"stylesheet\" type=\"text/css\" media=\"print\" href=\"includes/templates/theme671/css/print_stylesheet.css\"
78
+ />\n<script type=\"text/javascript\" src=\"includes/templates/theme671/jscript/jscript_jquery-1.7.1.min.js\"></script>\n<script
79
+ type=\"text/javascript\" src=\"includes/templates/theme671/jscript/jscript_nivo.slider.pack.js\"></script>\n<script
80
+ type=\"text/javascript\" src=\"includes/templates/theme671/jscript/jscript_script.js\"></script>\n<script
81
+ type=\"text/javascript\" src=\"includes/templates/theme671/jscript/jscript_xdropdown_menu.js\"></script>\n<script
82
+ type=\"text/javascript\" src=\"includes/templates/theme671/jscript/jscript_xeasyTooltip.js\"></script>\n<script
83
+ type=\"text/javascript\" src=\"includes/templates/theme671/jscript/jscript_xjquery.easing.1.3.js\"></script>\n<script
84
+ type=\"text/javascript\" src=\"includes/templates/theme671/jscript/jscript_xjquery.jqtransform.js\"></script>\n<script
85
+ type=\"text/javascript\" src=\"includes/templates/theme671/jscript/jscript_xjquery.lightbox-0.5.js\"></script>\n<script
86
+ type=\"text/javascript\">\n<!--\n/*\n * \tEasy Slider 1.7 - jQuery plugin\n
87
+ *\twritten by Alen Grakalic\t\n *\thttp://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding\n
88
+ *\n *\tCopyright (c) 2009 Alen Grakalic (http://cssglobe.com)\n *\tDual licensed
89
+ under the MIT (MIT-LICENSE.txt)\n *\tand GPL (GPL-LICENSE.txt) licenses.\n
90
+ *\n *\tBuilt for jQuery library\n *\thttp://jquery.com\n *\n */\n \n/*\n *\tmarkup
91
+ example for $(\"#slider\").easySlider();\n *\t\n * \t<div id=\"slider\">\n
92
+ *\t\t<ul>\n *\t\t\t<li><img src=\"images/01.jpg\" alt=\"\" /></li>\n *\t\t\t<li><img
93
+ src=\"images/02.jpg\" alt=\"\" /></li>\n *\t\t\t<li><img src=\"images/03.jpg\"
94
+ alt=\"\" /></li>\n *\t\t\t<li><img src=\"images/04.jpg\" alt=\"\" /></li>\n
95
+ *\t\t\t<li><img src=\"images/05.jpg\" alt=\"\" /></li>\n *\t\t</ul>\n *\t</div>\n
96
+ *\n */\n\n\n(function($) {\n\n\t$.fn.easySlider = function(options){\n\t \n\t\t//
97
+ default configuration properties\n\t\tvar defaults = {\t\t\t\n\t\t\tprevId:
98
+ \t\t'prevBtn',\n\t\t\tprevText: \t\t'Previous',\n\t\t\tnextId: \t\t'nextBtn',\t\n\t\t\tnextText:
99
+ \t\t'Next',\n\t\t\tcontrolsShow:\ttrue,\n\t\t\tcontrolsBefore:\t'',\n\t\t\tcontrolsAfter:\t'',\t\n\t\t\tcontrolsFade:\ttrue,\n\t\t\tfirstId:
100
+ \t\t'firstBtn',\n\t\t\tfirstText: \t\t'First',\n\t\t\tfirstShow:\t\tfalse,\n\t\t\tlastId:
101
+ \t\t'lastBtn',\t\n\t\t\tlastText: \t\t'Last',\n\t\t\tlastShow:\t\tfalse,\t\t\t\t\n\t\t\tvertical:\t\tfalse,\n\t\t\tspeed:
102
+ \t\t\t3000,\n\t\t\tauto:\t\t\tfalse,\n\t\t\tpause:\t\t\t3000,\n\t\t\tcontinuous:\t\tfalse,
103
+ \n\t\t\tnumeric: \t\tfalse,\n\t\t\tnumericId: \t\t'controls'\n\t\t}; \n\t\t\n\t\tvar
104
+ options = $.extend(defaults, options); \n\t\t\t\t\n\t\tthis.each(function()
105
+ { \n\t\t\tvar obj = $(this); \t\t\t\t\n\t\t\tvar s = $(\"li\", obj).length;\n\t\t\tvar
106
+ w = $(\"li\", obj).width(); \n\t\t\tvar h = $(\"li\", obj).height(); \n\t\t\tvar
107
+ clickable = true;\n\t\t\tobj.width(w); \n\t\t\tobj.height(h); \n\t\t\tobj.css(\"overflow\",\"hidden\");\n\t\t\tvar
108
+ ts = s-1;\n\t\t\tvar t = 0;\n\t\t\t$(\"ul\", obj).css('width',s*w);\t\t\t\n\t\t\t\n\t\t\tif(options.continuous){\n\t\t\t\t$(\"ul\",
109
+ obj).prepend($(\"ul li:last-child\", obj).clone().css(\"margin-left\",\"-\"+
110
+ w +\"px\"));\n\t\t\t\t$(\"ul\", obj).append($(\"ul li:nth-child(2)\", obj).clone());\n\t\t\t\t$(\"ul\",
111
+ obj).css('width',(s+1)*w);\n\t\t\t};\t\t\t\t\n\t\t\t\n\t\t\tif(!options.vertical)
112
+ $(\"li\", obj).css('float','left');\n\t\t\t\t\t\t\t\t\n\t\t\tif(options.controlsShow){\n\t\t\t\tvar
113
+ html = options.controlsBefore;\t\t\t\t\n\t\t\t\tif(options.numeric){\n\t\t\t\t\thtml
114
+ += '<div id=\"control_div\"><ol id=\"'+ options.numericId +'\"></div></ol>';\n\t\t\t\t}
115
+ else {\n\t\t\t\t\tif(options.firstShow) html += '<span id=\"'+ options.firstId
116
+ +'\"><a href=\\\"javascript:void(0);\\\">'+ options.firstText +'</a></span>';\n\t\t\t\t\thtml
117
+ += ' <span id=\"'+ options.prevId +'\"><a href=\\\"javascript:void(0);\\\">'+
118
+ options.prevText +'</a></span>';\n\t\t\t\t\thtml += ' <span id=\"'+ options.nextId
119
+ +'\"><a href=\\\"javascript:void(0);\\\">'+ options.nextText +'</a></span>';\n\t\t\t\t\tif(options.lastShow)
120
+ html += ' <span id=\"'+ options.lastId +'\"><a href=\\\"javascript:void(0);\\\">'+
121
+ options.lastText +'</a></span>';\t\t\t\t\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\thtml
122
+ += options.controlsAfter;\t\t\t\t\t\t\n\t\t\t\t$(obj).after(html);\t\t\t\t\t\t\t\t\t\t\n\t\t\t};\n\t\t\t\n\t\t\tif(options.numeric){\t\t\t\t\t\t\t\t\t\n\t\t\t\tfor(var
123
+ i=0;i<s;i++){\t\t\t\t\t\t\n\t\t\t\t\t$(document.createElement(\"li\"))\n\t\t\t\t\t\t.attr('id',options.numericId
124
+ + (i+1))\n\t\t\t\t\t\t.html('<a rel='+ i +' href=\\\"javascript:void(0);\\\">'+
125
+ (i+1) +'</a>')\n\t\t\t\t\t\t.appendTo($(\"#\"+ options.numericId))\n\t\t\t\t\t\t.click(function(){\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tanimate($(\"a\",$(this)).attr('rel'),true);\n\t\t\t\t\t\t});
126
+ \t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t};\t\t\t\t\t\t\t\n\t\t\t} else {\n\t\t\t\t$(\"a\",\"#\"+options.nextId).click(function(){\t\t\n\t\t\t\t\tanimate(\"next\",true);\n\t\t\t\t});\n\t\t\t\t$(\"a\",\"#\"+options.prevId).click(function(){\t\t\n\t\t\t\t\tanimate(\"prev\",true);\t\t\t\t\n\t\t\t\t});\t\n\t\t\t\t$(\"a\",\"#\"+options.firstId).click(function(){\t\t\n\t\t\t\t\tanimate(\"first\",true);\n\t\t\t\t});\t\t\t\t\n\t\t\t\t$(\"a\",\"#\"+options.lastId).click(function(){\t\t\n\t\t\t\t\tanimate(\"last\",true);\t\t\t\t\n\t\t\t\t});\t\t\t\t\n\t\t\t};\n\t\t\t\n\t\t\tfunction
127
+ setCurrent(i){\n\t\t\t\ti = parseInt(i)+1;\n\t\t\t\t$(\"li\", \"#\" + options.numericId).removeClass(\"current\");\n\t\t\t\t$(\"li#\"
128
+ + options.numericId + i).addClass(\"current\");\n\t\t\t};\n\t\t\t\n\t\t\tfunction
129
+ adjust(){\n\t\t\t\tif(t>ts) t=0;\t\t\n\t\t\t\tif(t<0) t=ts;\t\n\t\t\t\tif(!options.vertical)
130
+ {\n\t\t\t\t\t$(\"ul\",obj).css(\"margin-left\",(t*w*-1));\n\t\t\t\t} else
131
+ {\n\t\t\t\t\t$(\"ul\",obj).css(\"margin-left\",(t*h*-1));\n\t\t\t\t}\n\t\t\t\tclickable
132
+ = true;\n\t\t\t\tif(options.numeric) setCurrent(t);\n\t\t\t};\n\t\t\t\n\t\t\tfunction
133
+ animate(dir,clicked){\n\t\t\t\tif (clickable){\n\t\t\t\t\tclickable = false;\n\t\t\t\t\tvar
134
+ ot = t;\t\t\t\t\n\t\t\t\t\tswitch(dir){\n\t\t\t\t\t\tcase \"next\":\n\t\t\t\t\t\t\tt
135
+ = (ot>=ts) ? (options.continuous ? t+1 : ts) : t+1;\t\t\t\t\t\t\n\t\t\t\t\t\t\tbreak;
136
+ \n\t\t\t\t\t\tcase \"prev\":\n\t\t\t\t\t\t\tt = (t<=0) ? (options.continuous
137
+ ? t-1 : 0) : t-1;\n\t\t\t\t\t\t\tbreak; \n\t\t\t\t\t\tcase \"first\":\n\t\t\t\t\t\t\tt
138
+ = 0;\n\t\t\t\t\t\t\tbreak; \n\t\t\t\t\t\tcase \"last\":\n\t\t\t\t\t\t\tt =
139
+ ts;\n\t\t\t\t\t\t\tbreak; \n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tt = dir;\n\t\t\t\t\t\t\tbreak;
140
+ \n\t\t\t\t\t};\t\n\t\t\t\t\tvar diff = Math.abs(ot-t);\n\t\t\t\t\tvar speed
141
+ = diff*options.speed;\t\t\t\t\t\t\n\t\t\t\t\tif(!options.vertical) {\n\t\t\t\t\t\tp
142
+ = (t*w*-1);\n\t\t\t\t\t\t$(\"ul\",obj).animate(\n\t\t\t\t\t\t\t{ marginLeft:
143
+ p }, \n\t\t\t\t\t\t\t{ queue:false, duration:speed, complete:adjust }\n\t\t\t\t\t\t);\t\t\t\t\n\t\t\t\t\t}
144
+ else {\n\t\t\t\t\t\tp = (t*h*-1);\n\t\t\t\t\t\t$(\"ul\",obj).animate(\n\t\t\t\t\t\t\t{
145
+ marginTop: p }, \n\t\t\t\t\t\t\t{ queue:false, duration:speed, complete:adjust
146
+ }\n\t\t\t\t\t\t);\t\t\t\t\t\n\t\t\t\t\t};\n\t\t\t\t\t\n\t\t\t\t\tif(!options.continuous
147
+ && options.controlsFade){\t\t\t\t\t\n\t\t\t\t\t\tif(t==ts){\n\t\t\t\t\t\t\t$(\"a\",\"#\"+options.nextId).hide();\n\t\t\t\t\t\t\t$(\"a\",\"#\"+options.lastId).hide();\n\t\t\t\t\t\t}
148
+ else {\n\t\t\t\t\t\t\t$(\"a\",\"#\"+options.nextId).show();\n\t\t\t\t\t\t\t$(\"a\",\"#\"+options.lastId).show();\t\t\t\t\t\n\t\t\t\t\t\t};\n\t\t\t\t\t\tif(t==0){\n\t\t\t\t\t\t\t$(\"a\",\"#\"+options.prevId).hide();\n\t\t\t\t\t\t\t$(\"a\",\"#\"+options.firstId).hide();\n\t\t\t\t\t\t}
149
+ else {\n\t\t\t\t\t\t\t$(\"a\",\"#\"+options.prevId).show();\n\t\t\t\t\t\t\t$(\"a\",\"#\"+options.firstId).show();\n\t\t\t\t\t\t};\t\t\t\t\t\n\t\t\t\t\t};\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\tif(clicked)
150
+ clearTimeout(timeout);\n\t\t\t\t\tif(options.auto && dir==\"next\" && !clicked){;\n\t\t\t\t\t\ttimeout
151
+ = setTimeout(function(){\n\t\t\t\t\t\t\tanimate(\"next\",false);\n\t\t\t\t\t\t},diff*options.speed+options.pause);\n\t\t\t\t\t};\n\t\t\t\n\t\t\t\t};\n\t\t\t\t\n\t\t\t};\n\t\t\t//
152
+ init\n\t\t\tvar timeout;\n\t\t\tif(options.auto){;\n\t\t\t\ttimeout = setTimeout(function(){\n\t\t\t\t\tanimate(\"next\",false);\n\t\t\t\t},options.pause);\n\t\t\t};\t\t\n\t\t\t\n\t\t\tif(options.numeric)
153
+ setCurrent(0);\n\t\t\n\t\t\tif(!options.continuous && options.controlsFade){\t\t\t\t\t\n\t\t\t\t$(\"a\",\"#\"+options.prevId).hide();\n\t\t\t\t$(\"a\",\"#\"+options.firstId).hide();\t\t\t\t\n\t\t\t};\t\t\t\t\n\t\t\t\n\t\t});\n\t
154
+ \ \n\t};\n\n})(jQuery);\n\n-->\n\n</script>\n\n\n\n\n<script type=\"text/javascript\">\n/*\n*
155
+ Slides, A Slideshow Plugin for jQuery\n* Intructions: http://slidesjs.com\n*
156
+ By: Nathan Searles, http://nathansearles.com\n* Version: 1.1.9\n* Updated:
157
+ September 5th, 2011\n*\n* Licensed under the Apache License, Version 2.0 (the
158
+ \"License\");\n* you may not use this file except in compliance with the License.\n*
159
+ You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n*
160
+ Unless required by applicable law or agreed to in writing, software\n* distributed
161
+ under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES
162
+ OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for
163
+ the specific language governing permissions and\n* limitations under the License.\n*/\n<!--\n(function(a){a.fn.slides=function(b){return
164
+ b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){p=!0,b.animationStart(n+1);switch(g){case\"next\":l=n,k=n+1,k=e===k?0:k,r=f*2,g=-f*2,n=k;break;case\"prev\":l=n,k=n-1,k=k===-1?e-1:k,r=0,g=0,n=k;break;case\"pagination\":k=parseInt(i,10),l=a(\".\"+b.paginationClass+\"
165
+ li.\"+b.currentClass+\" a\",c).attr(\"href\").match(\"[^#/]+$\"),k>l?(r=f*2,g=-f*2):(r=0,g=0),n=k}h===\"fade\"?b.crossfade?d.children(\":eq(\"+k+\")\",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(\":eq(\"+k+\")\",c).outerHeight()},b.autoHeightSpeed,function(){d.children(\":eq(\"+l+\")\",c).css({display:\"none\",zIndex:0}),d.children(\":eq(\"+k+\")\",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(\":eq(\"+l+\")\",c).css({display:\"none\",zIndex:0}),d.children(\":eq(\"+k+\")\",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(\":eq(\"+l+\")\",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(\":eq(\"+k+\")\",c).outerHeight()},b.autoHeightSpeed,function(){d.children(\":eq(\"+k+\")\",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(\":eq(\"+k+\")\",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){a.browser.msie&&a(this).get(0).style.removeAttribute(\"filter\")}),b.animationComplete(k+1),p=!1}):(d.children(\":eq(\"+k+\")\").css({left:r,display:\"block\"}),b.autoHeight?d.animate({left:g,height:d.children(\":eq(\"+k+\")\").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(\":eq(\"+k+\")\").css({left:f,zIndex:5}),d.children(\":eq(\"+l+\")\").css({left:f,display:\"none\",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(\":eq(\"+k+\")\").css({left:f,zIndex:5}),d.children(\":eq(\"+l+\")\").css({left:f,display:\"none\",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a(\".\"+b.paginationClass+\"
166
+ li.\"+b.currentClass,c).removeClass(b.currentClass),a(\".\"+b.paginationClass+\"
167
+ li:eq(\"+k+\")\",c).addClass(b.currentClass))}}function x(){clearInterval(c.data(\"interval\"))}function
168
+ y(){b.pause?(clearTimeout(c.data(\"pause\")),clearInterval(c.data(\"interval\")),u=setTimeout(function(){clearTimeout(c.data(\"pause\")),v=setInterval(function(){w(\"next\",i)},b.play),c.data(\"interval\",v)},b.pause),c.data(\"pause\",u)):x()}a(\".\"+b.container,a(this)).children().wrapAll('<div
169
+ class=\"slides_control\"/>');var c=a(this),d=a(\".slides_control\",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=b.effect.indexOf(\",\")<0?b.effect:b.effect.replace(\"
170
+ \",\"\").split(\",\")[0],j=b.effect.indexOf(\",\")<0?i:b.effect.replace(\"
171
+ \",\"\").split(\",\")[1],k=0,l=0,m=0,n=0,o,p,q,r,s,t,u,v;if(e<2)return a(\".\"+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a(\".\"+b.next+\",
172
+ .\"+b.prev).fadeOut(0),!1;if(e<2)return;h<0&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a(\".\"+b.container,c).css({overflow:\"hidden\",position:\"relative\"}),d.children().css({position:\"absolute\",top:0,left:d.children().outerWidth(),zIndex:0,display:\"none\"}),d.css({position:\"relative\",width:f*3,height:g,left:-f}),a(\".\"+b.container,c).css({display:\"block\"}),b.autoHeight&&(d.children().css({height:\"auto\"}),d.animate({height:d.children(\":eq(\"+h+\")\").outerHeight()},b.autoHeightSpeed));if(b.preload&&d.find(\"img:eq(\"+h+\")\").length){a(\".\"+b.container,c).css({background:\"url(\"+b.preloadImage+\")
173
+ no-repeat 50% 50%\"});var z=d.find(\"img:eq(\"+h+\")\").attr(\"src\")+\"?\"+(new
174
+ Date).getTime();a(\"img\",c).parent().attr(\"class\")!=\"slides_control\"?t=d.children(\":eq(0)\")[0].tagName.toLowerCase():t=d.find(\"img:eq(\"+h+\")\"),d.find(\"img:eq(\"+h+\")\").attr(\"src\",z).load(function(){d.find(t+\":eq(\"+h+\")\").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a(\".\"+b.container,c).css({background:\"\"}),o=!0,b.slidesLoaded()})})}else
175
+ d.children(\":eq(\"+h+\")\").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:\"pointer\"}),d.children().click(function(){return
176
+ w(\"next\",i),!1})),b.hoverPause&&b.play&&(d.bind(\"mouseover\",function(){x()}),d.bind(\"mouseleave\",function(){y()})),b.generateNextPrev&&(a(\".\"+b.container,c).after('<a
177
+ href=\"#\" class=\"'+b.prev+'\">Prev</a>'),a(\".\"+b.prev,c).after('<a href=\"#\"
178
+ class=\"'+b.next+'\">Next</a>')),a(\".\"+b.next,c).click(function(a){a.preventDefault(),b.play&&y(),w(\"next\",i)}),a(\".\"+b.prev,c).click(function(a){a.preventDefault(),b.play&&y(),w(\"prev\",i)}),b.generatePagination?(b.prependPagination?c.prepend(\"<ul
179
+ class=\"+b.paginationClass+\"></ul>\"):c.append(\"<ul class=\"+b.paginationClass+\"></ul>\"),d.children().each(function(){a(\".\"+b.paginationClass,c).append('<li><a
180
+ href=\"#'+m+'\">'+(m+1)+\"</a></li>\"),m++})):a(\".\"+b.paginationClass+\"
181
+ li a\",c).each(function(){a(this).attr(\"href\",\"#\"+m),m++}),a(\".\"+b.paginationClass+\"
182
+ li:eq(\"+h+\")\",c).addClass(b.currentClass),a(\".\"+b.paginationClass+\"
183
+ li a\",c).click(function(){return b.play&&y(),q=a(this).attr(\"href\").match(\"[^#/]+$\"),n!=q&&w(\"pagination\",j,q),!1}),a(\"a.link\",c).click(function(){return
184
+ b.play&&y(),q=a(this).attr(\"href\").match(\"[^#/]+$\")-1,n!=q&&w(\"pagination\",j,q),!1}),b.play&&(v=setInterval(function(){w(\"next\",i)},b.play),c.data(\"interval\",v))})},a.fn.slides.option={preload:!1,preloadImage:\"/img/loading.gif\",container:\"slides_container\",generateNextPrev:!1,next:\"next\",prev:\"prev\",pagination:!0,generatePagination:!0,prependPagination:!1,paginationClass:\"pagination\",currentClass:\"current\",fadeSpeed:350,fadeEasing:\"\",slideSpeed:350,slideEasing:\"\",start:1,effect:\"slide\",crossfade:!1,randomize:!1,play:0,pause:0,hoverPause:!1,autoHeight:!1,autoHeightSpeed:350,bigTarget:!1,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}},a.fn.randomize=function(b){function
185
+ c(){return Math.round(Math.random())-.5}return a(this).each(function(){var
186
+ d=a(this),e=d.children(),f=e.length;if(f>1){e.hide();var g=[];for(i=0;i<f;i++)g[g.length]=i;g=g.sort(c),a.each(g,function(a,c){var
187
+ f=e.eq(c),g=f.clone(!0);g.show().appendTo(d),b!==undefined&&b(f,g),f.remove()})}})}})(jQuery)\n-->\n</script>\n\n<!--[if
188
+ IE]>\n<script type=\"text/javascript\" src=\"catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js\"></script>\n<![endif]-->
189
+ \n<!--[if lt IE 8]><div style='clear:both;height:59px;padding:0 15px 0 15px;position:relative;z-index:10000;text-align:center;'><a
190
+ href=\"http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode\"><img
191
+ src=\"http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg\"
192
+ border=\"0\" height=\"42\" width=\"820\" alt=\"You are using an outdated browser.
193
+ For a faster, safer browsing experience, upgrade for free today.\" /></a></div><![endif]-->\n<div
194
+ id=\"fb-root\"></div>\n<script>(function(d, s, id) {\n var js, fjs = d.getElementsByTagName(s)[0];\n
195
+ \ if (d.getElementById(id)) return;\n js = d.createElement(s); js.id = id;\n
196
+ \ js.src = \"//connect.facebook.net/en_GB/all.js#xfbml=1\";\n fjs.parentNode.insertBefore(js,
197
+ fjs);\n}(document, 'script', 'facebook-jssdk'));</script>\n<style type=\"text/css\">\n\t.class{
198
+ behavior:url(includes/templates/theme671/PIE.php)}\n</style>\n<script type=\"text/javascript\"
199
+ src=\"https://apis.google.com/js/plusone.js\"></script>\n<script type=\"text/javascript\">\n\t$(document).ready(function(){\n\t\t$(\"a.tooltips\").easyTooltip();\n\t});\n\t$(function(){\n
200
+ \ $('.currencies').jqTransform({imgPath:'//images/'}).css('display', 'block');\n
201
+ \t});\n</script>\n<script type=\"text/javascript\">\n$(function(){\n $('.currencies
202
+ form').jqTransform({imgPath:'jqtransformplugin/img/'});\n});\n</script>\n<script
203
+ type=\"text/javascript\">\n$(function(){\n\t$(document).ready(function(){\n\t\t$(\".cart
204
+ a.on\").click(function(){\n\t\t\t$(this).toggleClass(\"active\");\n\t\t});\n\t});\n});\n</script>\n<script
205
+ type=\"text/javascript\">\n\t$(document).ready(function(){\n\t\t$('.cart .cart-down,
206
+ .cart .none').hide();\n\t\t$('.cart').hover(function(){\n\t\t\t$('.cart .cart-down,
207
+ .cart .none').stop(true, true).slideDown(400);\n\t\t\t},function(){\n\t\t\t$('.cart
208
+ .cart-down, .cart .none').stop(true, true).delay(400).slideUp(300);\n\t\t});\n\t});\n</script>\n<script
209
+ type=\"text/javascript\">\n $(function() {\n\t $('.messageStackSuccess').delay(5000).fadeOut('slow');\n\t});\n</script>\n<script
210
+ type=\"text/javascript\">\n\n var _gaq = _gaq || [];\n _gaq.push(['_setAccount',
211
+ 'UA-17864897-1']);\n _gaq.push(['_trackPageview']);\n\n (function() {\n
212
+ \ var ga = document.createElement('script'); ga.type = 'text/javascript';
213
+ ga.async = true;\n ga.src = ('https:' == document.location.protocol ? 'https://ssl'
214
+ : 'http://www') + '.google-analytics.com/ga.js';\n var s = document.getElementsByTagName('script')[0];
215
+ s.parentNode.insertBefore(ga, s);\n })();\n\n</script>\n</head>\n\n\n<body
216
+ id=\"indexHomeBody\">\n\n<!-- Piwik -->\n<script type=\"text/javascript\">
217
+ \n var _paq = _paq || [];\n _paq.push(['setRequestMethod', 'POST']);\n _paq.push(['trackPageView']);\n
218
+ \ _paq.push(['enableLinkTracking']);\n (function() {\n var u=((\"https:\"
219
+ == document.location.protocol) ? \"https\" : \"http\") + \"://stats.onlinetools.ca//\";\n
220
+ \ _paq.push(['setTrackerUrl', u+'piwik.php']);\n _paq.push(['setSiteId',
221
+ 1]);\n var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
222
+ g.type='text/javascript';\n g.defer=true; g.async=true; g.src=u+'piwik.js';
223
+ s.parentNode.insertBefore(g,s);\n })();\n</script>\n\n<noscript><img src=\"http://stats.onlinetools.ca/piwik.php?idsite=1&amp;rec=1\"
224
+ style=\"border:0\" alt=\"\" /></noscript>\n\n<!-- End Piwik Code -->\n\n<!--
225
+ ========== IMAGE BORDER TOP ========== -->\n<div class=\"cont\">\n\t<div class=\"extra\">\n\t\t<div
226
+ class=\"main-width\">\n\t\n\t\t<!-- ======================================
227
+ -->\n\t\n\t\t<!-- ========== HEADER ========== -->\n\t\t\n\n\n\n <div id=\"header\">\n\t\t<div
228
+ class=\"logo\">\n\t\t\t<!-- ========== LOGO ========== -->\n\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
229
+ src=\"includes/templates/theme671/images/logo.jpg\" alt=\"\" width=\"1025\"
230
+ height=\"135\" /></a>\n\t\t\t<!-- ========================== -->\n\t\t</div>\n\t\t<div
231
+ class=\"menu\">\n\t\t\t<!-- ========== MENU ========== -->\n\t\t\t\t\t\t\t<div
232
+ id=\"navEZPagesTop\"> \n <ul> \n \n <li class=\"selected
233
+ \ first\"> \n <a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">
234
+ \ \n <span class=\"corner\"></span> \n <span>
235
+ \ \n <span>Home</span> \n </span>
236
+ \ \n </a> \n </li> \n \n
237
+ \ <li class=\" \"> \n <a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">
238
+ \ \n <span class=\"corner\"></span> \n <span>
239
+ \ \n <span>New Products</span> \n </span>
240
+ \ \n </a> \n </li> \n \n
241
+ \ <li class=\" \"> \n <a href=\"http://ocbfashionjewelry.com/index.php?main_page=specials&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">
242
+ \ \n <span class=\"corner\"></span> \n <span>
243
+ \ \n <span>Specials</span> \n </span>
244
+ \ \n </a> \n </li> \n \n
245
+ \ <li class=\" last \"> \n <a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_all&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">
246
+ \ \n <span class=\"corner\"></span> \n <span>
247
+ \ \n <span>All Products</span> \n </span>
248
+ \ \n </a> \n </li> \n \n
249
+ \ </ul>\n</div>\n\n\t\t\t\t\t\t<!-- ========================== -->\n\t\t</div>\n\t\t<div
250
+ class=\"navigation\">\n\t\t\t<!-- ========== NAVIGATION LINKS ========== -->\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<a
251
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=login&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Log
252
+ In</a> \n\t\t\t\t \n\t\t\t\t\n\t\t\t\t\t\t\t<!-- ======================================
253
+ -->\n\t\t</div>\n\t\t<div class=\"lang\">\n\t\t\t<!-- ========== LANGUAGES
254
+ ========== -->\n\t\t\t<!-- Disabled\n\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;language=en&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
255
+ src=\"includes/languages/english/images/icon.gif\" alt=\"English\" title=\"
256
+ English \" width=\"39\" height=\"19\" style=\"vertical-align:middle;\" /></a>\t\t\tend
257
+ disabled -->\t\n\t\t\t<!-- =============================== -->\n\t\t</div>\n\t\t<div
258
+ class=\"cart\">\n\t\t\t<!-- ========== SHOPPING CART ========== -->\n\t\t\t\t\t\t\t\t<a
259
+ class=\"st1\" href=\"http://ocbfashionjewelry.com/index.php?main_page=shopping_cart&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><span>Shopping
260
+ cart:</span></a><br /><a class=\"on\"><span class=\"count\">0</span> items</a>
261
+ \n\t\t\t\t<div class=\"none\"> Your cart is empty.</div>\t\t\t<!-- ===================================
262
+ -->\n\t\t</div>\n\t\t<div id=\"head-search\">\n\t\t\t<!-- ========== SEARCH
263
+ ========== -->\n\t\t\t\t<form name=\"quick_find_header\" action=\"http://ocbfashionjewelry.com/index.php?main_page=advanced_search_result\"
264
+ method=\"get\">\t\t\t\t<div>\n\t\t\t\t<input type=\"hidden\" name=\"main_page\"
265
+ value=\"advanced_search_result\" /><input type=\"hidden\" name=\"search_in_description\"
266
+ value=\"1\" /><input type=\"hidden\" name=\"zenid\" value=\"d3c0c36d1490fc165fb2392e33a3446b\"
267
+ />\t\t\t\t<input type=\"text\" name=\"keyword\" size=\"18\" class=\"input1\"
268
+ maxlength=\"100\" style=\"width: -30px\" />\t\t\t <span class=\"input2\"><input
269
+ type=\"image\" src=\"includes/templates/template_default/buttons/english/search.gif\"
270
+ alt=\"Search\" title=\" Search \" /></span>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t<!--
271
+ ============================ -->\n\t\t</div>\n\t\t<div class=\"currencies\">\n\t\t\t<!--
272
+ ========== CURRENCIES ========= -->\n\t\t\t<!-- Disabled\n\t\t\t\t<form name=\"currencies\"
273
+ action=\"http://ocbfashionjewelry.com/index.php?main_page=index\" method=\"get\">\t\t\t\t\t<div>\n\t\t\t\t\t\t<span
274
+ class=\"label\">Currencies: &nbsp;</span>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<select
275
+ name=\"currency\" class=\"select\" onchange=\"this.form.submit();\">\n <option
276
+ value=\"CAD\" selected=\"selected\">Canadian Dollar</option>\n</select>\n<input
277
+ type=\"hidden\" name=\"main_page\" value=\"index\" /><input type=\"hidden\"
278
+ name=\"zenid\" value=\"d3c0c36d1490fc165fb2392e33a3446b\" />\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\tend
279
+ disabled -->\n\t\t\t<!-- ====================================== -->\n\t\t</div>\n\t\t<div
280
+ class=\"hor-cat\">\n\t\t\t<!--bof-drop down menu display-->\n\t\t\t\t<!--
281
+ menu area -->\n\n<div id=\"dropMenuWrapper\">\n <div id=\"dropMenu\">\n <ul
282
+ class=\"level1\">\n<!-- You can manually put whatever additional links you
283
+ like in using this structure\n <li class=\"submenu\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Home</a>\n
284
+ \ <ul class=\"level2\">\n <li><a href=\"yourlinkhere\">yourtexthere</a></li>\n
285
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_all&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_ALL_PRODUCTS</a></li>\n
286
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=specials&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_SPECIALS</a></li>\n
287
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=advanced_search&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_SEARCH</a></li>\n
288
+ \ </ul>\n </li>\n-->\n<li class=\"submenu\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=2&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Bracelet
289
+ Collection</a><ul class=\"level2\"><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=81&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">A
290
+ Charmed Life</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=13&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">A
291
+ Pearl's Best Friend</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=23&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Birds
292
+ & Bees and Flowers Please</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=11&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Bright
293
+ Baubles</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=8&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Hip
294
+ To Be Square</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=80&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Moon
295
+ Over Morocco</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=53&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Namaste</a></li><li>\n\t<a
296
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=57&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">She
297
+ Sells Seashells</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=10&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Sparkle</a></li><li>\n\t<a
298
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=26&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Tokyo
299
+ Rows</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=51&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Vintage
300
+ Vanity</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=47&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Warehouse
301
+ of Whimsy</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=72&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Woodland
302
+ Wonder</a></li></ul></li><li class=\"submenu\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=33&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
303
+ Collection</a><ul class=\"level2\"><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=82&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">A
304
+ Charmed Life</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=90&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">A
305
+ Pearl's Best Friend</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=77&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Birds
306
+ & Bees and Flowers Please</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=75&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Bright
307
+ Baubles</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=89&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Geometry
308
+ Class</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=39&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Go
309
+ For Baroque</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=34&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Moon
310
+ Over Morocco</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=85&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Namaste</a></li><li>\n\t<a
311
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=84&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Sparkle</a></li><li>\n\t<a
312
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=86&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Tokyo
313
+ Rows</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=48&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Vintage
314
+ Vanity</a></li></ul></li><li class=\"submenu\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=6&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Necklace
315
+ Collection</a><ul class=\"level2\"><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=71&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">A
316
+ Charmed Life</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=43&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">A
317
+ Pearl's Best Friend</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=66&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Birds
318
+ & Bees and Flowers Please</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=21&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Bright
319
+ Baubles</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=73&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Chain
320
+ Reaction</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=88&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Geometry
321
+ Class</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=7&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Give
322
+ A Hoot</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=54&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Moon
323
+ Over Morocco</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=78&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Tokyo
324
+ Rows</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=50&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Vintage
325
+ Vanity</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=65&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Warehouse
326
+ of Whimsy</a></li><li>\n\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=62&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Woodland
327
+ Wonder</a></li></ul></li><li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;cPath=1&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Gift
328
+ Certificates</a></li><!-- You can also add links on this side of your catefories
329
+ menu\n <li class=\"submenu\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_INFORMATION</a>\n
330
+ \ <ul class=\"level2\">\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=shippinginfo&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_SHIPPING_INFO</a></li>\n
331
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=privacy&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_PRIVACY_POLICY</a></li>\n
332
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=conditions&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_CONDITIONS_OF_USE</a></li>\n\t\t
333
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=about_us&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_ABOUT_US</a></li>\n
334
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=site_map&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_SITE_MAP</a></li>\n
335
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=gv_faq&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_GV_FAQ</a></li>\n
336
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=discount_coupon&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_DISCOUNT_COUPON</a></li>\n
337
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=unsubscribe&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">HEADER_TITLE_UNSUBSCRIBE</a></li>\n
338
+ \ </ul>\n </li>\n-->\n </ul>\n </div>\n</div>\n<div class=\"clearBoth\"></div>\n\t\t\t<!--eof-drop
339
+ down menu display-->\n\t\t</div>\n\t</div>\n \n\n\t \n\n\n\n\n\t<!--
340
+ ========== CATEGORIES TABS ========= -->\n\t\t\t<!-- ====================================
341
+ -->\n \n \n\t\t<!-- ============================ -->\n\t\t\n\t\t<!--
342
+ ======Google Stuff====== -->\n<script type=\"text/javascript\">\n\n var _gaq
343
+ = _gaq || [];\n _gaq.push(['_setAccount', 'UA-17864897-1']);\n _gaq.push(['_trackPageview']);\n\n
344
+ \ (function() {\n var ga = document.createElement('script'); ga.type =
345
+ 'text/javascript'; ga.async = true;\n ga.src = ('https:' == document.location.protocol
346
+ ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n var
347
+ s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga,
348
+ s);\n })();\n\n</script>\n\t\t<!-- ======end of Google Stuff====== -->\n\t\t\n\t\t\n\t\t\t\t<div
349
+ class=\"bnnrs\">\n\t\t\t<div class=\"slider\">\n\t\t\t\t<!-- begin edit for
350
+ ZX Slideshow -->\n\t\t\t\t \n\t\t\t\t\t<script language=\"javascript\" type=\"text/javascript\"
351
+ src=\"includes/templates/template_default/jscript/jquery.nivo.slider.pack.js\"></script>\n\n<script
352
+ language=\"javascript\" type=\"text/javascript\">\njQuery(window).load(function()
353
+ {\n jQuery('#slider').nivoSlider({\n\t\t\teffect: 'fade',\n\t\t\tanimSpeed:
354
+ 800,\n \t pauseTime: 5000,\n\t\t\tdirectionNav: true,\n\t\t\tdirectionNavHide:
355
+ false,\n \t controlNav: true,\n\t\t\tpauseOnHover: true,\n\t\t\tcaptionOpacity:
356
+ 0\t\t\t});\n });\n\n</script>\n\n<div class=\"slider-wrapper theme-default\">\n
357
+ \ \t<div id=\"slider\" class=\"nivoSlider\" style=\"width:1024px !important;
358
+ height:472px !important;\">\n\t\t\t<img src=\"images/slide3.jpg\" alt=\"slide1\"
359
+ title=\" slide1 \" width=\"1024\" height=\"472\" />\t\t\t\n\t\t\t<img src=\"images/slide1.jpg\"
360
+ alt=\"slide2\" title=\" slide2 \" width=\"1024\" height=\"472\" />\n\t\t\t<img
361
+ src=\"images/slide4.jpg\" alt=\"slide3\" title=\" slide3 \" width=\"1024\"
362
+ height=\"472\" /><img src=\"images/slide5.jpg\" alt=\"slide4\" title=\" slide4
363
+ \" width=\"1024\" height=\"472\" /><img src=\"images/slide6.jpg\" alt=\"slide5\"
364
+ title=\" slide5 \" width=\"1024\" height=\"472\" /><img src=\"images/slide2.jpg\"
365
+ alt=\"slide6\" title=\" slide6 \" width=\"1024\" height=\"472\" />\t\t</div>\n
366
+ \ </div>\t\t\t\t \n\t\t\t\t<!-- end edit for ZX Slideshow -->\n\t\t\t</div>\n\t\t\t<div
367
+ class=\"bot-banners\">\n\t\t\t\t<div><a href=\"http://ocbfashionjewelry.com/index.php?main_page=redirect&amp;action=banner&amp;goto=37&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
368
+ src=\"images/banners/Promo2.jpg\" alt=\"Our Swarovski Elements Adorned Jewelry\"
369
+ title=\" Our Swarovski Elements Adorned Jewelry \" width=\"328\" height=\"194\"
370
+ /></a></div><div><a href=\"http://ocbfashionjewelry.com/index.php?main_page=redirect&amp;action=banner&amp;goto=38&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
371
+ src=\"images/banners/Promo1.jpg\" alt=\"e-Gift Certificates Available Now\"
372
+ title=\" e-Gift Certificates Available Now \" width=\"328\" height=\"194\"
373
+ /></a></div><div><a href=\"http://ocbfashionjewelry.com/index.php?main_page=redirect&amp;action=banner&amp;goto=39&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
374
+ src=\"images/banners/Promo3.jpg\" alt=\"Everyday Savings on Handmade Fashion
375
+ Jewelry\" title=\" Everyday Savings on Handmade Fashion Jewelry \" width=\"328\"
376
+ height=\"194\" /></a></div>\t\t\t</div>\n\t\t</div>\n\t\t \n\t\t\n\t\t<table
377
+ border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" id=\"contentMainWrapper\">\n\t\t\t<tr>\n\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<td
378
+ id=\"column-center\" valign=\"top\">\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t<div
379
+ class=\"column-center-padding\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<!--content_center-->\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<!--
380
+ bof breadcrumb -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- eof breadcrumb -->\n\t\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t<!--
381
+ bof upload alerts -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- eof upload alerts
382
+ -->\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"centerColumn\" id=\"indexDefault\">\n\n\n<!--
383
+ deprecated - to use uncomment this section\n<div id=\"\" class=\"content\">This
384
+ is the main define statement for the page for english when no template defined
385
+ file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div>\n-->\n\n<!--
386
+ deprecated - to use uncomment this section\n<div id=\"\" class=\"content\">Define
387
+ your main Index page copy here.</div>\n-->\n\n<div id=\"indexDefaultMainContent\"></div>\n\n\n\n<!--
388
+ bof: featured products -->\n<div class=\"centerBoxWrapper\" id=\"featuredProducts\">\n\n\t
389
+ \ <h2 class=\"centerBoxHeading\">Featured Products</h2>\n\t \n <div class=\"centerBoxContentsFeatured
390
+ centeredContent back\" style=\"width:33%;\"><div class=\"product-col\" >\n\t\t\t\t<div
391
+ class=\"img\">\n\t\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_84&amp;products_id=1372&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
392
+ src=\"images/products/1537p.jpg\" alt=\"Earrings 1537\" title=\" Earrings
393
+ 1537 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
394
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_84&amp;products_id=1372&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
395
+ 1537</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$23.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
396
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1372&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
397
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
398
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n
399
+ \ <div class=\"centerBoxContentsFeatured centeredContent back\" style=\"width:33%;\"><div
400
+ class=\"product-col\" style=\"margin-left:10px; margin-right:10px;\">\n\t\t\t\t<div
401
+ class=\"img\">\n\t\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_84&amp;products_id=1371&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
402
+ src=\"images/products/1536p.jpg\" alt=\"Earrings 1536\" title=\" Earrings
403
+ 1536 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
404
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_84&amp;products_id=1371&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
405
+ 1536</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$23.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
406
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1371&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
407
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
408
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n
409
+ \ <div class=\"centerBoxContentsFeatured centeredContent back\" style=\"width:33%;\"><div
410
+ class=\"product-col\" style=\"margin-left:19px;\">\n\t\t\t\t<div class=\"img\">\n\t\t\t\t\t<a
411
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_84&amp;products_id=1369&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
412
+ src=\"images/products/1534p.jpg\" alt=\"Earrings 1534\" title=\" Earrings
413
+ 1534 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
414
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_84&amp;products_id=1369&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
415
+ 1534</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$23.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
416
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1369&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
417
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
418
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n<br
419
+ class=\"clearBoth\" />\n \n</div>\n<!-- eof: featured products -->\n\n\n\n\n\n\n\n\n\n<!--
420
+ bof: whats_new -->\n<div class=\"centerBoxWrapper\" id=\"whatsNew\">\n <h2
421
+ class=\"centerBoxHeading\">New Products For December</h2>\n <div class=\"centerBoxContentsNew
422
+ centeredContent back\" style=\"width:33%;\"><div class=\"product-col\" >\n\t\t\t\t<div
423
+ class=\"img\">\n\t\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1557&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
424
+ src=\"images/products/1695p.jpg\" alt=\"Earrings 1695\" title=\" Earrings
425
+ 1695 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
426
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1557&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
427
+ 1695</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$21.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
428
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1557&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
429
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
430
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n
431
+ \ <div class=\"centerBoxContentsNew centeredContent back\" style=\"width:33%;\"><div
432
+ class=\"product-col\" style=\"margin-left:10px; margin-right:10px;\">\n\t\t\t\t<div
433
+ class=\"img\">\n\t\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1558&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
434
+ src=\"images/products/1696p.jpg\" alt=\"Earrings 1696\" title=\" Earrings
435
+ 1696 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
436
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1558&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
437
+ 1696</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$21.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
438
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1558&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
439
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
440
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n
441
+ \ <div class=\"centerBoxContentsNew centeredContent back\" style=\"width:33%;\"><div
442
+ class=\"product-col\" style=\"margin-left:19px;\">\n\t\t\t\t<div class=\"img\">\n\t\t\t\t\t<a
443
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1559&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
444
+ src=\"images/products/1702p.jpg\" alt=\"Earrings 1702\" title=\" Earrings
445
+ 1702 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
446
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1559&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
447
+ 1702</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$20.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
448
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1559&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
449
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
450
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n<br
451
+ class=\"clearBoth\" />\n\n <div class=\"centerBoxContentsNew centeredContent
452
+ back\" style=\"width:33%;\"><div class=\"product-col\" >\n\t\t\t\t<div class=\"img\">\n\t\t\t\t\t<a
453
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1560&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
454
+ src=\"images/products/1703p.jpg\" alt=\"Earrings 1703\" title=\" Earrings
455
+ 1703 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
456
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1560&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
457
+ 1703</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$20.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
458
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1560&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
459
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
460
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n
461
+ \ <div class=\"centerBoxContentsNew centeredContent back\" style=\"width:33%;\"><div
462
+ class=\"product-col\" style=\"margin-left:10px; margin-right:10px;\">\n\t\t\t\t<div
463
+ class=\"img\">\n\t\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1561&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
464
+ src=\"images/products/1704p.jpg\" alt=\"Earrings 1704\" title=\" Earrings
465
+ 1704 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
466
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1561&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
467
+ 1704</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$20.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
468
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1561&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
469
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
470
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n
471
+ \ <div class=\"centerBoxContentsNew centeredContent back\" style=\"width:33%;\"><div
472
+ class=\"product-col\" style=\"margin-left:19px;\">\n\t\t\t\t<div class=\"img\">\n\t\t\t\t\t<a
473
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1562&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
474
+ src=\"images/products/1705p.jpg\" alt=\"Earrings 1705\" title=\" Earrings
475
+ 1705 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
476
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1562&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
477
+ 1705</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$20.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
478
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1562&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
479
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
480
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n<br
481
+ class=\"clearBoth\" />\n\n <div class=\"centerBoxContentsNew centeredContent
482
+ back\" style=\"width:33%;\"><div class=\"product-col\" >\n\t\t\t\t<div class=\"img\">\n\t\t\t\t\t<a
483
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1563&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
484
+ src=\"images/products/1706p.jpg\" alt=\"Earrings 1706\" title=\" Earrings
485
+ 1706 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
486
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1563&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
487
+ 1706</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$20.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
488
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1563&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
489
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
490
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n
491
+ \ <div class=\"centerBoxContentsNew centeredContent back\" style=\"width:33%;\"><div
492
+ class=\"product-col\" style=\"margin-left:10px; margin-right:10px;\">\n\t\t\t\t<div
493
+ class=\"img\">\n\t\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1564&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
494
+ src=\"images/products/1707p.jpg\" alt=\"Earrings 1707\" title=\" Earrings
495
+ 1707 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
496
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1564&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
497
+ 1707</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$20.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
498
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1564&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
499
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
500
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n
501
+ \ <div class=\"centerBoxContentsNew centeredContent back\" style=\"width:33%;\"><div
502
+ class=\"product-col\" style=\"margin-left:19px;\">\n\t\t\t\t<div class=\"img\">\n\t\t\t\t\t<a
503
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1565&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
504
+ src=\"images/products/1699p.jpg\" alt=\"Earrings 1699\" title=\" Earrings
505
+ 1699 \" width=\"200\" height=\"266\" /></a>\n\t\t\t\t</div>\n\t\t\t\t<div
506
+ class=\"prod-info\">\n\t\t\t\t\t<a class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_90&amp;products_id=1565&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
507
+ 1699</a>\n\t\t\t\t\t<div class=\"wrapper\">\n\t\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t\t<strong>$20.00</strong>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
508
+ class=\"button\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1565&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
509
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
510
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div></div>\n<br
511
+ class=\"clearBoth\" />\n \n</div>\n<!-- eof: whats_new -->\n\n\n\n</div>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div
512
+ class=\"clear\"></div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<!--eof content_center-->\n\t\t\t\t\t\t\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t<td
513
+ id=\"column_right\" style=\"width:241px\">\n\t\t\t\n\t\t\t\t\t\t<div style=\"width:241px;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!--//
514
+ bof: specials //-->\n <div class=\"box \" id=\"specials\" style=\"width:241px;\">\n\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div
515
+ class=\"box-head\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=specials&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Specials</a>\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div
516
+ class=\"box-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"sideBoxContent centeredContent\"><div
517
+ class=\"img\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_82&amp;products_id=1314&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
518
+ src=\"images/products/1479p.jpg\" alt=\"Earrings 1479\" title=\" Earrings
519
+ 1479 \" width=\"200\" height=\"266\" /></a><br /></div><div class=\"desc\"><a
520
+ class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_82&amp;products_id=1314&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
521
+ 1479</a><div class=\"wrapper\"><div class=\"price\"><span class=\"normalprice\">$14.00
522
+ </span>&nbsp;<span class=\"productSpecialPrice\">$11.86</span><span class=\"productPriceDiscount\"><br
523
+ />Save:&nbsp;15% off</span></div><a class=\"button\" href=\"http://ocbfashionjewelry.com/index.php?main_page=specials&amp;action=buy_now&amp;products_id=1314&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
524
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
525
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div></div></div>\t\t\t\t\t\t\t\t\t\t\t</div>
526
+ \n\t\t\t\n\n \n </div>\n<!--// eof: specials //-->\n\n<!--//
527
+ bof: whatsnew //-->\n <div class=\"box \" id=\"whatsnew\" style=\"width:241px;\">\n\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div
528
+ class=\"box-head\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">New
529
+ Products</a>\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div
530
+ class=\"box-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"sideBoxContent centeredContent\"><div
531
+ class=\"img\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1554&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
532
+ src=\"images/products/1692p.jpg\" alt=\"Earrings 1692\" title=\" Earrings
533
+ 1692 \" width=\"200\" height=\"266\" /></a><br /></div><div class=\"sb-info\"><a
534
+ class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1554&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
535
+ 1692</a><div class=\"wrapper\"><div class=\"price\">$21.00</div><a class=\"button\"
536
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1554&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
537
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
538
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div></div></div><div
539
+ class=\"sideBoxContent centeredContent\"><div class=\"img\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1555&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
540
+ src=\"images/products/1693p.jpg\" alt=\"Earrings 1693\" title=\" Earrings
541
+ 1693 \" width=\"200\" height=\"266\" /></a><br /></div><div class=\"sb-info\"><a
542
+ class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1555&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
543
+ 1693</a><div class=\"wrapper\"><div class=\"price\">$21.00</div><a class=\"button\"
544
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1555&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
545
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
546
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div></div></div><div
547
+ class=\"sideBoxContent centeredContent\"><div class=\"img\"><a href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1556&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
548
+ src=\"images/products/1694p.jpg\" alt=\"Earrings 1694\" title=\" Earrings
549
+ 1694 \" width=\"200\" height=\"266\" /></a><br /></div><div class=\"sb-info\"><a
550
+ class=\"name\" href=\"http://ocbfashionjewelry.com/index.php?main_page=product_info&amp;cPath=33_89&amp;products_id=1556&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Earrings
551
+ 1694</a><div class=\"wrapper\"><div class=\"price\">$21.00</div><a class=\"button\"
552
+ href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;action=buy_now&amp;products_id=1556&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"><img
553
+ src=\"includes/templates/template_default/buttons/english/button_add_to_cart.gif\"
554
+ alt=\"Add to Cart\" title=\" Add to Cart \" width=\"90\" height=\"36\" /></a></div></div></div>\t\t\t\t\t\t\t\t\t\t\t</div>
555
+ \n\t\t\t\n\n \n </div>\n<!--// eof: whatsnew //-->\n\n\t\t\t\t\t\t</div>\n\t\t\t\n\t\t\t\t\t</td>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t</tr>\n\t\t</table>\n\t\t</div>\n\t</div>\n</div>\n\t<!--
556
+ ========== FOOTER ========== -->\n\t\n\n<div id=\"footer\">\n\t<div class=\"extra\">\n\t\t<div
557
+ class=\"main-width\">\n\t\t\t<div class=\"wrapper\">\n\t\t\t\t<div class=\"footer-menu\">\n\t\t\t\t\t<div
558
+ id=\"navSupp\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"ezpagesFooterCol
559
+ col3\" style=\"width: 25%\">\n<ul>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=specials&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Specials</a></li>\n
560
+ \ <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_new&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">New
561
+ Products</a></li>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=products_all&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">All
562
+ Products</a></li>\n</ul>\n</div>\n<div class=\"ezpagesFooterCol col4\" style=\"width:
563
+ 25%\">\n<ul>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=page&amp;id=3&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Everyday
564
+ Discounts</a></li>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=gv_faq&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Gift
565
+ Certificates FAQ</a></li>\n</ul>\n</div>\n<div class=\"ezpagesFooterCol col5\"
566
+ style=\"width: 25%\">\n<ul>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=page&amp;id=11&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Conditions
567
+ of Use</a></li>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=page&amp;id=12&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Shipping
568
+ and Returns</a></li>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=page&amp;id=2&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">How
569
+ To Measure Your Wrist</a></li>\n</ul>\n</div>\n<div class=\"ezpagesFooterCol
570
+ col6\" style=\"width: 25%\">\n<ul>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=page&amp;id=10&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">About
571
+ Us</a></li>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=site_map&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Site
572
+ Map</a></li>\n <li><a href=\"http://ocbfashionjewelry.com/index.php?main_page=contact_us&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Contact
573
+ Us</a></li>\n</ul>\n</div><br class=\"clearBoth\" />\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div
574
+ class=\"copyright\">\n\t\t\t\t\t<!-- ========== COPYRIGHT ========== -->\n\t\t\t\t\t\tCopyright
575
+ &copy; 2013 <a href=\"http://ocbfashionjewelry.com/index.php?main_page=index&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\"
576
+ target=\"_blank\">Orange Crush Beads</a>. - <a href=\"http://ocbfashionjewelry.com/index.php?main_page=privacy&amp;zenid=d3c0c36d1490fc165fb2392e33a3446b\">Privacy
577
+ Notice</a>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<!-- ===============================
578
+ -->\n\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t<!--<div class=\"cards\">\n\t\t\t\t\t<img
579
+ src=\"includes/templates/template_default/images/paypal.gif\" alt=\"\" />\t\t\t\t</div>-->\n\t\t\t\t<div
580
+ class=\"back_to_top\">\n\t\t\t\t\t<a href=\"#\"><span>&uarr;</span> TOP</a>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n\n\n\n\n\n<!--
581
+ BOF- BANNER #5 display -->\n<!-- EOF- BANNER #5 display -->\n\n\t<!-- ============================
582
+ -->\n\n\t<!--bof- parse time display -->\n\t\t<!--eof- parse time display
583
+ -->\n\n\t<!-- BOF- BANNER #6 display -->\n\t\t<!-- EOF- BANNER #6 display
584
+ -->\n\n\t<!-- ========== IMAGE BORDER BOTTOM ========== -->\n\n\n\n<!-- =========================================
585
+ -->\n\n\n\n</body></html>\n"
586
+ http_version: '1.1'
587
+ recorded_at: Sun, 29 Dec 2013 14:21:40 GMT
588
+ recorded_with: VCR 2.8.0