| Line 64... |
Line 64... |
| 64 |
<!-- Widgets -->
|
64 |
<!-- Widgets -->
|
| 65 |
<div class="widgets right">
|
65 |
<div class="widgets right">
|
| 66 |
|
66 |
|
| 67 |
$action.getCartWidgetSnippet()
|
67 |
$action.getCartWidgetSnippet()
|
| 68 |
<div class="side-banner">
|
68 |
<div class="side-banner">
|
| 69 |
<script type='text/javascript'><!--//<![CDATA[
|
- |
|
| 70 |
var m3_u = (location.protocol=='https:'?' https://promotions.saholic.com/openx/www/delivery/ajs.php':'http://promotions.saholic.com/openx/www/delivery/ajs.php');
|
- |
|
| 71 |
var m3_r = Math.floor(Math.random()*99999999999);
|
- |
|
| 72 |
if (!document.MAX_used) document.MAX_used = ',';
|
- |
|
| 73 |
document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
|
- |
|
| 74 |
document.write ("?zoneid=9");
|
- |
|
| 75 |
document.write ('&cb=' + m3_r);
|
- |
|
| 76 |
|
- |
|
| 77 |
#if($discounts)
|
- |
|
| 78 |
#foreach($couponCode in $discounts.keySet())
|
- |
|
| 79 |
#set($discountValue = $discounts.get($couponCode))
|
- |
|
| 80 |
document.write ('&coupon=$couponCode');
|
- |
|
| 81 |
document.write ('&discount=$discountValue');
|
- |
|
| 82 |
#end
|
- |
|
| 83 |
#end
|
- |
|
| 84 |
|
- |
|
| 85 |
if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used);
|
- |
|
| 86 |
document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : ''));
|
- |
|
| 87 |
document.write ("&loc=" + escape(window.location));
|
- |
|
| 88 |
if (document.referrer) document.write ("&referer=" + escape(document.referrer));
|
- |
|
| 89 |
if (document.context) document.write ("&context=" + escape(document.context));
|
- |
|
| 90 |
if (document.mmm_fo) document.write ("&mmm_fo=1");
|
- |
|
| 91 |
document.write ("'><\/scr"+"ipt>");
|
- |
|
| 92 |
//]]>--></script><noscript><a href=' http://promotions.saholic.com/openx/www/delivery/ck.php?n=a058b848&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src=' http://promotions.saholic.com/openx/www/delivery/avw.php?zoneid=9&cb=INSERT_RANDOM_NUMBER_HERE&n=a058b848' border='0' alt='' /></a></noscript>
|
- |
|
| 93 |
</div>
|
69 |
</div>
|
| 94 |
<div class="side-banner">
|
70 |
<div class="side-banner">
|
| 95 |
<script type='text/javascript'><!--//<![CDATA[
|
- |
|
| 96 |
var m3_u = (location.protocol=='https:'?'https://open.saholic.com/openx/www/delivery/ajs.php':'http://open.saholic.com/openx/www/delivery/ajs.php');
|
- |
|
| 97 |
var m3_r = Math.floor(Math.random()*99999999999);
|
- |
|
| 98 |
if (!document.MAX_used) document.MAX_used = ',';
|
- |
|
| 99 |
document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
|
- |
|
| 100 |
document.write ("?zoneid=6");
|
- |
|
| 101 |
document.write ('&cb=' + m3_r);
|
- |
|
| 102 |
#if($discounts)
|
- |
|
| 103 |
#foreach($couponCode in $discounts.keySet())
|
- |
|
| 104 |
#set($discountValue = $discounts.get($couponCode))
|
- |
|
| 105 |
|
- |
|
| 106 |
document.write ('&coupon=$couponCode');
|
- |
|
| 107 |
document.write ('&discount=$discountValue');
|
- |
|
| 108 |
#end
|
- |
|
| 109 |
#end
|
- |
|
| 110 |
|
- |
|
| 111 |
if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used);
|
- |
|
| 112 |
document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : ''));
|
- |
|
| 113 |
document.write ("&loc=" + escape(window.location));
|
- |
|
| 114 |
if (document.referrer) document.write ("&referer=" + escape(document.referrer));
|
- |
|
| 115 |
if (document.context) document.write ("&context=" + escape(document.context));
|
- |
|
| 116 |
if (document.mmm_fo) document.write ("&mmm_fo=1");
|
- |
|
| 117 |
document.write ("'><\/scr"+"ipt>");
|
- |
|
| 118 |
//]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=ae760280&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=6&cb=INSERT_RANDOM_NUMBER_HERE&n=ae760280' border='0' alt='' /></a></noscript>
|
- |
|
| 119 |
</div>
|
71 |
</div>
|
| 120 |
|
72 |
|
| 121 |
#if($ismobile)
|
73 |
#if($ismobile)
|
| 122 |
<div id="mostcompared" class="common-widget">
|
74 |
<div id="mostcompared" class="common-widget">
|
| 123 |
#include ( "templates/mostcompared.vm")
|
75 |
#include ( "templates/mostcompared.vm")
|
| Line 197... |
Line 149... |
| 197 |
});
|
149 |
});
|
| 198 |
emiObj = $action.getEmiObject();
|
150 |
emiObj = $action.getEmiObject();
|
| 199 |
/*youtube video init*/
|
151 |
/*youtube video init*/
|
| 200 |
google.load("swfobject", "2.1");
|
152 |
google.load("swfobject", "2.1");
|
| 201 |
</script>
|
153 |
</script>
|
| - |
|
154 |
#if($action.isPrivateDealUserBase())
|
| - |
|
155 |
<script type="text/javascript">
|
| - |
|
156 |
_gaq.push(['_setCustomVar',
|
| - |
|
157 |
1, // This custom var is set to slot #1. Required parameter.
|
| - |
|
158 |
'typeofuser', // The name of the custom variable. Required parameter.
|
| - |
|
159 |
'PrivateDeal', // Sets the value of "User Type" to "Member" or "Visitor" depending on status. Required parameter.
|
| - |
|
160 |
1 // Sets the scope to session-level. Optional parameter.
|
| - |
|
161 |
]);
|
| - |
|
162 |
</script>
|
| - |
|
163 |
#end
|
| 202 |
</body>
|
164 |
</body>
|
| 203 |
</html>
|
165 |
</html>
|
| 204 |
|
166 |
|