Subversion Repositories SmartDukaan

Rev

Rev 8298 | Rev 8301 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8298 Rev 8300
Line 1... Line 1...
1
<!DOCTYPE html>
1
<!DOCTYPE html>
2
 
2
 
3
<html>
3
<html>
4
<head>
4
    <head>
5
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
5
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
6
    <meta content="NO-CACHE" http-equiv="CACHE-CONTROL">
6
        <meta content="NO-CACHE" http-equiv="CACHE-CONTROL">
7
    <meta content="no-cache" http-equiv="Pragma">
7
        <meta content="no-cache" http-equiv="Pragma">
8
    <meta name="description" content="India's first Android only devices stores. Find all the latest Android smartphones, tablets, accessories and apps under one roof.">
8
        <meta content="India's first Android only devices stores. Find all the latest Android smartphones, tablets, accessories and apps under one roof." name="description">
9
     <meta name="description" value="India's first Android only devices stores. Find all the latest Android smartphones, tablets, accessories and apps under one roof."> 
-
 
10
    <meta content="-1" http-equiv="Expires">
9
        <meta content="-1" http-equiv="Expires">
11
 
10
    
12
    <title>Android Store | Androidland in India</title>
11
        <title>Android Store | Androidland in India</title>
13
    #include ( "templates/commoncssfiles.vm" )
12
        #include ( "templates/commoncssfiles.vm" )
14
    <link href="/css/androidland/style.css" rel="stylesheet" type="text/css">
13
        <link href="/css/androidland/style.css" rel="stylesheet" type="text/css">
15
    <link href="/css/androidland/main.css" rel="stylesheet" type="text/css">
14
        <link href="/css/androidland/main.css" rel="stylesheet" type="text/css">
16
	<link href="/css/androidland/counter013.css" media="all" rel="stylesheet" type="text/css">
15
        <link href="/css/androidland/counter013.css" media="all" rel="stylesheet" type="text/css">
17
    <link href="/css/androidland/widget115.css" media="all" rel="stylesheet" type="text/css">
16
        <link href="/css/androidland/widget115.css" media="all" rel="stylesheet" type="text/css">
18
    <style>
-
 
19
      #map_canvas {
17
		<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&amp;sensor=false"></script> 
20
        width: 685px;
18
        #include ( "templates/commonjsfiles.vm" )
21
        height: 436px;
19
		<script type="text/javascript" src="/js/jquery.slidy.min.js"></script>
22
      }
-
 
23
    </style>
-
 
24
    <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
20
		<link type="text/css" rel="stylesheet" href="/css/jquery.slidy.css"/>
25
    <script>
21
		<script>
26
		function initialize() {
22
        function initialize() {
27
	    	var mapCanvas = document.getElementById('map_canvas');
23
                var mapCanvas = document.getElementById('map_canvas');
28
	    	var tgip = new google.maps.LatLng(28.57201,77.326555);
24
                var tgip = new google.maps.LatLng(28.57201,77.326555);
29
	    	var kora = new google.maps.LatLng(12.931957,77.62271);
25
                var kora = new google.maps.LatLng(12.931957,77.62271);
30
	    	var center = new google.maps.LatLng(20,77.4);
26
                var center = new google.maps.LatLng(20,77.4);
31
	    	var mapOptions = {
27
                var mapOptions = {
32
	      		center: center,
28
                    center: center,
33
	      		zoom: 4,
29
                    zoom: 4,
34
	      		mapTypeId: google.maps.MapTypeId.ROADMAP
30
                    mapTypeId: google.maps.MapTypeId.ROADMAP
35
	    	};
31
                };
36
	    	var map = new google.maps.Map(mapCanvas, mapOptions);
32
                var map = new google.maps.Map(mapCanvas, mapOptions);
37
	    	
33
                
38
    		var tgipmarker = new google.maps.Marker({
34
                var tgipmarker = new google.maps.Marker({
39
      			position: tgip,
35
                    position: tgip,
40
      			map: map,
36
                    map: map,
41
      			title: 'TGIP Mall, Noida'
37
                    title: 'TGIP Mall, Noida'
42
			});
38
                });
43
 
39
    
44
    		var koramarker = new google.maps.Marker({
40
                var koramarker = new google.maps.Marker({
45
      			position: kora,
41
                    position: kora,
46
      			map: map,
42
                    map: map,
47
      			title: 'Koramangala, Bangalore'
43
                    title: 'Koramangala, Bangalore'
-
 
44
                });
-
 
45
            }   
-
 
46
            google.maps.event.addDomListener(window, 'load', initialize);
-
 
47
        </script>
-
 
48
    	
-
 
49
    	<style>
-
 
50
    		.main-background {
-
 
51
    			background-color:#E1E1E1;
-
 
52
    		}
-
 
53
    		
-
 
54
    		.container {
-
 
55
    			padding:10px 10px 0 10px;
-
 
56
    			box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
-
 
57
                -moz-box-shadow: 0 0 9px 1px -moz-rgba(0,0,0,.2);
-
 
58
                -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
-
 
59
				width:940px;
-
 
60
				margin:auto;
-
 
61
				background-color:white;
-
 
62
				color:#666666;
-
 
63
    		}
-
 
64
			
-
 
65
			h1, h2 {
-
 
66
				font-size:40px;
-
 
67
				margin:40px 0 0 0;
-
 
68
				color:#444444;
-
 
69
			}
-
 
70
			
-
 
71
			h3 {
-
 
72
				font-size:30px;
-
 
73
				margin:30px 0;
-
 
74
				color:#444444;
48
			});
75
			}
49
		}	
76
			
50
		google.maps.event.addDomListener(window, 'load', initialize);
77
			.content-after-banner {
51
	</script>
78
				font-size:18px;
52
</head>
79
			}
53
 
80
			
-
 
81
			.container p {
-
 
82
				padding:30px 0 30px 20px;
54
<body>
83
			}
-
 
84
			
55
	$action.getHeaderSnippet()
85
			.container h1, .container h2{
-
 
86
				padding-left:20px;
-
 
87
			}
56
 
88
			
-
 
89
			table.promotion-table {
57
    <div class="wrapper">
90
                padding-left: 20px;
58
        <div class="banner_carousel short has_tabbers" style="background: url('/images/androidland/main-banner.jpg') no-repeat;">
91
                background-color: #2789c1;
59
            <script>
92
                color: white;
-
 
93
                width: 100%;
-
 
94
			}
-
 
95
			
60
function navBannerGo(val) {
96
			table.promotion-table td {
-
 
97
                height: 100px;
-
 
98
                vertical-align: middle;
61
            location.href = val;
99
                font-size: 30px;
-
 
100
			}
-
 
101
			
-
 
102
			.separator {
-
 
103
				border-top:1px solid #d9d9d9;
-
 
104
				margin:2px 0;
-
 
105
			}
-
 
106
			
-
 
107
			.outer-block {
-
 
108
            	margin:45px 0;padding: 0 40px;
62
            }
109
            }
-
 
110
            
-
 
111
            .image-holding-block {
-
 
112
            	text-align:center;
63
            </script>
113
            }
-
 
114
            
-
 
115
            .image-block {
-
 
116
            	width:390px;
-
 
117
				height:355px;
-
 
118
            }
-
 
119
            
-
 
120
            .inner-block {
-
 
121
            	padding:0 20px;
-
 
122
				float:left;
-
 
123
				width:390px;
-
 
124
            }
-
 
125
			
-
 
126
			#map_canvas {
-
 
127
                width: 940px;
-
 
128
                height: 400px;
-
 
129
			}
-
 
130
			
-
 
131
			.inner-block p {
-
 
132
				padding:20px 0;
-
 
133
			}
-
 
134
    	</style>
-
 
135
    </head>
64
 
136
 
-
 
137
    <body>
-
 
138
         $action.getHeaderSnippet()
-
 
139
        <div class='main-background'>
-
 
140
    		<div class='container'>
-
 
141
				<div class="banner_carousel short has_tabbers" style="background: url('/images/androidland/main-banner.jpg') no-repeat;">
-
 
142
                    <script>
-
 
143
        function navBannerGo(val) {
-
 
144
                    location.href = val;
-
 
145
                    }
-
 
146
                    </script>
-
 
147
        
65
            <div class="content_tabber_con">
148
                    <div class="content_tabber_con">
66
                <div class="content_tabber_scroller">
149
                        <div class="content_tabber_scroller">
67
                    <a class="content_tabber" href="/androidland-overview">Overview</a>
150
                            <a class="content_tabber" href="/androidland-overview">Overview</a>
68
					<a class="content_tabber current" href="/androidland-store">AndroidLand Store
151
        					<a class="content_tabber  current" href="/androidland-store">AndroidLand Store
69
						<img src="/images/androidland/orange-tab.png" style="width: 138px;">
152
								<img src="/images/androidland/orange-tab.png" style="width: 100%;">
70
					</a>
153
							</a>
71
					<a class="content_tabber" href="/androidland-devices">Android Devices</a>
154
        					<a class="content_tabber" href="/androidland-devices">Android Devices</a>
72
					<a class="content_tabber" href="/androidland-apps">Android Apps</a> 
155
        					<a class="content_tabber" href="/androidland-apps">Android Apps</a> 
73
                </div><!-- .content_tabber_con -->
156
                        </div><!-- .content_tabber_con -->
74
            </div>
157
                    </div>
75
        </div>
158
                </div>
76
 
-
 
77
        <div class="content">
159
				<div class="content-after-banner">
-
 
160
        			<h1>India's first chain of Android-only mobile stores.</h1>
-
 
161
        			<p>Discover the latest and the widest range of Android smartphones and tablets from all the big brands.</p>
78
            <div class="padded_content">
162
					<div id="store-banners">
-
 
163
						<img src="/images/androidland/slide-1.jpg"></img>
79
                <div class="grid_3_left_middle">
164
						<img src="/images/androidland/slide-2.jpg"></img>
80
					<h1 style="margin: 20px 0px 10px 0px;font-weight: bold;font-size:30px;">What is AndroidLand?</h1>
165
						<img src="/images/androidland/slide-3.jpg"></img>
-
 
166
						<img src="/images/androidland/slide-4.jpg"></img>
81
					<div style="padding:10px;margin:10px 0px;font-size:1.2em;">
167
						<img src="/images/androidland/slide-5.jpg"></img>
82
						Discover the latest and the widest range of Android smartphones and tablets from all the big brands. 
168
						<img src="/images/androidland/slide-6.jpg"></img>
-
 
169
                    </div>
83
					</div>
170
					
84
					<div style="padding:5px;">
171
					<h2>First of its kind</h2>
85
						<img src="/images/androidland/store-image-1.png" style="width: 240px;height:160px;float:left;margin-right:20px;">
172
					<p>AndroidLand chain of stores will sell only Android-related products.</p> 
-
 
173
					<p style="padding-top:0;">Inside these vast stores, you will get a comprehensive, never-before experience of the Android platform - products, accessories, apps, helpful assistants, and of course, the gentle green Android Robots.</p>
86
						<h3 style="font-size:23px;">First of its kind</h3> 
174
					<div class='separator' style='margin-top:30px;'></div>
87
						<span style="font-size:1.2em;">
175
					<table class='promotion-table'>
88
    						AndroidLand chain of stores will sell only Android-related products.
176
						<thead></thead>
89
    						<br>
177
						<tbody>
90
							<br>
178
							<tr>
-
 
179
								<td>Get a chance to win a Note 3</td>
91
    						Inside these vast stores, you will get a comprehensive, never-before experience of the Android platform - products, accessories, apps, helpful assistants, and of course, the gentle green Android Robots.
180
								<td><span style="background-color: #ff5d00;display: inline-block;padding: 5px;font-size: 25px;">Know More</span></td>
92
							<br>
181
							</tr>
93
							<br>
182
						</tbody>
94
						</span>
183
					</table>
95
    					<h3 style="font-size:23px;">Where</h3>
184
					<div class='separator'></div>
-
 
185
					
-
 
186
					<div class='outer-block'>
96
						<span style="font-size:1.2em;">
187
						<div class='inner-block'>
97
    						The first two stores are in <b>Koramangala (Bangalore)</b> and <b>The Great India Place Mall (Noida)</b>.
188
							<h3>Experience wide, open spaces</h3>
98
						</span>
189
							<p>
-
 
190
								Explore our spacious stores and experience the latest Android technology 
-
 
191
								and learn about the things you can do with the mobile Internet. 
-
 
192
								Interact with the displays and devices. Take photographs with the Android robots. 
99
						
193
							</p>
100
					</div>
194
						</div>
-
 
195
						<div class='image-holding-block inner-block'>
-
 
196
							<img class='image-block' src='/images/androidland/open-design.jpg'>
101
					
197
						</div>
102
					<div style="clear:both;"></div>
198
						<div style='clear:both;'></div>
-
 
199
					</div>
103
					<img style="margin-right:10px;" src='/images/androidland/map1.jpg'></img><img src='/images/androidland/map2.jpg'></img>
200
					<div class='separator'></div>
104
					
201
					
105
					<div style="padding:5px;margin-top:20px;border-bottom: 1px solid #aaaaaa;">
202
					<div class='outer-block'>
106
						<h3 style="font-size:23px">What's inside</h3>
203
						<div class='image-holding-block inner-block'>
107
						<img src="/images/androidland/store-image-2.png" style="width: 335px;float:right;margin-left:20px;margin-top:6px">
204
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
108
						<span style="font-size:1.2em;">
-
 
109
							<br>
205
						</div>
110
                            <b>Fun and open design:</b><br> The open plan design will inspire you to discover the fun world of Android. Interact with the displays and devices. Take photographs with the Android robots. <br><br> 
-
 
111
                            
-
 
112
                            <b>Android choice showcase: </b><br> A wide variety of live Android smartphones and tablets that you can play with along with a selection of accessories.<br><br>
-
 
113
                            
206
						<div class='inner-block'>
114
                            <b>Google Play Zone: </b><br> An exclusive area showcasing the most popular apps and games from Google Play. You can choose to search and download multiple applications from Google Play on the spot.<br><br>
-
 
115
                            
207
							<h3>Explore all the big brands</h3>
116
                            <b>Expert advice: </b><br>AndroidLand store staff (Spice Android Gurus) have been specially trained on the Android platform and will be able to help you select the device that’s right for you and then set-up, customize and provide apps recommendations. <br><br> 
208
							<p>
117
                            
209
								You will find all the top smartphone/tablet brands under one roof
118
                            <b>Free WiFi: </b> <br>Free WiFI in store for you to browse the Internet from the live units.
210
								- Spice, Samsung, Micromaxx, Karbonn, HTC, LG, Motorola, Asus, and much more...
-
 
211
							</p>
119
					</span>
212
						</div>
-
 
213
						<div style='clear:both;'></div>
120
					</div>
214
					</div>
121
					<div style="clear:both;"></div>
-
 
122
					
215
					
123
					<h3 style="font-size: 23px;margin: 25px 0;">Take a tour</h3>
-
 
124
					<div style="padding:5px;">
216
					<div>
125
						<div class="cycle" style="background:url('/images/androidland/panorama.jpg');height:330px"></div>
217
						<div class="cycle" style="background:url('/images/androidland/panorama.jpg');height:330px"></div>
126
					</div>
218
					</div>
127
					
219
					
-
 
220
					<div class='outer-block'>
-
 
221
						<div class='inner-block'>
-
 
222
							<h3>Enjoy special deals</h3>
-
 
223
							 
-
 
224
							<p>
-
 
225
								Get special pricing and offers on devices powered by Android, 
-
 
226
								the world's most dynamic mobile operating system. 
-
 
227
							</p>
-
 
228
						</div>
-
 
229
						<div class='image-holding-block inner-block'>
-
 
230
							<img class='image-block' src='/images/androidland/open-design.jpg'>
-
 
231
						</div>
128
					<div style="padding:5px;">
232
						<div style='clear:both;'></div>
-
 
233
					</div>
-
 
234
					<div class='separator'></div>
-
 
235
					
-
 
236
					<div class='outer-block'>
-
 
237
						<div class='image-holding-block inner-block'>
129
					<object width="685" height="459" type="application/x-shockwave-flash" id="ytPlayer" data="http://www.youtube.com/v/ylP4DDwXZb8&amp;enablejsapi=1&amp;playerapiid=player"><param name="allowScriptAccess" value="always"><param name="wmode" value="transparent"></object>
238
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
-
 
239
						</div>
-
 
240
						<div class='inner-block'>
-
 
241
							<h3>Get expert advice</h3>
-
 
242
							<p>
-
 
243
								Let our trained staff guide you through the most amazing Android tips and tricks.
-
 
244
							</p>
-
 
245
						</div>
-
 
246
						<div style='clear:both;'></div>
130
					</div>
247
					</div>
131
					
248
					
132
					<h3 style="font-size: 23px;margin: 25px 0 0px 0;">Please visit us</h3>
249
					<div class='separator'></div>
133
					
250
					
134
					<div style="float:left;margin:10px 10px;padding:10px;width:200px;">
251
					<div class='outer-block'>
-
 
252
						<div class='inner-block'>
135
						<strong>KORAMANGALA</strong><br>
253
							<h3> Browse the Google Play Zone</h3>
136
						Lorem ipsum.<br>
254
							<p>
-
 
255
								 Search, choose and download your favorite Android apps in the Google Play Zone.
137
						Lorem ipsum.<br>
256
							</p>
138
						Lorem ipsum.<br>
257
						</div>
-
 
258
						<div class='image-holding-block inner-block'>
-
 
259
							<img class='image-block' src='/images/androidland/open-design.jpg'>
139
						Lorem ipsum.<br>
260
						</div>
-
 
261
						<div style='clear:both;'></div>
140
					</div>
262
					</div>
-
 
263
					
-
 
264
					<div class='separator'></div>
-
 
265
					
-
 
266
					<div class='outer-block'>
-
 
267
						<div class='image-holding-block inner-block'>
141
					<div style="float:left;margin:10px 10px;padding:10px;width:200px;">
268
							<img class='image-block' src='/images/androidland/huge-collection.jpg'>
-
 
269
						</div>
142
					<strong>TGIP MALL, NOIDA</strong><br>
270
						<div class='inner-block'>
143
						Lorem ipsum.<br>
271
							<h3>Enjoy Free WiFi</h3>
144
						Lorem ipsum.<br>
272
							<p>
-
 
273
								Browse the internet for free using our always-on devices.
145
						Lorem ipsum.<br>
274
							</p>
146
						Lorem ipsum.<br>
275
						</div>
-
 
276
						<div style='clear:both;'></div>
147
					</div>
277
					</div>
148
					<div style="clear:both;border-bottom:solid 1px #AAAAAA"></div>
-
 
149
					
278
					
-
 
279
					<div class='separator'></div>
-
 
280
					
-
 
281
					<h2>Locate us</h2>
-
 
282
					
150
					<div style="padding:5px;">
283
					<div style='margin-top:40px;'>
151
						<div id="map_canvas"></div>
284
						<div id="map_canvas"></div>
152
					</div>
285
					</div>
153
					
286
					
154
				</div><!-- .grid_3_left_middle -->
287
					<div style='margin:40px;'>
155
 
-
 
156
                <div class="grid_3_right">
-
 
157
                    <div class="island">
-
 
158
                        <div class="island_title">
-
 
159
                            Android Devices
-
 
160
                        </div>
288
						&nbsp;
161
 
-
 
162
                        <div class="island_img"><img src="/images/androidland/devices-widget-image.png"></div>
-
 
163
 
-
 
164
                        <div class="island_content">
-
 
165
                            Learn more about the latest Android devices and accessories.
-
 
166
                        </div><a class="arrow_link" href="/androidland-devices">Find Out More</a>
-
 
167
                    </div>
289
					</div>
168
 
290
					
169
                    <div class="island">
-
 
170
                        <div class="island_title">
-
 
171
                            Android Apps
-
 
172
                        </div>
291
    			</div>
173
 
-
 
174
                        <div class="island_img"><img src="/images/androidland/apps-widget-image.png"></div>
-
 
175
 
-
 
176
                        <div class="island_content">
-
 
177
                            Find out the most useful apps to bring the best out of your Android smartphone.
-
 
178
                        </div><a class="arrow_link" href="/androidland-apps">Find Out More</a>
-
 
179
                    </div>
292
    		</div>
180
				</div><!-- .grid_3_right -->
-
 
181
            </div><!-- .content -->
-
 
182
        </div>
293
    	</div>
183
    </div>
294
        
184
    #include("templates/footer.vm")
295
        #include("templates/footer.vm")
185
    #include ( "templates/commonjsfiles.vm" )
-
 
186
</body>
-
 
187
<script>
296
    	<script>
188
	(function (jQuery) {
297
    		(function (jQuery) {
189
    	jQuery.fn.cyclotron = function (options) {
298
                jQuery.fn.cyclotron = function (options) {
190
    		var settings = jQuery.extend({
299
                    var settings = jQuery.extend({
191
    			dampingFactor: 0.93,
300
                        dampingFactor: 0.93,
192
    			historySize: 5
301
                        historySize: 5
193
    		}, options);
302
                    }, options);
194
    		return this.each(function () {
303
                    return this.each(function () {
195
    			var container, sx, dx = 0, armed, offset = 0, tick, prev, h = [];
304
                        var container, sx, dx = 0, armed, offset = 0, tick, prev, h = [];
196
    			container = jQuery(this);
305
                        container = jQuery(this);
197
    
306
        
198
    			container.mousedown(function (e) {
307
                        container.mousedown(function (e) {
199
    				sx = e.pageX - offset;
308
                            sx = e.pageX - offset;
200
    				armed = true;
309
                            armed = true;
201
    				e.preventDefault();
310
                            e.preventDefault();
202
    			});
311
                        });
203
    			container.mousemove(function (e) {
312
                        container.mousemove(function (e) {
204
    				var px;
313
                            var px;
205
    				if (armed) {
314
                            if (armed) {
206
    					px = e.pageX;
315
                                px = e.pageX;
207
    					if (prev === undefined) {
316
                                if (prev === undefined) {
208
    						prev = px;
317
                                    prev = px;
209
    					}
318
                                }
210
    					offset = px - sx;
319
                                offset = px - sx;
211
    					if (h.length > settings.historySize) {
320
                                if (h.length > settings.historySize) {
212
    						h.shift();
321
                                    h.shift();
213
    					}
322
                                }
214
    					h.push(prev - px);
323
                                h.push(prev - px);
215
    
324
        
216
    					container.css('background-position', offset);
325
                                container.css('background-position', offset);
217
    
326
        
218
    					prev = px;
327
                                prev = px;
219
    				}
328
                            }
220
    			});
329
                        });
221
    			container.bind('mouseleave mouseup', function () {
330
                        container.bind('mouseleave mouseup', function () {
222
    				if (armed) {
331
                            if (armed) {
223
    					var i, len = h.length, v = h[len - 1];
332
                                var i, len = h.length, v = h[len - 1];
224
    					for (i = 0; i < len; i++) {
333
                                for (i = 0; i < len; i++) {
225
    						v = (v * len + (h[i])) / (len + 1);
334
                                    v = (v * len + (h[i])) / (len + 1);
226
    					}
335
                                }
227
    					dx = v;
336
                                dx = v;
228
    				}
337
                            }
229
    				armed = false;
338
                            armed = false;
230
    			});
339
                        });
231
    			tick = function () {
340
                        tick = function () {
232
    				if (!armed) {
341
                            if (!armed) {
233
    					dx = 2;
342
                                dx = 2;
234
    					dx *= settings.dampingFactor;
343
                                dx *= settings.dampingFactor;
235
    					offset -= dx;
344
                                offset -= dx;
236
    					container.css('background-position', offset);
345
                                container.css('background-position', offset);
237
    					if (Math.abs(dx) < 0.001) {
346
                                if (Math.abs(dx) < 0.001) {
238
    						dx = 0;
347
                                    dx = 0;
239
    					}
348
                                }
240
    				}
349
                            }
241
    			};
350
                        };
242
    			setInterval(tick, 16);
351
                        setInterval(tick, 16);
243
    		});
352
                    });
244
    	};
353
                };
245
    }(jQuery));
354
            }(jQuery));
246
	
355
        
247
	jQuery(document).ready(function (jQuery) {
356
            jQuery(document).ready(function (jQuery) {
248
        jQuery('.cycle').cyclotron();
357
                jQuery('.cycle').cyclotron();
-
 
358
            });
-
 
359
        </script>
-
 
360
		<script>
-
 
361
			jQuery('#store-banners').slidy({
-
 
362
                animation:  'fade',
-
 
363
                pause:      true,
-
 
364
                speed:      1500,
-
 
365
                time:       3000,
-
 
366
    			width:		940,
-
 
367
    			height:		450
249
    });
368
            });
250
</script>
369
		</script>
-
 
370
    </body>
251
</html>
371
</html>
252
372