dogancanbakir commited on
Commit
5b78882
·
verified ·
1 Parent(s): 6920022

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
forms/html/1.html ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <link href='//fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
5
+ <meta charset="utf-8">
6
+ <title>Sign-up - OnePlus Account</title>
7
+ <meta name="description" content="Never settle."/>
8
+ <meta property="og:title" content="Sign-up"/>
9
+ <meta property="og:description" content="Never settle."/>
10
+ <meta property="og:type" content="website"/>
11
+ <meta property="og:url" content="https://account.oneplus.net/sign-up"/>
12
+ <meta property="og:image" content="https://account.oneplus.net/media/images/logo-square-large.png"/>
13
+ <script src="/media/js/head.min.js"></script>
14
+ <link href="/media/css/base.css" rel="stylesheet">
15
+ <link href="/media/css/combine/5-invitecss.css" rel="stylesheet"/>
16
+ <script src="/media/js/combined.js"></script>
17
+ <script>
18
+ var _gaq = _gaq || [];
19
+ _gaq.push(['_setAccount', 'UA-46480385-2']);
20
+ _gaq.push(['_setDomainName', 'account.oneplus.net']);
21
+ _gaq.push(['_trackPageview']);
22
+ (function() {
23
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
24
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
25
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
26
+ })();
27
+ </script>
28
+ <script src="/media/js/autocomplete/jquery.autocomplete.js"></script>
29
+ <script src="/media/js/colorbox/jquery.colorbox.js"></script>
30
+ <link href="/media/js/datepicker/datepicker3.css" rel="stylesheet">
31
+ <link href="/media/js/autocomplete/jquery.autocomplete.css" rel="stylesheet">
32
+ <link href="/media/js/colorbox/colorbox.css" rel="stylesheet"/>
33
+ <!--[if lt IE 9]>
34
+ <script src="/media/js/html5shiv.min.js"></script>
35
+ <![endif]-->
36
+ <!--[if lte IE 7]>
37
+ <link href="/media/css/ie7.css" rel="stylesheet">
38
+ <![endif]-->
39
+ <!--[if IE 8]>
40
+ <script src="/media/js/respond.min.js"></script>
41
+ <![endif]-->
42
+ <script src="//www.google.com/recaptcha/api.js"></script>
43
+ </head>
44
+ <body>
45
+ <header>
46
+ <div id="header-sticky" class="header-sticky-no-line header-sticky-logo-center">
47
+ <div class="container"><div class="row"><div class="col-xs-12">
48
+ <div class="logo-main"><a href="/"><span class="i-logo-48"></span></a></div>
49
+ </div></div>
50
+ </div>
51
+ </div>
52
+ </header>
53
+ <div class="margin-medium"></div>
54
+ <div class="container">
55
+ <div class="row">
56
+ <div class="col-xs-4 col-lg-3"></div>
57
+ <div class="col-xs-6 col-lg-6">
58
+ <div class="margin-huge"></div>
59
+ <h2>SIGN UP</h2>
60
+ <div class="margin-medium"></div>
61
+ <script type="text/javascript">
62
+ var RecaptchaOptions = {
63
+ theme : 'white',
64
+ tabindex : 5
65
+ };
66
+ </script>
67
+ <form method="POST" action="https://account.oneplus.net/sign-up" accept-charset="UTF-8" class="form-horizontal" role="form"><input name="_token" type="hidden" value="WcFQDsmsdztUYLsdlyjC1rO4BW1cJzwl7Yh50ZjQ"> <div class="row">
68
+ <input name="phone" type="hidden"> <div class="form-group">
69
+ <label for="inputUsername" class="col-xs-2 control-label">Username</label>
70
+ <div class="col-xs-6">
71
+ <input class="form-control" id="inputUsername" tabindex="1" autofocus="autofocus" required="required" pattern=".{3,25}" title="Between 3 and 25 characters" name="username" type="text"> </div>
72
+ <div class="col-xs-4 form-aside"><a href="/login">Log in</a></div>
73
+ </div>
74
+ <div class="form-group">
75
+ <label for="inputEmail" class="col-xs-2 control-label">Email</label>
76
+ <div class="col-xs-6">
77
+ <input class="form-control" id="inputEmail" tabindex="2" required="required" name="email" type="email"> </div>
78
+ </div>
79
+ <div class="form-group">
80
+ <label for="inputPassword" class="col-xs-2 control-label">Password</label>
81
+ <div class="col-xs-6">
82
+ <input class="form-control" id="inputCurrentPassword" tabindex="3" required="required" pattern=".{6,}" title="Must be at least 6 characters" name="password" type="password" value=""> </div>
83
+ </div>
84
+ <div class="form-group">
85
+ <label for="inputPasswordConfirmation" class="col-xs-2 control-label">Confirm</label>
86
+ <div class="col-xs-6">
87
+ <input class="form-control" id="inputPasswordConfirmation" tabindex="4" required="required" pattern=".{6,}" title="Must be at least 6 characters" name="password_confirmation" type="password" value=""> </div>
88
+ </div>
89
+ <div class="form-group">
90
+ <label for="inputPasswordConfirmation" class="col-xs-2 control-label">Human?</label>
91
+ <div class="col-xs-6">
92
+ <div class="g-recaptcha" data-sitekey="6LetnfISAAAAAE6zIyc28qs7B8Hgyn0jyPeeJs_I"></div>
93
+ </div>
94
+ </div>
95
+ <div class="form-group">
96
+ <div class="col-xs-offset-2 col-xs-6">
97
+ <button type="submit" class="btn btn-primary btn-md btn-wide" tabindex="6">Sign up</button>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ </form> </div>
102
+ <div class="col-xs-2 col-lg-3"></div>
103
+ </div>
104
+ </div>
105
+ <script>
106
+ $('#inputEmail').blur(function(e) {
107
+ if (this.value.indexOf('@oneplus.net') === -1)
108
+ {
109
+ $('.op-email').remove();
110
+ }
111
+ else
112
+ {
113
+ var error = '<div class="text-primary op-email">Please use your own email, you are not signing up for a oneplus.net email address.</div>';
114
+ if ($('.op-email').length !== 0)
115
+ {
116
+ $('.op-email').replaceWith(error)
117
+ }
118
+ else
119
+ {
120
+ console.log('wat2');
121
+ $('h2').after(error);
122
+ }
123
+ }
124
+ });
125
+ </script>
126
+ <footer class="footer-center-no-line">
127
+ <div class="container">
128
+ <div class="row">
129
+ <div class="col-xs-12">
130
+ <p class="text-muted">Copyright © OnePlus</p>
131
+ </div>
132
+ </div>
133
+ </div>
134
+ </footer>
135
+ </body>
136
+ </html>
forms/html/104.html ADDED
The diff for this file is too large to render. See raw diff
 
forms/html/105.html ADDED
The diff for this file is too large to render. See raw diff
 
forms/html/107.html ADDED
@@ -0,0 +1,379 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-ca">
3
+ <head>
4
+ <title>Tüm Tartışmalar - Kanadam.com Forum</title>
5
+ <link rel="alternate" type="application/rss+xml" title="Tüm Tartışmalar - Kanadam.com Forum" href="http://forum.kanadam.com/discussions/feed.rss" />
6
+ <link rel="stylesheet" type="text/css" href="/applications/dashboard/design/style.css?v=2.0.18.3" media="all" />
7
+ <link rel="stylesheet" type="text/css" href="/themes/fb-vanilla/design/custom.css?v=1.0" media="all" />
8
+ <link rel="shortcut icon" href="/themes/fb-vanilla/design/favicon.png" type="image/x-icon" />
9
+ <script src="/js/library/jquery.js?v=2.0.18.3" type="text/javascript"></script>
10
+ <script src="/js/library/jquery.livequery.js?v=2.0.18.3" type="text/javascript"></script>
11
+ <script src="/js/library/jquery.form.js?v=2.0.18.3" type="text/javascript"></script>
12
+ <script src="/js/library/jquery.popup.js?v=2.0.18.3" type="text/javascript"></script>
13
+ <script src="/js/library/jquery.gardenhandleajaxform.js?v=2.0.18.3" type="text/javascript"></script>
14
+ <script src="/js/global.js?v=2.0.18.3" type="text/javascript"></script>
15
+ <script src="/applications/vanilla/js/bookmark.js?v=2.0.18.3" type="text/javascript"></script>
16
+ <script src="/applications/vanilla/js/discussions.js?v=2.0.18.3" type="text/javascript"></script>
17
+ <script src="/applications/vanilla/js/options.js?v=2.0.18.3" type="text/javascript"></script>
18
+ <script src="/js/library/jquery.gardenmorepager.js?v=2.0.18.3" type="text/javascript"></script><script type="text/javascript">var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-1233216-1']);_gaq.push(['_trackPageview']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();
19
+ </script>
20
+ </head>
21
+ <body id="vanilla_discussions_index" class="Vanilla Discussions index ">
22
+
23
+
24
+ <div id="fb-root"></div>
25
+ <script>(function(d, s, id) {
26
+ var js, fjs = d.getElementsByTagName(s)[0];
27
+ if (d.getElementById(id)) return;
28
+ js = d.createElement(s); js.id = id;
29
+ js.src = "//connect.facebook.net/tr_TR/all.js#xfbml=1&appId=168710386581951";
30
+ fjs.parentNode.insertBefore(js, fjs);
31
+ }(document, 'script', 'facebook-jssdk'));</script>
32
+
33
+
34
+ <div id="Frame">
35
+ <div id="Head">
36
+ <div class="Menu">
37
+ <div id="logo"><a class="Title" href="http://forum.kanadam.com/"></a></div>
38
+
39
+
40
+
41
+ <div class="Search"><form method="get" action="/search">
42
+ <div>
43
+ <input type="text" id="Form_Search" name="Search" value="" class="InputBox" /><input type="submit" id="Form_Ara" value="Ara" class="Button" />
44
+ </div>
45
+ </form>
46
+ </div>
47
+
48
+
49
+ <ul id="Menu"><li class=" Highlight"><a href="/discussions">Tartışmalar</a></li>
50
+ <li><a href="/post/discussion">Tartışma başlat</a></li>
51
+ <li><a href="/categories/ilanlar">İlanlar</a></li>
52
+ <li><a href="http://kanadam.com">Kanadam.com</a></li>
53
+ <li class="SignInPopup"><a href="/entry/signin?Target=discussions">Giriş Yap</a></li>
54
+ </ul>
55
+ </div>
56
+ </div>
57
+ <div id="Body">
58
+ <div id="Content"><div class="Tabs DiscussionsTabs">
59
+ <ul>
60
+ <li class="Active"><a href="/discussions">Tüm Tartışmalar</a></li>
61
+
62
+ </ul>
63
+ </div>
64
+ <ul class="DataList Discussions">
65
+ <li class="Item Announcement">
66
+ <div class="ItemContent Discussion">
67
+ <a href="/discussion/1843/forum-kurallari" class="Title">Forum Kuralları</a> <div class="Meta">
68
+ <span class="Announcement">Duyuru</span>
69
+ <span class="Closed">Kapalı</span>
70
+ <span class="CommentCount">1 yorum</span>
71
+ <span class="LastCommentBy">Başlatan <a href="/profile/1/Erinc">Erinc</a></span><span class="LastCommentDate">August 2011</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
72
+ </div>
73
+ </li>
74
+ <li class="Item Alt ">
75
+ <div class="ItemContent Discussion">
76
+ <a href="/discussion/3053/family-class-pr-basvurulari-inland" class="Title">Family Class PR basvurulari (inland)</a> <div class="Meta">
77
+ <span class="CommentCount">217 yorum</span>
78
+ <span class="LastCommentBy">Son gönderen <a href="/profile/87364/Empire_State">Empire_State</a></span><span class="LastCommentDate">December 3</span><span><a href="/categories/kanada-gocmenligi" class="Category">Kanada Göçmenliği</a></span> </div>
79
+ </div>
80
+ </li>
81
+ <li class="Item">
82
+ <div class="ItemContent Discussion">
83
+ <a href="/discussion/3223/los-angeles-dan-kanada-vizesi" class="Title">Los Angeles dan Kanada Vizesi</a> <div class="Meta">
84
+ <span class="CommentCount">5 yorum</span>
85
+ <span class="LastCommentBy">Son gönderen <a href="/profile/114033/btf">btf</a></span><span class="LastCommentDate">December 2</span><span><a href="/categories/kanada-vizesi" class="Category">Kanada Vizesi</a></span> </div>
86
+ </div>
87
+ </li>
88
+ <li class="Item Alt ">
89
+ <div class="ItemContent Discussion">
90
+ <a href="/discussion/3274/express-entry-ve-danismanlik-firmasi" class="Title">Express Entry ve Danismanlik firmasi</a> <div class="Meta">
91
+ <span class="CommentCount">2 yorum</span>
92
+ <span class="LastCommentBy">Son gönderen <a href="/profile/1642/stjohns">stjohns</a></span><span class="LastCommentDate">December 1</span><span><a href="/categories/kanada-gocmenligi" class="Category">Kanada Göçmenliği</a></span> </div>
93
+ </div>
94
+ </li>
95
+ <li class="Item">
96
+ <div class="ItemContent Discussion">
97
+ <a href="/discussion/3273/work-permit" class="Title">Work Permit</a> <div class="Meta">
98
+ <span class="CommentCount">3 yorum</span>
99
+ <span class="LastCommentBy">Son gönderen <a href="/profile/9607/MustafaaOguzz">MustafaaOguzz</a></span><span class="LastCommentDate">November 30</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
100
+ </div>
101
+ </li>
102
+ <li class="Item Alt ">
103
+ <div class="ItemContent Discussion">
104
+ <a href="/discussion/3271/goecmenlik-2015" class="Title">GÖÇMENLİK 2015</a> <div class="Meta">
105
+ <span class="CommentCount">12 yorum</span>
106
+ <span class="LastCommentBy">Son gönderen <a href="/profile/2134/akita">akita</a></span><span class="LastCommentDate">November 26</span><span><a href="/categories/kanada-gocmenligi" class="Category">Kanada Göçmenliği</a></span> </div>
107
+ </div>
108
+ </li>
109
+ <li class="Item">
110
+ <div class="ItemContent Discussion">
111
+ <a href="/discussion/3272/ottawa-tarim" class="Title">Ottawa-tarım</a> <div class="Meta">
112
+ <span class="CommentCount">3 yorum</span>
113
+ <span class="LastCommentBy">Son gönderen <a href="/profile/6658/cruiser34">cruiser34</a></span><span class="LastCommentDate">November 24</span><span><a href="/categories/kanadada-calismak" class="Category">Kanada'da İş ve Çalışmak</a></span> </div>
114
+ </div>
115
+ </li>
116
+ <li class="Item Alt ">
117
+ <div class="ItemContent Discussion">
118
+ <a href="/discussion/3269/dil-egitimi-icin-toronto-vs-chicago-yardim" class="Title">Dil Eğitimi icin Toronto vs Chicago Yardim</a> <div class="Meta">
119
+ <span class="CommentCount">13 yorum</span>
120
+ <span class="LastCommentBy">Son gönderen <a href="/profile/102939/ahmruf">ahmruf</a></span><span class="LastCommentDate">November 23</span><span><a href="/categories/kanadada-dil-egitimi" class="Category">Kanada'da Dil Eğitimi</a></span> </div>
121
+ </div>
122
+ </li>
123
+ <li class="Item">
124
+ <div class="ItemContent Discussion">
125
+ <a href="/discussion/3270/kanadali-tuerklerin-ilk-cep-telefonu-uygulamasi-uecretsiz" class="Title">Kanadalı Türklerin İlk Cep Telefonu Uygulaması - ÜCRETSİZ</a> <div class="Meta">
126
+ <span class="CommentCount">1 yorum</span>
127
+ <span class="LastCommentBy">Başlatan <a href="/profile/4062/byg">byg</a></span><span class="LastCommentDate">November 20</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
128
+ </div>
129
+ </li>
130
+ <li class="Item Alt ">
131
+ <div class="ItemContent Discussion">
132
+ <a href="/discussion/3263/yueksek-lisans-in-the-last-60-credit-hours-of-study-ortalamasi-nedir-" class="Title">Yüksek Lisans &quot;in the last 60 credit hours of study&quot; ortalaması Nedir ?</a> <div class="Meta">
133
+ <span class="CommentCount">5 yorum</span>
134
+ <span class="LastCommentBy">Son gönderen <a href="/profile/82038/BurakB">BurakB</a></span><span class="LastCommentDate">November 19</span><span><a href="/categories/kanadada-universite-yuksek-lisans-ve-doktora" class="Category">Kanada'da Üniversite, Yüksek Lisans</a></span> </div>
135
+ </div>
136
+ </li>
137
+ <li class="Item">
138
+ <div class="ItemContent Discussion">
139
+ <a href="/discussion/3267/amerika-dan-kanada-ya-araba-getirmek" class="Title">Amerika dan Kanada ya araba getirmek?</a> <div class="Meta">
140
+ <span class="CommentCount">14 yorum</span>
141
+ <span class="LastCommentBy">Son gönderen <a href="/profile/102939/ahmruf">ahmruf</a></span><span class="LastCommentDate">November 18</span><span><a href="/categories/kanadada-yasam" class="Category">Kanada'da Yaşam</a></span> </div>
142
+ </div>
143
+ </li>
144
+ <li class="Item Alt ">
145
+ <div class="ItemContent Discussion">
146
+ <a href="/discussion/3262/saglik-cali%C5%9Fanlari-kanada039ya-nasil-goecedebilir" class="Title">Sağlık Çalışanları Kanada&#039;ya nasıl göçedebilir?</a> <div class="Meta">
147
+ <span class="CommentCount">14 yorum</span>
148
+ <span class="LastCommentBy">Son gönderen <a href="/profile/111330/tnsezer">tnsezer</a></span><span class="LastCommentDate">November 18</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
149
+ </div>
150
+ </li>
151
+ <li class="Item">
152
+ <div class="ItemContent Discussion">
153
+ <a href="/discussion/3268/canada-post-ile-canadian-union-of-postal-workers-cupw-arasindaki-anla%C5%9Fmazlik-ve-grev-hk-2011" class="Title">Canada Post ile Canadian Union of Postal Workers (CUPW) arasındaki anlaşmazlık ve grev hk (2011)</a> <div class="Meta">
154
+ <span class="CommentCount">2 yorum</span>
155
+ <span class="LastCommentBy">Son gönderen <a href="/profile/1642/stjohns">stjohns</a></span><span class="LastCommentDate">November 18</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
156
+ </div>
157
+ </li>
158
+ <li class="Item Alt ">
159
+ <div class="ItemContent Discussion">
160
+ <a href="/discussion/3261/eski-forum-yazarlarinin-enteresan-usluplari" class="Title">Eski Forum Yazarlarinin Enteresan Usluplari</a> <div class="Meta">
161
+ <span class="CommentCount">7 yorum</span>
162
+ <span class="LastCommentBy">Son gönderen <a href="/profile/25055/Balkanlii">Balkanlii</a></span><span class="LastCommentDate">November 18</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
163
+ </div>
164
+ </li>
165
+ <li class="Item">
166
+ <div class="ItemContent Discussion">
167
+ <a href="/discussion/3266/computer-science-master-tuitions" class="Title">Computer Science Master Tuitions</a> <div class="Meta">
168
+ <span class="CommentCount">2 yorum</span>
169
+ <span class="LastCommentBy">Son gönderen <a href="/profile/1642/stjohns">stjohns</a></span><span class="LastCommentDate">November 15</span><span><a href="/categories/kanadada-universite-yuksek-lisans-ve-doktora" class="Category">Kanada'da Üniversite, Yüksek Lisans</a></span> </div>
170
+ </div>
171
+ </li>
172
+ <li class="Item Alt ">
173
+ <div class="ItemContent Discussion">
174
+ <a href="/discussion/3264/ueniversitenin-college039den-farki-" class="Title">Üniversitenin College&#039;den farkı..</a> <div class="Meta">
175
+ <span class="CommentCount">2 yorum</span>
176
+ <span class="LastCommentBy">Son gönderen <a href="/profile/106098/freshman">freshman</a></span><span class="LastCommentDate">November 13</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
177
+ </div>
178
+ </li>
179
+ <li class="Item">
180
+ <div class="ItemContent Discussion">
181
+ <a href="/discussion/3259/abd039de-veya-kanada039da-master-sonrasinda-cali%C5%9Fabilme-durumu" class="Title">ABD&#039;de veya Kanada&#039;da master sonrasında çalışabilme durumu</a> <div class="Meta">
182
+ <span class="CommentCount">5 yorum</span>
183
+ <span class="LastCommentBy">Son gönderen <a href="/profile/3053/homer">homer</a></span><span class="LastCommentDate">November 13</span><span><a href="/categories/kanadada-calismak" class="Category">Kanada'da İş ve Çalışmak</a></span> </div>
184
+ </div>
185
+ </li>
186
+ <li class="Item Alt ">
187
+ <div class="ItemContent Discussion">
188
+ <a href="/discussion/3265/toronto-ve-gocmenlik" class="Title">Toronto ve gocmenlik</a> <div class="Meta">
189
+ <span class="CommentCount">2 yorum</span>
190
+ <span class="LastCommentBy">Son gönderen <a href="/profile/1642/stjohns">stjohns</a></span><span class="LastCommentDate">November 13</span><span><a href="/categories/kanada-gocmenligi" class="Category">Kanada Göçmenliği</a></span> </div>
191
+ </div>
192
+ </li>
193
+ <li class="Item">
194
+ <div class="ItemContent Discussion">
195
+ <a href="/discussion/3251/toronto039da-yasamak-" class="Title">Toronto&#039;da yasamak..</a> <div class="Meta">
196
+ <span class="CommentCount">19 yorum</span>
197
+ <span class="LastCommentBy">Son gönderen <a href="/profile/113935/%C4%B0dilYrg">İdilYrg</a></span><span class="LastCommentDate">November 13</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
198
+ </div>
199
+ </li>
200
+ <li class="Item Alt ">
201
+ <div class="ItemContent Discussion">
202
+ <a href="/discussion/3244/fido-hat-hakkinda" class="Title">fido hat hakkında</a> <div class="Meta">
203
+ <span class="CommentCount">11 yorum</span>
204
+ <span class="LastCommentBy">Son gönderen <a href="/profile/1642/stjohns">stjohns</a></span><span class="LastCommentDate">November 11</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
205
+ </div>
206
+ </li>
207
+ <li class="Item">
208
+ <div class="ItemContent Discussion">
209
+ <a href="/discussion/3243/turkiye-ehliyeti-kanada-ehliyeti" class="Title">turkiye ehliyeti - kanada ehliyeti</a> <div class="Meta">
210
+ <span class="CommentCount">8 yorum</span>
211
+ <span class="LastCommentBy">Son gönderen <a href="/profile/2265/dogrusu">dogrusu</a></span><span class="LastCommentDate">November 11</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
212
+ </div>
213
+ </li>
214
+ <li class="Item Alt ">
215
+ <div class="ItemContent Discussion">
216
+ <a href="/discussion/3255/oegrenci-vizesi" class="Title">ögrenci vizesi</a> <div class="Meta">
217
+ <span class="CommentCount">15 yorum</span>
218
+ <span class="LastCommentBy">Son gönderen <a href="/profile/102939/ahmruf">ahmruf</a></span><span class="LastCommentDate">November 10</span><span><a href="/categories/kanadada-dil-egitimi" class="Category">Kanada'da Dil Eğitimi</a></span> </div>
219
+ </div>
220
+ </li>
221
+ <li class="Item">
222
+ <div class="ItemContent Discussion">
223
+ <a href="/discussion/3260/study-permit-aldim-fakat-okulumu-degi%C5%9Ftirmek-istiyorum" class="Title">Study Permit Aldım, Fakat Okulumu Değiştirmek İstiyorum</a> <div class="Meta">
224
+ <span class="CommentCount">4 yorum</span>
225
+ <span class="LastCommentBy">Son gönderen <a href="/profile/1642/stjohns">stjohns</a></span><span class="LastCommentDate">November 10</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
226
+ </div>
227
+ </li>
228
+ <li class="Item Alt ">
229
+ <div class="ItemContent Discussion">
230
+ <a href="/discussion/3256/transit-vize" class="Title">transit vize</a> <div class="Meta">
231
+ <span class="CommentCount">4 yorum</span>
232
+ <span class="LastCommentBy">Son gönderen <a href="/profile/6689/Seaman_22">Seaman_22</a></span><span class="LastCommentDate">November 9</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
233
+ </div>
234
+ </li>
235
+ <li class="Item">
236
+ <div class="ItemContent Discussion">
237
+ <a href="/discussion/3258/oegrenci-vizesi-ile-cali%C5%9Fma" class="Title">Öğrenci Vizesi ile Çalışma</a> <div class="Meta">
238
+ <span class="CommentCount">5 yorum</span>
239
+ <span class="LastCommentBy">Son gönderen <a href="/profile/111330/tnsezer">tnsezer</a></span><span class="LastCommentDate">November 6</span><span><a href="/categories/kanadada-calismak" class="Category">Kanada'da İş ve Çalışmak</a></span> </div>
240
+ </div>
241
+ </li>
242
+ <li class="Item Alt ">
243
+ <div class="ItemContent Discussion">
244
+ <a href="/discussion/3257/kanada039da-oegrenci-vizesini-uzatma" class="Title">Kanada&#039;da Öğrenci Vizesini Uzatma</a> <div class="Meta">
245
+ <span class="CommentCount">2 yorum</span>
246
+ <span class="LastCommentBy">Son gönderen <a href="/profile/1642/stjohns">stjohns</a></span><span class="LastCommentDate">November 5</span><span><a href="/categories/kanadada-dil-egitimi" class="Category">Kanada'da Dil Eğitimi</a></span> </div>
247
+ </div>
248
+ </li>
249
+ <li class="Item">
250
+ <div class="ItemContent Discussion">
251
+ <a href="/discussion/3242/vancouver-ilac" class="Title">vancouver ilac</a> <div class="Meta">
252
+ <span class="CommentCount">3 yorum</span>
253
+ <span class="LastCommentBy">Son gönderen <a href="/profile/4493/aliento">aliento</a></span><span class="LastCommentDate">November 5</span><span><a href="/categories/kanadada-dil-egitimi" class="Category">Kanada'da Dil Eğitimi</a></span> </div>
254
+ </div>
255
+ </li>
256
+ <li class="Item Alt ">
257
+ <div class="ItemContent Discussion">
258
+ <a href="/discussion/3250/is-ve-yasam" class="Title">Is ve yasam</a> <div class="Meta">
259
+ <span class="CommentCount">4 yorum</span>
260
+ <span class="LastCommentBy">Son gönderen <a href="/profile/1642/stjohns">stjohns</a></span><span class="LastCommentDate">November 4</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
261
+ </div>
262
+ </li>
263
+ <li class="Item">
264
+ <div class="ItemContent Discussion">
265
+ <a href="/discussion/3231/just-canada-cem-tueretken" class="Title">just canada cem türetken</a> <div class="Meta">
266
+ <span class="CommentCount">5 yorum</span>
267
+ <span class="LastCommentBy">Son gönderen <a href="/profile/7230/chp">chp</a></span><span class="LastCommentDate">November 4</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
268
+ </div>
269
+ </li>
270
+ <li class="Item Alt ">
271
+ <div class="ItemContent Discussion">
272
+ <a href="/discussion/3249/kanada039da-yeni-huekuemet" class="Title">Kanada&#039;da Yeni Hükümet</a> <div class="Meta">
273
+ <span class="CommentCount">22 yorum</span>
274
+ <span class="LastCommentBy">Son gönderen <a href="/profile/87364/Empire_State">Empire_State</a></span><span class="LastCommentDate">November 4</span><span><a href="/categories/kanadada-yasam" class="Category">Kanada'da Yaşam</a></span> </div>
275
+ </div>
276
+ </li>
277
+ <li class="Item">
278
+ <div class="ItemContent Discussion">
279
+ <a href="/discussion/3248/kanada-calisma-izni" class="Title">Kanada çalisma izni</a> <div class="Meta">
280
+ <span class="CommentCount">13 yorum</span>
281
+ <span class="LastCommentBy">Son gönderen <a href="/profile/111330/tnsezer">tnsezer</a></span><span class="LastCommentDate">November 1</span><span><a href="/categories/genel" class="Category">Genel</a></span> </div>
282
+ </div>
283
+ </li>
284
+ </ul>
285
+ <div class="P"><div id="PagerBefore" class="Pager NumberedPager"><span class="Previous">‹</span><a href="/discussions/p1" class="Highlight">1</a><a href="/discussions/p2">2</a><a href="/discussions/p3">3</a><a href="/discussions/p4">4</a><a href="/discussions/p5">5</a><a href="/discussions/p6">6</a><a href="/discussions/p7">7</a><span class="Ellipsis">&#8230;</span><a href="/discussions/p98">98</a><a href="/discussions/p2" class="Next">›</a></div></div></div>
286
+ <div id="Panel">
287
+
288
+
289
+ <div class="Box GuestBox" style="display:none;">
290
+ <h4>Yeni topluluk duyurusu:</h4>
291
+ <p>
292
+ <a href="http://www.yurtdisina.com/" title="Yurtdışı hakkında deneyim paylaşımlari ve forum">
293
+ <img width="200px" height="36px" src="http://www.yurtdisina.com/static/img/logo.png">
294
+ </a>
295
+ Kanada'da şehir tavsiyelerine, soru & cevaplarına göz atın.
296
+ <br/><a href="http://www.yurtdisina.com">www.yurtdisina.com</a>
297
+
298
+ <div class="P"><a href="http://www.yurtdisina.com" class="Button">Yeni topluluğa katılın!</a>
299
+ </div>
300
+ </div>
301
+
302
+ <div style="display:none;">
303
+ <a target="_blank" href="http://www.kanadagunleri.com/" title="Kanada Günleri 2013">
304
+ <img width="250px" height="208px" src="http://kanadam.com/wp-content/uploads/2013/09/kanada-gunleri-ad-2013.jpg
305
+ ">
306
+ </a>
307
+
308
+ </div>
309
+
310
+ <div style="display:none;">
311
+ <a href="http://www.kanadagunleri.com" title="Kanada Günleri 2015">
312
+ <img width="250px" height="208px" src="http://kanadam.com/wp-content/uploads/2015/02/kanada_gunleri.jpg">
313
+ </a>
314
+ </div>
315
+
316
+ <div style="display:none;">
317
+ <a href="http://bit.ly/mansette" title="Manşette iPhone">
318
+ <img width="250px" height="125px" src="http://forum.kanadam.com/themes/fb-vanilla/design/mansette.jpg">
319
+ </a>
320
+ </div>
321
+
322
+
323
+
324
+ <div style="display:none;" class="fb-like-box" data-href="http://www.facebook.com/kanadamcom" data-width="255" data-show-faces="true" data-stream="false" data-header="true"></div>
325
+
326
+
327
+
328
+ <a style="display:none;" href="http://www.kanadam.com/iletisim/" class="BigButton NewDiscussion">Kanadam.com'a danışın!
329
+ <br/><small>24 saat içinde yanıt alın</small>
330
+ </a>
331
+
332
+
333
+
334
+ <div class="Box GuestBox">
335
+ <h4>Merhaba, Yabancı!</h4>
336
+ <p>It looks like you're new here. If you want to get involved, click one of these buttons!</p>
337
+
338
+ <div class="P"><a href="/entry/signin?Target=discussions" class="Button SignInPopup">Giriş Yap</a> <a href="/entry/register?Target=discussions" class="Button ApplyButton">Üyelik Başvurusu</a></div> </div><div class="Box BoxCategories">
339
+ <h4><a href="/categories/all">Kategoriler</a></h4>
340
+ <ul class="PanelInfo PanelCategories">
341
+ <li class="Active"><span><strong><a href="/discussions">Tüm Tartışmalar</a></strong><span class="Count">2,915</span></span></li>
342
+ <li class="Depth1"><strong><a href="/categories/genel">Genel</a></strong><span class="Count">768</span></li>
343
+ <li class="Depth1"><strong><a href="/categories/ilanlar">İlanlar</a></strong><span class="Count">88</span></li>
344
+ <li class="Depth1"><strong><a href="/categories/kanada-vizesi">Kanada Vizesi</a></strong><span class="Count">142</span></li>
345
+ <li class="Depth1"><strong><a href="/categories/kanadada-dil-egitimi">Kanada&#039;da Dil Eğitimi</a></strong><span class="Count">696</span></li>
346
+ <li class="Depth1"><strong><a href="/categories/kanada-gocmenligi">Kanada Göçmenliği</a></strong><span class="Count">296</span></li>
347
+ <li class="Depth1"><strong><a href="/categories/kanadada-yasam">Kanada&#039;da Yaşam</a></strong><span class="Count">258</span></li>
348
+ <li class="Depth1"><strong><a href="/categories/kanadada-calismak">Kanada&#039;da İş ve Çalışmak</a></strong><span class="Count">223</span></li>
349
+ <li class="Depth1"><strong><a href="/categories/kanadada-lise">Kanada&#039;da Lise</a></strong><span class="Count">49</span></li>
350
+ <li class="Depth1"><strong><a href="/categories/kanadada-sertifika-diploma-ve-staj">Kanada&#039;da Sertifika, Diploma ve Staj</a></strong><span class="Count">78</span></li>
351
+ <li class="Depth1"><strong><a href="/categories/kanadada-universite-yuksek-lisans-ve-doktora">Kanada&#039;da Üniversite, Yüksek Lisans</a></strong><span class="Count">301</span></li>
352
+ <li class="Depth1"><strong><a href="/categories/kanadam.com-hakkinda">Kanadam.com Hakkında</a></strong><span class="Count">16</span></li>
353
+ </ul>
354
+ </div>
355
+ </div>
356
+
357
+
358
+
359
+ </div>
360
+ <div id="Foot">
361
+ <!-- Various definitions for Javascript //-->
362
+ <div id="Definitions" style="display: none;">
363
+ <input type="hidden" id="AnalyticsTask" value="tick" />
364
+ <input type="hidden" id="TransportError" value="A fatal error occurred while processing the request.&lt;br /&gt;The server returned the following response: %s" />
365
+ <input type="hidden" id="TransientKey" value="71E0LMHW7IEZ" />
366
+ <input type="hidden" id="WebRoot" value="http://forum.kanadam.com/" />
367
+ <input type="hidden" id="UrlFormat" value="/{Path}" />
368
+ <input type="hidden" id="Path" value="" />
369
+ <input type="hidden" id="SignedIn" value="0" />
370
+ <input type="hidden" id="ConfirmHeading" value="Onayla" />
371
+ <input type="hidden" id="ConfirmText" value="Bunu yapmak istediğinizden emin misiniz?" />
372
+ <input type="hidden" id="Okay" value="Evet" />
373
+ <input type="hidden" id="Cancel" value="İptal" />
374
+ <input type="hidden" id="Search" value="Arama" />
375
+ </div>
376
+ </div>
377
+ </div>
378
+ </body>
379
+ </html>
forms/html/108.html ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-ca">
3
+ <head>
4
+ <title>Giriş Yap - Kanadam.com Forum</title>
5
+ <link rel="stylesheet" type="text/css" href="/applications/dashboard/design/style.css?v=2.0.18.3" media="all" />
6
+ <link rel="stylesheet" type="text/css" href="/themes/fb-vanilla/design/custom.css?v=1.0" media="all" />
7
+ <link rel="shortcut icon" href="/themes/fb-vanilla/design/favicon.png" type="image/x-icon" />
8
+ <link rel="canonical" href="http://forum.kanadam.com/dashboard/entry/signin" />
9
+ <script src="/js/library/jquery.js?v=2.0.18.3" type="text/javascript"></script>
10
+ <script src="/js/library/jquery.livequery.js?v=2.0.18.3" type="text/javascript"></script>
11
+ <script src="/js/library/jquery.form.js?v=2.0.18.3" type="text/javascript"></script>
12
+ <script src="/js/library/jquery.popup.js?v=2.0.18.3" type="text/javascript"></script>
13
+ <script src="/js/library/jquery.gardenhandleajaxform.js?v=2.0.18.3" type="text/javascript"></script>
14
+ <script src="/js/global.js?v=2.0.18.3" type="text/javascript"></script>
15
+ <script src="/applications/dashboard/js/entry.js?v=2.0.18.3" type="text/javascript"></script><script type="text/javascript">var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-1233216-1']);_gaq.push(['_trackPageview']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();
16
+ </script>
17
+ </head>
18
+ <body id="dashboard_entry_signin" class="Dashboard Entry signin ">
19
+
20
+
21
+ <div id="fb-root"></div>
22
+ <script>(function(d, s, id) {
23
+ var js, fjs = d.getElementsByTagName(s)[0];
24
+ if (d.getElementById(id)) return;
25
+ js = d.createElement(s); js.id = id;
26
+ js.src = "//connect.facebook.net/tr_TR/all.js#xfbml=1&appId=168710386581951";
27
+ fjs.parentNode.insertBefore(js, fjs);
28
+ }(document, 'script', 'facebook-jssdk'));</script>
29
+
30
+
31
+ <div id="Frame">
32
+ <div id="Head">
33
+ <div class="Menu">
34
+ <div id="logo"><a class="Title" href="http://forum.kanadam.com/"></a></div>
35
+
36
+
37
+
38
+ <div class="Search"><form method="get" action="/search">
39
+ <div>
40
+ <input type="text" id="Form_Search" name="Search" value="" class="InputBox" /><input type="submit" id="Form_Ara" value="Ara" class="Button" />
41
+ </div>
42
+ </form>
43
+ </div>
44
+
45
+
46
+ <ul id="Menu"><li><a href="/discussions">Tartışmalar</a></li>
47
+ <li><a href="/post/discussion">Tartışma başlat</a></li>
48
+ <li><a href="/categories/ilanlar">İlanlar</a></li>
49
+ <li><a href="http://kanadam.com">Kanadam.com</a></li>
50
+ <li><a href="/entry/signin?Target=discussions">Giriş Yap</a></li>
51
+ </ul>
52
+ </div>
53
+ </div>
54
+ <div id="Body">
55
+ <div id="Content"><div class="Entry SingleEntryMethod"><h1>Giriş Yap</h1><div class="MainForm"><div>
56
+ <form id="Form_User_SignIn" method="post" action="/entry/signin">
57
+ <div>
58
+ <input type="hidden" id="Form_TransientKey" name="Form/TransientKey" value="RBH7ODFH0Y52" /><input type="hidden" id="Form_hpt" name="Form/hpt" value="" style="display: none;" /><input type="hidden" id="Form_Target" name="Form/Target" value="discussions" /><input type="hidden" id="Form_ClientHour" name="Form/ClientHour" value="2015-12-04 01:00" /> <ul>
59
+ <li>
60
+ <label for="Form_Email">Email/Username</label>
61
+ <input type="text" id="Form_Email" name="Form/Email" value="" class="InputBox" /> </li>
62
+ <li>
63
+ <label for="Form_Password">Şifre</label>
64
+ <input type="password" id="Form_Password" name="Form/Password" value="" class="InputBox Password" /><a href="/entry/passwordrequest" class="ForgotPassword">Şifremi unuttum!</a> </li>
65
+ <li class="Buttons">
66
+ <input type="submit" id="Form_SignIn" name="Form/Sign_In" value="Giriş Yap" class="Button" />
67
+ <label for="SignInRememberMe" class="CheckBoxLabel"><input type="checkbox" id="SignInRememberMe" name="Form/RememberMe" value="1" checked="checked" /><input type="hidden" name="Checkboxes[]" value="RememberMe" /> Oturumu açık tut</label> </li>
68
+ <li class="CreateAccount">
69
+ Henüz bir hesabınız yok mu? <a href="/entry/register?Target=%2Fdiscussions">Üye olun</a> </li>
70
+ </ul>
71
+ </div>
72
+ </form><form id="Form_User_Password" method="post" action="/entry/passwordrequest" style="display: none;">
73
+ <div>
74
+ <input type="hidden" id="Form_TransientKey1" name="Form/TransientKey" value="6MGH0SXUZ72Q" /><input type="hidden" id="Form_hpt1" name="Form/hpt" value="" style="display: none;" /><input type="hidden" id="Form_Target1" name="Form/Target" value="discussions" /><input type="hidden" id="Form_ClientHour1" name="Form/ClientHour" value="2015-12-04 01:00" /> <ul>
75
+ <li>
76
+ <label for="Form_Email">Enter your Email address or username</label>
77
+ <input type="text" id="Form_Email1" name="Form/Email" value="" class="InputBox" /> </li>
78
+ <li class="Buttons">
79
+ <input type="submit" id="Form_Requestanewpassword" name="Form/Request_a_new_password" value="Request a new password" class="Button" />
80
+ <div><a href="/entry/signin" class="ForgotPassword">I remember now!</a></div> </li>
81
+ </ul>
82
+ </div>
83
+ </form></div></div></div></div>
84
+ <div id="Panel">
85
+
86
+
87
+ <div class="Box GuestBox" style="display:none;">
88
+ <h4>Yeni topluluk duyurusu:</h4>
89
+ <p>
90
+ <a href="http://www.yurtdisina.com/" title="Yurtdışı hakkında deneyim paylaşımlari ve forum">
91
+ <img width="200px" height="36px" src="http://www.yurtdisina.com/static/img/logo.png">
92
+ </a>
93
+ Kanada'da şehir tavsiyelerine, soru & cevaplarına göz atın.
94
+ <br/><a href="http://www.yurtdisina.com">www.yurtdisina.com</a>
95
+
96
+ <div class="P"><a href="http://www.yurtdisina.com" class="Button">Yeni topluluğa katılın!</a>
97
+ </div>
98
+ </div>
99
+
100
+ <div style="display:none;">
101
+ <a target="_blank" href="http://www.kanadagunleri.com/" title="Kanada Günleri 2013">
102
+ <img width="250px" height="208px" src="http://kanadam.com/wp-content/uploads/2013/09/kanada-gunleri-ad-2013.jpg
103
+ ">
104
+ </a>
105
+
106
+ </div>
107
+
108
+ <div style="display:none;">
109
+ <a href="http://www.kanadagunleri.com" title="Kanada Günleri 2015">
110
+ <img width="250px" height="208px" src="http://kanadam.com/wp-content/uploads/2015/02/kanada_gunleri.jpg">
111
+ </a>
112
+ </div>
113
+
114
+ <div style="display:none;">
115
+ <a href="http://bit.ly/mansette" title="Manşette iPhone">
116
+ <img width="250px" height="125px" src="http://forum.kanadam.com/themes/fb-vanilla/design/mansette.jpg">
117
+ </a>
118
+ </div>
119
+
120
+
121
+
122
+ <div style="display:none;" class="fb-like-box" data-href="http://www.facebook.com/kanadamcom" data-width="255" data-show-faces="true" data-stream="false" data-header="true"></div>
123
+
124
+
125
+
126
+ <a style="display:none;" href="http://www.kanadam.com/iletisim/" class="BigButton NewDiscussion">Kanadam.com'a danışın!
127
+ <br/><small>24 saat içinde yanıt alın</small>
128
+ </a>
129
+
130
+
131
+
132
+ </div>
133
+
134
+
135
+
136
+ </div>
137
+ <div id="Foot">
138
+ <!-- Various definitions for Javascript //-->
139
+ <div id="Definitions" style="display: none;">
140
+ <input type="hidden" id="TransportError" value="A fatal error occurred while processing the request.&lt;br /&gt;The server returned the following response: %s" />
141
+ <input type="hidden" id="TransientKey" value="1G84OYV66KPN" />
142
+ <input type="hidden" id="WebRoot" value="http://forum.kanadam.com/" />
143
+ <input type="hidden" id="UrlFormat" value="/{Path}" />
144
+ <input type="hidden" id="Path" value="entry/signin" />
145
+ <input type="hidden" id="SignedIn" value="0" />
146
+ <input type="hidden" id="ConfirmHeading" value="Onayla" />
147
+ <input type="hidden" id="ConfirmText" value="Bunu yapmak istediğinizden emin misiniz?" />
148
+ <input type="hidden" id="Okay" value="Evet" />
149
+ <input type="hidden" id="Cancel" value="İptal" />
150
+ <input type="hidden" id="Search" value="Arama" />
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </body>
155
+ </html>
forms/html/11.html ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!Doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>asodao - 爱索道,予取予求</title>
6
+ <meta content="asodao 爱索道,予取予求" name="Description"/>
7
+ <meta content="asodao,爱索道,爱索道,予取予求" name="keywords">
8
+ <link rel="shortcut icon" href="favicon6.ico" type="image/x-icon" />
9
+ <link rel="stylesheet" type="text/css" href="/css/global.css" media="all" />
10
+ </head>
11
+ <body>
12
+
13
+ <div class="wrap">
14
+ <div class="header">
15
+ <h1><a href="index.html" class="logo"></a><span>爱索道,予取予求</span></h1>
16
+ <div class="navi_mod">
17
+ <ul>
18
+ <li><a href="/" class="nav_y">首页</a></li>
19
+ <li><a href="./signup" class="nav_n">免费注册</a></li>
20
+ <li class="active"><a href="./account" class="nav_n">我的帐号</a></li>
21
+ <li><a href="./product.html" class="nav_n">邀请排行</a></li>
22
+ <li><a href="./contact" class="nav_n">联系我们</a></li>
23
+ </ul>
24
+ </div>
25
+ </div>
26
+ <div class="container">
27
+ <!-- S -->
28
+ <form accept-charset="UTF-8" action="./login_go" class="vertical-form" id="new_user" method="post">
29
+ <input name="utf8" type="hidden" value="?">
30
+ <input name="authenticity_token" type="hidden" value="1i3/GmqLTov9jebLLUApmmShZw4EFFCa3Mxoovoezjw=">
31
+ <input id="user_redirect" name="user[redirect]" type="hidden">
32
+ <div class="form_mod">
33
+ <h2 class="title">登陆</h2>
34
+ <div class="form_list login_list" style="margin-top:10px;">
35
+ <table>
36
+ <tbody>
37
+ <tr>
38
+ <th></th>
39
+ <td class="t1"><span class="color_red"></span></td>
40
+ </tr>
41
+ <tr>
42
+ <th>Email:</th>
43
+ <td class="t1"><a href="javascript:void(0);" class="input_style"><input id="user_email" name="username" type="text"></a></td>
44
+ <td class="t2"></td>
45
+ </tr>
46
+ <tr>
47
+ <th>密码:</th>
48
+ <td class="t1">
49
+ <a href="javascript:void(0);" class="input_style"><input id="user_password" name="password" type="password"></a>
50
+ <p class="mark_line" style="display:none">
51
+ <span class="check_box" ><input name="" type="checkbox" value=""><label>记住我</label></span>
52
+
53
+ </p>
54
+ </td>
55
+ <td class="t2"><a href="./resetpassword" class="link_findpwd">忘记密码?</a></td>
56
+ </tr>
57
+ <tr class="btn">
58
+ <th></th>
59
+ <td class="t1"><a href="javascript:void(0);" class="btn_style"><input name="commit" type="submit" value="登 陆"></a></td>
60
+ </tr>
61
+ <tr class="btn">
62
+ <th></th>
63
+ <td class="t1"> <p class="mark_lines">还没有账号?点这里<a href="./signup" class="link_reg" >免费注册</a></p></td>
64
+ </tr>
65
+ </tbody>
66
+ </table>
67
+ </div>
68
+
69
+ </div>
70
+ </form>
71
+ <!-- E -->
72
+
73
+ </div>
74
+ <div class="footer">
75
+ <p class="copyright">Copyright 2014 www.asodao.info | Designed by www.asodao.info</p>
76
+ </div> <script type="text/javascript">
77
+ var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
78
+ document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fbaa75c7d6c51962d402a57b9eb4ef749' type='text/javascript'%3E%3C/script%3E"));
79
+ </script>
80
+ <script language="javascript" type="text/javascript" src="http://js.users.51.la/17206524.js"></script>
81
+ <noscript><a href="http://www.51.la/?17206524" target="_blank"><img alt="&#x6211;&#x8981;&#x5566;&#x514D;&#x8D39;&#x7EDF;&#x8BA1;" src="http://img.users.51.la/17206524.asp" style="border:none" /></a></noscript>
82
+ </div>
83
+
84
+ </body>
85
+ </html>
forms/html/111.html ADDED
@@ -0,0 +1,828 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
5
+ <meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="https://forum.mindfactory.de" />
6
+ <base href="https://forum.mindfactory.de/" /><!--[if IE]></base><![endif]-->
7
+
8
+ <link rel="Shortcut Icon" href="https://www.mindfactory.de/favicon.ico" type="image/x-icon" />
9
+
10
+
11
+
12
+
13
+
14
+
15
+ <script type="text/javascript">
16
+ <!--
17
+ if (typeof YAHOO === 'undefined') // Load ALL YUI Local
18
+ {
19
+ document.write('<script type="text/javascript" src="clientscript/yui/yuiloader-dom-event/yuiloader-dom-event.js?v=421"><\/script>');
20
+ document.write('<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=421"><\/script>');
21
+ var yuipath = 'clientscript/yui';
22
+ var yuicombopath = '';
23
+ var remoteyui = false;
24
+ }
25
+ else // Load Rest of YUI remotely (where possible)
26
+ {
27
+ var yuipath = 'clientscript/yui';
28
+ var yuicombopath = '';
29
+ var remoteyui = true;
30
+ if (!yuicombopath)
31
+ {
32
+ document.write('<script type="text/javascript" src="clientscript/yui/connection/connection-min.js"><\/script>');
33
+ }
34
+ }
35
+ var SESSIONURL = "s=1669ed2f03e1e06bac45cb0712e78d91&";
36
+ var SECURITYTOKEN = "guest";
37
+ var IMGDIR_MISC = "images/misc";
38
+ var IMGDIR_BUTTON = "images/buttons";
39
+ var vb_disable_ajax = parseInt("0", 10);
40
+ var SIMPLEVERSION = "421";
41
+ var BBURL = "https://forum.mindfactory.de";
42
+ var LOGGEDIN = 0 > 0 ? true : false;
43
+ var THIS_SCRIPT = "register";
44
+ var RELPATH = "register.php";
45
+ var PATHS = {
46
+ forum : "",
47
+ cms : "",
48
+ blog : ""
49
+ };
50
+ var AJAXBASEURL = "https://forum.mindfactory.de/";
51
+ // -->
52
+ </script>
53
+ <script type="text/javascript" src="https://forum.mindfactory.de/clientscript/vbulletin-core.js?v=421"></script>
54
+
55
+
56
+
57
+ <link rel="alternate" type="application/rss+xml" title="Mindfactory Forum RSS-Feed" href="https://forum.mindfactory.de/external.php?type=RSS2" />
58
+
59
+
60
+
61
+
62
+ <link rel="stylesheet" type="text/css" href="css.php?styleid=7&amp;langid=1&amp;d=1392926000&amp;td=ltr&amp;sheet=bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css," />
63
+
64
+ <!--[if lt IE 8]>
65
+ <link rel="stylesheet" type="text/css" href="css.php?styleid=7&amp;langid=1&amp;d=1392926000&amp;td=ltr&amp;sheet=popupmenu-ie.css,vbulletin-ie.css,vbulletin-chrome-ie.css,vbulletin-formcontrols-ie.css,editor-ie.css" />
66
+ <![endif]-->
67
+
68
+
69
+ <script type="text/javascript" src="mobiquo/tapatalkdetect.js"></script>
70
+
71
+
72
+
73
+ <!-- twitter app card start-->
74
+ <!-- https://dev.twitter.com/docs/cards/types/app-card -->
75
+ <meta name="twitter:card" content="app" />
76
+
77
+ <meta name="twitter:app:id:iphone" content="307880732" />
78
+ <meta name="twitter:app:url:iphone" content="tapatalk://forum.mindfactory.de?location=index" />
79
+ <meta name="twitter:app:id:ipad" content="307880732" />
80
+ <meta name="twitter:app:url:ipad" content="tapatalk://forum.mindfactory.de?location=index" />
81
+
82
+ <meta name="twitter:app:id:googleplay" content="com.quoord.tapatalkpro.activity" />
83
+ <meta name="twitter:app:url:googleplay" content="tapatalk://forum.mindfactory.de?location=index" />
84
+
85
+ <!-- twitter app card -->
86
+
87
+ <!-- Tapatalk Banner&Welcome head start -->
88
+ <link href="https://forum.mindfactory.de/mobiquo/smartbanner/appbanner.css" rel="stylesheet" type="text/css" media="screen" />
89
+ <script type="text/javascript">
90
+ var is_mobile_skin = 0;
91
+ var app_ios_id = "";
92
+ var app_android_id = "";
93
+ var app_kindle_url = "";
94
+ var app_banner_message = "";
95
+ var app_forum_name = "Mindfactory Forum";
96
+ var app_location_url = "tapatalk://forum.mindfactory.de?location=index";
97
+ var app_board_url = "https%3A%2F%2Fforum.mindfactory.de";
98
+ var functionCallAfterWindowLoad = 0;
99
+
100
+ var app_forum_code = "e4ae6fd91e55951450ac95ba27aec2f0";
101
+ var app_referer = "https%3A%2F%2Fforum.mindfactory.de%2Fregister.php";
102
+ var app_welcome_url = "https://forum.mindfactory.de/mobiquo/smartbanner/welcome.php";
103
+ var app_welcome_enable = "1";
104
+ </script>
105
+ <script src="https://forum.mindfactory.de/mobiquo/smartbanner/appbanner.js" type="text/javascript"></script>
106
+ <!-- Tapatalk Banner head end-->
107
+
108
+ <!-- App Indexing for Google Search -->
109
+ <link href="android-app://tapatalk-byo/forum.mindfactory.de%3Flocation%3Dindex" rel="alternate" />
110
+
111
+
112
+ <link rel="stylesheet" type="text/css" href="css.php?styleid=7&amp;langid=1&amp;d=1392926000&amp;td=ltr&amp;sheet=register.css" />
113
+ <title>Bei Mindfactory Forum registrieren</title>
114
+ <link rel="stylesheet" type="text/css" href="css.php?styleid=7&amp;langid=1&amp;d=1392926000&amp;td=ltr&amp;sheet=additional.css" />
115
+
116
+
117
+ <script type="text/javascript"><!--
118
+ window.google_analytics_uacct = 'UA-5790906-3'; var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5790906-3'], ['_trackPageview', '/google-funnel/regform-show.html'], ['_trackPageview'], ['_trackPageLoadTime']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
119
+ //--></script>
120
+ </head>
121
+ <body>
122
+
123
+
124
+ <!-- Tapatalk Detect body start -->
125
+ <style type="text/css">
126
+ .ui-mobile [data-role="page"], .ui-mobile [data-role="dialog"], .ui-page
127
+ {
128
+ top:auto;
129
+ }
130
+ </style>
131
+ <script type="text/javascript">tapatalkDetect()</script>
132
+ <!-- Tapatalk Detect banner body end -->
133
+
134
+ <!-- Start Alexa Certify Javascript -->
135
+ <script type="text/javascript">
136
+ _atrk_opts = { atrk_acct:"+aQGh1asp100GB", domain:"mindfactory.de",dynamic: true};
137
+ (function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })();
138
+ </script>
139
+ <noscript><img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=+aQGh1asp100GB" style="display:none" height="1" width="1" alt="" /></noscript>
140
+ <!-- End Alexa Certify Javascript -->
141
+ <!-- Generated by Revive Adserver 3.0.5 -->
142
+ <script type='text/javascript' src='https://ads.mindfactory.de/openx/www/delivery/spcjs.php?id=1&amp;target=_blank'></script>
143
+ <div class="above_body"> <!-- closing tag is in template navbar -->
144
+ <div id="header" class="floatcontainer doc_header">
145
+
146
+ <div style="padding-left:20px;">
147
+
148
+
149
+ <div style="float:left;">
150
+ <a name="top" href="forum.php" class="logo-image" style="text-decoration:none;"><img src="images/mf/logo.png" alt="Mindfactory Forum" />&nbsp;</a>
151
+
152
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.mindfactory.de', '']);" href="http://www.mindfactory.de" target="_blank" title="zum Online-Shop"><img src="/images/mf/zum-shop.png" border="0" alt="zum Online-Shop" /></a>
153
+ <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'twitter.com', '/mindfactory_de']);" href="http://twitter.com/mindfactory_de" target="_blank" title="Follow us on Twitter!"><img src="/images/mf/twitter_tab.png" border="0" alt="follow us on twitter.com" /></a>
154
+ <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.facebook.com', '/pages/Wilhelmshaven-Germany/Mindfactory-AG/116848583625?ref=mf']);" rel="nofollow" href="http://www.facebook.com/pages/Wilhelmshaven-Germany/Mindfactory-AG/116848583625?ref=mf" target="_blank" title="Besuchen Sie uns auf Facebook!"><img src="/images/mf/facebook_tab.png" border="0" alt="Besuchen Sie uns auf Facebook!" /></a>
155
+ <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'plus.google.com', '/102920144157665111122/posts']);" rel="nofollow" href="http://plus.google.com/102920144157665111122/posts" target="_blank" title="Besuchen Sie uns auf Facebook!"><img src="/images/mf/google_tab.png" border="0" alt="Besuchen Sie uns auf Google Plus!" /></a>
156
+
157
+ </div>
158
+
159
+
160
+
161
+
162
+ <div style="float:right;padding-top:37px;margin-right:10px;"><script type='text/javascript'><!--//<![CDATA[
163
+ var m3_u = (location.protocol=='https:'?'https://ads.mindfactory.de/openx/www/delivery/ajs.php':'http://ads.mindfactory.de/openx/www/delivery/ajs.php');
164
+ var m3_r = Math.floor(Math.random()*99999999999);
165
+ if (!document.MAX_used) document.MAX_used = ',';
166
+ document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
167
+ document.write ("?zoneid=1");
168
+ document.write ('&amp;cb=' + m3_r);
169
+ if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
170
+ document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
171
+ document.write ("&amp;loc=" + escape(window.location));
172
+ if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
173
+ if (document.context) document.write ("&context=" + escape(document.context));
174
+ if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
175
+ document.write ("'><\/scr"+"ipt>");
176
+ //]]>--></script><noscript><a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'ads.mindfactory.de', '/openx/www/delivery/ck.php?n=a4772dd7&amp;cb=mf38882']);" href='https://ads.mindfactory.de/openx/www/delivery/ck.php?n=a4772dd7&amp;cb=mf38882' target='_blank'><img src='https://ads.mindfactory.de/openx/www/delivery/avw.php?zoneid=1&amp;cb=mf38882&amp;n=a4772dd7' border='0' alt='' /></a></noscript></div>
177
+
178
+
179
+
180
+
181
+ <div style="clear:both;"></div>
182
+
183
+
184
+
185
+
186
+
187
+
188
+ </div>
189
+
190
+
191
+ <div id="toplinks" class="toplinks">
192
+
193
+ <ul class="nouser">
194
+
195
+ <li><a href="register.php" rel="nofollow" style="color:#FFF;">Registrieren</a></li>
196
+
197
+ <li><a rel="help" href="faq.php" style="color:#FFF;">Hilfe</a></li>
198
+ <li>
199
+ <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=421"></script>
200
+ <form id="navbar_loginform" action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
201
+ <fieldset id="logindetails" class="logindetails">
202
+ <div>
203
+ <div>
204
+ <input type="text" class="textbox default-value" name="vb_login_username" id="navbar_username" size="20" accesskey="u" tabindex="101" value="Benutzername" />
205
+ <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="20" />
206
+ <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="20" value="Kennwort" style="display:none;" />
207
+ <input type="submit" class="loginbutton" tabindex="104" value="Anmelden" title="Geben Sie zur Anmeldung Ihren Benutzernamen und Ihr Kennwort in die dafür vorgesehenen Textfelder ein oder klicken Sie auf die 'Registrieren'-Schaltfläche, um ein neues Benutzerkonto anzulegen." accesskey="s" />
208
+ <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> <acronym style="border-bottom: 1px dotted #000000; cursor: help;" title="Sie bleiben angemeldet, bis Sie sich selbst abmelden.">Angemeldet bleiben?</acronym></label>
209
+ </div>
210
+ </div>
211
+ </fieldset>
212
+ <!--
213
+ <div id="remember" class="remember" style="padding-left:55px;">
214
+ <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> <acronym style="border-bottom: 1px dotted #000000; cursor: help;" title="Sie bleiben angemeldet, bis Sie sich selbst abmelden.">Angemeldet bleiben?</acronym></label>
215
+ </div>
216
+ -->
217
+
218
+ <input type="hidden" name="s" value="1669ed2f03e1e06bac45cb0712e78d91" />
219
+ <input type="hidden" name="securitytoken" value="guest" />
220
+ <input type="hidden" name="do" value="login" />
221
+ <input type="hidden" name="vb_login_md5password" />
222
+ <input type="hidden" name="vb_login_md5password_utf" />
223
+ </form>
224
+ <script type="text/javascript">
225
+ YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
226
+ YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
227
+ vB_XHTML_Ready.subscribe(function()
228
+ {
229
+ //
230
+ YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
231
+ YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
232
+ YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
233
+ YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
234
+ });
235
+
236
+ function navbar_username_focus(e)
237
+ {
238
+ //
239
+ var textbox = YAHOO.util.Event.getTarget(e);
240
+ if (textbox.value == 'Benutzername')
241
+ {
242
+ //
243
+ textbox.value='';
244
+ textbox.style.color='#000000';
245
+ }
246
+ }
247
+
248
+ function navbar_username_blur(e)
249
+ {
250
+ //
251
+ var textbox = YAHOO.util.Event.getTarget(e);
252
+ if (textbox.value == '')
253
+ {
254
+ //
255
+ textbox.value='Benutzername';
256
+ textbox.style.color='#777777';
257
+ }
258
+ }
259
+
260
+ function navbar_password_hint(e)
261
+ {
262
+ //
263
+ var textbox = YAHOO.util.Event.getTarget(e);
264
+
265
+ YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
266
+ YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
267
+ YAHOO.util.Dom.get('navbar_password').focus();
268
+ }
269
+
270
+ function navbar_password(e)
271
+ {
272
+ //
273
+ var textbox = YAHOO.util.Event.getTarget(e);
274
+
275
+ if (textbox.value == '')
276
+ {
277
+ YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
278
+ YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
279
+ }
280
+ }
281
+ </script>
282
+ </li>
283
+
284
+ </ul>
285
+
286
+ </div>
287
+ <div class="ad_global_header">
288
+
289
+
290
+ </div>
291
+ <hr />
292
+ </div>
293
+ <div id="navbar" class="navbar">
294
+
295
+ <ul id="navtabs" class="navtabs floatcontainer">
296
+
297
+
298
+ <li class="selected"><a class="navtab" href="forum.php">Forum</a>
299
+ <ul class="floatcontainer">
300
+
301
+
302
+
303
+ <li><a href="search.php?do=getdaily&amp;contenttype=vBForum_Post">Heutige Beiträge</a></li>
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+ <li><a rel="help" href="faq.php" accesskey="5">Hilfe</a></li>
319
+
320
+ <li><a href="calendar.php">Kalender</a></li>
321
+
322
+
323
+ <li><a rel="nofollow" href="http://forum.mindfactory.de/misc.php?do=showrules?s=1669ed2f03e1e06bac45cb0712e78d91"></a></li>
324
+
325
+
326
+
327
+ <li class="popupmenu">
328
+ <a href="javascript://" class="popupctrl">Aktionen</a>
329
+ <ul class="popupbody popuphover">
330
+ <li>
331
+ <a rel="nofollow" href="forumdisplay.php?do=markread&amp;markreadhash=guest" onclick="return confirm('')">Alle Foren als gelesen markieren</a>
332
+ </li>
333
+
334
+ </ul>
335
+ </li>
336
+ <li class="popupmenu">
337
+ <a href="javascript://" class="popupctrl" accesskey="3">Nützliche Links</a>
338
+ <ul class="popupbody popuphover">
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+ </ul>
347
+ </li>
348
+
349
+ </ul>
350
+
351
+ </li>
352
+
353
+
354
+ <li><a class="navtab" href="vbsoccer.php">Fussball-Tippspiele</a></li>
355
+
356
+
357
+ <li><a class="navtab" href="search.php?do=getdaily&amp;contenttype=vBForum_Post" accesskey="2">Was ist neu?</a></li>
358
+
359
+
360
+ </ul>
361
+
362
+
363
+ <div id="globalsearch" class="globalsearch" style="margin:1px;">
364
+ <form action="search.php?do=process" method="post" id="navbar_search" class="navbar_search">
365
+
366
+ <input type="hidden" name="securitytoken" value="guest" />
367
+ <input type="hidden" name="do" value="process" />
368
+ <span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
369
+ <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="images/buttons/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
370
+ </form>
371
+ <ul class="navbar_advanced_search">
372
+ <li><a rel="nofollow" href="search.php?search_type=1" accesskey="4">Erweiterte Suche</a></li>
373
+ </ul>
374
+ </div>
375
+
376
+ </div>
377
+ </div><!-- closing div for above_body -->
378
+
379
+ <div class="body_wrapper">
380
+ <div id="breadcrumb" class="breadcrumb">
381
+ <ul class="floatcontainer">
382
+ <li class="navbithome"><a href="https://forum.mindfactory.de/forum.php" accesskey="1"><img src="images/misc/navbit-home.png" alt="Startseite" /></a></li>
383
+
384
+
385
+
386
+ <li class="navbit lastnavbit"><span>Registrieren</span></li>
387
+
388
+ </ul>
389
+ <hr />
390
+ </div>
391
+
392
+
393
+
394
+
395
+
396
+
397
+ <div id="pagetitle">
398
+ <h1>Registrierung</h1>
399
+
400
+ </div>
401
+
402
+ <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=421"></script>
403
+ <script type="text/javascript">
404
+ function verify_passwords(password1, password2)
405
+ {
406
+ // do various checks, this will save people noticing mistakes on next page
407
+ if (password1.value == '' || password2.value == '')
408
+ {
409
+ alert('Bitte füllen Sie beide Kennwortfelder aus.');
410
+ return false;
411
+ }
412
+ else if (password1.value != password2.value)
413
+ {
414
+ alert('Die eingegebenen Kennwörter stimmen nicht überein.');
415
+ return false;
416
+ }
417
+ else
418
+ {
419
+
420
+
421
+ var junk_output;
422
+
423
+ md5hash(password1, document.forms.register.password_md5, junk_output, 0);
424
+ md5hash(password2, document.forms.register.passwordconfirm_md5, junk_output, 0);
425
+
426
+
427
+
428
+ return true;
429
+ }
430
+ return false;
431
+ }
432
+ </script>
433
+
434
+ <form id="registerform" action="register.php?do=addmember" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);" class="vbform block">
435
+
436
+
437
+
438
+ <h2 class="blockhead">Bei Mindfactory Forum registrieren</h2>
439
+ <div class="blockbody formcontrols">
440
+
441
+
442
+
443
+
444
+
445
+ <h3 class="blocksubhead">Erforderliche Angaben</h3>
446
+
447
+ <div class="section">
448
+ <div class="blockrow">
449
+ <label for="regusername">Benutzername:</label>
450
+ <div class="rightcol">
451
+ <input class="primary textbox" id="regusername" type="text" name="username" maxlength="25" value="" tabindex="1" />
452
+ <!--<img src="clear.gif" id="reg_verif_image" alt="" />-->
453
+ <div id="reg_verif_div" class="primary" style="display:none;"></div>
454
+ <script type="text/javascript" src="clientscript/vbulletin_ajax_nameverif.js?v=421"></script>
455
+ <script type="text/javascript">
456
+ <!--
457
+ regname_verif = new vB_AJAX_NameVerify('regname_verif', 'regusername');
458
+ //-->
459
+ </script>
460
+ <p class="description">Bitte geben Sie Ihren gewünschten Benutzernamen ein.</p>
461
+ </div>
462
+ </div>
463
+
464
+ <div class="blockrow">
465
+ <ul class="group">
466
+ <li>
467
+ <label for="password">Kennwort:</label>
468
+ <input type="password" class="textbox" name="password" id="password" maxlength="50" value="" tabindex="1" />
469
+ </li>
470
+ <li>
471
+ <label for="passwordconfirm">Kennwort erneut eingeben:</label>
472
+ <input type="password" class="textbox" name="passwordconfirm" id="passwordconfirm" maxlength="50" value="" tabindex="1" />
473
+ </li>
474
+ </ul>
475
+ <p class="description">Bitte geben Sie ein Kennwort für Ihr Benutzerkonto ein. Achten Sie bei dem Kennwort auf die Groß-/Kleinschreibung.</p>
476
+ </div>
477
+
478
+ <div class="blockrow">
479
+ <ul class="group">
480
+ <li>
481
+ <label for="email">E-Mail-Adresse:</label>
482
+ <input type="text" class="textbox" name="email" id="email" maxlength="50" value="" dir="ltr" tabindex="1" />
483
+ </li>
484
+ <li>
485
+ <label for="emailconfirm">E-Mail-Adresse erneut eingeben:</label>
486
+ <input type="text" class="textbox" name="emailconfirm" id="emailconfirm" maxlength="50" value="" dir="ltr" tabindex="1" />
487
+ </li>
488
+ </ul>
489
+ <p class="description">Bitte geben Sie eine gültige E-Mail-Adresse an.</p>
490
+ </div>
491
+
492
+
493
+
494
+ <div class="blockrow">
495
+ <label for="imageregt">Grafische Sicherheitsüberprüfung:</label>
496
+ <p class="description">Bitte geben Sie die sechs Zeichen, die Sie in der nebenstehenden Grafik sehen, in das Textfeld ein.</p>
497
+ <div id="imagereg_container">
498
+ <img id="imagereg" src="image.php?type=hv&amp;hash=bfeb81920e071e04dc4c78a949937a33" alt="Sicherheitsgrafik" width="201" height="61" border="0" />
499
+ <span id="refresh_imagereg" class="hidden"><a href="javascript://">Grafik neu laden</a></span>
500
+ <img id="progress_imagereg" class="hidden" src="images/misc/progress.gif" alt="" />
501
+ </div>
502
+ <input type="text" id="imageregt" class="primary textbox" name="humanverify[input]" maxlength="6" tabindex="1" />
503
+ <input id="hash" type="hidden" name="humanverify[hash]" value="bfeb81920e071e04dc4c78a949937a33" />
504
+ <script type="text/javascript" src="clientscript/vbulletin_ajax_imagereg.js?v=421"></script>
505
+ <script type="text/javascript">
506
+ <!--
507
+ vB_AJAX_ImageReg_Init();
508
+ //-->
509
+ </script>
510
+ </div>
511
+
512
+ </div>
513
+
514
+
515
+
516
+
517
+
518
+ <h3 class="blocksubhead">Zusätzliche Informationen</h3>
519
+ <div class="section">
520
+
521
+ <div class="blockrow">
522
+ <label for="referrerfield_ctrl">Empfohlen von:</label>
523
+ <div class="rightcol">
524
+ <div id="referrerfield" class="popupmenu nomouseover noclick nohovermenu">
525
+ <input id="referrerfield_ctrl" type="text" class="primary textbox popupctrl" name="referrername" value="" tabindex="1" maxlength="25" />
526
+ <div id="referrerfield_body" class="popupbody"></div>
527
+ </div>
528
+ <script type="text/javascript" src="clientscript/vbulletin_ajax_suggest.js?v=421"></script>
529
+ <script type="text/javascript">
530
+ <!--
531
+ rnc = new vB_AJAX_NameSuggest('rnc', 'referrerfield_ctrl', 'referrerfield');
532
+ rnc.allow_multiple = false;
533
+ //-->
534
+ </script>
535
+ <p class="description">Wenn Ihnen dieses Forum, Mindfactory Forum, von einem unserer Benutzer empfohlen wurde, geben Sie seinen Namen bitte hier ein.</p>
536
+ </div>
537
+ </div>
538
+
539
+
540
+ <div class="blockrow">
541
+ <label for="sel_timezoneoffset">Zeitzone:</label>
542
+ <select class="primary" name="timezoneoffset" id="sel_timezoneoffset" tabindex="1">
543
+
544
+ <option value="-12" class="" >(WEZ -12:00) Eniwetok, Kwajalein</option>
545
+
546
+ <option value="-11" class="" >(WEZ -11:00) Midway Island, Samoa</option>
547
+
548
+ <option value="-10" class="" >(WEZ -10:00) Hawaii</option>
549
+
550
+ <option value="-9" class="" >(WEZ -9:00) Alaska</option>
551
+
552
+ <option value="-8" class="" >(WEZ -8:00) Pacific Time (USA &amp; Kanada)</option>
553
+
554
+ <option value="-7" class="" >(WEZ -7:00) Mountain Time (USA &amp; Kanada)</option>
555
+
556
+ <option value="-6" class="" >(WEZ -6:00) Central Time (USA &amp; Kanada), Mexiko Stadt</option>
557
+
558
+ <option value="-5" class="" >(WEZ -5:00) Eastern Time (USA &amp; Kanada), Bogota, Lima</option>
559
+
560
+ <option value="-4.5" class="" >(WEZ -4:30) Caracas</option>
561
+
562
+ <option value="-4" class="" >(WEZ -4:00) Atlantik (Kanada), La Paz, Santiago</option>
563
+
564
+ <option value="-3.5" class="" >(WEZ -3:30) Neufundland</option>
565
+
566
+ <option value="-3" class="" >(WEZ -3:00) Brasilien, Buenos Aires, Georgetown</option>
567
+
568
+ <option value="-2" class="" >(WEZ -2:00) Mittelatlantik</option>
569
+
570
+ <option value="-1" class="" >(WEZ -1:00) Azoren, Kap Verde Inseln</option>
571
+
572
+ <option value="0" class="" >(WEZ) Westeuropäische Zeit, London, Lissabon, Casablanca</option>
573
+
574
+ <option value="1" class="" selected="selected">(WEZ +1:00) Mitteleuropäische Zeit (MEZ), Berlin, Madrid, Paris</option>
575
+
576
+ <option value="2" class="" >(WEZ +2:00) Südafrika, Kairo</option>
577
+
578
+ <option value="3" class="" >(WEZ +3:00) Baghdad, Riyadh, Kaliningrad</option>
579
+
580
+ <option value="3.5" class="" >(WEZ +3:30) Teheran</option>
581
+
582
+ <option value="4" class="" >(WEZ +4:00) Abu Dhabi, Muscat, Jerewan, Baku, Tbilisi, Moskau, St. Petersburg</option>
583
+
584
+ <option value="4.5" class="" >(WEZ +4:30) Kabul</option>
585
+
586
+ <option value="5" class="" >(WEZ +5:00) Islamabad, Karachi, Tashkent</option>
587
+
588
+ <option value="5.5" class="" >(WEZ +5:30) Mumbai, Kalkutta, Chennai, Neu-Delhi</option>
589
+
590
+ <option value="5.75" class="" >(WEZ +5:45) Katmandu</option>
591
+
592
+ <option value="6" class="" >(WEZ +6:00) Almaty, Dhaka, Colombo, Ekaterinburg</option>
593
+
594
+ <option value="6.5" class="" >(WEZ +6:30) Rangun, Kokosinseln</option>
595
+
596
+ <option value="7" class="" >(WEZ +7:00) Bangkok, Hanoi, Jakarta</option>
597
+
598
+ <option value="8" class="" >(WEZ +8:00) Peking, Perth, Singapur, Hong Kong</option>
599
+
600
+ <option value="9" class="" >(WEZ +9:00) Tokyo, Seoul, Osaka, Sapporo</option>
601
+
602
+ <option value="9.5" class="" >(WEZ +9:30) Adelaide, Darwin</option>
603
+
604
+ <option value="10" class="" >(WEZ +10:00) Ostaustralien, Guam, Jakutsk</option>
605
+
606
+ <option value="11" class="" >(WEZ +11:00) Magadan, Solomon-Inseln, Neu Kaledonien</option>
607
+
608
+ <option value="12" class="" >(WEZ +12:00) Auckland, Wellington, Fidschi, Kamchatka</option>
609
+
610
+ </select>
611
+ <p class="description">Alle Zeitangaben hier im Forum können automatisch an Ihre Zeit angepasst werden, wo immer Sie sich auch befinden. Wählen Sie einfach die Zeitzone, in der Sie sich befinden, aus der Liste aus.</p>
612
+
613
+ <label for="sel_dst">Sommerzeit-Einstellung:</label>
614
+ <select class="primary" name="dst" id="sel_dst" tabindex="1">
615
+ <option value="2" >Sommerzeit automatisch erkennen</option>
616
+ <option value="1" >Sommerzeit-Korrektur an</option>
617
+ <option value="0" >Sommerzeit-Korrektur aus</option>
618
+ </select>
619
+ <p class="description">Sollte die Zeitanzeige aufgrund der Sommer- oder Winterzeit nicht stimmen, können Sie dies hier korrigieren.</p>
620
+ </div>
621
+
622
+ <div class="blockrow">
623
+ <label>E-Mails erhalten...</label>
624
+ <div class="rightcol">
625
+ <ul class="checkradio group">
626
+ <li>
627
+ <label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" tabindex="1" checked="checked" /> Administratoren dürfen mir E-Mails schicken</label>
628
+ </li>
629
+
630
+ <li>
631
+ <label for="cb_showemail"><input type="checkbox" name="options[showemail]" value="1" id="cb_showemail" tabindex="1" /> Andere Benutzer dürfen mir E-Mails schicken</label>
632
+ </li>
633
+
634
+ </ul>
635
+ <p class="description">Der Betreiber oder andere Benutzer des Forums können Ihnen über das Forum E-Mails schicken.<br />
636
+ <br />
637
+ Wenn Sie diese E-Mails nicht erhalten möchten, deaktivieren Sie bitte die entsprechende Einstellung.</p>
638
+ </div>
639
+ </div>
640
+
641
+ <div class="blockrow">
642
+ <label>Eine kleine Politische Frage als Spamschutz:</label>
643
+ <div class="rightcol">
644
+ <input type="text" class="primary textbox" name="userfield[field5]" id="cfield_5" value="Beginne mit Großbuchstaben" maxlength="100" tabindex="1" />
645
+ <p class="description"><font color="#FF0000" size"4"><b>Wie lautet der Vorname unserer Bundeskanzlerin?</b></font></p>
646
+ <input type="hidden" name="userfield[field5_set]" value="1" />
647
+ </div>
648
+ </div>
649
+ </div>
650
+ </div>
651
+
652
+
653
+ <h2 class="blockhead">Unsere Regeln</h2>
654
+ <div class="blockbody formcontrols">
655
+ <div class="section">
656
+ <div class="blockrow">
657
+ <p class="label">Um mit der Registrierung fortfahren zu können, müssen Sie folgende Regeln akzeptieren:</p>
658
+ <div id="forumrules" class="restore">
659
+
660
+
661
+
662
+ <p><strong>Forenregeln</strong></p>
663
+
664
+ <p>Die Registrierung und Benutzung unserer Foren ist kostenlos! Wenn Sie die hier genannten Regeln und Erklärungen anerkennen, markieren Sie das Kästchen, dass Sie unsere Regeln akzeptieren und klicken Sie dann auf 'Registrierung abschicken'. Wenn Sie die Registrierung abbrechen möchten, gehen Sie einfach <a href="forum.php">zurück zur Startseite</a> des Forums.</p>
665
+ <font color="#000000">
666
+ Lieber Besucher und Nutzer unseres Forums!
667
+ <br><br>
668
+ Die Registrierung und Nutzung dieses Forums ist kostenlos.
669
+ <br><br>
670
+ Dass alles im Leben auch mit entsprechenden Regelungen einhergeht ist manchmal ein leidiges, aber nicht minder notwendiges Thema. Wir möchten allerdings vermeiden, dass wir Ihnen den Spaß im Forum durch zu viel Reglementierung nehmen. Dennoch gibt es ein paar wenige Dinge, die Sie bitte beherzigen sollten:
671
+ <br><br>
672
+ Allgemeine Rechtsgrundlagen:<br>
673
+ ======================<br>
674
+ <br>
675
+ Zunächst ist zu bedenken, dass das Internet kein rechtsfreier Raum ist. Alle gesetzlichen Regelungen des täglichen Lebens gelten auch hier. Deswegen werden wir in unseren Spielregeln diese auch nicht speziell auflisten. Jeder User dieses Forums hat sich an die gesetzlichen Bedingungen unseres Landes zu halten. Verstöße dagegen werden entsprechend des Vergehens im Einzelfall besprochen und sanktioniert. Wir bitten Sie, alle User und uns sofort zu informieren, sollte es im Forum einen entsprechenden Rechtsbruch geben. Das betrifft auch die Kommunikation über die privaten Nachrichten (PNs).
676
+ Hierzu ist jeder Moderator oder Administrator Ihr Ansprechpartner!
677
+ <br><br>
678
+ Netiquette:<br>
679
+ =========<br>
680
+ Jeder kennt sie und soll auch hier kurz erwähnt sein: Seid freundlich zueinander. Streit ist nicht immer zu vermeiden, aber verzichtet darauf, Euch gegenseitig persönlich anzugreifen. Wir wollen eine Community sein, die Spaß macht und in der man gerne mitmacht. Es ist im Grunde ganz einfach!
681
+ <br><br>
682
+ Unsere Hausordnung:<br>
683
+ ===============<br>
684
+ <br>
685
+ Bitte beachten Sie folgende Regeln des Forums. Verstöße dagegen werden im Einzelfall intern besprochen und mit entsprechenden Sanktionen belegt.
686
+ <br><br>
687
+ 1) Bitte posten Sie keine Links zu anderen Hardwarehändlern und deren Angeboten.
688
+ <br>
689
+ 2) Links zu E-Bay Auktionen und anderen Auktionshäusern sind unerwünscht und werden entfernt.
690
+ <br>
691
+ 3) Bitte nicht eigene Homepages oder anderen Foren in Ihren Beiträgen bewerben. Dies wird in den Signaturen toleriert, solange die Links nicht auf andere Hardwarehändler zeigen.
692
+ <br>
693
+ 4) Verkaufs- und Kaufgesuche sind nur in den dafür vorgesehenen Foren zulässig.
694
+ <br>
695
+ Obwohl die Administratoren und Moderatoren von [ARG:2 UNDEFINED] versuchen, alle unerwünschten Beiträge/Nachrichten von diesem Forum fernzuhalten, ist es für uns unmöglich, alle Beiträge/Nachrichten zu überprüfen. Alle Beiträge/Nachrichten drücken die Ansichten des Autors aus und die Eigentümer von [ARG:2 UNDEFINED], Adduco Digital oder Jelsoft Enterprises Limited (Entwickler von vBulletin) können nicht für den Inhalt jedes Beitrags verantwortlich gemacht werden.</p> <p>Durch die Annahme unserer Regeln garantieren Sie, dass Sie keine Nachrichten schreiben, die obszön, vulgär, sexuell orientiert, abscheulich oder bedrohlich sind oder sonst gegen ein Gesetz oder obige Regeln verstoßen würden.</p> <p>Die Eigentümer von [ARG:2 UNDEFINED] haben das Recht, Themen und Beiträge zu löschen, zu bearbeiten, zu verschieben oder zu schließen.</p></font>
696
+
697
+ </div>
698
+ </div>
699
+ <div class="blockrow singlecheck">
700
+ <label for="cb_rules_agree" class="full"><input type="checkbox" name="agree" id="cb_rules_agree" tabindex="1" value="1" /> <strong>Ich habe die Forenregeln von Mindfactory Forum gelesen und bin damit einverstanden.</strong></label>
701
+ </div>
702
+ </div>
703
+ </div>
704
+
705
+ <div class="blockfoot actionbuttons">
706
+ <div class="group">
707
+ <input type="hidden" name="s" value="1669ed2f03e1e06bac45cb0712e78d91" />
708
+ <input type="hidden" name="securitytoken" value="guest" />
709
+ <input type="hidden" name="do" value="addmember" />
710
+ <input type="hidden" name="url" value="forum.php" />
711
+ <input type="hidden" name="password_md5" />
712
+ <input type="hidden" name="passwordconfirm_md5" />
713
+
714
+ <input type="hidden" name="day" value="" />
715
+ <input type="hidden" name="month" value="" />
716
+ <input type="hidden" name="year" value="" />
717
+
718
+
719
+ <input type="submit" class="button" value="Registrierung abschicken" tabindex="1" accesskey="s" />
720
+ <input type="reset" class="button" name="Reset" tabindex="1" value="Felder zurücksetzen" />
721
+ </div>
722
+ </div>
723
+
724
+ </form>
725
+
726
+
727
+ <div style="clear: left">
728
+
729
+
730
+ </div>
731
+
732
+ <div id="footer" class="floatcontainer footer">
733
+
734
+ <form action="forum.php" method="get" id="footer_select" class="footer_select">
735
+
736
+
737
+ <select name="styleid" onchange="switch_id(this, 'style')">
738
+ <optgroup label="Style auswählen"><option class="hidden"></option></optgroup>
739
+
740
+
741
+ <optgroup label="&nbsp;Standard Styles">
742
+
743
+
744
+ <option value="7" class="" selected="selected">-- Mindfactory_standard</option>
745
+
746
+ <option value="5" class="" >---- Neues Farblayout</option>
747
+
748
+
749
+ </optgroup>
750
+
751
+
752
+
753
+
754
+ <optgroup label="&nbsp;Mobile Styles">
755
+
756
+
757
+ <option value="6" class="" >-- Standard Mobile Style</option>
758
+
759
+
760
+ </optgroup>
761
+
762
+
763
+ </select>
764
+
765
+
766
+
767
+ </form>
768
+
769
+ <ul id="footer_links" class="footer_links">
770
+ <li><a href="sendmessage.php" rel="nofollow" accesskey="9">Kontakt</a></li>
771
+ <li><a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.mindfactory.de', '']);" href="http://www.mindfactory.de">Mindfactory AG</a></li>
772
+
773
+
774
+ <li><a href="archive/index.php/">Archiv</a></li>
775
+
776
+ <li><a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.mindfactory.de', '/info_center.php/icID/60']);" href="http://www.mindfactory.de/info_center.php/icID/60">Datenschutzerklärung</a></li>
777
+
778
+ <li><a href="register.php#top" onclick="document.location.hash='top'; return false;">Nach oben</a></li>
779
+ </ul>
780
+
781
+
782
+
783
+
784
+ <script type="text/javascript">
785
+ <!--
786
+ // Main vBulletin Javascript Initialization
787
+ vBulletin_init();
788
+ //-->
789
+ </script>
790
+
791
+ </div>
792
+ </div> <!-- closing div for body_wrapper -->
793
+
794
+ <div class="below_body">
795
+ <div id="footer_time" class="shade footer_time">Alle Zeitangaben in WEZ +1. Es ist jetzt <span class="time">18:25</span> Uhr.</div>
796
+
797
+ <div id="footer_copyright" class="shade footer_copyright">
798
+
799
+
800
+
801
+ </div>
802
+ <div id="footer_morecopyright" class="shade footer_morecopyright">
803
+
804
+
805
+
806
+ (c) Mindfactory AG 2013
807
+
808
+ </div>
809
+
810
+
811
+ </div>
812
+
813
+
814
+ <!-- Piwik -->
815
+ <script type="text/javascript">
816
+ var pkBaseURL = (("https:" == document.location.protocol) ? "https://ads.mindfactory.de/piwik/" : "http://ads.mindfactory.de/piwik/");
817
+ document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
818
+ </script><script type="text/javascript">
819
+ try {
820
+ var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
821
+ piwikTracker.trackPageView();
822
+ piwikTracker.enableLinkTracking();
823
+ } catch( err ) {}
824
+ </script><noscript><p><img src="http://ads.mindfactory.de/piwik/piwik.php?idsite=1" style="border:0" alt=""/></p></noscript>
825
+ <!-- End Piwik Tag -->
826
+ <br /><div style="z-index:3" class="shade" align="center">Search Engine Optimization by vBSEO 3.6.1 &copy;2011, Crawlability, Inc.</div>
827
+ </body>
828
+ </html>
forms/html/113.html ADDED
The diff for this file is too large to render. See raw diff
 
forms/html/12.html ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
  <br><br><br>
1
  如果提示:SMTP Error:The following recipients failed 说明您填写的邮箱不存在,邮件无法送达.<br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!Doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>免费注册--asodao - 爱索道,予取予求</title>
6
+ <meta content="asodao 爱索道,予取予求" name="Description"/>
7
+ <meta content="asodao,爱索道,爱索道,予取予求" name="keywords">
8
+ <link rel="shortcut icon" href="favicon6.ico" type="image/x-icon" />
9
+ <link rel="stylesheet" type="text/css" href="/css/global.css" media="all" />
10
+ </head>
11
+ <body>
12
+
13
+ <div class="wrap">
14
+ <div class="header">
15
+ <h1><a href="index.html" class="logo"></a><span>爱索道,予取予求</span></h1>
16
+ <div class="navi_mod">
17
+ <ul>
18
+ <li><a href="/" class="nav_y">首页</a></li>
19
+ <li class="active"><a href="./signup" class="nav_n">免费注册</a></li>
20
+ <li><a href="./account" class="nav_n">我的帐号</a></li>
21
+ <li><a href="./product.html" class="nav_n">邀请排行</a></li>
22
+ <li><a href="./contact" class="nav_n">联系我们</a></li>
23
+ </ul>
24
+ </div>
25
+ </div>
26
+ <div class="container">
27
+ <!-- S -->
28
+ <div class="form_mod">
29
+ <h2 class="title">免费注册</h2>
30
+ <form accept-charset="UTF-8" action="./register" class="vertical-form" id="new_user" method="post">
31
+ <div class="form_list" style="margin-top:10px;">
32
+ <table>
33
+ <tbody>
34
+ <tr>
35
+ <th></th>
36
+ <td class="t1"><span class="color_red"></span></td>
37
+ </tr>
38
+ <tr>
39
+ <th>请输入邮箱:</th>
40
+ <td class="t1"><a href="javascript:void(0);" class="input_style"><input id="user_email" name="username" placeholder="Email Address" required="required" type="text"></a></td>
41
+ <td class="t2"><span class="color_red">用户名密码将发送到您的邮箱</span></td>
42
+ </tr>
43
+ <tr class="btn">
44
+ <th></th>
45
+ <td class="t1"><a href="javascript:void(0);" class="btn_style"><input name="commit" type="submit" value="免费注册"></a></td>
46
+ </tr>
47
+ </tbody>
48
+ </table>
49
+ </div>
50
+ </form>
51
  <br><br><br>
52
  如果提示:SMTP Error:The following recipients failed 说明您填写的邮箱不存在,邮件无法送达.<br>
53
+
54
+ </div>
55
+ <!-- E -->
56
+ <div class="register_note">
57
+ <p class="color_gray"><strong>免费账户注册需知? </strong></p>
58
+ <p>
59
+ 免费账户不得使用asodao进行BT、迅雷等大流量的下载工具<br>
60
+ 请使用有效的Email地址进行注册,以便于及时通知asodao的相关信息<br>
61
+ 免费帐号有效期只有1天,1G流量,你可以在这1天里体验我们服务,你可以邀请别人注册成功后增加有效期.<br>
62
+ 每邀请1个用户,增加2天! 注册免费账户以后可以升级为 VIP账户,流量可以按需购买,具体请注册后<br>
63
+ 登陆“<a href="./account">我的账户</a>”升级VIP<br>
64
+
65
+ 免责声明:只提供网络加速服务,请遵守各国网络安全的相关法规。如果您触犯法律后果自负。
66
+ </p>
67
+ </div>
68
+ <!-- E -->
69
+ </div>
70
+ <div class="footer">
71
+ <p class="copyright">Copyright 2014 www.asodao.info | Designed by www.asodao.info</p>
72
+ </div>
73
+ </html>
forms/html/124.html ADDED
@@ -0,0 +1,1304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html id="XenForo" lang="en-US" dir="LTR" class="Public NoJs LoggedOut Sidebar Responsive" xmlns:fb="http://www.facebook.com/2008/fbml">
3
+ <head>
4
+ <meta charset="utf-8"/>
5
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
7
+ <base href="https://forums.oneplus.net/"/>
8
+ <script>
9
+ var _b = document.getElementsByTagName('base')[0], _bH = "https://forums.oneplus.net/";
10
+ if (_b && _b.href != _bH) _b.href = _bH;
11
+ </script>
12
+ <title>Name a city with the next letter of the alphabet (GAME) - OnePlus Forums</title>
13
+ <noscript><style>.JsOnly,.jsOnly{display:none!important;}</style></noscript>
14
+ <link rel="stylesheet" href="css.php?css=xenforo,form,public&amp;style=2&amp;dir=LTR&amp;d=1416655836"/>
15
+ <link rel="stylesheet" href="css.php?css=bb_code,likes_summary,message,message_user_info,sidebar_share_page,thread_view,wf_default,xopenid_login_form&amp;style=2&amp;dir=LTR&amp;d=1416655836"/>
16
+ <script>
17
+
18
+ var _gaq = [['_setAccount', 'UA-46480385-3'], ['_trackPageview']];
19
+ !function(d, t)
20
+ {
21
+ var g = d.createElement(t),
22
+ s = d.getElementsByTagName(t)[0];
23
+ g.async = true;
24
+ g.src = ('https:' == d.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
25
+ s.parentNode.insertBefore(g, s);
26
+ }
27
+ (document, 'script');
28
+
29
+ </script>
30
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
31
+ <script type="text/javascript" src="/js/modernizr.js"></script>
32
+ <script type="text/javascript" src="/js/waypoints.min.js"></script>
33
+ <script type="text/javascript" src="/js/custom.js"></script>
34
+ <script>if (!window.jQuery) { document.write('<scr'+'ipt type="text/javascript" src="js/jquery/jquery-1.11.0.min.js"><\/scr'+'ipt>'); }</script>
35
+ <script src="js/xenforo/xenforo.js?_v=3fee6e84"></script>
36
+ <link rel="apple-touch-icon" href="https://forums.oneplus.net/styles/oneplus2014/xenforo/logo.og.png"/>
37
+ <link rel="alternate" type="application/rss+xml" title="RSS feed for OnePlus Forums" href="forums/-/index.rss"/>
38
+ <link rel="next" href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-2"/>
39
+ <link rel="canonical" href="https://forums.oneplus.net/threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/"/>
40
+ <meta name="description" content="Austin"/>
41
+ <meta property="og:image" content="http://oneplus.net/media/images/opengraph/oneplus-logo-big.png"/>
42
+ </head>
43
+ <body class="node8 node30 SelectQuotable">
44
+ <header>
45
+ <div id="header-sticky" class="">
46
+ <div class="pageWidth">
47
+ <ul class="nav nav-pills">
48
+ <li class="active"><a href="//forums.oneplus.net/">Forums</a></li>
49
+ <li class="divider"></li>
50
+ <li class="navTab Popup PopupControl PopupClosed">
51
+ <a href="/index.php?search" rel="Menu" class="navLink NoPopupGadget" id="QuickSearchPlaceholder"><span class="i-search"></span></a>
52
+ <div class="Menu JsOnly navPopup" style="width:280px" id="SearchMenu">
53
+ <div class="primaryContent" style="padding:20px 15px">
54
+ <div id="searchBar">
55
+ <fieldset id="QuickSearch">
56
+ <form action="search/search" method="post" class="formPopup">
57
+ <div class="primaryControls">
58
+
59
+ <input type="search" name="keywords" value="" class="textCtrl" placeholder="Search..." results="0" title="Enter your search and hit enter" id="QuickSearchQuery"/>
60
+
61
+ </div>
62
+ <div class="secondaryControls">
63
+ <div>
64
+
65
+ <dl class="ctrlUnit">
66
+ <dt></dt>
67
+ <dd><ul>
68
+ <li><label><input type="checkbox" name="title_only" value="1" id="search_bar_title_only" class="AutoChecker" data-uncheck="#search_bar_thread"/> Search titles only</label></li>
69
+ </ul></dd>
70
+ </dl>
71
+ <dl class="ctrlUnit">
72
+ <dt><label for="searchBar_users">Posted by Member:</label></dt>
73
+ <dd>
74
+ <input type="text" name="users" value="" class="textCtrl AutoComplete" id="searchBar_users"/>
75
+ <p class="explain">Separate names with a comma.</p>
76
+ </dd>
77
+ </dl>
78
+ <dl class="ctrlUnit">
79
+ <dt><label for="searchBar_date">Newer Than:</label></dt>
80
+ <dd><input type="date" name="date" value="" class="textCtrl" id="searchBar_date"/></dd>
81
+ </dl>
82
+ <dl class="ctrlUnit">
83
+ <dt></dt>
84
+ <dd><ul>
85
+ <li><label title="Search only Name a city with the next letter of the alphabet (GAME)"><input type="checkbox" name="type[post][thread_id]" value="160418" id="search_bar_thread" class="AutoChecker" data-uncheck="#search_bar_title_only, #search_bar_nodes"/> Search this thread only</label></li>
86
+ <li><label title="Search only Off Topic"><input type="checkbox" name="nodes[]" value="8" id="search_bar_nodes" class="Disabler AutoChecker" checked="checked" data-uncheck="#search_bar_thread"/> Search this forum only</label>
87
+ <ul id="search_bar_nodes_Disabler">
88
+ <li><label><input type="checkbox" name="type[post][group_discussion]" value="1" id="search_bar_group_discussion" class="AutoChecker" data-uncheck="#search_bar_thread"/> Display results as threads</label></li>
89
+ </ul></li>
90
+ </ul></dd>
91
+ </dl>
92
+ </div>
93
+ <a style="margin:auto;float:right" href="search/" class="button moreOptions Tooltip" title="Advanced Search">More...</a>
94
+ <input type="submit" value="Search" class="button primary Tooltip" title="Find Now"/>
95
+ <input type="hidden" name="_xfToken" value=""/>
96
+
97
+ <div class="menuHeader" style="clear:both">
98
+ <br><br><h4>Useful Searches</h4>
99
+ </div>
100
+ <ul class="blockLinksList">
101
+
102
+ <li><a href="find-new/posts?recent=1" rel="nofollow">Recent Posts</a></li>
103
+
104
+ </ul>
105
+ </div>
106
+ </form>
107
+ </fieldset>
108
+ </div>
109
+ </div>
110
+ </div>
111
+ </li>
112
+ <li class="navTab Popup PopupControl PopupClosed">
113
+ <a href="login/" rel="Menu" class="navLink NoPopupGadget"><span class="i-user"></span></a>
114
+ <div class="Menu JsOnly navPopup" style="width:auto;height:auto" id="SignIn-menu">
115
+ <div class="primaryContent">
116
+ <form action="misc/openid-login" method="post" class="xenForm " id="login">
117
+ <div>
118
+ <input type="hidden" name="loginopenid" value="https://account.oneplus.net"/>
119
+ <div style="margin: 0px; text-align: center;">
120
+ <button type="submit" class="btn btn-primary">Login</button>
121
+ <button class="btn btn-primary"><a id="sign-up-button" href="https://account.oneplus.net/sign-up">Sign up</a></button>
122
+ </div>
123
+ </div>
124
+ <input type="hidden" name="cookie_check" value="1"/>
125
+ <input type="hidden" name="redirect" value="/threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/"/>
126
+ <input type="hidden" name="_xfToken" value=""/>
127
+ </form>
128
+ </div>
129
+ </div>
130
+ </li>
131
+ </ul>
132
+ <div class="logo-main"><a href="//oneplus.net/" title="OnePlus Forums"><span class="i-logo-48"></span></a></div>
133
+ </div>
134
+ </div>
135
+ </header>
136
+ <div id="headerProxy"></div>
137
+ <div id="content" class="thread_view">
138
+ <div class="pageWidth">
139
+ <div class="pageContent" id="top">
140
+
141
+ <div class="mainContainer">
142
+ <div class="mainContent">
143
+ <div class="breadBoxTop ">
144
+ <nav>
145
+ <fieldset class="breadcrumb">
146
+ <div class="boardTitle"><strong>OnePlus Forums</strong></div>
147
+ <span class="crumbs">
148
+ <span class="crust homeCrumb" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
149
+ <a href="/" class="crumb" rel="up" itemprop="url"><span itemprop="title">Home</span></a>
150
+ <span class="arrow"><span>&#47;</span></span>
151
+ </span>
152
+
153
+ <span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
154
+ <a href="https://forums.oneplus.net/forums/#community.30" class="crumb" rel="up" itemprop="url"><span itemprop="title">Community</span></a>
155
+ <span class="arrow"><span>&#47;</span></span>
156
+ </span>
157
+ <span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
158
+ <a href="https://forums.oneplus.net/forums/off-topic/" class="crumb" rel="up" itemprop="url"><span itemprop="title">Off Topic</span></a>
159
+ <span class="arrow"><span>&#47;</span></span>
160
+ </span>
161
+ </span>
162
+ </fieldset>
163
+ </nav>
164
+ </div>
165
+ <!--[if lt IE 8]>
166
+ <p class="importantMessage">You are using an out of date browser. It may not display this or other websites correctly.<br />You should upgrade or use an <a href="https://www.google.com/chrome/browser/" target="_blank">alternative browser</a>.</p>
167
+ <![endif]-->
168
+
169
+ <div class="titleBar">
170
+ <h1>Name a city with the next letter of the alphabet (GAME)</h1>
171
+ <p id="pageDescription" class="muted ">
172
+ Discussion in '<a href="forums/off-topic/">Off Topic</a>' started by <a href="members/faridd.316772/" class="username" dir="auto">faridd</a>, <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/"><span class="DateTime" title="Oct 29, 2014 at 6:28 PM">Oct 29, 2014</span></a>.
173
+ </p>
174
+ </div>
175
+
176
+ <div class="pageNavLinkGroup">
177
+ <div class="linkGroup SelectionCountContainer">
178
+ </div>
179
+ <div class="PageNav" data-page="1" data-range="2" data-start="2" data-end="6" data-last="72" data-sentinel="{{sentinel}}" data-baseurl="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-{{sentinel}}">
180
+ <span class="pageNavHeader">Page 1 of 72</span>
181
+ <nav>
182
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/" class="currentPage " rel="start">1</a>
183
+ <a class="PageNavPrev hidden">&larr;</a> <span class="scrollable"><span class="items">
184
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-2" class="">2</a>
185
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-3" class="">3</a>
186
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-4" class="">4</a>
187
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-5" class="">5</a>
188
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-6" class="">6</a>
189
+ </span></span> <a class="PageNavNext ">&rarr;</a>
190
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-72" class="">72</a>
191
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-2" class="text">Next &gt;</a>
192
+ </nav>
193
+ </div>
194
+ </div>
195
+ <form action="inline-mod/post/switch" method="post" class="InlineModForm section" data-cookieName="posts" data-controls="#InlineModControls" data-imodOptions="#ModerationSelect option">
196
+ <ol class="messageList" id="messageList">
197
+ <li id="post-6979172" class="message " data-author="faridd">
198
+ <a name="post-6979172" class="post-anchor"></a>
199
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
200
+ <div class="messageUserBlock ">
201
+ <div class="avatarHolder">
202
+ <span class="helper"></span>
203
+ <a href="members/faridd.316772/" class="avatar Av316772m" data-avatarhtml="true"><img src="data/avatars/m/316/316772.jpg?1414446343" width="96" height="96" alt="faridd"/></a>
204
+
205
+ </div>
206
+ <h3 class="userText">
207
+ <a href="members/faridd.316772/" class="username" dir="auto" itemprop="name">faridd</a>
208
+ <em class="userTitle" itemprop="title">Level: Doughnut</em>
209
+
210
+ </h3>
211
+ <span class="arrow"><span></span></span>
212
+ </div>
213
+ </div>
214
+ <div class="messageInfo primaryContent">
215
+ <div class="messageContent">
216
+ <article>
217
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
218
+ Austin
219
+ <div class="messageTextEndMarker">&nbsp;</div>
220
+ </blockquote>
221
+ </article>
222
+ </div>
223
+ <div class="messageMeta ToggleTriggerAnchor">
224
+ <div class="privateControls">
225
+ <span class="item muted">
226
+ <span class="authorEnd"><a href="members/faridd.316772/" class="username author" dir="auto">faridd</a>,</span>
227
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:28 PM">Oct 29, 2014</span></a>
228
+ </span>
229
+ </div>
230
+ <div class="publicControls">
231
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979172/permalink">#1</a>
232
+ </div>
233
+ </div>
234
+ <div id="likes-post-6979172">
235
+ <div class="likesSummary secondaryContent">
236
+ <span class="LikeText">
237
+ <a href="members/anuragvyas14.370736/" class="username" dir="auto">AnuragVyas14</a>, <a href="members/treeneon.378823/" class="username" dir="auto">treeneon</a>, <a href="members/crab37.377148/" class="username" dir="auto">crab37</a> and <a href="posts/6979172/likes" class="OverlayTrigger">2 others</a> like this.
238
+ </span>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ </li>
243
+ <li id="post-6979195" class="message " data-author="quza">
244
+ <a name="post-6979195" class="post-anchor"></a>
245
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
246
+ <div class="messageUserBlock ">
247
+ <div class="avatarHolder">
248
+ <span class="helper"></span>
249
+ <a href="members/quza.59652/" class="avatar Av59652m" data-avatarhtml="true"><img src="data/avatars/m/59/59652.jpg?1403978717" width="96" height="96" alt="quza"/></a>
250
+
251
+ </div>
252
+ <h3 class="userText">
253
+ <a href="members/quza.59652/" class="username" dir="auto" itemprop="name">quza</a>
254
+ <em class="userTitle" itemprop="title">Level: KitKat</em>
255
+
256
+ </h3>
257
+ <span class="arrow"><span></span></span>
258
+ </div>
259
+ </div>
260
+ <div class="messageInfo primaryContent">
261
+ <div class="messageContent">
262
+ <article>
263
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
264
+ Berlin
265
+ <div class="messageTextEndMarker">&nbsp;</div>
266
+ </blockquote>
267
+ </article>
268
+ </div>
269
+ <div class="messageMeta ToggleTriggerAnchor">
270
+ <div class="privateControls">
271
+ <span class="item muted">
272
+ <span class="authorEnd"><a href="members/quza.59652/" class="username author" dir="auto">quza</a>,</span>
273
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979195" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:28 PM">Oct 29, 2014</span></a>
274
+ </span>
275
+ </div>
276
+ <div class="publicControls">
277
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979195" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979195/permalink">#2</a>
278
+ </div>
279
+ </div>
280
+ <div id="likes-post-6979195">
281
+ <div class="likesSummary secondaryContent">
282
+ <span class="LikeText">
283
+ <a href="members/abm10040.324209/" class="username" dir="auto">abm10040</a> likes this.
284
+ </span>
285
+ </div>
286
+ </div>
287
+ </div>
288
+ </li>
289
+ <li id="post-6979246" class="message " data-author="manosome">
290
+ <a name="post-6979246" class="post-anchor"></a>
291
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
292
+ <div class="messageUserBlock online">
293
+ <div class="avatarHolder">
294
+ <span class="helper"></span>
295
+ <a href="members/manosome.46231/" class="avatar Av46231m" data-avatarhtml="true"><img src="data/avatars/m/46/46231.jpg?1413755550" width="96" height="96" alt="manosome"/></a>
296
+ <span class="Tooltip onlineMarker" title="Online Now" data-offsetX="-22" data-offsetY="-8"></span>
297
+
298
+ </div>
299
+ <h3 class="userText">
300
+ <a href="members/manosome.46231/" class="username" dir="auto" itemprop="name">manosome</a>
301
+ <em class="userTitle" itemprop="title">Level: KitKat</em>
302
+
303
+ </h3>
304
+ <span class="arrow"><span></span></span>
305
+ </div>
306
+ </div>
307
+ <div class="messageInfo primaryContent">
308
+ <div class="messageContent">
309
+ <article>
310
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
311
+ <img src="https://forums.oneplus.net/attachments/nobody_cares-gif.175177/" alt="nobody_cares.gif" class="bbCodeImage LbImage"/>
312
+ <div class="messageTextEndMarker">&nbsp;</div>
313
+ </blockquote>
314
+ </article>
315
+ </div>
316
+ <div class="messageMeta ToggleTriggerAnchor">
317
+ <div class="privateControls">
318
+ <span class="item muted">
319
+ <span class="authorEnd"><a href="members/manosome.46231/" class="username author" dir="auto">manosome</a>,</span>
320
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979246" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:30 PM">Oct 29, 2014</span></a>
321
+ </span>
322
+ </div>
323
+ <div class="publicControls">
324
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979246" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979246/permalink">#3</a>
325
+ </div>
326
+ </div>
327
+ <div id="likes-post-6979246">
328
+ <div class="likesSummary secondaryContent">
329
+ <span class="LikeText">
330
+ <a href="members/paul-yazbeck.165045/" class="username" dir="auto">paul yazbeck</a>, <a href="members/cdisxm.198163/" class="username" dir="auto">cdisxm</a>, <a href="members/arrisquddus.341487/" class="username" dir="auto">arrisquddus</a> and <a href="posts/6979246/likes" class="OverlayTrigger">1 other person</a> like this.
331
+ </span>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </li>
336
+ <li id="post-6979264" class="message " data-author="ImQ009">
337
+ <a name="post-6979264" class="post-anchor"></a>
338
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
339
+ <div class="messageUserBlock ">
340
+ <div class="avatarHolder">
341
+ <span class="helper"></span>
342
+ <a href="members/imq009.269477/" class="avatar Av269477m" data-avatarhtml="true"><img src="data/avatars/m/269/269477.jpg?1414330060" width="96" height="96" alt="ImQ009"/></a>
343
+
344
+ </div>
345
+ <h3 class="userText">
346
+ <a href="members/imq009.269477/" class="username" dir="auto" itemprop="name">ImQ009</a>
347
+ <em class="userTitle" itemprop="title">Level: Froyo</em>
348
+
349
+ </h3>
350
+ <span class="arrow"><span></span></span>
351
+ </div>
352
+ </div>
353
+ <div class="messageInfo primaryContent">
354
+ <div class="messageContent">
355
+ <article>
356
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
357
+ Chorzów
358
+ <div class="messageTextEndMarker">&nbsp;</div>
359
+ </blockquote>
360
+ </article>
361
+ </div>
362
+ <div class="messageMeta ToggleTriggerAnchor">
363
+ <div class="privateControls">
364
+ <span class="item muted">
365
+ <span class="authorEnd"><a href="members/imq009.269477/" class="username author" dir="auto">ImQ009</a>,</span>
366
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979264" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:31 PM">Oct 29, 2014</span></a>
367
+ </span>
368
+ </div>
369
+ <div class="publicControls">
370
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979264" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979264/permalink">#4</a>
371
+ </div>
372
+ </div>
373
+ <div id="likes-post-6979264"></div>
374
+ </div>
375
+ </li>
376
+ <li id="post-6979300" class="message " data-author="gmarch49">
377
+ <a name="post-6979300" class="post-anchor"></a>
378
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
379
+ <div class="messageUserBlock ">
380
+ <div class="avatarHolder">
381
+ <span class="helper"></span>
382
+ <a href="members/gmarch49.315094/" class="avatar Av315094m" data-avatarhtml="true"><img src="data/avatars/m/315/315094.jpg?1414628173" width="96" height="96" alt="gmarch49"/></a>
383
+
384
+ </div>
385
+ <h3 class="userText">
386
+ <a href="members/gmarch49.315094/" class="username" dir="auto" itemprop="name">gmarch49</a>
387
+ <em class="userTitle" itemprop="title">Level: Ice Cream Sandwich</em>
388
+
389
+ </h3>
390
+ <span class="arrow"><span></span></span>
391
+ </div>
392
+ </div>
393
+ <div class="messageInfo primaryContent">
394
+ <div class="messageContent">
395
+ <article>
396
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
397
+ Dallas
398
+ <div class="messageTextEndMarker">&nbsp;</div>
399
+ </blockquote>
400
+ </article>
401
+ </div>
402
+ <div class="messageMeta ToggleTriggerAnchor">
403
+ <div class="privateControls">
404
+ <span class="item muted">
405
+ <span class="authorEnd"><a href="members/gmarch49.315094/" class="username author" dir="auto">gmarch49</a>,</span>
406
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979300" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:31 PM">Oct 29, 2014</span></a>
407
+ </span>
408
+ </div>
409
+ <div class="publicControls">
410
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979300" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979300/permalink">#5</a>
411
+ </div>
412
+ </div>
413
+ <div id="likes-post-6979300"></div>
414
+ </div>
415
+ </li>
416
+ <li id="post-6979366" class="message " data-author="mwayner">
417
+ <a name="post-6979366" class="post-anchor"></a>
418
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
419
+ <div class="messageUserBlock ">
420
+ <div class="avatarHolder">
421
+ <span class="helper"></span>
422
+ <a href="members/mwayner.244373/" class="avatar Av244373m" data-avatarhtml="true"><img src="data/avatars/m/244/244373.jpg?1412425251" width="96" height="96" alt="mwayner"/></a>
423
+
424
+ </div>
425
+ <h3 class="userText">
426
+ <a href="members/mwayner.244373/" class="username" dir="auto" itemprop="name">mwayner</a>
427
+ <em class="userTitle" itemprop="title">Level: KitKat</em>
428
+
429
+ </h3>
430
+ <span class="arrow"><span></span></span>
431
+ </div>
432
+ </div>
433
+ <div class="messageInfo primaryContent">
434
+ <div class="messageContent">
435
+ <article>
436
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
437
+ Edinburgh
438
+ <div class="messageTextEndMarker">&nbsp;</div>
439
+ </blockquote>
440
+ </article>
441
+ </div>
442
+ <div class="messageMeta ToggleTriggerAnchor">
443
+ <div class="privateControls">
444
+ <span class="item muted">
445
+ <span class="authorEnd"><a href="members/mwayner.244373/" class="username author" dir="auto">mwayner</a>,</span>
446
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979366" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:34 PM">Oct 29, 2014</span></a>
447
+ </span>
448
+ </div>
449
+ <div class="publicControls">
450
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979366" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979366/permalink">#6</a>
451
+ </div>
452
+ </div>
453
+ <div id="likes-post-6979366"></div>
454
+ </div>
455
+ </li>
456
+ <li id="post-6979382" class="message " data-author="JayBerry99">
457
+ <a name="post-6979382" class="post-anchor"></a>
458
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
459
+ <div class="messageUserBlock ">
460
+ <div class="avatarHolder">
461
+ <span class="helper"></span>
462
+ <a href="members/jayberry99.297400/" class="avatar Av297400m" data-avatarhtml="true"><img src="data/avatars/m/297/297400.jpg?1413658965" width="96" height="96" alt="JayBerry99"/></a>
463
+
464
+ </div>
465
+ <h3 class="userText">
466
+ <a href="members/jayberry99.297400/" class="username" dir="auto" itemprop="name">JayBerry99</a>
467
+ <em class="userTitle" itemprop="title">Level: Honeycomb</em>
468
+
469
+ </h3>
470
+ <span class="arrow"><span></span></span>
471
+ </div>
472
+ </div>
473
+ <div class="messageInfo primaryContent">
474
+ <div class="messageContent">
475
+ <article>
476
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
477
+ <img src="http://www.weirdexistence.com/img/weird/ugly-faces/ugly-faces03.jpg" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="http://www.weirdexistence.com/img/weird/ugly-faces/ugly-faces03.jpg"/>
478
+ <div class="messageTextEndMarker">&nbsp;</div>
479
+ </blockquote>
480
+ </article>
481
+ </div>
482
+ <div class="messageMeta ToggleTriggerAnchor">
483
+ <div class="privateControls">
484
+ <span class="item muted">
485
+ <span class="authorEnd"><a href="members/jayberry99.297400/" class="username author" dir="auto">JayBerry99</a>,</span>
486
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979382" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:34 PM">Oct 29, 2014</span></a>
487
+ </span>
488
+ </div>
489
+ <div class="publicControls">
490
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979382" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979382/permalink">#7</a>
491
+ </div>
492
+ </div>
493
+ <div id="likes-post-6979382"></div>
494
+ </div>
495
+ </li>
496
+ <li id="post-6979449" class="message " data-author="maksiu92">
497
+ <a name="post-6979449" class="post-anchor"></a>
498
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
499
+ <div class="messageUserBlock ">
500
+ <div class="avatarHolder">
501
+ <span class="helper"></span>
502
+ <a href="members/maksiu92.318519/" class="avatar Av318519m" data-avatarhtml="true"><img src="data/avatars/m/318/318519.jpg?1414608598" width="96" height="96" alt="maksiu92"/></a>
503
+
504
+ </div>
505
+ <h3 class="userText">
506
+ <a href="members/maksiu92.318519/" class="username" dir="auto" itemprop="name">maksiu92</a>
507
+ <em class="userTitle" itemprop="title">Level: Éclair</em>
508
+
509
+ </h3>
510
+ <span class="arrow"><span></span></span>
511
+ </div>
512
+ </div>
513
+ <div class="messageInfo primaryContent">
514
+ <div class="messageContent">
515
+ <article>
516
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
517
+ <div class="bbCodeBlock bbCodeQuote" data-author="mwayner">
518
+ <aside>
519
+ <div class="attribution type">mwayner said:
520
+ <a href="goto/post?id=6979366#post-6979366" class="AttributionLink">&uarr;</a>
521
+ </div>
522
+ <blockquote class="quoteContainer"><div class="quote">Edinburgh</div><div class="quoteExpand">Click to expand...</div></blockquote>
523
+ </aside>
524
+ </div>Frankfurt
525
+ <div class="messageTextEndMarker">&nbsp;</div>
526
+ </blockquote>
527
+ </article>
528
+ </div>
529
+ <div class="messageMeta ToggleTriggerAnchor">
530
+ <div class="privateControls">
531
+ <span class="item muted">
532
+ <span class="authorEnd"><a href="members/maksiu92.318519/" class="username author" dir="auto">maksiu92</a>,</span>
533
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979449" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:36 PM">Oct 29, 2014</span></a>
534
+ </span>
535
+ </div>
536
+ <div class="publicControls">
537
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979449" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979449/permalink">#8</a>
538
+ </div>
539
+ </div>
540
+ <div id="likes-post-6979449"></div>
541
+ </div>
542
+ </li>
543
+ <li id="post-6979496" class="message " data-author="Crysko">
544
+ <a name="post-6979496" class="post-anchor"></a>
545
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
546
+ <div class="messageUserBlock ">
547
+ <div class="avatarHolder">
548
+ <span class="helper"></span>
549
+ <a href="members/crysko.307159/" class="avatar Av307159m" data-avatarhtml="true"><img src="data/avatars/m/307/307159.jpg?1414701178" width="96" height="96" alt="Crysko"/></a>
550
+
551
+ </div>
552
+ <h3 class="userText">
553
+ <a href="members/crysko.307159/" class="username" dir="auto" itemprop="name">Crysko</a>
554
+ <em class="userTitle" itemprop="title">Level: Gingerbread</em>
555
+
556
+ </h3>
557
+ <span class="arrow"><span></span></span>
558
+ </div>
559
+ </div>
560
+ <div class="messageInfo primaryContent">
561
+ <div class="messageContent">
562
+ <article>
563
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
564
+ <div class="bbCodeBlock bbCodeQuote" data-author="maksiu92">
565
+ <aside>
566
+ <div class="attribution type">maksiu92 said:
567
+ <a href="goto/post?id=6979449#post-6979449" class="AttributionLink">&uarr;</a>
568
+ </div>
569
+ <blockquote class="quoteContainer"><div class="quote">Frankfurt</div><div class="quoteExpand">Click to expand...</div></blockquote>
570
+ </aside>
571
+ </div>Gabiro
572
+ <div class="messageTextEndMarker">&nbsp;</div>
573
+ </blockquote>
574
+ </article>
575
+ </div>
576
+ <div class="messageMeta ToggleTriggerAnchor">
577
+ <div class="privateControls">
578
+ <span class="item muted">
579
+ <span class="authorEnd"><a href="members/crysko.307159/" class="username author" dir="auto">Crysko</a>,</span>
580
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979496" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:38 PM">Oct 29, 2014</span></a>
581
+ </span>
582
+ </div>
583
+ <div class="publicControls">
584
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979496" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979496/permalink">#9</a>
585
+ </div>
586
+ </div>
587
+ <div id="likes-post-6979496"></div>
588
+ </div>
589
+ </li>
590
+ <li id="post-6979501" class="message " data-author="JayBerry99">
591
+ <a name="post-6979501" class="post-anchor"></a>
592
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
593
+ <div class="messageUserBlock ">
594
+ <div class="avatarHolder">
595
+ <span class="helper"></span>
596
+ <a href="members/jayberry99.297400/" class="avatar Av297400m" data-avatarhtml="true"><img src="data/avatars/m/297/297400.jpg?1413658965" width="96" height="96" alt="JayBerry99"/></a>
597
+
598
+ </div>
599
+ <h3 class="userText">
600
+ <a href="members/jayberry99.297400/" class="username" dir="auto" itemprop="name">JayBerry99</a>
601
+ <em class="userTitle" itemprop="title">Level: Honeycomb</em>
602
+
603
+ </h3>
604
+ <span class="arrow"><span></span></span>
605
+ </div>
606
+ </div>
607
+ <div class="messageInfo primaryContent">
608
+ <div class="messageContent">
609
+ <article>
610
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
611
+ <ul>
612
+ <li>Gaborone</li>
613
+ </ul>
614
+ <div class="messageTextEndMarker">&nbsp;</div>
615
+ </blockquote>
616
+ </article>
617
+ </div>
618
+ <div class="messageMeta ToggleTriggerAnchor">
619
+ <div class="privateControls">
620
+ <span class="item muted">
621
+ <span class="authorEnd"><a href="members/jayberry99.297400/" class="username author" dir="auto">JayBerry99</a>,</span>
622
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979501" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:38 PM">Oct 29, 2014</span></a>
623
+ </span>
624
+ </div>
625
+ <div class="publicControls">
626
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979501" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979501/permalink">#10</a>
627
+ </div>
628
+ </div>
629
+ <div id="likes-post-6979501"></div>
630
+ </div>
631
+ </li>
632
+ <li id="post-6979519" class="message " data-author="slee0108">
633
+ <a name="post-6979519" class="post-anchor"></a>
634
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
635
+ <div class="messageUserBlock ">
636
+ <div class="avatarHolder">
637
+ <span class="helper"></span>
638
+ <a href="members/slee0108.187653/" class="avatar Av187653m" data-avatarhtml="true"><img src="data/avatars/m/187/187653.jpg?1411756097" width="96" height="96" alt="slee0108"/></a>
639
+
640
+ </div>
641
+ <h3 class="userText">
642
+ <a href="members/slee0108.187653/" class="username" dir="auto" itemprop="name">slee0108</a>
643
+ <em class="userTitle" itemprop="title">Level: KitKat</em>
644
+
645
+ </h3>
646
+ <span class="arrow"><span></span></span>
647
+ </div>
648
+ </div>
649
+ <div class="messageInfo primaryContent">
650
+ <div class="messageContent">
651
+ <article>
652
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
653
+ Hong Kong
654
+ <div class="messageTextEndMarker">&nbsp;</div>
655
+ </blockquote>
656
+ </article>
657
+ </div>
658
+ <div class="messageMeta ToggleTriggerAnchor">
659
+ <div class="privateControls">
660
+ <span class="item muted">
661
+ <span class="authorEnd"><a href="members/slee0108.187653/" class="username author" dir="auto">slee0108</a>,</span>
662
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979519" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:38 PM">Oct 29, 2014</span></a>
663
+ </span>
664
+ </div>
665
+ <div class="publicControls">
666
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979519" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979519/permalink">#11</a>
667
+ </div>
668
+ </div>
669
+ <div id="likes-post-6979519"></div>
670
+ </div>
671
+ </li>
672
+ <li id="post-6979520" class="message " data-author="JayBerry99">
673
+ <a name="post-6979520" class="post-anchor"></a>
674
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
675
+ <div class="messageUserBlock ">
676
+ <div class="avatarHolder">
677
+ <span class="helper"></span>
678
+ <a href="members/jayberry99.297400/" class="avatar Av297400m" data-avatarhtml="true"><img src="data/avatars/m/297/297400.jpg?1413658965" width="96" height="96" alt="JayBerry99"/></a>
679
+
680
+ </div>
681
+ <h3 class="userText">
682
+ <a href="members/jayberry99.297400/" class="username" dir="auto" itemprop="name">JayBerry99</a>
683
+ <em class="userTitle" itemprop="title">Level: Honeycomb</em>
684
+
685
+ </h3>
686
+ <span class="arrow"><span></span></span>
687
+ </div>
688
+ </div>
689
+ <div class="messageInfo primaryContent">
690
+ <div class="messageContent">
691
+ <article>
692
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
693
+ <ul>
694
+ <li>Islamabad lol</li>
695
+ </ul>
696
+ <div class="messageTextEndMarker">&nbsp;</div>
697
+ </blockquote>
698
+ </article>
699
+ </div>
700
+ <div class="messageMeta ToggleTriggerAnchor">
701
+ <div class="privateControls">
702
+ <span class="item muted">
703
+ <span class="authorEnd"><a href="members/jayberry99.297400/" class="username author" dir="auto">JayBerry99</a>,</span>
704
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979520" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:39 PM">Oct 29, 2014</span></a>
705
+ </span>
706
+ </div>
707
+ <div class="publicControls">
708
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979520" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979520/permalink">#12</a>
709
+ </div>
710
+ </div>
711
+ <div id="likes-post-6979520"></div>
712
+ </div>
713
+ </li>
714
+ <li id="post-6979526" class="message " data-author="leonvergeldt">
715
+ <a name="post-6979526" class="post-anchor"></a>
716
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
717
+ <div class="messageUserBlock ">
718
+ <div class="avatarHolder">
719
+ <span class="helper"></span>
720
+ <a href="members/leonvergeldt.312270/" class="avatar Av312270m" data-avatarhtml="true"><img src="styles/oneplus2014/xenforo/avatars/avatar_male_m.png" width="96" height="96" alt="leonvergeldt"/></a>
721
+
722
+ </div>
723
+ <h3 class="userText">
724
+ <a href="members/leonvergeldt.312270/" class="username" dir="auto" itemprop="name">leonvergeldt</a>
725
+ <em class="userTitle" itemprop="title">Level: Éclair</em>
726
+
727
+ </h3>
728
+ <span class="arrow"><span></span></span>
729
+ </div>
730
+ </div>
731
+ <div class="messageInfo primaryContent">
732
+ <div class="messageContent">
733
+ <article>
734
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
735
+ <div class="bbCodeBlock bbCodeQuote" data-author="JayBerry99">
736
+ <aside>
737
+ <div class="attribution type">JayBerry99 said:
738
+ <a href="goto/post?id=6979501#post-6979501" class="AttributionLink">&uarr;</a>
739
+ </div>
740
+ <blockquote class="quoteContainer"><div class="quote"><ul>
741
+ <li>Gaborone</li>
742
+ </ul></div><div class="quoteExpand">Click to expand...</div></blockquote>
743
+ </aside>
744
+ </div>Helsinki
745
+ <div class="messageTextEndMarker">&nbsp;</div>
746
+ </blockquote>
747
+ </article>
748
+ </div>
749
+ <div class="messageMeta ToggleTriggerAnchor">
750
+ <div class="privateControls">
751
+ <span class="item muted">
752
+ <span class="authorEnd"><a href="members/leonvergeldt.312270/" class="username author" dir="auto">leonvergeldt</a>,</span>
753
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979526" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:39 PM">Oct 29, 2014</span></a>
754
+ </span>
755
+ </div>
756
+ <div class="publicControls">
757
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979526" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979526/permalink">#13</a>
758
+ </div>
759
+ </div>
760
+ <div id="likes-post-6979526"></div>
761
+ </div>
762
+ </li>
763
+ <li id="post-6979532" class="message " data-author="mwayner">
764
+ <a name="post-6979532" class="post-anchor"></a>
765
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
766
+ <div class="messageUserBlock ">
767
+ <div class="avatarHolder">
768
+ <span class="helper"></span>
769
+ <a href="members/mwayner.244373/" class="avatar Av244373m" data-avatarhtml="true"><img src="data/avatars/m/244/244373.jpg?1412425251" width="96" height="96" alt="mwayner"/></a>
770
+
771
+ </div>
772
+ <h3 class="userText">
773
+ <a href="members/mwayner.244373/" class="username" dir="auto" itemprop="name">mwayner</a>
774
+ <em class="userTitle" itemprop="title">Level: KitKat</em>
775
+
776
+ </h3>
777
+ <span class="arrow"><span></span></span>
778
+ </div>
779
+ </div>
780
+ <div class="messageInfo primaryContent">
781
+ <div class="messageContent">
782
+ <article>
783
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
784
+ Istanbul
785
+ <div class="messageTextEndMarker">&nbsp;</div>
786
+ </blockquote>
787
+ </article>
788
+ </div>
789
+ <div class="messageMeta ToggleTriggerAnchor">
790
+ <div class="privateControls">
791
+ <span class="item muted">
792
+ <span class="authorEnd"><a href="members/mwayner.244373/" class="username author" dir="auto">mwayner</a>,</span>
793
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979532" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:39 PM">Oct 29, 2014</span></a>
794
+ </span>
795
+ </div>
796
+ <div class="publicControls">
797
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979532" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979532/permalink">#14</a>
798
+ </div>
799
+ </div>
800
+ <div id="likes-post-6979532"></div>
801
+ </div>
802
+ </li>
803
+ <li id="post-6979539" class="message " data-author="JayBerry99">
804
+ <a name="post-6979539" class="post-anchor"></a>
805
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
806
+ <div class="messageUserBlock ">
807
+ <div class="avatarHolder">
808
+ <span class="helper"></span>
809
+ <a href="members/jayberry99.297400/" class="avatar Av297400m" data-avatarhtml="true"><img src="data/avatars/m/297/297400.jpg?1413658965" width="96" height="96" alt="JayBerry99"/></a>
810
+
811
+ </div>
812
+ <h3 class="userText">
813
+ <a href="members/jayberry99.297400/" class="username" dir="auto" itemprop="name">JayBerry99</a>
814
+ <em class="userTitle" itemprop="title">Level: Honeycomb</em>
815
+
816
+ </h3>
817
+ <span class="arrow"><span></span></span>
818
+ </div>
819
+ </div>
820
+ <div class="messageInfo primaryContent">
821
+ <div class="messageContent">
822
+ <article>
823
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
824
+ Islamabad lelelelele
825
+ <div class="messageTextEndMarker">&nbsp;</div>
826
+ </blockquote>
827
+ </article>
828
+ </div>
829
+ <div class="messageMeta ToggleTriggerAnchor">
830
+ <div class="privateControls">
831
+ <span class="item muted">
832
+ <span class="authorEnd"><a href="members/jayberry99.297400/" class="username author" dir="auto">JayBerry99</a>,</span>
833
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979539" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:39 PM">Oct 29, 2014</span></a>
834
+ </span>
835
+ </div>
836
+ <div class="publicControls">
837
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979539" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979539/permalink">#15</a>
838
+ </div>
839
+ </div>
840
+ <div id="likes-post-6979539"></div>
841
+ </div>
842
+ </li>
843
+ <li id="post-6979545" class="message " data-author="slee0108">
844
+ <a name="post-6979545" class="post-anchor"></a>
845
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
846
+ <div class="messageUserBlock ">
847
+ <div class="avatarHolder">
848
+ <span class="helper"></span>
849
+ <a href="members/slee0108.187653/" class="avatar Av187653m" data-avatarhtml="true"><img src="data/avatars/m/187/187653.jpg?1411756097" width="96" height="96" alt="slee0108"/></a>
850
+
851
+ </div>
852
+ <h3 class="userText">
853
+ <a href="members/slee0108.187653/" class="username" dir="auto" itemprop="name">slee0108</a>
854
+ <em class="userTitle" itemprop="title">Level: KitKat</em>
855
+
856
+ </h3>
857
+ <span class="arrow"><span></span></span>
858
+ </div>
859
+ </div>
860
+ <div class="messageInfo primaryContent">
861
+ <div class="messageContent">
862
+ <article>
863
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
864
+ Jakata
865
+ <div class="messageTextEndMarker">&nbsp;</div>
866
+ </blockquote>
867
+ </article>
868
+ </div>
869
+ <div class="messageMeta ToggleTriggerAnchor">
870
+ <div class="privateControls">
871
+ <span class="item muted">
872
+ <span class="authorEnd"><a href="members/slee0108.187653/" class="username author" dir="auto">slee0108</a>,</span>
873
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979545" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:39 PM">Oct 29, 2014</span></a>
874
+ </span>
875
+ </div>
876
+ <div class="publicControls">
877
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979545" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979545/permalink">#16</a>
878
+ </div>
879
+ </div>
880
+ <div id="likes-post-6979545"></div>
881
+ </div>
882
+ </li>
883
+ <li id="post-6979552" class="message " data-author="Bulunmaz">
884
+ <a name="post-6979552" class="post-anchor"></a>
885
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
886
+ <div class="messageUserBlock ">
887
+ <div class="avatarHolder">
888
+ <span class="helper"></span>
889
+ <a href="members/bulunmaz.201575/" class="avatar Av201575m" data-avatarhtml="true"><img src="data/avatars/m/201/201575.jpg?1408975371" width="96" height="96" alt="Bulunmaz"/></a>
890
+
891
+ </div>
892
+ <h3 class="userText">
893
+ <a href="members/bulunmaz.201575/" class="username" dir="auto" itemprop="name">Bulunmaz</a>
894
+ <em class="userTitle" itemprop="title">Level: Ice Cream Sandwich</em>
895
+
896
+ </h3>
897
+ <span class="arrow"><span></span></span>
898
+ </div>
899
+ </div>
900
+ <div class="messageInfo primaryContent">
901
+ <div class="messageContent">
902
+ <article>
903
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
904
+ istanbul
905
+ <div class="messageTextEndMarker">&nbsp;</div>
906
+ </blockquote>
907
+ </article>
908
+ </div>
909
+ <div class="messageMeta ToggleTriggerAnchor">
910
+ <div class="privateControls">
911
+ <span class="item muted">
912
+ <span class="authorEnd"><a href="members/bulunmaz.201575/" class="username author" dir="auto">Bulunmaz</a>,</span>
913
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979552" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:40 PM">Oct 29, 2014</span></a>
914
+ </span>
915
+ </div>
916
+ <div class="publicControls">
917
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979552" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979552/permalink">#17</a>
918
+ </div>
919
+ </div>
920
+ <div id="likes-post-6979552"></div>
921
+ </div>
922
+ </li>
923
+ <li id="post-6979559" class="message " data-author="MrSmifford">
924
+ <a name="post-6979559" class="post-anchor"></a>
925
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
926
+ <div class="messageUserBlock ">
927
+ <div class="avatarHolder">
928
+ <span class="helper"></span>
929
+ <a href="members/mrsmifford.324261/" class="avatar Av324261m" data-avatarhtml="true"><img src="data/avatars/m/324/324261.jpg?1416335898" width="96" height="96" alt="MrSmifford"/></a>
930
+
931
+ </div>
932
+ <h3 class="userText">
933
+ <a href="members/mrsmifford.324261/" class="username" dir="auto" itemprop="name">MrSmifford</a>
934
+ <em class="userTitle" itemprop="title">Level: Cupcake</em>
935
+
936
+ </h3>
937
+ <span class="arrow"><span></span></span>
938
+ </div>
939
+ </div>
940
+ <div class="messageInfo primaryContent">
941
+ <div class="messageContent">
942
+ <article>
943
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
944
+ Kabul
945
+ <div class="messageTextEndMarker">&nbsp;</div>
946
+ </blockquote>
947
+ </article>
948
+ </div>
949
+ <div class="messageMeta ToggleTriggerAnchor">
950
+ <div class="privateControls">
951
+ <span class="item muted">
952
+ <span class="authorEnd"><a href="members/mrsmifford.324261/" class="username author" dir="auto">MrSmifford</a>,</span>
953
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979559" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:40 PM">Oct 29, 2014</span></a>
954
+ </span>
955
+ </div>
956
+ <div class="publicControls">
957
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979559" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979559/permalink">#18</a>
958
+ </div>
959
+ </div>
960
+ <div id="likes-post-6979559"></div>
961
+ </div>
962
+ </li>
963
+ <li id="post-6979567" class="message " data-author="rjosborne88">
964
+ <a name="post-6979567" class="post-anchor"></a>
965
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
966
+ <div class="messageUserBlock ">
967
+ <div class="avatarHolder">
968
+ <span class="helper"></span>
969
+ <a href="members/rjosborne88.301251/" class="avatar Av301251m" data-avatarhtml="true"><img src="data/avatars/m/301/301251.jpg?1413559571" width="96" height="96" alt="rjosborne88"/></a>
970
+
971
+ </div>
972
+ <h3 class="userText">
973
+ <a href="members/rjosborne88.301251/" class="username" dir="auto" itemprop="name">rjosborne88</a>
974
+ <em class="userTitle" itemprop="title">Level: Froyo</em>
975
+
976
+ </h3>
977
+ <span class="arrow"><span></span></span>
978
+ </div>
979
+ </div>
980
+ <div class="messageInfo primaryContent">
981
+ <div class="messageContent">
982
+ <article>
983
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
984
+ Idaho!
985
+ <div class="messageTextEndMarker">&nbsp;</div>
986
+ </blockquote>
987
+ </article>
988
+ </div>
989
+ <div class="messageMeta ToggleTriggerAnchor">
990
+ <div class="privateControls">
991
+ <span class="item muted">
992
+ <span class="authorEnd"><a href="members/rjosborne88.301251/" class="username author" dir="auto">rjosborne88</a>,</span>
993
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979567" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:40 PM">Oct 29, 2014</span></a>
994
+ </span>
995
+ </div>
996
+ <div class="publicControls">
997
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979567" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979567/permalink">#19</a>
998
+ </div>
999
+ </div>
1000
+ <div id="likes-post-6979567"></div>
1001
+ </div>
1002
+ </li>
1003
+ <li id="post-6979571" class="message " data-author="slee0108">
1004
+ <a name="post-6979571" class="post-anchor"></a>
1005
+ <div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">
1006
+ <div class="messageUserBlock ">
1007
+ <div class="avatarHolder">
1008
+ <span class="helper"></span>
1009
+ <a href="members/slee0108.187653/" class="avatar Av187653m" data-avatarhtml="true"><img src="data/avatars/m/187/187653.jpg?1411756097" width="96" height="96" alt="slee0108"/></a>
1010
+
1011
+ </div>
1012
+ <h3 class="userText">
1013
+ <a href="members/slee0108.187653/" class="username" dir="auto" itemprop="name">slee0108</a>
1014
+ <em class="userTitle" itemprop="title">Level: KitKat</em>
1015
+
1016
+ </h3>
1017
+ <span class="arrow"><span></span></span>
1018
+ </div>
1019
+ </div>
1020
+ <div class="messageInfo primaryContent">
1021
+ <div class="messageContent">
1022
+ <article>
1023
+ <blockquote class="messageText SelectQuoteContainer ugc baseHtml">
1024
+ London
1025
+ <div class="messageTextEndMarker">&nbsp;</div>
1026
+ </blockquote>
1027
+ </article>
1028
+ </div>
1029
+ <div class="messageMeta ToggleTriggerAnchor">
1030
+ <div class="privateControls">
1031
+ <span class="item muted">
1032
+ <span class="authorEnd"><a href="members/slee0108.187653/" class="username author" dir="auto">slee0108</a>,</span>
1033
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979571" title="Permalink" class="datePermalink"><span class="DateTime" title="Oct 29, 2014 at 6:40 PM">Oct 29, 2014</span></a>
1034
+ </span>
1035
+ </div>
1036
+ <div class="publicControls">
1037
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#post-6979571" title="Permalink" class="item muted postNumber hashPermalink OverlayTrigger" data-href="posts/6979571/permalink">#20</a>
1038
+ </div>
1039
+ </div>
1040
+ <div id="likes-post-6979571">
1041
+ <div class="likesSummary secondaryContent">
1042
+ <span class="LikeText">
1043
+ <a href="members/hseteej.369611/" class="username" dir="auto">hseteej</a> likes this.
1044
+ </span>
1045
+ </div>
1046
+ </div>
1047
+ </div>
1048
+ </li>
1049
+ </ol>
1050
+ <input type="hidden" name="_xfToken" value=""/>
1051
+ </form>
1052
+ <div class="pageNavLinkGroup">
1053
+ <div class="linkGroup">
1054
+ <label for="LoginControl"><a href="login/" class="concealed element">(You must log in or sign up to reply here.)</a></label>
1055
+ </div>
1056
+ <div class="linkGroup" style="display: none"><a href="javascript:" class="muted JsOnly DisplayIgnoredContent Tooltip" title="Show hidden content by ">Show Ignored Content</a></div>
1057
+ <div class="PageNav" data-page="1" data-range="2" data-start="2" data-end="6" data-last="72" data-sentinel="{{sentinel}}" data-baseurl="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-{{sentinel}}">
1058
+ <span class="pageNavHeader">Page 1 of 72</span>
1059
+ <nav>
1060
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/" class="currentPage " rel="start">1</a>
1061
+ <a class="PageNavPrev hidden">&larr;</a> <span class="scrollable"><span class="items">
1062
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-2" class="">2</a>
1063
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-3" class="">3</a>
1064
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-4" class="">4</a>
1065
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-5" class="">5</a>
1066
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-6" class="">6</a>
1067
+ </span></span> <a class="PageNavNext ">&rarr;</a>
1068
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-72" class="">72</a>
1069
+ <a href="threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/page-2" class="text">Next &gt;</a>
1070
+ </nav>
1071
+ </div>
1072
+ </div>
1073
+
1074
+ <form action="login/login" method="post" class="xenForm " id="login" style="display:none">
1075
+ <div class="ctrlWrapper">
1076
+ <dl class="ctrlUnit">
1077
+ <dt><label for="LoginControl">Your name or email address:</label></dt>
1078
+ <dd><input type="text" name="login" id="LoginControl" class="textCtrl" tabindex="101"/></dd>
1079
+ </dl>
1080
+ <dl class="ctrlUnit">
1081
+ <dt>
1082
+ <label for="ctrl_password">Do you already have an account?</label>
1083
+ </dt>
1084
+ <dd>
1085
+ <ul>
1086
+ <li><label for="ctrl_not_registered"><input type="radio" name="register" value="1" id="ctrl_not_registered" tabindex="105"/>
1087
+ No, create an account now.</label></li>
1088
+ <li><label for="ctrl_registered"><input type="radio" name="register" value="0" id="ctrl_registered" tabindex="105" checked="checked" class="Disabler"/>
1089
+ Yes, my password is:</label></li>
1090
+ <li id="ctrl_registered_Disabler">
1091
+ <input type="password" name="password" class="textCtrl" id="ctrl_password" tabindex="102"/>
1092
+ <div class="lostPassword"><a href="lost-password/" class="OverlayTrigger OverlayCloser" tabindex="106">Forgot your password?</a></div>
1093
+ </li>
1094
+ </ul>
1095
+ </dd>
1096
+ </dl>
1097
+ <dl class="ctrlUnit submitUnit">
1098
+ <dt></dt>
1099
+ <dd>
1100
+ <input type="submit" class="button primary" value="Log in" tabindex="104" data-loginPhrase="Log in" data-signupPhrase="Sign up"/>
1101
+ <label for="ctrl_remember" class="rememberPassword"><input type="checkbox" name="remember" value="1" id="ctrl_remember" tabindex="103"/> Stay logged in</label>
1102
+ </dd>
1103
+ </dl>
1104
+ </div>
1105
+ <input type="hidden" name="cookie_check" value="1"/>
1106
+ <input type="hidden" name="redirect" value="/threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/"/>
1107
+ <input type="hidden" name="_xfToken" value=""/>
1108
+ </form>
1109
+ </div>
1110
+ </div>
1111
+
1112
+ <aside>
1113
+ <div class="sidebar">
1114
+ <a href="https://account.oneplus.net/sign-up" class="redbutton"><span class="inner">Sign up now!</span></a>
1115
+ <div class="section widget-group-no-name widget-container">
1116
+ <div class="secondaryContent widget OnePlus_WidgetCategories_WidgetRenderer_Categories" id="widget-11">
1117
+ <h3>
1118
+ <a href="forums/"><span class="i-list"></span> Categories <span class="widget_header_small">(View All)</span></a>
1119
+ </h3>
1120
+ <ul class="xenforo-list-2cols">
1121
+ <li><a href="/forums/announcements/">Announcements</a></li>
1122
+ <li><a href="/forums/the-one/">The One</a></li>
1123
+ <li><a href="/forums/cyanogenmod-11s/">CyanogenMod 11S</a></li>
1124
+ <li><a href="/forums/dev-roms/">Development</a></li>
1125
+ <li><a href="/forums/off-topic/">Off Topic</a></li>
1126
+ <li><a href="/forums/invites/">Invites</a></li>
1127
+ </ul>
1128
+ <div class="clearfix" style="clear:left"></div>
1129
+ </div>
1130
+ </div>
1131
+ <div class="section widget-group-no-name widget-container">
1132
+ <div class="secondaryContent widget OnePlus_WidgetCategories_WidgetRenderer_Languages" id="widget-12">
1133
+ <h3>
1134
+ <span class="i-world"></span> Regional Forums
1135
+ </h3>
1136
+ <ul class="xenforo-list-2cols">
1137
+ <li><a href="/forums/dansk/">Dansk</a></li>
1138
+ <li><a href="/forums/deutsch/">Deutsch</a></li>
1139
+ <li><a href="/forums/espanol/">Español</a></li>
1140
+ <li><a href="/forums/francais/">Français</a></li>
1141
+ <li><a href="/forums/italiano/">Italiano</a></li>
1142
+ <li><a href="/forums/nederlands/">Nederlands</a></li>
1143
+ <li><a href="/forums/portugues/">Português</a></li>
1144
+ <li><a href="/forums/svenska/">Svenska</a></li>
1145
+ <li><a href="/forums/suomi/">Suomi</a></li>
1146
+ <li><a href="/forums/traditional_chinese/">繁體中文</a></li>
1147
+ <li><a href="/forums/india/">India</a></li>
1148
+ <li><a href="/forums/russia/">Россия</a></li>
1149
+ <li><a href="/forums/malaysia/">Malaysia</a></li>
1150
+ </ul>
1151
+ <div class="clearfix" style="clear:left"></div>
1152
+ </div>
1153
+ </div>
1154
+ <div class="section widget-group-no-name widget-container">
1155
+ <div class="secondaryContent widget OnePlus_WidgetCategories_WidgetRenderer_Stats" id="widget-4">
1156
+ <h3>
1157
+ <span class="i-stats"></span> Forum Statistics
1158
+ </h3>
1159
+ <div class="pairsJustified">
1160
+ <dl class="discussionCount"><dt>Discussions:</dt>
1161
+ <dd>165,868</dd></dl>
1162
+ <dl class="messageCount"><dt>Messages:</dt>
1163
+ <dd>7,707,948</dd></dl>
1164
+ <dl class="memberCount"><dt>Members:</dt>
1165
+ <dd>406,742</dd></dl>
1166
+ <dl><dt>Latest Member:</dt>
1167
+ <dd><a href="members/ppoteixa.407949/" class="username" dir="auto">ppoteixa</a></dd></dl>
1168
+ <dl><dt>Online:</dt>
1169
+ <dd><a href="/online/?type=registered">2,168</a></dd></dl>
1170
+
1171
+ </div>
1172
+ </div>
1173
+ </div>
1174
+ <div class="widget WidgetFramework_WidgetRenderer_ShareThisPage" id="widget-5">
1175
+ <div class="section infoBlock sharePage">
1176
+ <div class="secondaryContent">
1177
+ <h3><span class="i-share"></span> Follow Us</h3>
1178
+ <div class="g-page" data-width="249" data-href="https://plus.google.com/102032589992734862411" data-showtagline="false" data-showcoverphoto="false" data-rel="publisher" style="margin-bottom:100px;"></div>
1179
+ <script type="text/javascript">
1180
+ (function() {
1181
+ var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
1182
+ po.src = 'https://apis.google.com/js/platform.js';
1183
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
1184
+ })();
1185
+ </script>
1186
+ <div class="tweet shareControl" style="margin-top:5px;">
1187
+ <a href="https://twitter.com/oneplus" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @oneplus</a>
1188
+ <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
1189
+ </div>
1190
+ <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Foneplusofficial&amp;width=249&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=false&amp;height=21&amp;appId=205164146301443" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:249px; height:21px;" allowTransparency="true"></iframe>
1191
+ </div>
1192
+ </div>
1193
+ </div>
1194
+ </div>
1195
+ </aside>
1196
+ </div>
1197
+ </div>
1198
+ </div>
1199
+ <footer>
1200
+ <div class="neversettle-image">
1201
+ <div class="footer">
1202
+ <div class="pageWidth">
1203
+ <div class="pageContent">
1204
+ <ul class="footerLinks">
1205
+ <li><a href="misc/quick-navigation-menu" class="OverlayTrigger jumpMenuTrigger" data-cacheOverlay="true" title="Open quick navigation"> </a></li>
1206
+ <li><a href="http://oneplus.net/support">Contact Us</a></li>
1207
+ <li><a href="help/">Help</a></li>
1208
+ <li><a href="https://forums.oneplus.net" class="homeLink">Home</a></li>
1209
+ <li><a href="/threads/name-a-city-with-the-next-letter-of-the-alphabet-game.160418/#top" class="topLink">Top</a></li>
1210
+ <li><a href="forums/-/index.rss" rel="alternate" class="globalFeed" target="_blank" title="RSS feed for OnePlus Forums">RSS</a></li>
1211
+ </ul>
1212
+ <span class="helper"></span>
1213
+ </div>
1214
+ </div>
1215
+ </div>
1216
+ <div class="footerLegal">
1217
+ <div class="pageWidth">
1218
+ <div class="pageContent">
1219
+ <ul id="legal">
1220
+ <li><a href="help/terms">Terms and Rules</a></li>
1221
+ </ul>
1222
+ <span class="helper"></span>
1223
+ </div>
1224
+ </div>
1225
+ </div>
1226
+ <div style="text-align:center">
1227
+ <a href="http://plus.google.com/102032589992734862411" rel="publisher"><span class="i-gplus"></span></a>
1228
+ <a href="http://facebook.com/oneplusofficial"><span class="i-facebook"></span></a>
1229
+ <a href="http://twitter.com/oneplus"><span class="i-twitter"></span></a>
1230
+ </div>
1231
+ </div>
1232
+ </footer>
1233
+ <script>
1234
+
1235
+
1236
+ jQuery.extend(true, XenForo,
1237
+ {
1238
+ visitor: { user_id: 0 },
1239
+ serverTimeInfo:
1240
+ {
1241
+ now: 1417733660,
1242
+ today: 1417651200,
1243
+ todayDow: 4
1244
+ },
1245
+ _lightBoxUniversal: "0",
1246
+ _enableOverlays: "1",
1247
+ _animationSpeedMultiplier: "1",
1248
+ _overlayConfig:
1249
+ {
1250
+ top: "10%",
1251
+ speed: 200,
1252
+ closeSpeed: 100,
1253
+ mask:
1254
+ {
1255
+ color: "rgb(255, 255, 255)",
1256
+ opacity: "0.9",
1257
+ loadSpeed: 200,
1258
+ closeSpeed: 100
1259
+ }
1260
+ },
1261
+ _ignoredUsers: [],
1262
+ _loadedScripts: {"thread_view":true,"message":true,"bb_code":true,"message_user_info":true,"likes_summary":true,"sidebar_share_page":true,"wf_default":true,"xopenid_login_form":true},
1263
+ _cookieConfig: { path: "/", domain: "", prefix: "xf_"},
1264
+ _csrfToken: "",
1265
+ _csrfRefreshUrl: "login/csrf-token-refresh",
1266
+ _jsVersion: "3fee6e84"
1267
+ });
1268
+ jQuery.extend(XenForo.phrases,
1269
+ {
1270
+ cancel: "Cancel",
1271
+
1272
+ a_moment_ago: "A moment ago",
1273
+ one_minute_ago: "1 minute ago",
1274
+ x_minutes_ago: "%minutes% minutes ago",
1275
+ today_at_x: "Today at %time%",
1276
+ yesterday_at_x: "Yesterday at %time%",
1277
+ day_x_at_time_y: "%day% at %time%",
1278
+
1279
+ day0: "Sunday",
1280
+ day1: "Monday",
1281
+ day2: "Tuesday",
1282
+ day3: "Wednesday",
1283
+ day4: "Thursday",
1284
+ day5: "Friday",
1285
+ day6: "Saturday",
1286
+
1287
+ _months: "January,February,March,April,May,June,July,August,September,October,November,December",
1288
+ _daysShort: "Sun,Mon,Tue,Wed,Thu,Fri,Sat",
1289
+
1290
+ following_error_occurred: "The following error occurred",
1291
+ server_did_not_respond_in_time_try_again: "The server did not respond in time. Please try again.",
1292
+ logging_in: "Logging in",
1293
+ click_image_show_full_size_version: "Click this image to show the full-size version.",
1294
+ show_hidden_content_by_x: "Show hidden content by {names}"
1295
+ });
1296
+
1297
+ // Facebook Javascript SDK
1298
+ XenForo.Facebook.appId = "";
1299
+ XenForo.Facebook.forceInit = false;
1300
+
1301
+
1302
+ </script>
1303
+ </body>
1304
+ </html>
forms/html/125.html ADDED
The diff for this file is too large to render. See raw diff
 
forms/html/127.html ADDED
The diff for this file is too large to render. See raw diff
 
forms/html/131.html ADDED
@@ -0,0 +1,974 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <head>
2
+ <title>funMaza.com - Download HD Music Videos, Bollywood Songs</title>
3
+ <meta name="description" content="Fun with Maza Download Video Songs Bollywood Indian Songs & Pakistani Songs PC Video Songs Wallpapers Mobile Softwares Games Mobile Prices Ringtones Chat">
4
+ <meta name="keywords" content="indian songs, bollywood music, wallpapers, mobile softwares, mobile games, ringtones, pakistani music, hd video songs, bollywood mp3, indian movie songs, bollywood music videos, polyphonic ringtones">
5
+ <meta charset="utf-8">
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://www.funmaza.in/cssnew/highlight.css">
8
+ <!-- ===This Style sheet for Highlight === -->
9
+ <link rel="stylesheet" href="cssnew/Pe-icon-7-stroke.css">
10
+ <!-- ===This Style sheet for Stoke Icon === -->
11
+ <link rel="stylesheet" href="http://www.funmaza.in/cssnew/meanmenu.css">
12
+ <!-- ===This Style sheet for Responsive Menu=== -->
13
+ <link rel="stylesheet" href="http://www.funmaza.in/cssnew/animate.css">
14
+ <!-- ===This Style sheet for Animations=== -->
15
+ <link rel="stylesheet" href="cssnew/owl.carousel.css">
16
+ <!-- ===This Style sheet for Owl Carousel=== -->
17
+ <link rel="stylesheet" href="http://www.funmaza.in/cssnew/owl.theme.css">
18
+ <!-- ===This Style sheet for Owl Carousel=== -->
19
+ <link rel="stylesheet" href="cssnew/font-awesome.min.css">
20
+ <!-- ===This Style sheet for Font Awesome fonts & icons=== -->
21
+ <link rel="stylesheet" href="cssnew/bootstrap.min.css">
22
+ <!-- ===This Style sheet for Bootstrap classes=== -->
23
+ <link rel="stylesheet" href="cssnew/style.css">
24
+ <!-- ===This Style sheet for Styling the full template=== -->
25
+ <link rel="stylesheet" href="cssnew/responsive.css">
26
+ <!-- ===This Style sheet for making the template responsive for all devices=== -->
27
+ <script src="http://www.funmaza.in/jsnew/vendor/modernizr-2.6.2.min.js"></script>
28
+
29
+
30
+ <script src="http://www.funmaza.in/jsnew/vendor/jquery.min.js"></script>
31
+ <script src="http://www.funmaza.in/jsnew/scripts.js"></script>
32
+ <!-- ===This Script for Custom Script=== -->
33
+ <script src="http://www.funmaza.in/jsnew/owl.carousel.min.js"></script>
34
+ <!-- ===This Script for Owl Carousel=== -->
35
+ <script src="http://www.funmaza.in/jsnew/bootstrap.min.js"></script>
36
+ <!-- ===This Script for Bootstrap=== -->
37
+ <script src="http://www.funmaza.in/jsnew/wow.min.js"></script>
38
+ <!-- ===This Script for Wow JS=== -->
39
+ <script src="http://www.funmaza.in/jsnew/jquery.meanmenu.min.js"></script>
40
+ <!-- ===This Script for Main Menu=== -->
41
+ <script src="http://www.funmaza.in/jsnew/jquery.jscroll.js"></script>
42
+
43
+ <script>
44
+ jQuery(document).ready(function($) {
45
+ jQuery('.category-nav ').meanmenu();
46
+
47
+ $(".owl-demo").owlCarousel({
48
+
49
+ navigation: false, // Show next and prev buttons
50
+ slideSpeed: 300,
51
+ paginationSpeed: 400,
52
+ singleItem: true
53
+
54
+
55
+
56
+ // "singleItem:true" is a shortcut for:
57
+ // items : 1,
58
+ itemsDesktop : false,
59
+ // itemsDesktopSmall : false,
60
+ // itemsTablet: false,
61
+ // itemsMobile : false
62
+
63
+ });
64
+ });
65
+ </script>
66
+
67
+ <!DOCTYPE html>
68
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
69
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
70
+ <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
71
+ <!--[if gt IE 8]><!-->
72
+ <html lang="en">
73
+ <!--<![endif]-->
74
+
75
+ </head>
76
+
77
+ <body>
78
+
79
+
80
+ <!-- ___Start Home One Page___ -->
81
+ <div class="container-fluid home-1" id="container-full">
82
+ <div class="row">
83
+
84
+ <!-- ___Start Left Menu___ -->
85
+ <div class="col-md-2 no-padding">
86
+ <div id="left-sidebar">
87
+ <div class="sidebar-menu">
88
+ <div class="logo"> <a href="http://www.funmaza.in">
89
+ <img src="http://www.funmaza.in/images3/logo.png" alt="Funmaza.com" />
90
+ </a>
91
+ </div>
92
+ <!-- End Logo -->
93
+ <div class="hidden-xs">
94
+ <!-- ___Start Menu Area___ -->
95
+ <div id="menu-area" class="menu-area toogle-sidebar-sections">
96
+ <div class="menu-head">
97
+ <a href="#0" class="accordion-toggle full-black-bg">Menu <span class="toggle-icon"><i class="fa fa-angle-down"></i></span></a>
98
+ <div class="accordion-content">
99
+ <div class="menu-body">
100
+ <ul>
101
+ <li class="home"><a href="http://www.funmaza.in">Home</a>
102
+ </li>
103
+ <li class="sm-post"><a href="http://www.funmaza.in/advertise.html">Advertise</a>
104
+ </li>
105
+ <li class="short-code"><a href="http://www.funmaza.in/advertise.html">Contact Us</a>
106
+ </li>
107
+ </ul>
108
+ </div>
109
+ <!-- End Menu Body -->
110
+ </div>
111
+ <!-- End According Content -->
112
+ </div>
113
+ <!-- End Menu Head -->
114
+ </div>
115
+ <!-- End Menu Area -->
116
+
117
+ <!-- ___Start Latest Post___ -->
118
+ <div class="latest-post-area toogle-sidebar-sections">
119
+ <div class="latest-post-head ">
120
+ <a href="#0" class="accordion-toggle violet-bg">Music Maza <span class="toggle-icon"><i class="fa fa-angle-down"></i></span></a>
121
+ <div class="accordion-content">
122
+ <div class="menu-body">
123
+ <ul>
124
+ <li class="home"><a href="http://www.funmaza.in/indian_movie_songs.html">Bollywood Mp3 Songs</a>
125
+ </li>
126
+ <li><a href="http://www.funmaza.in/indian_pop_songs.html">Pop Remix Song</a>
127
+ </li>
128
+ <li class="sm-post"><a href="http://www.funmaza.in/pakistani_pop_songs.html">Pakistani Songs</a>
129
+ </li>
130
+ <li class="sm-post"><a href="http://www.funmaza.in/top_chart_singles.html">Mp3 Singles</a>
131
+ </li>
132
+ </ul>
133
+ </div>
134
+ <!-- End Menu Body -->
135
+ </div>
136
+ <!-- End According Content -->
137
+ </div>
138
+ <!-- End Latest Post Head -->
139
+ </div>
140
+ <!-- End Latest Post Area -->
141
+
142
+ <!-- ___Start Top Rated Area___ -->
143
+ <div class="top-rated-area toogle-sidebar-sections">
144
+ <div class="top-rated-head">
145
+ <a href="#0" class="accordion-toggle code-bg">Video Songs <span class="toggle-icon"><i class="fa fa-angle-down"></i></span></a>
146
+ <div class="accordion-content">
147
+
148
+ <div class="menu-body">
149
+ <ul>
150
+ <li class="home"><a href="http://www.funmaza.in/bollywood-videos.html">Bollywood Videos</a>
151
+ </li>
152
+ <li class="home"><a href="http://www.funmaza.in/english_music_video_songs/download_hd_music_videos_free_bluray_720p.asp">English Videos</a>
153
+ </li>
154
+ <li class="home"><a href="http://www.funmaza.in/mobile-videos.asp">Mobile Videos</a>
155
+ </li>
156
+ </ul>
157
+ </div>
158
+ <!-- End Menu Body -->
159
+ </div>
160
+ <!-- End Accordion Content -->
161
+ </div>
162
+ <!-- End Top Rated Head -->
163
+ </div>
164
+ <!-- End Top Rated Area -->
165
+
166
+ <!-- ___Start Follow Area___ -->
167
+ <div class="follow-area toogle-sidebar-sections">
168
+ <div class="follow-head">
169
+ <a href="#0" class="accordion-toggle site-extra-bg">Site Extras <span class="toggle-icon"><i class="fa fa-angle-down"></i></span></a>
170
+ <div class="accordion-content">
171
+ <div class="menu-body">
172
+ <ul>
173
+ <li class="home"><a href="http://www.wallpapersense.com">Wallpaper</a>
174
+ </li>
175
+ <li class="home"><a href="http://www.funmaza.in/wwe_enterance_themes.html">WWE Themes</a>
176
+ </li>
177
+ <li class="home"><a href="http://www.funmaza.in/ringtones.html">Ringtone</a>
178
+ </li>
179
+ <li class="home"><a href="http://www.funmaza.in/mobile_mania.html">Mobile Stuff</a>
180
+ </li>
181
+ <li class="home"><a href="http://www.songspk.site" target="_blank">Mp3 Songs</a>
182
+ </li>
183
+ <li class="home"><center><script src=http://www.funmaza.in/usersonline/online.php></script><center>
184
+ </li>
185
+ </ul>
186
+ </div>
187
+ <!-- End Menu Body -->
188
+ </div>
189
+ <!-- End Accordion Content -->
190
+ </div>
191
+ <!-- End Follow Head -->
192
+
193
+ </div>
194
+ <!-- End Follow Area -->
195
+
196
+ <!-- ___Start Follow Area___ -->
197
+ <div class="follow-area toogle-sidebar-sections">
198
+ <div class="follow-head">
199
+ <a href="#0" class="accordion-toggle light-blue-bg">Site Extras <span class="toggle-icon"><i class="fa fa-angle-down"></i></span></a>
200
+ <div class="accordion-content">
201
+ <div class="our-sponsor">
202
+ <iframe src="http://www.funmaza.in/units/unit-160-top.html" width="160" height="600" scrolling="no" frameborder="0" name="I2"></iframe>
203
+ </div>
204
+ <!-- End Menu Body -->
205
+ </div>
206
+ <!-- End Accordion Content -->
207
+ </div>
208
+ <!-- End Follow Head -->
209
+
210
+ </div>
211
+ <!-- End Follow Area -->
212
+
213
+ </div>
214
+ <!-- End Sidebar Menu -->
215
+ </div>
216
+ <!-- End Menu Left -->
217
+ </div></div>
218
+ <!-- End Column -->
219
+ <!-- End Left Menu -->
220
+
221
+ <!-- ___Start Column___ -->
222
+ <!-- ___Search Bar___ -->
223
+ <div class="col-md-10 no-padding">
224
+
225
+
226
+
227
+ <!-- ___Start Top Bar___ -->
228
+ <div class="top-bar">
229
+ <div class="top-bar-head">
230
+ <div class="search">
231
+ <i class="pe-7s-search showSingle" id="1"></i>
232
+ <p>what are you looking for?</p>
233
+ </div>
234
+ </div>
235
+ <!-- End Top Bar Head -->
236
+
237
+ <!-- ___Start Top Bar Body___ -->
238
+ <div class="top-bar-body">
239
+ <div class="search-body targetDiv" id="div1">
240
+ <p>What are you looking for?</p>
241
+ <form action="http://www.google.com" id="cse-search-box" target="_blank">
242
+ <input type="hidden" name="cx" value="partner-pub-2616077326324633:6749879229" />
243
+ <input type="hidden" name="ie" value="UTF-8" />
244
+ <input type="text" class="form-control no-radius" placeholder="Search here |" name="q">
245
+
246
+ <input type="submit" name="sa" value="Search" />
247
+ </form>
248
+ </div>
249
+
250
+ <!-- ___Start Top Bar Login Body___ -->
251
+
252
+ </div>
253
+ <!-- End Top Bar Body -->
254
+ </div>
255
+ <!-- End Top Bar -->
256
+
257
+ <!-- ___Start Category Nav___ -->
258
+ <div class="category-nav">
259
+ <div id="mega-menu" class="mega-menu">
260
+ <ul>
261
+ <!-- ___Start Category Nav Life Style___ -->
262
+ <li id="life-style" class="mega-menu-li life-style"><a href="http://www.funmaza.in">Home</a>
263
+ <ul>
264
+ <li>
265
+
266
+ </li>
267
+ </ul>
268
+ </li>
269
+ <!-- End Category Nav Life Style -->
270
+
271
+ <!-- ___Start Category Nav Travel___ -->
272
+ <li id="travel" class="mega-menu-li travel"><a href="http://www.funmaza.in/mobile-videos.asp">Mobile Videos</a>
273
+ <ul>
274
+ <li>
275
+
276
+ </li>
277
+ </ul>
278
+ </li>
279
+ <!-- End Category Nav Travel -->
280
+
281
+ <!-- ___Start Category Nav Coding___ -->
282
+ <li id="coding" class="mega-menu-li coding"><a href="http://www.funmaza.in/bollywood-videos.html">Bollywood Videos HD</a>
283
+ <ul>
284
+ <li>
285
+
286
+ </li>
287
+ </ul>
288
+ </li>
289
+ <!-- End Category Nav Travel -->
290
+
291
+ <!-- ___Start Category Nav Music___ -->
292
+ <li id="music" class="mega-menu-li music"><a href="http://funmaza.in/english_music_video_songs/download_hd_music_videos_free_bluray_720p.asp">English Videos HD</a>
293
+ <ul>
294
+ <li>
295
+
296
+ </li>
297
+ </ul>
298
+ </li>
299
+ <!-- End Category Nav Music -->
300
+
301
+ <!-- ___Start Category Nav Sports___ -->
302
+ <li id="sports" class="mega-menu-li sports"><a href="http://www.funmaza.in/indian_movie_songs.html">Bollywood Songs</a>
303
+ <ul>
304
+ <li>
305
+ </li>
306
+ </ul>
307
+ </li>
308
+ <!-- End Category Nav Sports -->
309
+
310
+ <!-- ___Start Category Nav Design___ -->
311
+ <li id="design" class="mega-menu-li design"><a href="http://www.funmaza.in/top_chart_singles.html">Mp3 Singles</a>
312
+ <ul>
313
+ <li>
314
+
315
+ </li>
316
+ </ul>
317
+ </li>
318
+ <!-- End Category Nav Design -->
319
+
320
+ <!-- ___Start Category Nav Mobile___ -->
321
+ <li id="mobile" class="mega-menu-li mobile"><a href="http://www.wallpapersense.com">Wallpapers</a>
322
+ <ul>
323
+ <li>
324
+
325
+ </li>
326
+ </ul>
327
+ </li>
328
+ <!-- End Category Nav Mobile -->
329
+
330
+ <!-- ___Start Category Nav Health___ -->
331
+ <li class="mega-menu-li health"><a href="http://www.videos.pk">Watch Online</a>
332
+ <ul>
333
+ <li>
334
+
335
+ </li>
336
+ </ul>
337
+ </li>
338
+ <!-- End Category Nav Health -->
339
+
340
+ </ul>
341
+ </div>
342
+ </div>
343
+ <!-- End Category Nav -->
344
+
345
+
346
+
347
+ <!-- ___Main Content___ -->
348
+ <div class="main-content">
349
+ <div class="top-ads text-center">
350
+
351
+ <div class="desktoponly">
352
+ <iframe src="http://www.funmaza.in/units/unit-728-top.html" width="728" height="90" scrolling="no" frameborder="0" name="I2"></iframe> </div>
353
+ <div class="mobileonly">
354
+ <iframe src="http://www.funmaza.in/units/unit-300-top.html" width="300" height="250" scrolling="no" frameborder="0" name="I2"></iframe> </div> </div>
355
+
356
+ <div class="content-body">
357
+ <div class="main-slider">
358
+ <div class="row">
359
+ <div class="col-md-8">
360
+ <div class="title-icon red-bg">
361
+ <i class="pe-7s-video"></i>
362
+ <span>SPOTLIGHT Videos</span>
363
+ </div>
364
+ <div id="slider" class="slider1">
365
+
366
+ <div class="post item">
367
+ <a href="http://www.funmaza.in/videosongs/kanika-kapoor-super-girl-from-china-sunny-leone-1080p-hd-bollywood-video-songs.asp"><img class="img-responsive" src="videoscreens/thumb3.jpg" alt="" />
368
+ <div class="carousel-caption">
369
+ <h3><font color=ffffff>Super Girl From China - Sunny Leone HD Video [Funmaza HD]</font></h3></a>
370
+ </div>
371
+ </div>
372
+ <!-- End Post Item -->
373
+
374
+ <div class="post item">
375
+ <a href="http://www.funmaza.in/videosongs/manma-emotion-jaage-dilwale-hd-1080p-video-song.asp"><img class="img-responsive" src="videoscreens/thumb2.jpg" alt="" />
376
+ <div class="carousel-caption">
377
+ <h3><font color=ffffff>Manma Emotion Jaage - Dilwale HD Video [Funmaza HD]</font></h3></a>
378
+ </div>
379
+ </div>
380
+ <!-- End Post Item -->
381
+
382
+ <div class="post item">
383
+ <a href="http://www.funmaza.in/videosongs/gerua-dilwale-hd-1080p-video-song.asp"><img class="img-responsive" src="videoscreens/thumb1.jpg" alt="" />
384
+ <div class="carousel-caption">
385
+ <h3><font color=ffffff>Gerua - Dilwale HD Video</font></h3></a>
386
+ </div>
387
+ </div>
388
+ <!-- End Post Item -->
389
+
390
+ <div class="post item">
391
+ <a href="http://www.funmaza.in/videosongs/zack-knight-main-aur-tum-1080p-hd-bollywood-video-songs.asp"><img class="img-responsive" src="videoscreens/thumb4.jpg" alt="" />
392
+ <div class="carousel-caption">
393
+ <h3><font color=ffffff>Main Aur Tum - Zack Knight HD Video</font></h3></a>
394
+ </div>
395
+ </div>
396
+ <!-- End Post Item -->
397
+
398
+
399
+ </div>
400
+ <!-- End Slider -->
401
+ </div>
402
+ <!-- End Column -->
403
+
404
+ <!-- ___Slider Side Post___ -->
405
+ <div class="col-md-4">
406
+ <div class="slider-side-post">
407
+ <div class="title-icon code-bg">
408
+ <i class="pe-7s-video"></i>
409
+ <span>.</span>
410
+ </div>
411
+ <div class="post">
412
+ <iframe src="http://www.funmaza.in/units/unit-300-top.html" width="300" height="250" scrolling="no" frameborder="0" name="I2"></iframe>
413
+ </div>
414
+ <!-- End Post -->
415
+
416
+ </div>
417
+ <!-- End Slider Side Post -->
418
+ </div>
419
+ <!-- End Column -->
420
+ </div>
421
+ <!-- End Row -->
422
+ </div>
423
+ <!-- End Main Slider -->
424
+
425
+ <!-- ___Mani Post Body___ -->
426
+ <div class="main-post-body">
427
+ <div class="row">
428
+ <div class="col-md-12">
429
+
430
+ <div class="hd-video-area">
431
+ <div class="hd-videos violet-bg">
432
+ <div class="title-icon violet-bg">
433
+ <i class="pe-7s-video"></i>
434
+ <span>HD videos</span>
435
+ </div>
436
+ <div class="more-link"><a href="http://www.funmaza.in/bollywood-videos.html">More <i class="fa fa-angle-right"></i></a></div>
437
+ </div>
438
+
439
+ <div class="hd-video-list text-center">
440
+ <div class="row">
441
+ <div class="col-sm-2">
442
+ <a href="http://funmaza.in/videosongs/dilwale-1080p-hd-bollywood-video-songs.asp">
443
+ <img class="img-video" src="http://funmaza.in/videosongs/covers/dilwale.jpg" alt="Dilwale HD Video Songs" />
444
+ <div class="title-description">
445
+ <p class="full-black">Dilwale</a></p>
446
+ <p>Video Songs</p>
447
+ </div>
448
+ </div>
449
+
450
+ <div class="col-sm-2">
451
+ <a href="http://funmaza.in/videosongs/airlift-1080p-hd-bollywood-video-songs.asp">
452
+ <img class="img-video" src="http://funmaza.in/videosongs/covers/airlift.jpg" alt="Airlift HD Video Songs" />
453
+ <div class="title-description">
454
+ <p class="full-black">Airlift</a></p>
455
+ <p>Video Songs</p>
456
+ </div>
457
+ </div>
458
+
459
+ <div class="col-sm-2">
460
+ <a href="http://www.funmaza.in/videosongs/armaan-malik-main-rahoon-ya-na-rahoon-1080p-hd-bollywood-video-songs.asp">
461
+ <img class="img-video" src="http://www.funmaza.in/videosongs/covers/mrynr.jpg" alt="Main Rahoon Ya Na Rahoon HD Video Songs" />
462
+ <div class="title-description">
463
+ <p class="full-black">Main Rahoon Ya Na</a></p>
464
+ <p>Video Songs</p>
465
+ </div>
466
+ </div>
467
+
468
+ <div class="col-sm-2">
469
+ <a href="http://www.funmaza.in/videosongs/wazir-1080p-hd-bollywood-video-songs.asp">
470
+ <img class="img-video" src="http://www.funmaza.in/videosongs/covers/wazir.jpg" alt="Wazir HD Video Songs" />
471
+ <div class="title-description">
472
+ <p class="full-black">Wazir</a></p>
473
+ <p>Video Songs</p>
474
+ </div>
475
+ </div>
476
+
477
+ <div class="col-sm-2">
478
+ <a href="http://funmaza.in/videosongs/hate-story-3-1080p-hd-bollywood-video-songs.asp">
479
+ <img class="img-video" src="http://funmaza.in/videosongs/covers/hatestory3.jpg" alt="Hate Story 3 HD Video Songs" />
480
+ <div class="title-description">
481
+ <p class="full-black">Hate Story 3</a></p>
482
+ <p>Video Songs</p>
483
+ </div>
484
+ </div>
485
+
486
+ <div class="col-sm-2">
487
+ <a href="http://www.funmaza.in/videosongs/tamasha-720p-hd-bollywood-video-songs.asp">
488
+ <img class="img-video" src="http://www.funmaza.in/videosongs/covers/tamashacover.jpg" alt="Tamasha HD Video Songs" />
489
+ <div class="title-description">
490
+ <p class="full-black">Tamasha</a></p>
491
+ <p>Video Songs</p>
492
+ </div>
493
+ </div>
494
+ </div>
495
+ </div>
496
+ </div>
497
+
498
+ <div class="english-video-area">
499
+ <div class="row">
500
+ <div class="col-sm-6">
501
+ <div class="hd-videos green-bg">
502
+ <div class="title-icon green-bg">
503
+ <i class="pe-7s-phone"></i>
504
+ <span>English videos</span>
505
+ </div>
506
+ <div class="more-link"><a href="http://www.funmaza.in/english_music_video_songs/download_hd_music_videos_free_bluray_720p.asp">More <i class="fa fa-angle-right"></i></a></div>
507
+ </div>
508
+
509
+ <div class="hd-video-list text-center">
510
+ <div class="row">
511
+ <div class="col-sm-4">
512
+ <a href="http://www.funmaza.in/english_music_video_songs/adam_lambert_download_hd_music_video.asp">
513
+ <img class="img-video" src="http://www.funmaza.in/english_music_video_songs/covers/adamlambert.jpg" alt="Adam Lambert HD Video Songs" />
514
+ <div class="title-description">
515
+ <p class="full-black">Adam Lambert</a></p>
516
+ <p>Music Videos</p>
517
+ </div>
518
+ </div>
519
+
520
+ <div class="col-sm-4">
521
+ <a href="http://www.funmaza.in/english_music_video_songs/lean_on_major_lazer_dj_snake_download_music_video.asp">
522
+ <img class="img-video" src="http://funmaza.in/english_music_video_songs/covers/leanon.jpg" alt="Lean On HD Music Video" />
523
+ <div class="title-description">
524
+ <p class="full-black">Lean On - DJ Snake</a></p>
525
+ <p>Music Videos</p>
526
+ </div>
527
+ </div>
528
+
529
+ <div class="col-sm-4">
530
+ <a href="http://www.funmaza.in/english_music_video_songs/galantis_download_hd_music_video.asp">
531
+ <img class="img-video" src="http://www.funmaza.in/english_music_video_songs/covers/galantis.jpg" alt="Glantis HD Music Video" />
532
+ <div class="title-description">
533
+ <p class="full-black">Glantis</a></p>
534
+ <p>Music Videos</p>
535
+ </div>
536
+ </div>
537
+
538
+
539
+ </div>
540
+ </div>
541
+ </div>
542
+
543
+ <div class="col-sm-6">
544
+ <div class="hd-videos green-bg">
545
+ <div class="title-icon green-bg">
546
+ <i class="pe-7s-phone"></i>
547
+ <span>Mobile videos</span>
548
+ </div>
549
+ <div class="more-link"><a href="http://www.funmaza.in/mobile-videos.asp">More <i class="fa fa-angle-right"></i></a></div>
550
+ </div>
551
+
552
+ <div class="mobile-video-list text-center">
553
+ <div class="row">
554
+ <div class="col-sm-6">
555
+ <ul>
556
+ <li><a href="http://funmaza.in/mobilevideos/dil_kare_atif_aslam_mobile_music_video_song.asp">Dil Kare - Atif Aslam</a></li>
557
+ <li><a href="http://funmaza.in/mobilevideos/safarnama_tamasha_mobile_music_video_song.asp">Safarnama - Tamasha</a></li>
558
+ <li><a href="http://funmaza.in/mobilevideos/main_rahoon_ya_na_rahoon_armaan_malik_mobile_music_video_song.asp">Main Rahoon Ya Na Rahoon</a></li>
559
+ <li><a href="http://funmaza.in/mobilevideos/pinga_bajirao_mastani_mobile_music_video_song.asp">Pinga - Bajirao Mastani</a></li>
560
+ <li><a href="http://funmaza.in/mobilevideos/wajah_tum_ho_hate_story_3_mobile_music_video_song.asp">Wajjah Tum Ho - Hate Story 3</a></li>
561
+ </ul>
562
+ </div>
563
+
564
+ <div class="col-sm-6">
565
+ <ul>
566
+ <li><a href="http://funmaza.in/mobilevideos/gerua_dilwale_mobile_music_video_song.asp">Gerua - Dilwale</a></li>
567
+ <li><a href="http://funmaza.in/mobilevideos/main_aur_tum_zack_knight_mobile_music_video_song.asp">Main Aur Tum - Zack Knight</a></li>
568
+ <li><a href="http://funmaza.in/mobilevideos/jeena_jeena_armaan_malik_mobile_music_video_song.asp">Jeena Jeena - Armaan Malik</a></li>
569
+ <li><a href="http://funmaza.in/mobilevideos/oh_jaaniya_salim_sulaiman_mobile_music_video_song.asp">Oh Jaaniya - Salim Sulaiman</a></li>
570
+ <li><a href="http://funmaza.in/mobilevideos/neendein_khul_jaati_hain_hate_story_3_mobile_music_video_song.asp">Neendein Khul Jaati - Hate Story 3</a></li>
571
+ </ul>
572
+ </div>
573
+
574
+ </div>
575
+ </div>
576
+ </div>
577
+ </div>
578
+
579
+ </div>
580
+
581
+ </div>
582
+ <!-- End Column -->
583
+
584
+
585
+ </div>
586
+ <!-- End Row -->
587
+ </div>
588
+ <!-- End Main Body Post -->
589
+
590
+ <div class="main-slider">
591
+ <div class="row">
592
+ <div class="col-md-8x">
593
+ <div class="title-icon red-bg">
594
+ <i class="pe-7s-video"></i>
595
+ <span>SPOTLIGHT Music</span>
596
+ </div>
597
+ <div id="slider" class="slider2">
598
+
599
+ <div class="post item">
600
+ <a href="http://www.funmaza.in/indianmusic/hate-story-3-2015-mp3-download.html">
601
+ <img class="img-responsive" src="http://www.funmaza.in/audioscreens/thumb1.jpeg" alt="Hate Story 3 Mp3 Songs" />
602
+ <div class="carousel-caption">
603
+ <h3><font color="white">Hate Story 3 - Download Mp3 Songs [Funmaza]</font></a></h3>
604
+ </div>
605
+ </div>
606
+ <!-- End Post Item -->
607
+
608
+ <div class="post item">
609
+ <a href="http://www.funmaza.in/topchart_singles/gerua_dilwale_2015_download_mp3_song.html">
610
+ <img class="img-responsive" src="http://www.funmaza.in/audioscreens/thumb2.jpeg" alt="Gerua Mp3 Songs" />
611
+ <div class="carousel-caption">
612
+ <h3><font color="white">Gerua - Download Mp3 Songs [Funmaza]</font></a></h3>
613
+ </div>
614
+ </div>
615
+ <!-- End Post Item -->
616
+
617
+ <div class="post item">
618
+ <a href="http://www.funmaza.in/topchart_singles/main_rahoon_ya_na_rahoon_armaan_malik_2015_download_mp3_song.html">
619
+ <img class="img-responsive" src="http://www.funmaza.in/audioscreens/thumb3.jpeg" alt="Main Rahoon Ya Na Mp3 Songs" />
620
+ <div class="carousel-caption">
621
+ <h3><font color="white">Main Rahoon Ya Na - Download Mp3 Songs [Funmaza]</font></a></h3>
622
+ </div>
623
+ </div>
624
+ <!-- End Post Item -->
625
+
626
+ </div>
627
+ <!-- End Slider -->
628
+ </div>
629
+ <!-- End Column -->
630
+
631
+ <!-- ___Slider Side Post___ -->
632
+ <div class="col-md-4">
633
+ <div class="slider-side-post">
634
+ <div class="title-icon code-bg">
635
+ <i class="pe-7s-video"></i>
636
+ <span>.</span>
637
+ </div>
638
+ <div class="post">
639
+ <iframe src="http://www.funmaza.in/units/unit-300-top.html" width="300" height="250" scrolling="no" frameborder="0" name="I2"></iframe>
640
+ </div>
641
+
642
+ </div>
643
+ <!-- End Slider Side Post -->
644
+ </div>
645
+ <!-- End Column -->
646
+ </div>
647
+ <!-- End Row -->
648
+ </div>
649
+ <!-- End Main Slider -->
650
+
651
+ <!-- ___Mani Post Body___ -->
652
+ <div class="main-post-body">
653
+ <div class="row">
654
+ <div class="col-md-12">
655
+
656
+ <div class="hd-video-area">
657
+ <div class="hd-videos violet-bg">
658
+ <div class="title-icon violet-bg">
659
+ <i class="pe-7s-musiclist"></i>
660
+ <span>Bollywood Mp3 Albums</span>
661
+ </div>
662
+ <div class="more-link"><a href="http://www.funmaza.in/indian_movie_songs.html">More <i class="fa fa-angle-right"></i></a></div>
663
+ </div>
664
+
665
+ <div class="hd-video-list text-center">
666
+ <div class="row">
667
+
668
+
669
+ <div class="col-sm-2xx">
670
+ <a href="http://www.funmaza.in/indianmusic/dilwale-2015-mp3-download.html">
671
+ <img class="img-thumb" src="http://www.funmaza.in/songs_logo/dilwaleco.jpg" alt="Dilwale Mp3 Songs" />
672
+ <div class="title-description">
673
+ <p class="full-black">Dilwale</p>
674
+ <p>Mp3 Songs</p>
675
+ </div>
676
+ </div>
677
+
678
+
679
+ <div class="col-sm-2xx">
680
+ <a href="http://www.funmaza.in/indianmusic/hate-story-3-2015-mp3-download.html">
681
+ <img class="img-thumb" src="http://www.funmaza.in/songs_logo/hs3.jpg" alt="Hate Story 3 Mp3 Songs" />
682
+ <div class="title-description">
683
+ <p class="full-black">Hate Story 3</p>
684
+ <p>Mp3 Songs</p>
685
+ </div>
686
+ </div>
687
+
688
+ <div class="col-sm-2xx">
689
+ <a href="http://www.funmaza.in/indianmusic/tamasha-2015-mp3-download.html">
690
+ <img class="img-thumb" src="http://www.funmaza.in/songs_logo/tamashaa.jpg" alt="Tamasha Mp3 Songs" />
691
+ <div class="title-description">
692
+ <p class="full-black">Tamasha</p>
693
+ <p>Mp3 Songs</p>
694
+ </div>
695
+ </div>
696
+
697
+ <div class="col-sm-2xx">
698
+ <a href="http://www.funmaza.in/indianmusic/prem-ratan-dhan-payo-2015-mp3-download.html">
699
+ <img class="img-thumb" src="http://www.funmaza.in/songs_logo/prdp.jpg" alt="Prem Ratan Dhan Payo Mp3 Songs" />
700
+ <div class="title-description">
701
+ <p class="full-black">Prem Ratan Dhan Payo</p>
702
+ <p>Mp3 Songs</p>
703
+ </div>
704
+ </div>
705
+
706
+ <div class="col-sm-2xx">
707
+ <a href="http://www.funmaza.in/indianmusic/jazbaa-2015-mp3-download.html">
708
+ <img class="img-thumb" src="http://www.funmaza.in/songs_logo/jazba.jpg" alt="Jazbaa Mp3 Songs" />
709
+ <div class="title-description">
710
+ <p class="full-black">Jazbaa</p>
711
+ <p>Mp3 Songs</p>
712
+ </div>
713
+ </div>
714
+
715
+ <div class="col-sm-2xx">
716
+ <a href="http://www.funmaza.in/indianmusic/shaandaar-2015-mp3-download.html">
717
+ <img class="img-thumb" src="http://www.funmaza.in/songs_logo/shandaar.jpg" alt="Shaandaar Mp3 Songs" />
718
+ <div class="title-description">
719
+ <p class="full-black">Shaandaar</p>
720
+ <p>Mp3 Songs</p>
721
+ </div>
722
+ </div>
723
+
724
+
725
+ </div>
726
+ </div>
727
+ </div>
728
+
729
+ <div class="mobile-video-area">
730
+ <div class="hd-videos green-bg">
731
+ <div class="title-icon green-bg">
732
+ <i class="pe-7s-album"></i>
733
+ <span>Single Mp3 Tracks</span>
734
+ </div>
735
+ <div class="more-link"><a href="http://www.funmaza.in/top_chart_singles.html">More <i class="fa fa-angle-right"></i></a></div>
736
+ </div>
737
+
738
+ <div class="hd-video-list text-center">
739
+ <div class="row">
740
+
741
+
742
+
743
+ <div class="col-sm-2xx">
744
+ <a href="http://www.funmaza.in/topchart_singles/super_girl_from_china_kanika_kapoor_2015_download_mp3_song.html">
745
+ <img class="img-thumb" src="http://www.funmaza.com/songs_logo/supergirl.jpg" alt="Super Girl From China Mp3 Song" />
746
+ <div class="title-description">
747
+ <p class="full-black">Super Girl From China</a></p>
748
+ <p>Download Mp3 Song</p>
749
+ </div>
750
+ </div>
751
+
752
+ <div class="col-sm-2xx">
753
+ <a href="http://www.funmaza.in/topchart_singles/manma_emotion_jaage_dilwale_2015_download_mp3_song.html">
754
+ <img class="img-thumb" src="http://www.funmaza.com/songs_logo/manmaemotion.jpg" alt="Mama Emotions Jaage Mp3 Song" />
755
+ <div class="title-description">
756
+ <p class="full-black">Mama Emotions Jaage - Dilwale</a></p>
757
+ <p>Download Mp3 Song</p>
758
+ </div>
759
+ </div>
760
+
761
+ <div class="col-sm-2xx">
762
+ <a href="http://www.funmaza.in/topchart_singles/tere_bin_sonu_nigam_wazir_2015_download_mp3_song.html">
763
+ <img class="img-thumb" src="http://www.funmaza.com/songs_logo/terebinwazir.jpg" alt="Tere Bin - Sonu Nigam Mp3 Song" />
764
+ <div class="title-description">
765
+ <p class="full-black">Tere Bin</a></p>
766
+ <p>Download Mp3 Song</p>
767
+ </div>
768
+ </div>
769
+
770
+ <div class="col-sm-2xx">
771
+ <a href="http://www.funmaza.in/topchart_singles/gerua_dilwale_2015_download_mp3_song.html">
772
+ <img class="img-thumb" src="http://www.funmaza.com/songs_logo/gerua.jpg" alt="Gerua - Dilwale Mp3 Song" />
773
+ <div class="title-description">
774
+ <p class="full-black">Gerua - Dilwale</a></p>
775
+ <p>Download Mp3 Song</p>
776
+ </div>
777
+ </div>
778
+
779
+ <div class="col-sm-2xx">
780
+ <a href="http://www.funmaza.in/topchart_singles/main_rahoon_ya_na_rahoon_armaan_malik_2015_download_mp3_song.html">
781
+ <img class="img-thumb" src="http://www.funmaza.com/songs_logo/mrynr.jpg" alt="Main Rahoon Ya Na Mp3 Song" />
782
+ <div class="title-description">
783
+ <p class="full-black">Main Rahoon Ya Na Rahoon</a></p>
784
+ <p>Download Mp3 Song</p>
785
+ </div>
786
+ </div>
787
+
788
+ <div class="col-sm-2xx">
789
+ <a href="http://www.funmaza.in/topchart_singles/main_aur_tum_zack_knight_2015_download_mp3_song.html">
790
+ <img class="img-thumb" src="http://www.funmaza.com/songs_logo/mainaurtum.jpg" alt="Main Aur Tum - Zack Knight Mp3 Song" />
791
+ <div class="title-description">
792
+ <p class="full-black">Main Aur Tum - Zack Knight</a></p>
793
+ <p>Download Mp3 Song</p>
794
+ </div>
795
+ </div>
796
+
797
+
798
+ </div>
799
+ </div>
800
+ </div>
801
+
802
+ </div>
803
+ <!-- End Column -->
804
+
805
+
806
+ </div>
807
+ <!-- End Row -->
808
+ </div>
809
+ <!-- End Main Body Post -->
810
+
811
+ <div class="bottom-ads text-center">
812
+
813
+ <div class="wrapper">
814
+
815
+ </div>
816
+
817
+ </div>
818
+
819
+ <!-- ___Start Bottom trending post___ -->
820
+ <div class="bottom-wallpaper">
821
+ <div class="wallpaper">
822
+ <div class="hd-videos green-bg">
823
+ <div class="title-icon green-bg">
824
+ <i class="pe-7s-album"></i>
825
+ <span>Wallpapers</span>
826
+ </div>
827
+ <!-- Nav tabs -->
828
+ <ul class="nav nav-tabs" role="tablist">
829
+ <li role="presentation" class="active"><a href="#new" aria-controls="new" role="tab" data-toggle="tab">New</a></li>
830
+ <li role="presentation"><a href="#popular" aria-controls="popular" role="tab" data-toggle="tab">Popular</a></li>
831
+ </ul>
832
+ </div>
833
+ </div>
834
+
835
+ <!-- Tab panes -->
836
+ <div class="tab-content">
837
+ <div role="tabpanel" class="tab-pane active" id="new">
838
+
839
+
840
+ <div id="wallpaper-slider-new" class="trend-post">
841
+
842
+ <div class="img-post item">
843
+ <a href="http://wallpapersense.com/preview/cool-guy-a2zrg-25-wallpaper-for-1024x640-widescreen-38-2550.htm" target="_blank">
844
+ <img class="img-responsive" src="http://wallpapersense.com/uploads/wallpapers/2012/11/06/2550/preview_e738fe564e97811d0011f7594641e39c..jpeg" alt="" />
845
+ <div class="title-description">
846
+ <p class="full-black">Cool Hut</a></p>
847
+ <p>Wallpapersense</p>
848
+ </div>
849
+ </div>
850
+ <!-- End Post -->
851
+
852
+ <div class="img-post item">
853
+ <a href="http://wallpapersense.com/preview/incredible-desktop-wallpapers-by-themobilestuff-48-wallpaper-for-1024x640-widescreen-38-2149.htm" target="_blank">
854
+ <img class="img-responsive" src="http://wallpapersense.com/uploads/wallpapers/2012/11/06/2149/preview_c20688f35fc67bc58fc00cc567ffe882..jpeg" alt="" />
855
+ <div class="title-description">
856
+ <p class="full-black">Gariffiti</a></p>
857
+ <p>Wallpapersense</p>
858
+ </div>
859
+ </div>
860
+ <!-- End Post -->
861
+
862
+ <div class="img-post item">
863
+ <a href="http://wallpapersense.com/preview/incredible-desktop-wallpapers-by-themobilestuff-wallpaper-for-1024x640-widescreen-38-2154.htm" target="_blank">
864
+ <img class="img-responsive" src="http://wallpapersense.com/uploads/wallpapers/2012/11/06/2154/preview_46dee504694df967e34d5d02e0a6cde7..jpeg" alt="" />
865
+ <div class="title-description">
866
+ <p class="full-black">Colors</a></p>
867
+ <p>Wallpapersense</p>
868
+ </div>
869
+ </div>
870
+ <!-- End Post -->
871
+
872
+ <div class="img-post item">
873
+ <a href="http://wallpapersense.com/preview/cool-guy-a2zrg-26-wallpaper-for-1024x640-widescreen-38-2551.htm" target="_blank">
874
+ <img class="img-responsive" src="http://wallpapersense.com/uploads/wallpapers/2012/11/06/2551/preview_0d46e1cddfddd7036fbf4139d89a1621..jpeg" alt="" />
875
+ <div class="title-description">
876
+ <p class="full-black">At The Top</a></p>
877
+ <p>Wallpapersense</p>
878
+ </div>
879
+ </div>
880
+ <!-- End Post -->
881
+ </div> <!-- End Trend Post -->
882
+ </div>
883
+ <div role="tabpanel" class="tab-pane" id="popular">
884
+
885
+ <div id="wallpaper-slider-popular" class="trend-post">
886
+
887
+ <div class="img-post item">
888
+ <a href="http://wallpapersense.com/preview/cool-guy-a2zrg-25-wallpaper-for-1024x640-widescreen-38-2550.htm" target="_blank">
889
+ <img class="img-responsive" src="http://wallpapersense.com/uploads/wallpapers/2012/11/06/2550/preview_e738fe564e97811d0011f7594641e39c..jpeg" alt="" />
890
+ <div class="title-description">
891
+ <p class="full-black">Cool Hut</a></p>
892
+ <p>Wallpapersense</p>
893
+ </div>
894
+ </div>
895
+ <!-- End Post -->
896
+
897
+ <div class="img-post item">
898
+ <a href="http://wallpapersense.com/preview/incredible-desktop-wallpapers-by-themobilestuff-48-wallpaper-for-1024x640-widescreen-38-2149.htm" target="_blank">
899
+ <img class="img-responsive" src="http://wallpapersense.com/uploads/wallpapers/2012/11/06/2149/preview_c20688f35fc67bc58fc00cc567ffe882..jpeg" alt="" />
900
+ <div class="title-description">
901
+ <p class="full-black">Gariffiti</a></p>
902
+ <p>Wallpapersense</p>
903
+ </div>
904
+ </div>
905
+ <!-- End Post -->
906
+
907
+ <div class="img-post item">
908
+ <a href="http://wallpapersense.com/preview/incredible-desktop-wallpapers-by-themobilestuff-wallpaper-for-1024x640-widescreen-38-2154.htm" target="_blank">
909
+ <img class="img-responsive" src="http://wallpapersense.com/uploads/wallpapers/2012/11/06/2154/preview_46dee504694df967e34d5d02e0a6cde7..jpeg" alt="" />
910
+ <div class="title-description">
911
+ <p class="full-black">Colors</a></p>
912
+ <p>Wallpapersense</p>
913
+ </div>
914
+ </div>
915
+ <!-- End Post -->
916
+
917
+ <div class="img-post item">
918
+ <a href="http://wallpapersense.com/preview/cool-guy-a2zrg-26-wallpaper-for-1024x640-widescreen-38-2551.htm" target="_blank">
919
+ <img class="img-responsive" src="http://wallpapersense.com/uploads/wallpapers/2012/11/06/2551/preview_0d46e1cddfddd7036fbf4139d89a1621..jpeg" alt="" />
920
+ <div class="title-description">
921
+ <p class="full-black">At The Top</a></p>
922
+ <p>Wallpapersense</p>
923
+ </div>
924
+ </div>
925
+ <!-- End Post -->
926
+
927
+ </div> <!-- End Trend Post -->
928
+
929
+ </div>
930
+ </div>
931
+ </div>
932
+ <!-- End Bottom Trending Post -->
933
+
934
+
935
+ </div>
936
+
937
+ <!-- End Main Content -->
938
+
939
+ <div class="footer text-center">
940
+ <ul>
941
+ <li><a href="http://www.funmaza.in">Home</a></li>
942
+ <li><a href="http://www.funmaza.in/contact.html">Contact</a></li>
943
+ <li><a href="http://www.funmaza.in/advertise.html">Advertise</a></li>
944
+ <li><a href="http://www.funmaza.in/chat.html">Chat</a></li>
945
+ <li><a href="http://www.funmaza.in/music_maza.html">Music Maza</a></li>
946
+ <li><a href="http://www.funmaza.in/mobile_mania.html">Mobile Mania</a></li>
947
+ <li><a href="http://www.funmaza.in/phone_directory.html">Phone Directory</a></li>
948
+ </ul>
949
+ <script>
950
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
951
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
952
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
953
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
954
+
955
+ ga('create', 'UA-21077924-1', 'auto');
956
+ ga('send', 'pageview');
957
+
958
+ </script>
959
+
960
+ <p>copyrights © 2015 funmaza. All Rights Reserved.</p>
961
+ </div>
962
+ <div class="footer">
963
+ <right>Design BY <a href="http://www.webstealth.net" target="_blank">Webstealth.NET</a></right></div>
964
+
965
+ </div>
966
+ <!-- End Column -->
967
+ </div>
968
+ <!-- End Row -->
969
+ </div>
970
+ <!-- End Container -->
971
+
972
+ </body>
973
+
974
+ </html>
forms/html/132.html ADDED
@@ -0,0 +1,1023 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML>
2
+ <html lang="en-gb" dir="ltr">
3
+
4
+ <head>
5
+ <meta charset="utf-8" />
6
+ <base href="http://funzu.com/" />
7
+ <meta name="robots" content="index, follow" />
8
+ <meta name="keywords" content="Entertainment, fun, video, images, pictures, funny, funny image, crazy picrure, videos, Fun, Daily, daily, crazy pictures, funny pictures, funny images, crazy images, daily new fun, prank videos, new pranks, office prank, prectical prank, hidden camera, candid camera, practical fun, prectical fun, practical prank, Hidden camera fun, Candid camera fun, hidden camera prank, candid camera prank videos," />
9
+ <meta name="description" content="funzu.com Your Daily Entertainment Dose. daily new videos and crazy funny pictures images uploaded to entertain you." />
10
+ <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
11
+ <title>Welcome to funzu | Craziest photo blog on the net</title>
12
+ <link href="/index.php/feed/rss.html" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
13
+ <link href="/index.php/feed/atom.html" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
14
+ <link href="/templates/yoo_bigeasy/favicon.ico" rel="shortcut icon" type="image/x-icon" />
15
+ <link rel="stylesheet" href="/components/com_jcomments/tpl/default/style.css?v=12" type="text/css" />
16
+ <script type="text/javascript" src="/components/com_jcomments/js/jcomments-v2.1.js?v=7"></script>
17
+ <script type="text/javascript" src="/components/com_jcomments/libraries/joomlatune/ajax.js?v=3"></script>
18
+ <script type="text/javascript" src="/plugins/system/mtupgrade/mootools.js"></script>
19
+ <script type="text/javascript" src="/media/system/js/caption.js"></script>
20
+ <script type="text/javascript" src="/plugins/content/avreloaded/silverlight.js"></script>
21
+ <script type="text/javascript" src="/plugins/content/avreloaded/wmvplayer.js"></script>
22
+ <script type="text/javascript" src="/plugins/content/avreloaded/swfobject.js"></script>
23
+ <script type="text/javascript" src="/plugins/content/avreloaded/avreloaded.js"></script>
24
+ <script type="text/javascript" src="/templates/yoo_bigeasy/warp/libraries/jquery/jquery.js"></script>
25
+ <link href="http://feeds.feedburner.com/" rel="alternate" type="application/rss+xml" title="crazy pictures and videos" />
26
+
27
+ <link rel="apple-touch-icon" href="/templates/yoo_bigeasy/apple_touch_icon.png" />
28
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/base.css" />
29
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/layout.css" />
30
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/menus.css" />
31
+ <style>body { min-width: 1000px; }
32
+ .wrapper { width: 1000px; }
33
+ #sidebar-a { width: 210px; }
34
+ #sidebar-b { width: 210px; }
35
+ #maininner { width: 580px; }
36
+ #menu .dropdown { width: 250px; }
37
+ #menu .columns2 { width: 500px; }
38
+ #menu .columns3 { width: 750px; }
39
+ #menu .columns4 { width: 1000px; }</style>
40
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/modules.css" />
41
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/tools.css" />
42
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/system.css" />
43
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/extensions.css" />
44
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/custom.css" />
45
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/background/dust.css" />
46
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/font1/georgiaitalic.css" />
47
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/font2/leaguegothic.css" />
48
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/font3/leaguegothic.css" />
49
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/style.css" />
50
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/css/print.css" />
51
+ <link rel="stylesheet" href="/templates/yoo_bigeasy/fonts/leaguegothic.css" />
52
+ <script src="/templates/yoo_bigeasy/warp/js/warp.js"></script>
53
+ <script src="/templates/yoo_bigeasy/warp/js/accordionmenu.js"></script>
54
+ <script src="/templates/yoo_bigeasy/warp/js/dropdownmenu.js"></script>
55
+ <script src="/templates/yoo_bigeasy/js/template.js"></script>
56
+ </head>
57
+
58
+ <body id="page" class="page sidebar-a-right sidebar-b-right isblog ">
59
+
60
+ <div id="page-body">
61
+
62
+
63
+ <div class="wrapper grid-block">
64
+
65
+ <header id="header" class="grid-block">
66
+
67
+
68
+ <a id="logo" href="http://funzu.com"><img src="images/yootheme/logo.png" alt="logo" /></a>
69
+
70
+ <div id="toolbar" class="bfc-o">
71
+
72
+
73
+ <div class="float-right">
74
+
75
+ <div class="module deepest">
76
+
77
+ <ul class="social-icons">
78
+ <li class="twitter"><a href="http://twitter.com/#!/funzucom" target="_blank"></a></li>
79
+ <li class="facebook"><a href="http://www.facebook.com/pages/funzucom/105109362876635" target="_blank"></a></li>
80
+ <li class="rss"><a href="http://feeds.feedburner.com/Funzu" target="_blank"></a></li>
81
+ </ul>
82
+ </div>
83
+
84
+
85
+ </div>
86
+
87
+
88
+
89
+ </div>
90
+
91
+
92
+ <div id="menubar">
93
+
94
+ <div id="search">
95
+ <form id="searchbox" action="/index.php/Table/Crazy-pics/" method="post" role="search">
96
+ <input type="text" value="" name="searchword" placeholder="search..." />
97
+ <button type="reset" value="Reset"></button>
98
+ <input type="hidden" name="task" value="search" />
99
+ <input type="hidden" name="option" value="com_search" />
100
+ <input type="hidden" name="Itemid" value="49" />
101
+ </form>
102
+
103
+ <script src="/templates/yoo_bigeasy/warp/js/search.js"></script>
104
+ <script>
105
+ jQuery(function($) {
106
+ $('#searchbox input[name=searchword]').search({'url': '/index.php/Search.html?ordering=&amp;searchphrase=all&amp;tmpl=raw&amp;type=json', 'param': 'searchword', 'msgResultsHeader': 'Search Results', 'msgMoreResults': 'More Results', 'msgNoResults': 'No results found'}).placeholder();
107
+ });
108
+ </script></div>
109
+
110
+ <nav id="menu"><ul class="menu menu-dropdown"><li class="level1 item1 active current"><a href="http://funzu.com/" class="level1 active current"><span>HOME</span></a></li><li class="level1 item60"><a href="/index.php/Table/Crazy-pics/" class="level1"><span>PICTURES</span></a></li><li class="level1 item88"><a href="http://feedburner.google.com/fb/a/mailverify?uri=Funzu" target="_blank" class="level1"><span>SUBSCRIBE</span></a></li></ul></nav>
111
+
112
+ </div>
113
+
114
+
115
+ </header>
116
+
117
+ <section id="top-a" class="grid-block"><div class="grid-box width100 grid-h"><div class="module mod-box deepest">
118
+
119
+ <div align="center">
120
+ <script type="text/javascript"><!--
121
+ google_ad_client = "pub-3316995672032336";
122
+ /* 728x90, funzu top ad banner */
123
+ google_ad_slot = "5499570559";
124
+ google_ad_width = 728;
125
+ google_ad_height = 90;
126
+ //-->
127
+ </script>
128
+ <script type="text/javascript"
129
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
130
+ </script>
131
+ </div>
132
+ </div></div></section>
133
+
134
+
135
+ <div id="main" class="grid-block">
136
+
137
+ <div id="maininner" class="grid-box">
138
+
139
+
140
+
141
+ <section id="content" class="grid-block">
142
+
143
+ <div class="breadcrumbs"><strong>Home</strong></div>
144
+
145
+ <!-- START: MODA_COMPONENT -->
146
+ <div id="system">
147
+
148
+
149
+ <div class="items items-col-1 grid-block"><div class="grid-box width100 leading">
150
+ <article class="item">
151
+
152
+ <header>
153
+
154
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,d039fc6e263f34daff179a150fcdff9ae0a66892/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
155
+
156
+
157
+
158
+ <h1 class="title">
159
+ <a href="/index.php/Crazy-pics/famous-faces-come-together-with-facemath-1113.html" title="Famous Faces Come Together With Facemath (30 Photos)">Famous Faces Come Together With Facemath (30 Photos)</a>
160
+ </h1>
161
+
162
+
163
+ </header>
164
+
165
+
166
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
167
+ <script type='text/javascript'>
168
+ var addthis_product = 'jlp-1.2';
169
+ var addthis_config =
170
+ {pubid:'kapson',
171
+ ui_hover_direction:0,
172
+ data_track_clickback:true,
173
+ ui_language:'en',
174
+ ui_use_css:true}</script>
175
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/famous-faces-come-together-with-facemath-1113.html" addthis:title="Famous Faces Come Together With Facemath (30 Photos)">
176
+ <a class="addthis_button_preferred_1"></a>
177
+ <a class="addthis_button_preferred_2"></a>
178
+ <a class="addthis_button_preferred_3"></a>
179
+ <a class="addthis_button_preferred_4"></a>
180
+ <a class="addthis_button_compact"></a>
181
+ <a class="addthis_counter addthis_bubble_style"></a>
182
+ </div>
183
+
184
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
185
+ <!-- AddThis Button END -->
186
+ </div><p>
187
+ Famous Faces Come Together With Facemath (30 Photos)<br />
188
+ <br />
189
+ 30 images...<br />
190
+ <br />
191
+ <a href="/index.php/Crazy-pics/famous-faces-come-together-with-facemath-1113.html" alt="Famous Faces Come Together With Facemath (30 Photos)" title="Read Article: Famous Faces Come Together With Facemath (30 Photos)" ><img alt="Famous Faces Come Together With Facemath (30 Photos)" src="http://imgsrv4.funzu.com/2013/01/Famous-Faces Come-Together-With-Facemath-002.jpg" title="Famous Faces Come Together With Facemath (30 Photos)" /></a><br />
192
+  </p>
193
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/famous-faces-come-together-with-facemath-1113.html" title="Famous Faces Come Together With Facemath (30 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/famous-faces-come-together-with-facemath-1113.html#addcomments" class="comments-link">Add new comment</a> </div>
194
+ </div>
195
+
196
+
197
+
198
+
199
+ </article></div><div class="grid-box width100 leading">
200
+ <article class="item">
201
+
202
+ <header>
203
+
204
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,f719ba532f7c47c1e84ab0f4aa0b1a8571575dbe/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
205
+
206
+
207
+
208
+ <h1 class="title">
209
+ <a href="/index.php/Crazy-pics/taking-windsurfing-to-the-next-level-1113.html" title="Taking Windsurfing to the Next Level (13 Photos)">Taking Windsurfing to the Next Level (13 Photos)</a>
210
+ </h1>
211
+
212
+
213
+ </header>
214
+
215
+
216
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
217
+ <script type='text/javascript'>
218
+ var addthis_product = 'jlp-1.2';
219
+ var addthis_config =
220
+ {pubid:'kapson',
221
+ ui_hover_direction:0,
222
+ data_track_clickback:true,
223
+ ui_language:'en',
224
+ ui_use_css:true}</script>
225
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/taking-windsurfing-to-the-next-level-1113.html" addthis:title="Taking Windsurfing to the Next Level (13 Photos)">
226
+ <a class="addthis_button_preferred_1"></a>
227
+ <a class="addthis_button_preferred_2"></a>
228
+ <a class="addthis_button_preferred_3"></a>
229
+ <a class="addthis_button_preferred_4"></a>
230
+ <a class="addthis_button_compact"></a>
231
+ <a class="addthis_counter addthis_bubble_style"></a>
232
+ </div>
233
+
234
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
235
+ <!-- AddThis Button END -->
236
+ </div><p>
237
+ Taking Windsurfing to the Next Level (13 Photos)<br />
238
+ <br />
239
+ 13 images...<br />
240
+ <br />
241
+ <a href="/index.php/Crazy-pics/taking-windsurfing-to-the-next-level-1113.html" alt="Taking Windsurfing to the Next Level (13 Photos)" title="Read Article: Taking Windsurfing to the Next Level (13 Photos)" ><img alt="Taking Windsurfing to the Next Level (13 Photos)" src="http://imgsrv4.funzu.com/2013/01/Taking-Windsurfing-to-the-Next-Level-001.jpg" title="Taking Windsurfing to the Next Level (13 Photos)" /></a><br />
242
+ <br />
243
+ When windsurfing becomes icesurfing.<br />
244
+  </p>
245
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/taking-windsurfing-to-the-next-level-1113.html" title="Taking Windsurfing to the Next Level (13 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/taking-windsurfing-to-the-next-level-1113.html#addcomments" class="comments-link">Add new comment</a> </div>
246
+ </div>
247
+
248
+
249
+
250
+
251
+ </article></div><div class="grid-box width100 leading">
252
+ <article class="item">
253
+
254
+ <header>
255
+
256
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,4344d09a9fd9662d4df5c2de4188c5631c3b3580/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
257
+
258
+
259
+
260
+ <h1 class="title">
261
+ <a href="/index.php/Crazy-pics/sculpture-made-out-of-books-0613.html" title="Sculpture Made out of Books (10 Photos)">Sculpture Made out of Books (10 Photos)</a>
262
+ </h1>
263
+
264
+
265
+ </header>
266
+
267
+
268
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
269
+ <script type='text/javascript'>
270
+ var addthis_product = 'jlp-1.2';
271
+ var addthis_config =
272
+ {pubid:'kapson',
273
+ ui_hover_direction:0,
274
+ data_track_clickback:true,
275
+ ui_language:'en',
276
+ ui_use_css:true}</script>
277
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/sculpture-made-out-of-books-0613.html" addthis:title="Sculpture Made out of Books (10 Photos)">
278
+ <a class="addthis_button_preferred_1"></a>
279
+ <a class="addthis_button_preferred_2"></a>
280
+ <a class="addthis_button_preferred_3"></a>
281
+ <a class="addthis_button_preferred_4"></a>
282
+ <a class="addthis_button_compact"></a>
283
+ <a class="addthis_counter addthis_bubble_style"></a>
284
+ </div>
285
+
286
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
287
+ <!-- AddThis Button END -->
288
+ </div><p>
289
+ Sculpture Made out of Books (10 Photos)<br />
290
+ <br />
291
+ 10 images...<br />
292
+ <br />
293
+ <a href="/index.php/Crazy-pics/sculpture-made-out-of-books-0613.html" alt="Sculpture Made out of Books (10 Photos)" title="Read Article: Sculpture Made out of Books (10 Photos)" ><img alt="Sculpture Made out of Books (10 Photos)" src="http://imgsrv4.funzu.com/2013/01/Sculpture-Made-out-of-Books-001.jpg" title="Sculpture Made out of Books (10 Photos)" /></a><br />
294
+ <br />
295
+ This sculptor must have considered some books really boring if he thought that this would be a better use for them.<br />
296
+  </p>
297
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/sculpture-made-out-of-books-0613.html" title="Sculpture Made out of Books (10 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/sculpture-made-out-of-books-0613.html#addcomments" class="comments-link">Add new comment</a> </div>
298
+ </div>
299
+
300
+
301
+
302
+
303
+ </article></div><div class="grid-box width100 leading">
304
+ <article class="item">
305
+
306
+ <header>
307
+
308
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,cf5f161ec96ce63441741035a0bb0637638cf1d1/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
309
+
310
+
311
+
312
+ <h1 class="title">
313
+ <a href="/index.php/Crazy-pics/christmas-present-for-a-brother.html" title="Christmas Present for a Brother (17 Photos)">Christmas Present for a Brother (17 Photos)</a>
314
+ </h1>
315
+
316
+
317
+ </header>
318
+
319
+
320
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
321
+ <script type='text/javascript'>
322
+ var addthis_product = 'jlp-1.2';
323
+ var addthis_config =
324
+ {pubid:'kapson',
325
+ ui_hover_direction:0,
326
+ data_track_clickback:true,
327
+ ui_language:'en',
328
+ ui_use_css:true}</script>
329
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/christmas-present-for-a-brother.html" addthis:title="Christmas Present for a Brother (17 Photos)">
330
+ <a class="addthis_button_preferred_1"></a>
331
+ <a class="addthis_button_preferred_2"></a>
332
+ <a class="addthis_button_preferred_3"></a>
333
+ <a class="addthis_button_preferred_4"></a>
334
+ <a class="addthis_button_compact"></a>
335
+ <a class="addthis_counter addthis_bubble_style"></a>
336
+ </div>
337
+
338
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
339
+ <!-- AddThis Button END -->
340
+ </div><p>
341
+ Christmas Present for a Brother (17 Photos)<br />
342
+ <br />
343
+ 17 images...<br />
344
+ <br />
345
+ <a href="/index.php/Crazy-pics/christmas-present-for-a-brother.html" alt="Christmas Present for a Brother (17 Photos)" title="Read Article: Christmas Present for a Brother (17 Photos)" ><img alt="Christmas Present for a Brother (17 Photos)" src="http://imgsrv4.funzu.com/2012/12/Christmas-Present-for-a-Brother-001.jpg" title="Christmas Present for a Brother (17 Photos)" /></a><br />
346
+ <br />
347
+ A very unnusual and funny way to wrap a present for your brother or a sister))<br />
348
+  </p>
349
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/christmas-present-for-a-brother.html" title="Christmas Present for a Brother (17 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/christmas-present-for-a-brother.html#addcomments" class="comments-link">Add new comment</a> </div>
350
+ </div>
351
+
352
+
353
+
354
+
355
+ </article></div><div class="grid-box width100 leading">
356
+ <article class="item">
357
+
358
+ <header>
359
+
360
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,baf1b0de8317cf02110a47e7169669dcac08c32e/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
361
+
362
+
363
+
364
+ <h1 class="title">
365
+ <a href="/index.php/Crazy-pics/getting-an-ipad-for-christmas-2412.html" title="Getting an iPad for Christmas? (17 Photos)">Getting an iPad for Christmas? (17 Photos)</a>
366
+ </h1>
367
+
368
+
369
+ </header>
370
+
371
+
372
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
373
+ <script type='text/javascript'>
374
+ var addthis_product = 'jlp-1.2';
375
+ var addthis_config =
376
+ {pubid:'kapson',
377
+ ui_hover_direction:0,
378
+ data_track_clickback:true,
379
+ ui_language:'en',
380
+ ui_use_css:true}</script>
381
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/getting-an-ipad-for-christmas-2412.html" addthis:title="Getting an iPad for Christmas? (17 Photos)">
382
+ <a class="addthis_button_preferred_1"></a>
383
+ <a class="addthis_button_preferred_2"></a>
384
+ <a class="addthis_button_preferred_3"></a>
385
+ <a class="addthis_button_preferred_4"></a>
386
+ <a class="addthis_button_compact"></a>
387
+ <a class="addthis_counter addthis_bubble_style"></a>
388
+ </div>
389
+
390
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
391
+ <!-- AddThis Button END -->
392
+ </div><p>
393
+ Getting an iPad for Christmas? (17 Photos)<br />
394
+ <br />
395
+ 17 images...<br />
396
+ <br />
397
+ <a href="/index.php/Crazy-pics/getting-an-ipad-for-christmas-2412.html" alt="Getting an iPad for Christmas? (17 Photos)" title="Read Article: Getting an iPad for Christmas? (17 Photos)" ><img alt="Getting an iPad for Christmas? (17 Photos)" src="http://imgsrv4.funzu.com/2012/12/Getting-an-iPad-for-Christmas-001.jpg" title="Getting an iPad for Christmas? (17 Photos)" /></a><br />
398
+ <br />
399
+ She thought she was going to get an iPad for Christmas...<br />
400
+  </p>
401
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/getting-an-ipad-for-christmas-2412.html" title="Getting an iPad for Christmas? (17 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/getting-an-ipad-for-christmas-2412.html#addcomments" class="comments-link">Add new comment</a> </div>
402
+ </div>
403
+
404
+
405
+
406
+
407
+ </article></div><div class="grid-box width100 leading">
408
+ <article class="item">
409
+
410
+ <header>
411
+
412
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,0ed565a2e4e7d5c1c25c17e1788fc7c1e8864659/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
413
+
414
+
415
+
416
+ <h1 class="title">
417
+ <a href="/index.php/Crazy-pics/cat-transit-system-2212.html" title="Cat Transit System (17 Photos)">Cat Transit System (17 Photos)</a>
418
+ </h1>
419
+
420
+
421
+ </header>
422
+
423
+
424
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
425
+ <script type='text/javascript'>
426
+ var addthis_product = 'jlp-1.2';
427
+ var addthis_config =
428
+ {pubid:'kapson',
429
+ ui_hover_direction:0,
430
+ data_track_clickback:true,
431
+ ui_language:'en',
432
+ ui_use_css:true}</script>
433
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/cat-transit-system-2212.html" addthis:title="Cat Transit System (17 Photos)">
434
+ <a class="addthis_button_preferred_1"></a>
435
+ <a class="addthis_button_preferred_2"></a>
436
+ <a class="addthis_button_preferred_3"></a>
437
+ <a class="addthis_button_preferred_4"></a>
438
+ <a class="addthis_button_compact"></a>
439
+ <a class="addthis_counter addthis_bubble_style"></a>
440
+ </div>
441
+
442
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
443
+ <!-- AddThis Button END -->
444
+ </div><p>
445
+ Cat Transit System (17 Photos)<br />
446
+ <br />
447
+ 17 images...<br />
448
+ <br />
449
+ <a href="/index.php/Crazy-pics/cat-transit-system-2212.html" alt="Cat Transit System (17 Photos)" title="Read Article: Cat Transit System (17 Photos)" ><img alt="Cat Transit System (17 Photos)" src="http://imgsrv4.funzu.com/2012/12/Cat-Transit-System-001.jpg" title="Cat Transit System (17 Photos)" /></a><br />
450
+ <br />
451
+ Very cool Cat Transit System (CTS) built by Jillian Northrup from Oakland, USA.<br />
452
+  </p>
453
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/cat-transit-system-2212.html" title="Cat Transit System (17 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/cat-transit-system-2212.html#addcomments" class="comments-link">Add new comment</a> </div>
454
+ </div>
455
+
456
+
457
+
458
+
459
+ </article></div><div class="grid-box width100 leading">
460
+ <article class="item">
461
+
462
+ <header>
463
+
464
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,985a542796581c39b25164d1b88b1b389bd29e07/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
465
+
466
+
467
+
468
+ <h1 class="title">
469
+ <a href="/index.php/Crazy-pics/most-priceless-youtube-comments-in-2012-2212.html" title="Most Priceless Youtube Comments in 2012 (24 Photos)">Most Priceless Youtube Comments in 2012 (24 Photos)</a>
470
+ </h1>
471
+
472
+
473
+ </header>
474
+
475
+
476
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
477
+ <script type='text/javascript'>
478
+ var addthis_product = 'jlp-1.2';
479
+ var addthis_config =
480
+ {pubid:'kapson',
481
+ ui_hover_direction:0,
482
+ data_track_clickback:true,
483
+ ui_language:'en',
484
+ ui_use_css:true}</script>
485
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/most-priceless-youtube-comments-in-2012-2212.html" addthis:title="Most Priceless Youtube Comments in 2012 (24 Photos)">
486
+ <a class="addthis_button_preferred_1"></a>
487
+ <a class="addthis_button_preferred_2"></a>
488
+ <a class="addthis_button_preferred_3"></a>
489
+ <a class="addthis_button_preferred_4"></a>
490
+ <a class="addthis_button_compact"></a>
491
+ <a class="addthis_counter addthis_bubble_style"></a>
492
+ </div>
493
+
494
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
495
+ <!-- AddThis Button END -->
496
+ </div><p>
497
+ Most Priceless Youtube Comments in 2012 (24 Photos)<br />
498
+ <br />
499
+ 24 images...<br />
500
+ <br />
501
+ <a href="/index.php/Crazy-pics/most-priceless-youtube-comments-in-2012-2212.html" alt="Most Priceless Youtube Comments in 2012 (24 Photos)" title="Read Article: Most Priceless Youtube Comments in 2012 (24 Photos)" ><img alt="Most Priceless Youtube Comments in 2012 (24 Photos)" src="http://imgsrv4.funzu.com/2012/12/Most-Priceless-Youtube-Comments-in-2012-001.jpg" title="Most Priceless Youtube Comments in 2012 (24 Photos)" /></a><br />
502
+  </p>
503
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/most-priceless-youtube-comments-in-2012-2212.html" title="Most Priceless Youtube Comments in 2012 (24 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/most-priceless-youtube-comments-in-2012-2212.html#addcomments" class="comments-link">Add new comment</a> </div>
504
+ </div>
505
+
506
+
507
+
508
+
509
+ </article></div><div class="grid-box width100 leading">
510
+ <article class="item">
511
+
512
+ <header>
513
+
514
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,072a0c328d9f279562d56b86023da4f0ba6c149f/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
515
+
516
+
517
+
518
+ <h1 class="title">
519
+ <a href="/index.php/Crazy-pics/lifting-the-escalator-of-the-101st-floor-of-the-wtc-2112.html" title="Lifting the Escalator of the 101st Floor of the WTC (10 Photos)">Lifting the Escalator of the 101st Floor of the WTC (10 Photos)</a>
520
+ </h1>
521
+
522
+
523
+ </header>
524
+
525
+
526
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
527
+ <script type='text/javascript'>
528
+ var addthis_product = 'jlp-1.2';
529
+ var addthis_config =
530
+ {pubid:'kapson',
531
+ ui_hover_direction:0,
532
+ data_track_clickback:true,
533
+ ui_language:'en',
534
+ ui_use_css:true}</script>
535
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/lifting-the-escalator-of-the-101st-floor-of-the-wtc-2112.html" addthis:title="Lifting the Escalator of the 101st Floor of the WTC (10 Photos)">
536
+ <a class="addthis_button_preferred_1"></a>
537
+ <a class="addthis_button_preferred_2"></a>
538
+ <a class="addthis_button_preferred_3"></a>
539
+ <a class="addthis_button_preferred_4"></a>
540
+ <a class="addthis_button_compact"></a>
541
+ <a class="addthis_counter addthis_bubble_style"></a>
542
+ </div>
543
+
544
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
545
+ <!-- AddThis Button END -->
546
+ </div><p>
547
+ Lifting the Escalator of the 101st Floor of the WTC (10 Photos)<br />
548
+ <br />
549
+ 10 images...<br />
550
+ <br />
551
+ <a href="/index.php/Crazy-pics/lifting-the-escalator-of-the-101st-floor-of-the-wtc-2112.html" alt="Lifting the Escalator of the 101st Floor of the WTC (10 Photos)" title="Read Article: Lifting the Escalator of the 101st Floor of the WTC (10 Photos)" ><img alt="Lifting the Escalator of the 101st Floor of the WTC (10 Photos)" src="http://imgsrv4.funzu.com/2012/12/Lifting-the-Escalator-of-the-st-Floor-of-the-WTC-001.jpg" title="Lifting the Escalator of the 101st Floor of the WTC (10 Photos)" /></a><br />
552
+  </p>
553
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/lifting-the-escalator-of-the-101st-floor-of-the-wtc-2112.html" title="Lifting the Escalator of the 101st Floor of the WTC (10 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/lifting-the-escalator-of-the-101st-floor-of-the-wtc-2112.html#addcomments" class="comments-link">Add new comment</a> </div>
554
+ </div>
555
+
556
+
557
+
558
+
559
+ </article></div><div class="grid-box width100 leading">
560
+ <article class="item">
561
+
562
+ <header>
563
+
564
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,1d6d615863f695c5aa1cfe8c2f2d1d7f90aa237c/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
565
+
566
+
567
+
568
+ <h1 class="title">
569
+ <a href="/index.php/Crazy-pics/horse-rescued-in-florida-2112.html" title="Horse Rescued In Florida (7 Photos)">Horse Rescued In Florida (7 Photos)</a>
570
+ </h1>
571
+
572
+
573
+ </header>
574
+
575
+
576
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
577
+ <script type='text/javascript'>
578
+ var addthis_product = 'jlp-1.2';
579
+ var addthis_config =
580
+ {pubid:'kapson',
581
+ ui_hover_direction:0,
582
+ data_track_clickback:true,
583
+ ui_language:'en',
584
+ ui_use_css:true}</script>
585
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/horse-rescued-in-florida-2112.html" addthis:title="Horse Rescued In Florida (7 Photos)">
586
+ <a class="addthis_button_preferred_1"></a>
587
+ <a class="addthis_button_preferred_2"></a>
588
+ <a class="addthis_button_preferred_3"></a>
589
+ <a class="addthis_button_preferred_4"></a>
590
+ <a class="addthis_button_compact"></a>
591
+ <a class="addthis_counter addthis_bubble_style"></a>
592
+ </div>
593
+
594
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
595
+ <!-- AddThis Button END -->
596
+ </div><p>
597
+ Horse Rescued In Florida (7 Photos)<br />
598
+ <br />
599
+ 7 images...<br />
600
+ <br />
601
+ <a href="/index.php/Crazy-pics/horse-rescued-in-florida-2112.html" alt="Horse Rescued In Florida (7 Photos)" title="Read Article: Horse Rescued In Florida (7 Photos)" ><img alt="Horse Rescued In Florida (7 Photos)" src="http://imgsrv4.funzu.com/2012/12/Horse-Rescued-In-Florida-001.jpg" title="Horse Rescued In Florida (7 Photos)" /></a><br />
602
+ <br />
603
+ Andy, a 30-year old horse is seen being rescued by Florida police, after the horse jumped into a local's backyard and landed in their swimming pool.<br />
604
+  </p>
605
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/horse-rescued-in-florida-2112.html" title="Horse Rescued In Florida (7 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/horse-rescued-in-florida-2112.html#addcomments" class="comments-link">Add new comment</a> </div>
606
+ </div>
607
+
608
+
609
+
610
+
611
+ </article></div><div class="grid-box width100 leading">
612
+ <article class="item">
613
+
614
+ <header>
615
+
616
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,ae7e1fca6b1ea80afa58d225f75737ec83aec489/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
617
+
618
+
619
+
620
+ <h1 class="title">
621
+ <a href="/index.php/Crazy-pics/plane-for-kids-0510.html" title="Plane for Kids (6 Photos)">Plane for Kids (6 Photos)</a>
622
+ </h1>
623
+
624
+
625
+ </header>
626
+
627
+
628
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
629
+ <script type='text/javascript'>
630
+ var addthis_product = 'jlp-1.2';
631
+ var addthis_config =
632
+ {pubid:'kapson',
633
+ ui_hover_direction:0,
634
+ data_track_clickback:true,
635
+ ui_language:'en',
636
+ ui_use_css:true}</script>
637
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/plane-for-kids-0510.html" addthis:title="Plane for Kids (6 Photos)">
638
+ <a class="addthis_button_preferred_1"></a>
639
+ <a class="addthis_button_preferred_2"></a>
640
+ <a class="addthis_button_preferred_3"></a>
641
+ <a class="addthis_button_preferred_4"></a>
642
+ <a class="addthis_button_compact"></a>
643
+ <a class="addthis_counter addthis_bubble_style"></a>
644
+ </div>
645
+
646
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
647
+ <!-- AddThis Button END -->
648
+ </div><p>
649
+ Plane for Kids (6 Photos)<br />
650
+ <br />
651
+ 6 images...<br />
652
+ <br />
653
+ <a href="/index.php/Crazy-pics/plane-for-kids-0510.html" alt="Plane for Kids (6 Photos)" title="Read Article: Plane for Kids (6 Photos)" ><img alt="Plane for Kids (6 Photos)" src="http://imgsrv4.funzu.com/2012/11/Plane-for-Kids-001.jpg" title="Plane for Kids (6 Photos)" /></a><br />
654
+ <br />
655
+ There is a private kindergarten in Rustavi, where Yak-40 has established. The owner of the garden Harry Chapidze bought a decommissioned aircraft in Tbilisi. The aircraft was restored in a few months and made into a children's play room, the cockpit remained intact.<br />
656
+  </p>
657
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/plane-for-kids-0510.html" title="Plane for Kids (6 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/plane-for-kids-0510.html#addcomments" class="comments-link">Add new comment</a> </div>
658
+ </div>
659
+
660
+
661
+
662
+
663
+ </article></div><div class="grid-box width100 leading">
664
+ <article class="item">
665
+
666
+ <header>
667
+
668
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,a492989e4407c4cbf4134d4c1c19d4006b48314d/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
669
+
670
+
671
+
672
+ <h1 class="title">
673
+ <a href="/index.php/Crazy-pics/dinner-is-served-3010.html" title="Dinner Is Served (6 Photos)">Dinner Is Served (6 Photos)</a>
674
+ </h1>
675
+
676
+
677
+ </header>
678
+
679
+
680
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
681
+ <script type='text/javascript'>
682
+ var addthis_product = 'jlp-1.2';
683
+ var addthis_config =
684
+ {pubid:'kapson',
685
+ ui_hover_direction:0,
686
+ data_track_clickback:true,
687
+ ui_language:'en',
688
+ ui_use_css:true}</script>
689
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/dinner-is-served-3010.html" addthis:title="Dinner Is Served (6 Photos)">
690
+ <a class="addthis_button_preferred_1"></a>
691
+ <a class="addthis_button_preferred_2"></a>
692
+ <a class="addthis_button_preferred_3"></a>
693
+ <a class="addthis_button_preferred_4"></a>
694
+ <a class="addthis_button_compact"></a>
695
+ <a class="addthis_counter addthis_bubble_style"></a>
696
+ </div>
697
+
698
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
699
+ <!-- AddThis Button END -->
700
+ </div><p>
701
+ Dinner Is Served (6 Photos)<br />
702
+ <br />
703
+ 6 images...<br />
704
+ <br />
705
+ <a href="/index.php/Crazy-pics/dinner-is-served-3010.html" alt="Dinner Is Served (6 Photos)" title="Read Article: Dinner Is Served (6 Photos)" ><img alt="Dinner Is Served (6 Photos)" src="http://imgsrv4.funzu.com/2012/10/Dinner-Is-Served-001.jpg" title="Dinner Is Served (6 Photos)" /></a><br />
706
+ <br />
707
+ This poor insect doesn&rsquo;t stand a chance against the crafty chameleon.<br />
708
+  </p>
709
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/dinner-is-served-3010.html" title="Dinner Is Served (6 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/dinner-is-served-3010.html#addcomments" class="comments-link">Add new comment</a> </div>
710
+ </div>
711
+
712
+
713
+
714
+
715
+ </article></div><div class="grid-box width100 leading">
716
+ <article class="item">
717
+
718
+ <header>
719
+
720
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,e087da636bbe3dc3abb83743e34e8e18d53e916f/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
721
+
722
+
723
+
724
+ <h1 class="title">
725
+ <a href="/index.php/Crazy-pics/the-alphabet-and-the-famous-movies-1310.html" title="The Alphabet and the Famous Movies (26 Photos)">The Alphabet and the Famous Movies (26 Photos)</a>
726
+ </h1>
727
+
728
+
729
+ </header>
730
+
731
+
732
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
733
+ <script type='text/javascript'>
734
+ var addthis_product = 'jlp-1.2';
735
+ var addthis_config =
736
+ {pubid:'kapson',
737
+ ui_hover_direction:0,
738
+ data_track_clickback:true,
739
+ ui_language:'en',
740
+ ui_use_css:true}</script>
741
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/the-alphabet-and-the-famous-movies-1310.html" addthis:title="The Alphabet and the Famous Movies (26 Photos)">
742
+ <a class="addthis_button_preferred_1"></a>
743
+ <a class="addthis_button_preferred_2"></a>
744
+ <a class="addthis_button_preferred_3"></a>
745
+ <a class="addthis_button_preferred_4"></a>
746
+ <a class="addthis_button_compact"></a>
747
+ <a class="addthis_counter addthis_bubble_style"></a>
748
+ </div>
749
+
750
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
751
+ <!-- AddThis Button END -->
752
+ </div><p>
753
+ The Alphabet and the Famous Movies (26 Photos)<br />
754
+ <br />
755
+ 26 images...<br />
756
+ <br />
757
+ <a href="/index.php/Crazy-pics/the-alphabet-and-the-famous-movies-1310.html" alt="The Alphabet and the Famous Movies (26 Photos)" title="Read Article: The Alphabet and the Famous Movies (26 Photos)" ><img alt="The Alphabet and the Famous Movies (26 Photos)" src="http://imgsrv4.funzu.com/2012/10/The-Alphabet-and-the-Famous-Movies-001.jpg" title="The Alphabet and the Famous Movies (26 Photos)" /></a><br />
758
+ <br />
759
+ A selection of movie names in alphabetical order...<br />
760
+  </p>
761
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/the-alphabet-and-the-famous-movies-1310.html" title="The Alphabet and the Famous Movies (26 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/the-alphabet-and-the-famous-movies-1310.html#addcomments" class="comments-link">Add new comment</a> </div>
762
+ </div>
763
+
764
+
765
+
766
+
767
+ </article></div><div class="grid-box width100 leading">
768
+ <article class="item">
769
+
770
+ <header>
771
+
772
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,d343e3c3b870bb24244015d6161caa80734805ad/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
773
+
774
+
775
+
776
+ <h1 class="title">
777
+ <a href="/index.php/Crazy-pics/pumpkin-carving-tutorial-1210.html" title="Pumpkin-Carving Tutorial (13 Photos)">Pumpkin-Carving Tutorial (13 Photos)</a>
778
+ </h1>
779
+
780
+
781
+ </header>
782
+
783
+
784
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
785
+ <script type='text/javascript'>
786
+ var addthis_product = 'jlp-1.2';
787
+ var addthis_config =
788
+ {pubid:'kapson',
789
+ ui_hover_direction:0,
790
+ data_track_clickback:true,
791
+ ui_language:'en',
792
+ ui_use_css:true}</script>
793
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/pumpkin-carving-tutorial-1210.html" addthis:title="Pumpkin-Carving Tutorial (13 Photos)">
794
+ <a class="addthis_button_preferred_1"></a>
795
+ <a class="addthis_button_preferred_2"></a>
796
+ <a class="addthis_button_preferred_3"></a>
797
+ <a class="addthis_button_preferred_4"></a>
798
+ <a class="addthis_button_compact"></a>
799
+ <a class="addthis_counter addthis_bubble_style"></a>
800
+ </div>
801
+
802
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
803
+ <!-- AddThis Button END -->
804
+ </div><p />
805
+ Pumpkin-Carving Tutorial (13 Photos)<br />
806
+ <br />
807
+ 13 images...<br />
808
+ <br />
809
+ <a href="/index.php/Crazy-pics/pumpkin-carving-tutorial-1210.html" alt="Pumpkin-Carving Tutorial (13 Photos)" title="Read Article: Pumpkin-Carving Tutorial (13 Photos)" ><img alt="Pumpkin-Carving Tutorial (13 Photos)" src="http://imgsrv4.funzu.com/2012/10/Pumpkin-Carving-Tutorial-001.jpg" title="Pumpkin-Carving Tutorial (13 Photos)" /></a><br />
810
+ <br />
811
+ Let's get ready for Halloween.<br />
812
+ <br />
813
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/pumpkin-carving-tutorial-1210.html" title="Pumpkin-Carving Tutorial (13 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/pumpkin-carving-tutorial-1210.html#addcomments" class="comments-link">Add new comment</a> </div>
814
+ </div>
815
+
816
+
817
+
818
+
819
+ </article></div><div class="grid-box width100 leading">
820
+ <article class="item">
821
+
822
+ <header>
823
+
824
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,afa92b443972e54cf61e55cbd0bce54aa1686894/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
825
+
826
+
827
+
828
+ <h1 class="title">
829
+ <a href="/index.php/Crazy-pics/life-of-a-baby-panda-1210.html" title="Life of a Baby Panda (9 Photos)">Life of a Baby Panda (9 Photos)</a>
830
+ </h1>
831
+
832
+
833
+ </header>
834
+
835
+
836
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
837
+ <script type='text/javascript'>
838
+ var addthis_product = 'jlp-1.2';
839
+ var addthis_config =
840
+ {pubid:'kapson',
841
+ ui_hover_direction:0,
842
+ data_track_clickback:true,
843
+ ui_language:'en',
844
+ ui_use_css:true}</script>
845
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/life-of-a-baby-panda-1210.html" addthis:title="Life of a Baby Panda (9 Photos)">
846
+ <a class="addthis_button_preferred_1"></a>
847
+ <a class="addthis_button_preferred_2"></a>
848
+ <a class="addthis_button_preferred_3"></a>
849
+ <a class="addthis_button_preferred_4"></a>
850
+ <a class="addthis_button_compact"></a>
851
+ <a class="addthis_counter addthis_bubble_style"></a>
852
+ </div>
853
+
854
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
855
+ <!-- AddThis Button END -->
856
+ </div><p>
857
+ Life of a Baby Panda (9 Photos)<br />
858
+ <br />
859
+ 9 images...<br />
860
+ <br />
861
+ <a href="/index.php/Crazy-pics/life-of-a-baby-panda-1210.html" alt="Life of a Baby Panda (9 Photos)" title="Read Article: Life of a Baby Panda (9 Photos)" ><img alt="Life of a Baby Panda (9 Photos)" src="http://imgsrv4.funzu.com/2012/10/Life-of-a-Baby-Panda-001.jpg" title="Life of a Baby Panda (9 Photos)" /></a><br />
862
+ <br />
863
+ Back in 2010 panda Cao Cao gave birth to a cub Tao Tao in China zoo. It was supposed to be released when it got older. Meanwhile, vets and caretakers dressed in panda suits when they did health checks and moved the cub. The hope was the cubs will have a natural fear of humans if they were released.<br />
864
+  </p>
865
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/life-of-a-baby-panda-1210.html" title="Life of a Baby Panda (9 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/life-of-a-baby-panda-1210.html#addcomments" class="comments-link">Add new comment</a> </div>
866
+ </div>
867
+
868
+
869
+
870
+
871
+ </article></div><div class="grid-box width100">
872
+ <article class="item">
873
+
874
+ <header>
875
+
876
+ <div class="icon email"><a href="/index.php/component/option,com_mailto/link,70662f01f31bc47b6ba8cf99694a97bacd5f39a5/tmpl,component/" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/yoo_bigeasy/images/emailButton.png" alt="E-mail" /></a></div>
877
+
878
+
879
+
880
+ <h1 class="title">
881
+ <a href="/index.php/Crazy-pics/luxurious-cave-house-in-historic-city-0810.html" title="Luxurious Cave House in Historic City (14 Photos)">Luxurious Cave House in Historic City (14 Photos)</a>
882
+ </h1>
883
+
884
+
885
+ </header>
886
+
887
+
888
+ <div class="content clearfix"> <div class='joomla_add_this'><!-- AddThis Button BEGIN -->
889
+ <script type='text/javascript'>
890
+ var addthis_product = 'jlp-1.2';
891
+ var addthis_config =
892
+ {pubid:'kapson',
893
+ ui_hover_direction:0,
894
+ data_track_clickback:true,
895
+ ui_language:'en',
896
+ ui_use_css:true}</script>
897
+ <div class="addthis_toolbox addthis_default_style " addthis:url="http://funzu.com/index.php/Crazy-pics/luxurious-cave-house-in-historic-city-0810.html" addthis:title="Luxurious Cave House in Historic City (14 Photos)">
898
+ <a class="addthis_button_preferred_1"></a>
899
+ <a class="addthis_button_preferred_2"></a>
900
+ <a class="addthis_button_preferred_3"></a>
901
+ <a class="addthis_button_preferred_4"></a>
902
+ <a class="addthis_button_compact"></a>
903
+ <a class="addthis_counter addthis_bubble_style"></a>
904
+ </div>
905
+
906
+ <script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
907
+ <!-- AddThis Button END -->
908
+ </div><p>
909
+ Luxurious Cave House in Historic City (14 Photos)<br />
910
+ <br />
911
+ 14 images...<br />
912
+ <br />
913
+ <a href="/index.php/Crazy-pics/luxurious-cave-house-in-historic-city-0810.html" alt="Luxurious Cave House in Historic City (14 Photos)" title="Read Article: Luxurious Cave House in Historic City (14 Photos)" ><img alt="Luxurious Cave House in Historic City (14 Photos)" src="http://imgsrv4.funzu.com/2012/10/Luxurious-Cave-House-in-Historic-City-001.jpg" title="Luxurious Cave House in Historic City (14 Photos)" /></a><br />
914
+ <br />
915
+ The Domus Civita is a house located on the top of the Etruscan tombs and caves in Italy. Originally built in XIV century, the owners have attempted to preserve all the natural beams, stone walls and floors while transforming this natural cave into a comfortable living space. The house has been fully restored, maintaining all historical value, and now boasts a heated pool and wine cellar.<br />
916
+  </p>
917
+ <div class="jcomments-links"><a class="readmore-link" href="/index.php/Crazy-pics/luxurious-cave-house-in-historic-city-0810.html" title="Luxurious Cave House in Historic City (14 Photos)">Read more...</a> <a href="/index.php/Crazy-pics/luxurious-cave-house-in-historic-city-0810.html#addcomments" class="comments-link">Add new comment</a> </div>
918
+ </div>
919
+
920
+
921
+
922
+
923
+ </article></div></div>
924
+
925
+ <div class="pagination"><strong>1</strong><a class="" href="/index.php/Page-2.html" title="2">2</a><a class="" href="/index.php/Page-3.html" title="3">3</a><a class="" href="/index.php/Page-4.html" title="4">4</a><a class="" href="/index.php/Page-5.html" title="5">5</a><a class="" href="/index.php/Page-6.html" title="6">6</a><a class="" href="/index.php/Page-7.html" title="7">7</a><a class="" href="/index.php/Page-8.html" title="8">8</a><a class="" href="/index.php/Page-9.html" title="9">9</a><a class="" href="/index.php/Page-10.html" title="10">10</a><a class="next" href="/index.php/Page-2.html" title="»">»</a><a class="last" href="/index.php/Page-56.html" title="End">End</a></div>
926
+ </div><!-- END: MODA_COMPONENT -->
927
+ </section>
928
+
929
+
930
+
931
+ </div>
932
+ <!-- maininner end -->
933
+
934
+ <aside id="sidebar-a" class="grid-box"><div class="grid-box width100 grid-v"><div class="module mod-box deepest">
935
+
936
+ <div align="center">
937
+ <script type="text/javascript"><!--
938
+ google_ad_client = "pub-3316995672032336";
939
+ /* 160x600, funzu left unit */
940
+ google_ad_slot = "4812325762";
941
+ google_ad_width = 160;
942
+ google_ad_height = 600;
943
+ //-->
944
+ </script>
945
+ <script type="text/javascript"
946
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
947
+ </script>
948
+ </div>
949
+ </div></div></aside>
950
+
951
+ <aside id="sidebar-b" class="grid-box"><div class="grid-box width100 grid-v"><div class="module mod-box deepest">
952
+
953
+ <div id="fb-root"></div>
954
+ <script>(function(d, s, id) {
955
+ var js, fjs = d.getElementsByTagName(s)[0];
956
+ if (d.getElementById(id)) return;
957
+ js = d.createElement(s); js.id = id;
958
+ js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=238026712933852";
959
+ fjs.parentNode.insertBefore(js, fjs);
960
+ }(document, 'script', 'facebook-jssdk'));</script>
961
+
962
+ <div class="fb-like-box" data-href="http://www.facebook.com/funzucom" data-width="170" data-height="70" data-show-faces="false" data-stream="false" data-header="true"></div>
963
+ </div></div><div class="grid-box width100 grid-v"><div class="module mod-color deepest">
964
+
965
+ <h3 class="module-title"><span class="icon icon-twitter"></span>Share Me</h3> <div align="center">
966
+ <!-- AddThis Button BEGIN -->
967
+ <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
968
+ <a class="addthis_button_preferred_1"></a>
969
+ <a class="addthis_button_compact"></a>
970
+ <a class="addthis_counter addthis_bubble_style"></a>
971
+ </div>
972
+ <script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
973
+ <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=kapson"></script>
974
+ <!-- AddThis Button END -->
975
+ </div>
976
+ </div></div><div class="grid-box width100 grid-v"><div class="module mod-box deepest">
977
+
978
+ <h3 class="module-title"><span class="icon icon-mail"></span>Subscribe</h3> <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Funzu', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="Funzu" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /></form>
979
+ </div></div><div class="grid-box width100 grid-v"><div class="module mod-transparent deepest">
980
+
981
+ <h3 class="module-title">Web Pals</h3> <ul class="menu menu-sidebar"/>
982
+ </div></div></aside>
983
+
984
+ </div>
985
+ <!-- main end -->
986
+
987
+
988
+
989
+ <footer id="footer" class="grid-block">
990
+
991
+ <a id="totop-scroller" href="#page"></a>
992
+
993
+ <div class="module deepest">
994
+
995
+ <ul class="menu menu-line"><li class="level1 item45"><a href="/index.php/Submit-Content/submit-content.html" class="level1"><span>Submit Content</span></a></li><li class="level1 item54"><a href="http://feeds.feedburner.com/funzu/" target="_blank" class="level1"><span>Feed</span></a></li><li class="level1 item77"><a href="mailto:funzu.com@gmail.com" class="level1"><span>Contact Us</span></a></li><li class="level1 item63"><a href="/index.php/Latest/disclaimer.html" class="level1"><span>Disclaimer</span></a></li></ul>
996
+ </div>
997
+ <div class="module deepest">
998
+
999
+ <div align="center"> </div><div align="center">Copyright © 2011 | www.funzu.com | All rights reserved</div><br><br><br>
1000
+ </div><script type="text/javascript">
1001
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
1002
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
1003
+ </script>
1004
+ <script type="text/javascript">
1005
+ try {
1006
+ var pageTracker = _gat._getTracker("UA-2071191-1");
1007
+ pageTracker._trackPageview();
1008
+ } catch(err) {}</script>
1009
+
1010
+ <script type="text/javascript">
1011
+ var infolink_pid = 52487;
1012
+ var infolink_wsid = 0;
1013
+ </script>
1014
+ <script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script>
1015
+ </footer>
1016
+
1017
+ </div>
1018
+
1019
+
1020
+ </div>
1021
+
1022
+ </body>
1023
+ </html>
forms/html/146.html ADDED
@@ -0,0 +1,1732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8" />
8
+ <!-- Head start -->
9
+ <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
10
+ <meta name="viewport" content="width=1024, user-scalable=1">
11
+ <meta name="format-detection" content="telephone=no">
12
+ <title>Купить Аккумулятор BL-44JN для LG C660, E400 Optimus L3, E510 Optimus Hub, E610 Optimus L5, E730 Optimus Sol, P690, P700 Optimus L7, P705 Optimus L7, P970 Optimus Black, (Li-ion 3.7V 1500mAh) (858993) с доставкой по Украине, гарантией - GSM комплект</title>
13
+ <meta name="description" content="Лучшая цена на Аккумулятор BL-44JN для LG C660, E400 Optimus L3, E510 Optimus Hub, E610 Optimus L5, E730 Optimus Sol, P690, P700 Optimus L7, P705 Optimus L7, P970 Optimus Black, (Li-ion 3.7V 1500mAh) (858993) в Украине, купить Аккумулятор BL-44JN для LG C660, E400 Optimus L3, E510 Optimus Hub, E610 Optimus L5, E730 Optimus Sol, P690, P700 Optimus L7, P705 Optimus L7, P970 Optimus Black, (Li-ion 3.7V 1500mAh) с доставкой и гарантией качества - интернет-магазин мобильных запчастей GSM комплект ☎ (061) 220-12-12">
14
+
15
+ <meta name='yandex-verification' content='4804d5ccf862102e' />
16
+ <meta name="google-site-verification" content="XfeNn3uUWgxyLygDzxws8j0gLGpClchcElhAHDnH3SE" />
17
+
18
+
19
+ <link href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/min.php?type=css&page=product" type="text/css" rel="stylesheet" />
20
+ <script src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/min.php?type=js&page=product"></script>
21
+
22
+
23
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/main.css" type="text/css" />
24
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/gsm.css" type="text/css" />
25
+
26
+
27
+ <script type="text/javascript" src="/published/SC/html/scripts/js/niftycube.js"></script>
28
+ <script type="text/javascript" src="/published/SC/html/scripts/js/jquery-latest.js"></script>
29
+ <script type="text/javascript" src="/published/SC/html/scripts/js/input_autocomplete.js"></script>
30
+ <script type="text/javascript" src="/published/SC/html/scripts/js/jquery.autocomplete.js"></script>
31
+
32
+
33
+ <!-- Head end -->
34
+
35
+ <base href="http://gsm-komplekt.com/" />
36
+
37
+ <script type="text/javascript">
38
+ var WAROOT_URL = 'http://gsm-komplekt.com/'; </script>
39
+
40
+
41
+ <link rel="stylesheet" href="/published/SC/html/scripts/css/general.css" type="text/css" />
42
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/overridestyles.css" type="text/css" />
43
+
44
+ <script type="text/javascript" src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/head.js"></script>
45
+
46
+ <script type="text/javascript" src="/published/SC/html/scripts/js/functions.js"></script>
47
+ <script type="text/javascript" src="/published/SC/html/scripts/js/behavior.js"></script>
48
+ <script type="text/javascript" src="/published/SC/html/scripts/js/widget_checkout.js"></script>
49
+ <script type="text/javascript" src="/published/SC/html/scripts/js/frame.js"></script>
50
+ <script type="text/javascript">
51
+ <!--
52
+
53
+ var defaultCurrency = {
54
+ display_template: '{value} грн',
55
+ decimal_places: '1',
56
+ decimal_symbol: '.',
57
+ thousands_delimiter: '',
58
+ getView: function (price){return this.display_template.replace(/\{value\}/, number_format(price, this.decimal_places, this.decimal_symbol, this.thousands_delimiter));}
59
+ };
60
+
61
+
62
+ var ORIG_URL = 'http://gsm-komplekt.com/';
63
+ var ORIG_LANG_URL = '/';
64
+ window.currDispTemplate = defaultCurrency.display_template;
65
+ var translate = {};
66
+ translate.cnfrm_unsubscribe = 'Вы уверены, что хотите удалить вашу учетную запись в магазине?';
67
+ translate.err_input_email = 'Введите правильный электронный адрес';
68
+ translate.err_input_nickname = 'Пожалуйста, введите Ваш псевдоним';
69
+ translate.err_input_message_subject = 'Пожалуйста, введите тему сообщения';
70
+ translate.err_input_price = 'Цена должна быть положительным числом';
71
+
72
+
73
+ function position_this_window(){
74
+ var x = (screen.availWidth - 600) / 2;
75
+ window.resizeTo(600, screen.availHeight - 100);
76
+ window.moveTo(Math.floor(x),50);
77
+ }
78
+
79
+
80
+ //-->
81
+ </script>
82
+ </head>
83
+
84
+ <body data-page="product" >
85
+
86
+ <!-- BODY -->
87
+ <div data-role="body">
88
+
89
+ <!-- HEAD -->
90
+ <header role="banner">
91
+
92
+ <div class="layout">
93
+
94
+ <div class="role-complementary aside-right">
95
+ <!-- cpt_container_start -->
96
+
97
+ <div class="cpt_shopping_cart_info">
98
+
99
+ <div id="gkbascet">
100
+
101
+ <dl>
102
+ <dt><i class="icons user"></i>
103
+ <a href="/auth/">
104
+ <span>Войти в личный кабинет</span>
105
+ </a>
106
+ </dt>
107
+ <dd>
108
+ <div id="shpcrtgc" class="gk-empty">Начни совершать покупки прямо сейчас!</div>
109
+ <div id="shpcrtca">&nbsp;</div>
110
+ </dd>
111
+ <dt>
112
+ <a class="gkbutton hndl_proceed_checkout" rel="nofollow" href="/cart/">
113
+ Оформить заказ
114
+ </a>
115
+ </dt>
116
+ </dl>
117
+
118
+ </div>
119
+ </div>
120
+
121
+ <!-- cpt_container_end -->
122
+ </div>
123
+
124
+
125
+ <div class="role-complementary aside-left">
126
+ <!-- cpt_container_start -->
127
+
128
+ <div class="cpt_logo"><a href="/" title="Интернет магазин «GSM комплект»">
129
+ <img src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/images/logo.png" alt="Запчасти для мобильных телефонов – Интернет магазин «GSM комплект»" />
130
+ </a></div>
131
+
132
+ <!-- cpt_container_end -->
133
+
134
+ <div class="cpt_logo_slogan">
135
+ <p class="h1 logo"><a href="/">Запчасти для мобильных телефонов</a></p>
136
+ </div>
137
+ </div>
138
+
139
+
140
+ <div class="role-main">
141
+ <!-- cpt_container_start -->
142
+ <div id="gsm-kontakts">
143
+
144
+ <div class="cpt_custom_html"><div class="gsm-contacts stretch">
145
+ <dl title="Запчасти, комплектующие">
146
+ <dt class="gsm_deportament">Запчасти, комплектующие</dt>
147
+ <dd>
148
+ <ul class="duble">
149
+ <li class="gsm_fone kievstar">(067) 1-622-622</li>
150
+ <li class="gsm_fone mts">(066) 580-09-09</li>
151
+ <li class="gsm_fone life">(093) 445-07-07</li>
152
+ <li class="gsm_fone">(061) 220-12-12</li>
153
+ </ul>
154
+ </dd>
155
+ </dl>
156
+
157
+ <dl title="Инструмент, оборудование">
158
+ <dt class="gsm_deportament">Инструмент, оборудование</dt>
159
+ <dd>
160
+ <ul>
161
+ <li class="gsm_fone kievstar">(098) 0-311-312</li>
162
+ <li class="gsm_fone mts">(066) 377-75-70</li>
163
+ <li class="gsm_fone life">(063) 295-47-47</li>
164
+ <li class="gsm_fone">(061) 220-12-12</li>
165
+ </ul>
166
+ </dd>
167
+
168
+ </dl>
169
+
170
+ <dl>
171
+ <dd id="gsm_work_time">
172
+ <ul>
173
+ <li>Режим работы:</li>
174
+ <li id="work_time">с 8:30 до 17:00</li>
175
+ <li id="work_time">Без выходных.</li>
176
+ </ul>
177
+ </dd>
178
+ <dt><!-- --></dt>
179
+ <dt id="work_site">Заказ на сайте можно оформить круглосуточно</dt>
180
+ <a href="mailto:%67%73m%2e%6b%6f%6d%70l%65%6b%74@g%6d%61%69%6c.%63o%6d" id="gsm_email"><span>gsm.komplekt@gmail.com</span></a>
181
+ </dl>
182
+ </div></div>
183
+
184
+ </div>
185
+ <!-- cpt_container_end -->
186
+ </div>
187
+
188
+ </div>
189
+
190
+ <nav class="gk-secondary-menu">
191
+ <!-- cpt_container_start -->
192
+
193
+ <div class="cpt_divisions_navigation"><ul class="horizontal"><li><a href="/">Главная страница</a></li><li><a href="/auxpage_1/">Гарантии</a></li><li><a href="/auxpage_4/">Контакты</a></li><li><a href="/auxpage_2/">Оплата и доставка</a></li><li><a href="/order_status/">Статус заказа</a></li><li><a href="/auxpage_7/">Статьи</a></li></ul></div>
194
+
195
+
196
+ <div class="cpt_product_search">
197
+ <form action="/search/" method="get" id="gsm_produkt_search">
198
+ <input type="text" id="searchstring" name="searchstring" value='' placeholder="Поиск по сайту" required="required" title="Поиск товаров" class="input_message" >
199
+
200
+ <button type="submit" class="gkbutton yellow search" id="searchbotton" >
201
+ <i class="icons">Искать</i>
202
+ </button>
203
+ <!-- <img src="/published/publicdata/GSM1/attachments/SC/images/search_botton.png" style="behavior: url(/published/SC/html/scripts/images_common/iepngfix.htc) "> -->
204
+ <br style="clear: both" />
205
+ </form></div>
206
+
207
+ <!-- cpt_container_end -->
208
+ </nav>
209
+
210
+ </header>
211
+ <!-- END HEAD -->
212
+
213
+
214
+ <div class="layout" data-role="main-layout">
215
+
216
+
217
+
218
+
219
+ <!-- LEFT -->
220
+ <aside role="complementary" class="aside-left">
221
+
222
+ <!-- cpt_container_start -->
223
+ <div class="cpt_category_tree"><div class="gk-aside-block">
224
+ <div class="gk-aside-block-bg"></div>
225
+
226
+ <div class="cpt_custom_html">
227
+ <div class="col_header first">Каталог</div></div>
228
+
229
+
230
+
231
+
232
+
233
+ <nav role="navigation">
234
+
235
+ <ul>
236
+
237
+
238
+
239
+
240
+ <li class="parent">
241
+
242
+
243
+ <a href='/category/korpusy-chasti-korpusa/'>
244
+ <i></i><span>Аксессуары для телефонов и планшетов</span>
245
+ </a>
246
+
247
+
248
+
249
+ </li>
250
+
251
+
252
+
253
+ <li class="parent">
254
+
255
+
256
+ <a href='/category/zapchasti-dlja-apple-ipad/'>
257
+ <i></i><span>Запчасти Apple</span>
258
+ </a>
259
+
260
+
261
+
262
+ </li>
263
+
264
+
265
+
266
+ <li class="parent">
267
+
268
+
269
+ <a href='/category/zapchasti-fly/'>
270
+ <i></i><span>Запчасти Fly</span>
271
+ </a>
272
+
273
+
274
+
275
+ </li>
276
+
277
+
278
+
279
+ <li class="parent">
280
+
281
+
282
+ <a href='/category/zapchasti-htc/'>
283
+ <i></i><span>Запчасти HTC</span>
284
+ </a>
285
+
286
+
287
+
288
+ </li>
289
+
290
+
291
+
292
+ <li class="parent">
293
+
294
+
295
+ <a href='/category/zapchasti-huawei/'>
296
+ <i></i><span>Запчасти Huawei</span>
297
+ </a>
298
+
299
+
300
+
301
+ </li>
302
+
303
+
304
+
305
+ <li class="parent">
306
+
307
+
308
+ <a href='/category/zapchasti-lenovo/'>
309
+ <i></i><span>Запчасти Lenovo</span>
310
+ </a>
311
+
312
+
313
+
314
+ </li>
315
+
316
+
317
+
318
+ <li class="parent current">
319
+
320
+
321
+ <a href='/category/zapchasti-lg/'>
322
+ <i></i><span>Запчасти LG</span>
323
+ </a>
324
+
325
+ <ul>
326
+
327
+ </li>
328
+
329
+
330
+
331
+ <li class="child current">
332
+
333
+
334
+ <a href='/category/akkumuljatory-dlja-lg/'>
335
+ <i></i><span>Аккумуляторы для LG</span>
336
+ </a>
337
+
338
+
339
+
340
+ </li>
341
+
342
+
343
+
344
+ <li class="child">
345
+
346
+
347
+ <a href='/category/antenny-dlja-telefonov-lg/'>
348
+ <i></i><span>Антенны для телефонов LG</span>
349
+ </a>
350
+
351
+
352
+
353
+ </li>
354
+
355
+
356
+
357
+ <li class="child">
358
+
359
+
360
+ <a href='/category/dinamiki-zvonki-dlja-lg/'>
361
+ <i></i><span>Динамики + Звонки для LG</span>
362
+ </a>
363
+
364
+
365
+
366
+ </li>
367
+
368
+
369
+
370
+ <li class="child">
371
+
372
+
373
+ <a href='/category/dinamiki-dlja-lg/'>
374
+ <i></i><span>Динамики для LG</span>
375
+ </a>
376
+
377
+
378
+
379
+ </li>
380
+
381
+
382
+
383
+ <li class="child">
384
+
385
+
386
+ <a href='/category/djsplei-dlja-lg/'>
387
+ <i></i><span>Дисплеи LG</span>
388
+ </a>
389
+
390
+
391
+
392
+ </li>
393
+
394
+
395
+
396
+ <li class="child">
397
+
398
+
399
+ <a href='/category/zarjadnye-ustrojstva-dlja-lg/'>
400
+ <i></i><span>Зарядные устройства для LG</span>
401
+ </a>
402
+
403
+
404
+
405
+ </li>
406
+
407
+
408
+
409
+ <li class="child">
410
+
411
+
412
+ <a href='/category/zvonki-dlja-lg/'>
413
+ <i></i><span>Звонки для LG</span>
414
+ </a>
415
+
416
+
417
+
418
+ </li>
419
+
420
+
421
+
422
+ <li class="child">
423
+
424
+
425
+ <a href='/category/kamery-dlja-lg/'>
426
+ <i></i><span>Камеры для LG</span>
427
+ </a>
428
+
429
+
430
+
431
+ </li>
432
+
433
+
434
+
435
+ <li class="child">
436
+
437
+
438
+ <a href='/category/klaviaturnyj-modul-dlja-lg/'>
439
+ <i></i><span>Клавиатурный модуль для LG</span>
440
+ </a>
441
+
442
+
443
+
444
+ </li>
445
+
446
+
447
+
448
+ <li class="child">
449
+
450
+
451
+ <a href='/category/konnektor-handsfree-dlja-lg/'>
452
+ <i></i><span>Коннектор handsfree для LG</span>
453
+ </a>
454
+
455
+
456
+
457
+ </li>
458
+
459
+
460
+
461
+ <li class="child">
462
+
463
+
464
+ <a href='/category/konnektor-zarjadki-dlja-lg/'>
465
+ <i></i><span>Коннектор зарядки для LG</span>
466
+ </a>
467
+
468
+
469
+
470
+ </li>
471
+
472
+
473
+
474
+ <li class="child">
475
+
476
+
477
+ <a href='/category/konnektory-sim-karty-lg/'>
478
+ <i></i><span>Коннекторы SIM и карт памяти LG</span>
479
+ </a>
480
+
481
+
482
+
483
+ </li>
484
+
485
+
486
+
487
+ <li class="child">
488
+
489
+
490
+ <a href='/category/korpusa-lg/'>
491
+ <i></i><span>Корпуса LG</span>
492
+ </a>
493
+
494
+
495
+
496
+ </li>
497
+
498
+
499
+
500
+ <li class="child">
501
+
502
+
503
+ <a href='/category/mikrofony-dlja-lg/'>
504
+ <i></i><span>Микрофоны для LG</span>
505
+ </a>
506
+
507
+
508
+
509
+ </li>
510
+
511
+
512
+
513
+ <li class="child">
514
+
515
+
516
+ <a href='/category/sensornyj-ekran-dlja-lg/'>
517
+ <i></i><span>Сенсорный экран для LG</span>
518
+ </a>
519
+
520
+
521
+
522
+ </li>
523
+
524
+
525
+
526
+ <li class="child">
527
+
528
+
529
+ <a href='/category/shlejfy-dlja-lg/'>
530
+ <i></i><span>Шлейфы для LG</span>
531
+ </a>
532
+
533
+
534
+ </ul>
535
+ </li>
536
+
537
+
538
+
539
+ <li class="parent">
540
+
541
+
542
+ <a href='/category/zapchasti-motorola/'>
543
+ <i></i><span>Запчасти Motorola</span>
544
+ </a>
545
+
546
+
547
+
548
+ </li>
549
+
550
+
551
+
552
+ <li class="parent">
553
+
554
+
555
+ <a href='/category/zapchasti-nokia/'>
556
+ <i></i><span>Запчасти Nokia</span>
557
+ </a>
558
+
559
+
560
+
561
+ </li>
562
+
563
+
564
+
565
+ <li class="parent">
566
+
567
+
568
+ <a href='/category/zapchasti-samsung/'>
569
+ <i></i><span>Запчасти Samsung</span>
570
+ </a>
571
+
572
+
573
+
574
+ </li>
575
+
576
+
577
+
578
+ <li class="parent">
579
+
580
+
581
+ <a href='/category/zapchasti-sony-sonyericsson/'>
582
+ <i></i><span>Запчасти Sony, SonyEricsson</span>
583
+ </a>
584
+
585
+
586
+
587
+ </li>
588
+
589
+
590
+
591
+ <li class="parent">
592
+
593
+
594
+ <a href='/category/zapchasti-dlja-zte/'>
595
+ <i></i><span>Запчасти для ZTE</span>
596
+ </a>
597
+
598
+
599
+
600
+ </li>
601
+
602
+
603
+
604
+ <li class="parent">
605
+
606
+
607
+ <a href='/category/2006/'>
608
+ <i></i><span>Запчасти для ноутбуков</span>
609
+ </a>
610
+
611
+
612
+
613
+ </li>
614
+
615
+
616
+
617
+ <li class="parent">
618
+
619
+
620
+ <a href='/category/zapchasti-dlja-planshetov/'>
621
+ <i></i><span>Запчасти для планшетов</span>
622
+ </a>
623
+
624
+
625
+
626
+ </li>
627
+
628
+
629
+
630
+ <li class="parent">
631
+
632
+
633
+ <a href='/category/zapchasti-dlja-mobilnyh-telefonov/'>
634
+ <i></i><span>Запчасти других марок мобильных телефонов</span>
635
+ </a>
636
+
637
+
638
+
639
+ </li>
640
+
641
+
642
+
643
+ <li class="parent">
644
+
645
+
646
+ <a href='/category/zapchasti-dlja-cifrovyh-fotoapparatov-i-videokamer/'>
647
+ <i></i><span>Запчасти фотоаппаратов и видеокамер</span>
648
+ </a>
649
+
650
+
651
+
652
+ </li>
653
+
654
+
655
+
656
+ <li class="parent">
657
+
658
+
659
+ <a href='/category/skotchi-lenty-zashitnye-plenki/'>
660
+ <i></i><span>Двухсторонние скотчи, изоленты, защитные пленки для ремонта</span>
661
+ </a>
662
+
663
+
664
+
665
+ </li>
666
+
667
+
668
+
669
+ <li class="parent">
670
+
671
+
672
+ <a href='/category/zapchasti-dlja-igrovyh-pristavok-play-station-portable/'>
673
+ <i></i><span>Запчасти для игровых приставок Play Station Portable</span>
674
+ </a>
675
+
676
+
677
+
678
+ </li>
679
+
680
+
681
+
682
+ <li class="parent">
683
+
684
+
685
+ <a href='/category/zapchasti-dlja-gps-navigatorov/'>
686
+ <i></i><span>Запчасти для GPS навигаторов</span>
687
+ </a>
688
+
689
+
690
+
691
+ </li>
692
+
693
+
694
+
695
+ <li class="parent">
696
+
697
+
698
+ <a href='/category/izmeritelnye-pribory/'>
699
+ <i></i><span>Измерительные приборы</span>
700
+ </a>
701
+
702
+
703
+
704
+ </li>
705
+
706
+
707
+
708
+ <li class="parent">
709
+
710
+
711
+ <a href='/category/instrument/'>
712
+ <i></i><span>Инструмент для ремонта</span>
713
+ </a>
714
+
715
+
716
+
717
+ </li>
718
+
719
+
720
+
721
+ <li class="parent">
722
+
723
+
724
+ <a href='/category/oborudovanie-dlja-remonta/'>
725
+ <i></i><span>Оборудование для ремонта</span>
726
+ </a>
727
+
728
+
729
+
730
+ </li>
731
+
732
+
733
+
734
+ <li class="parent">
735
+
736
+
737
+ <a href='/category/himija-i-rashodnye-materialy/'>
738
+ <i></i><span>Химия и Расходные материалы</span>
739
+ </a>
740
+
741
+
742
+
743
+ </li>
744
+
745
+
746
+
747
+ <li class="parent">
748
+
749
+
750
+ <a href='/category/gsm-produkty/'>
751
+ <i></i><span>Оборудование для прошивки мобильных телефонов</span>
752
+ </a>
753
+
754
+
755
+
756
+ </li>
757
+
758
+
759
+
760
+ <li class="parent">
761
+
762
+
763
+ <a href='/category/svetodiodnye-lenty-kontrollery-aksessuary/'>
764
+ <i></i><span>Светодиодное освещение</span>
765
+ </a>
766
+
767
+
768
+
769
+ </li>
770
+
771
+
772
+
773
+ <li class="parent">
774
+
775
+
776
+ <a href='/category/zapchasti-dlja-avtosignalizacij/'>
777
+ <i></i><span>Запчасти для автосигнализаций</span>
778
+ </a>
779
+
780
+
781
+
782
+ </li>
783
+
784
+
785
+
786
+ <li class="parent">
787
+
788
+
789
+ <a href='/category/razborka/'>
790
+ <i></i><span>Разборка</span>
791
+ </a>
792
+
793
+
794
+
795
+ </li>
796
+
797
+
798
+
799
+ <li class="parent">
800
+
801
+
802
+ <a href='/category/arhivnye-tovary/'>
803
+ <i></i><span>Архивные товары</span>
804
+ </a>
805
+
806
+
807
+ </ul>
808
+ </li>
809
+
810
+ </ul>
811
+
812
+ </nav>
813
+ </div></div>
814
+ <!-- cpt_container_end -->
815
+
816
+ <div class="gk-price">
817
+ <img src="/published/publicdata/GSM1/attachments/SC/images/excel.png" title="Скачать прайс-лист" alt="Скачать прайс-лист" id="price_img" />
818
+ <a href="/gsm-komplekt.xls" title="Скачать прайс-лист" class="gkbutton yellow">
819
+ <span>Скачать прайс-лист</span>
820
+ </a>
821
+ <span style="clear: both"><!-- --></span>
822
+ </div>
823
+
824
+ <div class="gk-aside-block">
825
+ <div class="gk-aside-block-bg"></div>
826
+ <!-- cpt_container_start -->
827
+ <div class="cpt_custom_html"><div class="col_header first">РАСПРОДАЖА</div></div>
828
+
829
+ <div class="cpt_product_lists"><div class="gsm_product_list stretch">
830
+
831
+
832
+ <dl class="gsm_rasp">
833
+ <dd>
834
+
835
+
836
+
837
+
838
+ <a href="/product/11312/">
839
+ <img src="/published/publicdata/GSM1/attachments/SC/products_pictures/shleyf_dlya_mobilnogo_telefona_samsung_e1150_original_mezhplatniy_s_komponentami_gh5908429a_thm.jpeg" alt="Шлейф для мобильного телефона Samsung E1150, оригинал, межплатный, с компонентами, (GH59-08429A)" />
840
+ </a>
841
+ </dd>
842
+ <dt>
843
+ <a href="/product/11312/">Шлейф для мобильного телефона Samsung E1150, оригинал, межплатный, с компонентами, (GH59-08429A)</a>
844
+ </dt>
845
+
846
+ <dt class="totalPrice">
847
+ 86.0 грн
848
+
849
+ <div class="gsm-in-stock">
850
+
851
+ <p class="in-stock">Есть в наличии</p>
852
+ </div>
853
+
854
+ </dt>
855
+
856
+ </dl>
857
+
858
+
859
+ <dl class="gsm_rasp">
860
+ <dd>
861
+
862
+
863
+
864
+
865
+ <a href="/product/24633/">
866
+ <img src="/published/publicdata/GSM1/attachments/SC/products_pictures/shleyf_dlya_samsung_e1190_e1195_mezhplatniy_s_komponentamifr_thm.jpeg" alt="Шлейф для мобильных телефонов Samsung E1190, E1195, межплатный, оригинал" />
867
+ </a>
868
+ </dd>
869
+ <dt>
870
+ <a href="/product/24633/">Шлейф для мобильных телефонов Samsung E1190, E1195, межплатный, оригинал</a>
871
+ </dt>
872
+
873
+ <dt class="totalPrice">
874
+ 144.0 грн
875
+
876
+ <div class="gsm-in-stock">
877
+
878
+ <p class="in-stock">Есть в наличии</p>
879
+ </div>
880
+
881
+ </dt>
882
+
883
+ </dl>
884
+
885
+ </div></div>
886
+ <!-- cpt_container_end -->
887
+ </div>
888
+
889
+ </aside>
890
+ <!-- END LEFT -->
891
+
892
+
893
+
894
+ <!-- CONTENT -->
895
+ <div role="main">
896
+
897
+
898
+ <section class="content">
899
+ <!-- cpt_container_start -->
900
+
901
+ <div class="cpt_maincontent"><script type="text/javascript" src="/published/SC/html/scripts/js/product_detailed.js"></script>
902
+ <form rel="30317" action='/product/30317/' method="post">
903
+ <input name="productID" value="30317" type="hidden" >
904
+ <input class="product_price" value="253" type="hidden" >
905
+ <input class="product_list_price" value="0" type="hidden" >
906
+
907
+
908
+
909
+
910
+ <div class="cpt_product_category_info"><div class="clearfix" id="cat_path">
911
+
912
+ <div id="breadcrumbs" class="breadcrumbs">
913
+
914
+ <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
915
+ <a itemprop="url" href="/">
916
+ <span itemprop="title">Главная</span>
917
+ </a>
918
+ </div>
919
+ &nbsp;&raquo;
920
+
921
+ <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
922
+ <a itemprop="url" href='/category/zapchasti-lg/'>
923
+ <span itemprop="title">Запчасти LG</span>
924
+ </a>
925
+ </div>
926
+ &nbsp;&raquo; <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
927
+ <a itemprop="url" href='/category/akkumuljatory-dlja-lg/'>
928
+ <span itemprop="title">Аккумуляторы для LG</span>
929
+ </a>
930
+ </div>
931
+ </div>
932
+
933
+ </div>
934
+
935
+
936
+ </div>
937
+
938
+ <div class="product-wrap" itemscope itemtype="http://schema.org/Product">
939
+
940
+ <div class="cat-title">
941
+ <!-- cpt_container_start -->
942
+ <div class="cpt_product_name">
943
+ <h1 itemprop="name">Аккумулятор BL-44JN для LG C660, E400 Optimus L3, E510 Optimus Hub, E610 Optimus L5, E730 Optimus Sol, P690, P700 Optimus L7, P705 Optimus L7, P970 Optimus Black, (Li-ion 3.7V 1500mAh)</h1>
944
+
945
+ </div>
946
+ <!-- cpt_container_end -->
947
+ </div>
948
+
949
+ <div class="product-main-blick">
950
+
951
+ <dl class="product-info-block">
952
+ <dd>
953
+ <i class="icons idelev">&nbsp;</i>
954
+ <a href="/auxpage_dostavka/" class="lighted">Доставка</a>
955
+ <em>Доставим в любой уголок Украины</em>
956
+ </dd>
957
+ <dd>
958
+ <i class="icons iretrun">&nbsp;</i>
959
+ <a href="/auxpage_oplata/" class="lighted">Оплата</a><br/>
960
+ <em>Способы оплаты</em>
961
+ </dd>
962
+ <dd>
963
+ <i class="icons igarant">&nbsp;</i>
964
+ <a href="/auxpage_1/" class="lighted">Гарантии</a>
965
+ <em>Гарантия дается от магазина</em>
966
+ </dd>
967
+ <dd>
968
+ <i class="icons iwhat">&nbsp;</i>
969
+ <a href="/auxpage_kak-kupit/" class="lighted">Как оформить заказ</a>
970
+ <em>Пошаговая инструкция</em>
971
+ </dd>
972
+ </dl>
973
+
974
+ <div class="cpt_product_images_wrap">
975
+ <!-- cpt_container_start -->
976
+
977
+ <div class="cpt_product_images"> <link rel="stylesheet" href="/published/SC/html/scripts/3rdparty/highslide/highslide.css" type="text/css" />
978
+ <script type="text/javascript" src="/published/SC/html/scripts/3rdparty/highslide/highslide.js"></script>
979
+ <script type="text/javascript">
980
+ hs.graphicsDir = '/published/SC/html/scripts/3rdparty/highslide/graphics/';
981
+ hs.registerOverlay(
982
+ {
983
+ thumbnailId: null,
984
+ overlayId: 'controlbar',
985
+ position: 'top right',
986
+ hideOnMouseOut: true
987
+ }
988
+ );
989
+ hs.outlineType = 'rounded-white';
990
+ </script>
991
+
992
+ <div style="text-align:center;">
993
+
994
+
995
+
996
+
997
+
998
+
999
+ <a name="anch_current_picture"></a>
1000
+ <div>
1001
+
1002
+ <a target="_blank" onclick="return hs.expand(this)" href='/published/publicdata/GSM1/attachments/SC/products_pictures/akkumulyator_bl44jn_dlya_lg_c660_e400_optimus_l3_e510_optimus_hub_e610_optimus_l5_e730_optimus_sol_p690_p700_optimus_l7_p705_optimus_l7_enl.jpeg' img_width="646" img_height="880">
1003
+ <img id='img-current_picture' border='0' src="/published/publicdata/GSM1/attachments/SC/products_pictures/akkumulyator_bl44jn_dlya_lg_c660_e400_optimus_l3_e510_optimus_hub_e610_optimus_l5_e730_optimus_sol_p690_p700_optimus_l7_p705_optimus_l7.jpeg" alt="Аккумулятор BL-44JN для LG C660, E400 Optimus L3, E510 Optimus Hub, E610 Optimus L5, E730 Optimus Sol, P690, P700 Optimus L7, P705 Optimus L7, P970 Optimus Black, (Li-ion 3.7V 1500mAh)" >
1004
+ </a>
1005
+
1006
+ <!-- MAGNIFY -->
1007
+ <a target="_blank" onclick="return hs.expand(this)" href='/published/publicdata/GSM1/attachments/SC/products_pictures/akkumulyator_bl44jn_dlya_lg_c660_e400_optimus_l3_e510_optimus_hub_e610_optimus_l5_e730_optimus_sol_p690_p700_optimus_l7_p705_optimus_l7_enl.jpeg' img_width="646" img_height="880" style="display: block; margin-top: 5px;">
1008
+ <img src="../published/publicdata/GSM1/attachments/SC/images/magnify.png" width="32" height="32" border="0" style="clear: both" >
1009
+ </a>
1010
+ <!-- -->
1011
+ </div>
1012
+
1013
+ </div>
1014
+
1015
+
1016
+
1017
+ <div id="controlbar" class="highslide-overlay controlbar">
1018
+ <a href="#" class="previous" onclick="return hs.previous(this)"></a>
1019
+ <a href="#" class="next" onclick="return hs.next(this)"></a>
1020
+ <a href="#" class="close" onclick="return hs.close(this)"></a>
1021
+ </div>
1022
+ </div>
1023
+
1024
+ <!-- cpt_container_end -->
1025
+ </div>
1026
+
1027
+
1028
+ <div class="cpt_product_desc">
1029
+
1030
+ <!-- cpt_container_start -->
1031
+
1032
+ <div class="cpt_product_price">
1033
+ <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
1034
+
1035
+
1036
+ <div class="price-title"> Цена : &nbsp;</div>
1037
+
1038
+
1039
+ <meta content="UAN" itemprop="priceCurrency">
1040
+ <span content="253" itemprop="price" class="totalPrice ">253.0 грн</span>
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+ <div class="aricle">
1047
+ <span class="productCodeLabel">Код:&nbsp;</span>
1048
+ <span class="productCode"><i itemprop="availability" href="http://schema.org/InStock">96133</i></span>
1049
+ </div>
1050
+
1051
+
1052
+ </div>
1053
+
1054
+
1055
+ <div class="gsm-in-stock">
1056
+
1057
+ <p class="in-stock">Есть в наличии</p>
1058
+ </div>
1059
+
1060
+
1061
+
1062
+
1063
+ </div>
1064
+
1065
+
1066
+ <div class="cpt_product_add2cart_button">
1067
+
1068
+
1069
+ <div class="product_info_group">
1070
+
1071
+
1072
+ <div class="label_input">
1073
+ <label for="product_qty">Добавить:</label>
1074
+ <input name="product_qty" id="product_qty" class="product_qty" type="text" maxlength="3" default_value="1" value="1" style="text-align: center" />
1075
+ </div>
1076
+
1077
+ <div class="prtbref_add2cart prdbrief_add2cart">
1078
+ <input class="gsmbuttons" name='add2cart'
1079
+
1080
+ type="submit" value="" alt="добавить в корзину"
1081
+
1082
+ title="добавить в корзину"
1083
+
1084
+ class="add2cart_handler" rel=""
1085
+
1086
+ />
1087
+ </div>
1088
+
1089
+
1090
+ </div>
1091
+
1092
+ </div>
1093
+
1094
+
1095
+ <div class="cpt_order_by_phone"><link href="/published/SC/html/scripts/css/gsm/checkout.css" type="text/css" rel="stylesheet" />
1096
+ <link href="/published/SC/html/scripts/css/gsm/modal.css" type="text/css" rel="stylesheet" />
1097
+
1098
+
1099
+ <script src="/published/SC/html/scripts/js/gsm/httprequest.js" type="text/javascript"></script>
1100
+ <script src="/published/SC/html/scripts/js/gsm/checkout.js" type="text/javascript"></script>
1101
+ <script src="/published/SC/html/scripts/js/gsm/modal.js" type="text/javascript"></script>
1102
+ <script src="/published/SC/html/scripts/js/gsm/orderbyphone.js" type="text/javascript"></script>
1103
+
1104
+ <div id="orderByPhoneBlock" class="product_info_group">
1105
+
1106
+ <input onclick="Modal('phonebyorder')" name="orderByPhone" id="orderByPhone" type="button" value="Быстрый заказ" alt="Быстрый заказ" title="Быстрый заказ" class="gsmbuttons gkbutton grey" />
1107
+ </div>
1108
+
1109
+
1110
+ <div id="phonebyorder">
1111
+
1112
+
1113
+ <div class="hint">
1114
+ Для оформления заказа по телефону Вам необходимо указать Ваши ФИО и номер мобильного телефона. После чего с Вами свяжеться наш менеджер по указаному Вами номеру телефона.
1115
+ </div>
1116
+
1117
+ <div class="wrapper_field">
1118
+ <label>Фио.<span class="required">*</span></label>
1119
+ <input type="text" name="fio" id="fio" value="" onfocus="OrderByPhone.check( this )" placeholder="Фамилия Имя Отчество" maxlength="50" class="required notvalid" rel="fio" />
1120
+ </div>
1121
+
1122
+ <div class="wrapper_field">
1123
+ <label>Телефон.<span class="required">*</span></label>
1124
+ <input type="text" name="order_by_phone" id="order_by_phone" onfocus="OrderByPhone.check( this )" placeholder="Номер Вашего телефона" rel="order_by_phone" class="required notvalid" value="" />
1125
+ </div>
1126
+
1127
+ <div class="wrapper_button">
1128
+ <em id="orderByPhoneError">&nbsp;</em>
1129
+ <button type="button" class="gkbutton yellow" name="gobyorderphone" value="true" onclick="OrderByPhone.send()">Оформить</button>
1130
+ </div>
1131
+
1132
+ </div></div>
1133
+
1134
+ <!-- cpt_container_end -->
1135
+ </div>
1136
+
1137
+ </div>
1138
+ <div style="clear: both">&nbsp;</div>
1139
+ </div>
1140
+
1141
+ <div class="share42init" style="margin-left: 2%"></div>
1142
+ <script type="text/javascript" src="/published/publicdata/GSM1/attachments/SC/share42/share42.js"></script>
1143
+
1144
+
1145
+
1146
+ <div class="bookmarks-area">
1147
+ <ul data-count="2">
1148
+
1149
+ <li>
1150
+ <a name="tab-1" title="Описание" href="#tab-1" class="tab active ">Описание</a>
1151
+ </li>
1152
+
1153
+ <li>
1154
+ <a name="tab-2" title="Рекомендуем посмотреть" href="#tab-2" class="tab ">Рекомендуем посмотреть</a>
1155
+ </li>
1156
+
1157
+ </ul>
1158
+
1159
+
1160
+
1161
+ <div id="tab-1" class="tab-content active ">
1162
+ <!-- cpt_container_start -->
1163
+ <div class="cpt_product_description"><div itemprop="name">
1164
+ <p>Аккумулятор (акб, батарея) BL-44JN для мобильного телефона LG C660, E400 Optimus L3, E510 Optimus Hub, E610 Optimus L5, E730 Optimus Sol, P690, P700 Optimus L7, P705 Optimus L7, P970 Optimus Black, (Li-ion 3.7V 1500mAh)</p>
1165
+
1166
+ </div></div>
1167
+ <!-- cpt_container_end -->
1168
+ </div>
1169
+
1170
+
1171
+
1172
+ <div id="tab-2" class="tab-content ">
1173
+ <!-- cpt_container_start -->
1174
+ <div class="cpt_product_related_products">
1175
+ <!-- <p class="block-name">Рекомендуем посмотреть</p> -->
1176
+
1177
+ <div class="stretch">
1178
+ <div class="gsm_related_product">
1179
+ <dl>
1180
+
1181
+ <dd class="related_product_img">
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ <a href='/product/8721/' title="Жало ProsKit 9SS-201-T для паяльной станции ProsKit SS-201/SS-201E ">
1189
+ <img src="../published/publicdata/GSM1/attachments/SC/products_pictures/nophoto.png" alt="Жало ProsKit 9SS-201-T для паяльной станции ProsKit SS-201/SS-201E " />
1190
+ </a>
1191
+
1192
+ </dd>
1193
+
1194
+ <dd class="related_product_name">
1195
+ <a href='/product/8721/' title="Жало ProsKit 9SS-201-T для паяльной станции ProsKit SS-201/SS-201E ">
1196
+ Жало ProsKit 9SS-201-T для паяльной станции ProsKit SS-201/SS-201E
1197
+ </a>
1198
+ </dd>
1199
+
1200
+
1201
+ <dt class="totalPrice prtbref_expected" title="Купить Жало ProsKit 9SS-201-T для паяльной станции ProsKit SS-201/SS-201E ">&nbsp;</dt>
1202
+ <dt class="gk-button">
1203
+ <a class="gkbutton yellow" href='/product/8721/' title="Жало ProsKit 9SS-201-T для паяльной станции ProsKit SS-201/SS-201E ">
1204
+ Подробнее
1205
+ </a>
1206
+ </dt>
1207
+
1208
+ </dl>
1209
+ </div>
1210
+ <div class="gsm_related_product">
1211
+ <dl>
1212
+
1213
+ <dd class="related_product_img">
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+ <a href='/product/16014/' title="Коннектор батареи для телефона Blackberry 8700, 8703, 8707">
1221
+ <img src="../published/publicdata/GSM1/attachments/SC/products_pictures/nophoto.png" alt="Коннектор батареи для телефона Blackberry 8700, 8703, 8707" />
1222
+ </a>
1223
+
1224
+ </dd>
1225
+
1226
+ <dd class="related_product_name">
1227
+ <a href='/product/16014/' title="Коннектор батареи для телефона Blackberry 8700, 8703, 8707">
1228
+ Коннектор батареи для телефона Blackberry 8700, 8703, 8707
1229
+ </a>
1230
+ </dd>
1231
+
1232
+
1233
+ <dt class="totalPrice prtbref_expected" title="Купить Коннектор батареи для телефона Blackberry 8700, 8703, 8707">&nbsp;</dt>
1234
+ <dt class="gk-button">
1235
+ <a class="gkbutton yellow" href='/product/16014/' title="Коннектор батареи для телефона Blackberry 8700, 8703, 8707">
1236
+ Подробнее
1237
+ </a>
1238
+ </dt>
1239
+
1240
+ </dl>
1241
+ </div>
1242
+ <div class="gsm_related_product">
1243
+ <dl>
1244
+
1245
+ <dd class="related_product_img">
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+ <a href='/product/15939/' title="Пластик кнопки регулировки звука для Apple iPhone 3G, iPhone 3GS">
1253
+ <img src="../published/publicdata/GSM1/attachments/SC/products_pictures/nophoto.png" alt="Пластик кнопки регулировки звука для Apple iPhone 3G, iPhone 3GS" />
1254
+ </a>
1255
+
1256
+ </dd>
1257
+
1258
+ <dd class="related_product_name">
1259
+ <a href='/product/15939/' title="Пластик кнопки регулировки звука для Apple iPhone 3G, iPhone 3GS">
1260
+ Пластик кнопки регулировки звука для Apple iPhone 3G, iPhone 3GS
1261
+ </a>
1262
+ </dd>
1263
+
1264
+
1265
+ <dt class="totalPrice prtbref_expected" title="Купить Пластик кнопки регулировки звука для Apple iPhone 3G, iPhone 3GS">&nbsp;</dt>
1266
+ <dt class="gk-button">
1267
+ <a class="gkbutton yellow" href='/product/15939/' title="Пластик кнопки регулировки звука для Apple iPhone 3G, iPhone 3GS">
1268
+ Подробнее
1269
+ </a>
1270
+ </dt>
1271
+
1272
+ </dl>
1273
+ </div>
1274
+ <div class="gsm_related_product">
1275
+ <dl>
1276
+
1277
+ <dd class="related_product_img">
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+ <a href='/product/5059/' title="Тачскрин (сенсор) для мобильного телефона Samsung D980, черный">
1285
+ <img border="0" src="/published/publicdata/GSM1/attachments/SC/products_pictures/sensorniy_ekran_dlya_samsung_d980_cherniy_thm.jpeg" alt="Тачскрин (сенсор) для мобильного телефона Samsung D980, черный" />
1286
+ </a>
1287
+
1288
+ </dd>
1289
+
1290
+ <dd class="related_product_name">
1291
+ <a href='/product/5059/' title="Тачскрин (сенсор) для мобильного телефона Samsung D980, черный">
1292
+ Тачскрин (сенсор) для мобильного телефона Samsung D980, черный
1293
+ </a>
1294
+ </dd>
1295
+
1296
+
1297
+ <dt class="totalPrice prtbref_expected" title="Купить Тачскрин (сенсор) для мобильного телефона Samsung D980, черный">&nbsp;</dt>
1298
+ <dt class="gk-button">
1299
+ <a class="gkbutton yellow" href='/product/5059/' title="Тачскрин (сенсор) для мобильного телефона Samsung D980, черный">
1300
+ Подробнее
1301
+ </a>
1302
+ </dt>
1303
+
1304
+ </dl>
1305
+ </div>
1306
+ <div class="gsm_related_product">
1307
+ <dl>
1308
+
1309
+ <dd class="related_product_img">
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+ <a href='/product/13050/' title="Микросхема управления питанием 338S0512 для Apple iPhone 3G">
1317
+ <img src="../published/publicdata/GSM1/attachments/SC/products_pictures/nophoto.png" alt="Микросхема управления питанием 338S0512 для Apple iPhone 3G" />
1318
+ </a>
1319
+
1320
+ </dd>
1321
+
1322
+ <dd class="related_product_name">
1323
+ <a href='/product/13050/' title="Микросхема управления питанием 338S0512 для Apple iPhone 3G">
1324
+ Микросхема управления питанием 338S0512 для Apple iPhone 3G
1325
+ </a>
1326
+ </dd>
1327
+
1328
+
1329
+ <dt class="totalPrice prtbref_expected" title="Купить Микросхема управления питанием 338S0512 для Apple iPhone 3G">&nbsp;</dt>
1330
+ <dt class="gk-button">
1331
+ <a class="gkbutton yellow" href='/product/13050/' title="Микросхема управления питанием 338S0512 для Apple iPhone 3G">
1332
+ Подробнее
1333
+ </a>
1334
+ </dt>
1335
+
1336
+ </dl>
1337
+ </div>
1338
+ <div class="gsm_related_product">
1339
+ <dl>
1340
+
1341
+ <dd class="related_product_img">
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+ <a href='/product/12027/' title="Cyclone Box Server Credits">
1349
+ <img border="0" src="/published/publicdata/GSM1/attachments/SC/products_pictures/95vz_thm.gif" alt="Cyclone Box Server Credits" />
1350
+ </a>
1351
+
1352
+ </dd>
1353
+
1354
+ <dd class="related_product_name">
1355
+ <a href='/product/12027/' title="Cyclone Box Server Credits">
1356
+ Cyclone Box Server Credits
1357
+ </a>
1358
+ </dd>
1359
+
1360
+
1361
+ <dt class="totalPrice prtbref_expected" title="Купить Cyclone Box Server Credits">&nbsp;</dt>
1362
+ <dt class="gk-button">
1363
+ <a class="gkbutton yellow" href='/product/12027/' title="Cyclone Box Server Credits">
1364
+ Подробнее
1365
+ </a>
1366
+ </dt>
1367
+
1368
+ </dl>
1369
+ </div>
1370
+ <div class="gsm_related_product">
1371
+ <dl>
1372
+
1373
+ <dd class="related_product_img">
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+ <a href='/product/11372/' title="Шлейф для Samsung S7120, межплатный, боковых клавиш, с компонентами">
1381
+ <img border="0" src="/published/publicdata/GSM1/attachments/SC/products_pictures/Flat-Cable-for-Samsung-S7120_thm.jpg" alt="Шлейф для Samsung S7120, межплатный, боковых клавиш, с компонентами" />
1382
+ </a>
1383
+
1384
+ </dd>
1385
+
1386
+ <dd class="related_product_name">
1387
+ <a href='/product/11372/' title="Шлейф для Samsung S7120, межплатный, боковых клавиш, с компонентами">
1388
+ Шлейф для Samsung S7120, межплатный, боковых клавиш, с компонентами
1389
+ </a>
1390
+ </dd>
1391
+
1392
+
1393
+ <dt class="totalPrice prtbref_expected" title="Купить Шлейф для Samsung S7120, межплатный, боковых клавиш, с компонентами">&nbsp;</dt>
1394
+ <dt class="gk-button">
1395
+ <a class="gkbutton yellow" href='/product/11372/' title="Шлейф для Samsung S7120, межплатный, боковых клавиш, с компонентами">
1396
+ Подробнее
1397
+ </a>
1398
+ </dt>
1399
+
1400
+ </dl>
1401
+ </div>
1402
+ </div>
1403
+ </div>
1404
+ <!-- cpt_container_end -->
1405
+ </div>
1406
+
1407
+
1408
+
1409
+ <div id="tab-3" class="tab-content ">
1410
+ <p><b>Cамовывоз</b> :</p>
1411
+ <p>Просим вас звонить и договариваться о времени забора заранее (номера телефонов указаны в разделе "Наши контакты"). Это поможет сэкономить наше и Ваше время.</p>
1412
+ <p><b>Доставка по Украине:</b></p>
1413
+ <p>осуществляется экспресс службами: "Новая почта", "Автолюкс", "Ночной экспресс" и т.д. Отправка осуществляется в день заказа или на следующий день после заказа. В зависимости от времени суток, когда был сделан заказ. Вы сможете забрать заказ в течение 1-3 дней после отправки.  По опыту: в областные центры в радиусе 500км от Запорожья заказчик получает товар уже на следующий день после отправки, если дальше 500км - через день, в райцентры - до 3-х дней. Почтовым перевозчиком "Укрпочта" можно доставить заказанные товары в любую точку Украины. Срок доставки этой службой может растянуться на 7 и более дней.</p>
1414
+ <p>Неприятное дополнение: в воскресенье перевозчики не работают. В этот день мы отправить заказ вам не сможем. В субботу отправка только до 15-00.</p>
1415
+ <p>Убедительная просьба к клиентам, которые ожидают заказы почтой. В связи с тем, что часто бывают ситуации, когда не доходит квитанция о приходе посылки, мы просим Вас обратиться в свое почтовое отделение, когда пройдут обещанные сроки доставки заказа. Если посылки не окажется, пожалуйста, обратитесь к представителю службы доставки или почты, для выяснения местоположения посылки</p>
1416
+ <p>Доставка осуществляется по територии Украины следующими почтовыми службами:</p>
1417
+ <p>Представительства <b>"Гюнсел" </b>в городах Украины. Доставка в течении 1-3 дней.</p>
1418
+ <p>Представительства<b> "Автолюкс"</b> в городах Украины. Доставка в течении 3-5 дней.</p>
1419
+ <p>Представительства <b>"Ночной Экспресс" </b>в городах Украины. Доставка в течении 2-3 дней.</p>
1420
+ <p>Представительства<b> "Новая Почта"</b> в городах Украины. Доставка в течении 1-2 дней.</p>
1421
+ <p>Доставка так же возможна в любую точку Украины <b>Укрпочтой</b>.</p>
1422
+ <p>Другие способы доставки, всегда можно обсудить в ICQ.</p>
1423
+ <p><b><span style="font-size: 13.5pt; color: red;">Внимание!</span></b></p>
1424
+ <p><span style="font-size: 10.5pt;"> Услуги пересылки  оплачивает заказчик (если это не оговорено заранее) согласно тарифам каждой транспортной компании. </span></p>
1425
+ </div>
1426
+
1427
+
1428
+
1429
+ <div id="tab-4" class="tab-content ">
1430
+ <p><b><span style="font-size: large;"><br /></span></b></p>
1431
+ <p><b>Оплата при получении на почте (наложенный платеж)</b></p>
1432
+ <p>После оформления и согласования заказа, в течении 1-2 рабочих дней, заказ отправляется выбранной вами службой доставки. После получения номера отслеживания посылки, Вам необходимо прийти за посылкой и произвести оплату заказа в почтовом отделении или в офисе курьерской службы. Комиссия за перевод денежных средств составит около 2%</p>
1433
+ <p><b><span style="font-size: large;"><br /></span></b></p>
1434
+ <p><b>Банковский перевод Приват банк<br /></b></p>
1435
+ <p><b> </b>После согласования заказа Вам выставят счет с реквизитами.</p>
1436
+ <p><b>Web Money</b></p>
1437
+ <p> Вы можете произвести оплату Web Money</p>
1438
+ <p><b><br /></b></p>
1439
+ <p><b>Наличный расчет </b></p>
1440
+ <p>При самовыврзе товара</p>
1441
+ </div>
1442
+
1443
+
1444
+ </div>
1445
+
1446
+
1447
+ <div class="gsm-info-block product">
1448
+ <script type="text/javascript">
1449
+
1450
+
1451
+
1452
+ (function(){
1453
+
1454
+ var block = document.querySelector( '.gsm-info-block.product' );
1455
+
1456
+ block.innerHTML ='<p class="h4">Преимущества нашего интернет-магазина:</p>' +
1457
+ '<ol>' +
1458
+ '<li>Отправка товара в день заказа, при условии оформления заказа на сайте до 16-00</li>' +
1459
+ '<li>Постоянное наличие 90% ассортимента</li>'+
1460
+ '<li>Минимальная сумма заказа всего 20 грн, без скрытых наценок</li>'+
1461
+ '<li>Отправка наложенным платежом, без предварительных оплат</li>'+
1462
+ '<li>Оперативная замена брака, на аналогичный товар, другой товар или возврат денег, по желанию клиента.</li>'+
1463
+ '<li>Отправка заказов Укрпочтой, Новой Почтой в том числе наложенным платежом</li>'+
1464
+ '<li>Мы не берем денег ни за упаковку товара, ни за доставку посылки до офиса перевозчика</li>'+
1465
+ '<li>Упаковка товара, которая исключает повреждение при транспортировке, за всю историю работы нашего магазина, ни один дисплей не приехал разбитым. </li>'+
1466
+ '</ol>'+
1467
+ '<p>Лучшие цены и условия доставки на Аккумуляторы для LG и другие товары для обслуживания и ремонта мобильных телефонов, КПК и другой техники.</p>'+
1468
+ '<p>Выгодно купить Аккумулятор BL-44JN для LG C660, E400 Optimus L3, E510 Optimus Hub, E610 Optimus L5, E730 Optimus Sol, P690, P700 Optimus L7, P705 Optimus L7, P970 Optimus Black, (Li-ion 3.7V 1500mAh) с доставкой в любую точку Украины.</p>';
1469
+ })();
1470
+
1471
+ </script>
1472
+ </div>
1473
+ </form></div>
1474
+
1475
+
1476
+
1477
+
1478
+ <div class="cpt_news_short_list cptovst_1dgmhd">
1479
+ <!--[if IE]>
1480
+ <style>
1481
+
1482
+ #subscription{
1483
+ margin-bottom: 30px;
1484
+ }
1485
+ </style>
1486
+
1487
+ <!--[endif] -->
1488
+
1489
+ <p class="col_header">Блог / Новости</p>
1490
+ <form action="/product/30317/" name="subscription_form" method="post" onSubmit="return validate(this);" id="subscription">
1491
+ <div class="news_shortlist_wrap">
1492
+
1493
+
1494
+ <div class="news_date">19.11.2015</div>
1495
+
1496
+ <div class="news_title news_image_prew">
1497
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/367/">
1498
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/push-buttons.jpg" width="100px" height="auto" />
1499
+ </a>
1500
+ </div>
1501
+
1502
+ <div class="news_title">
1503
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/367/">
1504
+ Как получить скидку?
1505
+ </a>
1506
+ </div>
1507
+ </div>
1508
+ <div class="news_shortlist_wrap">
1509
+
1510
+
1511
+ <div class="news_date">20.10.2015</div>
1512
+
1513
+ <div class="news_title news_image_prew">
1514
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/366/">
1515
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/sensora.jpg" width="100px" height="auto" />
1516
+ </a>
1517
+ </div>
1518
+
1519
+ <div class="news_title">
1520
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/366/">
1521
+ 23.06 - Технические работы
1522
+ </a>
1523
+ </div>
1524
+ </div>
1525
+ <div class="news_shortlist_wrap">
1526
+
1527
+
1528
+ <div class="news_date">29.09.2015</div>
1529
+
1530
+ <div class="news_title news_image_prew">
1531
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/365/">
1532
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/youtube3.jpg" width="100px" height="auto" />
1533
+ </a>
1534
+ </div>
1535
+
1536
+ <div class="news_title">
1537
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/365/">
1538
+ Мы на Youtube!
1539
+ </a>
1540
+ </div>
1541
+ </div>
1542
+ <div class="news_shortlist_wrap">
1543
+
1544
+
1545
+ <div class="news_date">08.09.2015</div>
1546
+
1547
+ <div class="news_title news_image_prew">
1548
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/364/">
1549
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/40502857ф.jpg" width="100px" height="auto" />
1550
+ </a>
1551
+ </div>
1552
+
1553
+ <div class="news_title">
1554
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/364/">
1555
+ Акция! Заряжай на полную!
1556
+ </a>
1557
+ </div>
1558
+ </div>
1559
+ <div class="news_shortlist_wrap">
1560
+
1561
+
1562
+ <div class="news_date">27.06.2015</div>
1563
+
1564
+ <div class="news_title news_image_prew">
1565
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/362/">
1566
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/123.jpg" width="100px" height="auto" />
1567
+ </a>
1568
+ </div>
1569
+
1570
+ <div class="news_title">
1571
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/362/">
1572
+ С днем конституции!
1573
+ </a>
1574
+ </div>
1575
+ </div>
1576
+
1577
+ <div class="news_viewall">
1578
+ <a href="/blog/">Смотреть все новости...</a>
1579
+ </div>
1580
+
1581
+
1582
+ <div class="news_subscribe">
1583
+ Подписаться на новости:
1584
+ <div><input type="text" name="email" value="Email" title="Email" class="input_message" ></div>
1585
+ <div><input type="submit" value="Подписаться" class="gkbutton yellow" />
1586
+
1587
+ </div>
1588
+ </div>
1589
+
1590
+ <input type="hidden" name="subscribe" value="yes" >
1591
+
1592
+ </form></div>
1593
+
1594
+
1595
+
1596
+ <div class="cpt_custom_html"></div>
1597
+
1598
+
1599
+
1600
+ <!-- cpt_container_end -->
1601
+ </section>
1602
+
1603
+ </div>
1604
+ <!-- END CONTENT -->
1605
+
1606
+ </div>
1607
+ <!-- END LAYOUT -->
1608
+
1609
+ <div id="clear">&nbsp;</div>
1610
+ </div>
1611
+ <!-- BODY -->
1612
+
1613
+ <!-- END -->
1614
+
1615
+ <!-- Footer start -->
1616
+ <!-- FOOTER -->
1617
+ <footer role="contentinfo">
1618
+ <div class="layout">
1619
+ <div class="role-complementary aside-right">&nbsp;</div>
1620
+ <div class="role-complementary aside-left">&nbsp;</div>
1621
+
1622
+ <div class="role-main">
1623
+ <nav class="gk-secondary-menu">
1624
+ <!-- cpt_container_start -->
1625
+
1626
+ <div class="cpt_divisions_navigation"><ul class="horizontal"><li><a href="/">Главная страница</a></li><li><a href="/auxpage_1/">Гарантии</a></li><li><a href="/auxpage_4/">Контакты</a></li><li><a href="/auxpage_2/">Оплата и доставка</a></li><li><a href="/auxpage_kak-poluchit-skidku/">Как получить скидку</a></li><li><a href="/order_status/">Статус заказа</a></li><li><a href="/auxpage_7/">Статьи</a></li></ul></div>
1627
+
1628
+ <!-- cpt_container_end -->
1629
+ </nav>
1630
+
1631
+
1632
+ </div>
1633
+
1634
+ </div>
1635
+ </footer>
1636
+ <!-- END FOOTER -->
1637
+
1638
+
1639
+
1640
+ <a id="gotop" href="#" onclick="top.goTop(); return false;">&nbsp;</a>
1641
+ <script type="text/javascript" src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/scrolltop.js"></script>
1642
+
1643
+
1644
+
1645
+
1646
+ <div style="display: none; z-index:100;" id="add_to_cart">
1647
+ <img src="/published/SC/html/scripts/images_common/addtocart.png" style="behavior: url(/published/SC/html/scripts/images_common/iepngfix.htc)" />
1648
+ </div>
1649
+
1650
+
1651
+
1652
+
1653
+
1654
+ <script type="text/javascript">
1655
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
1656
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
1657
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
1658
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
1659
+
1660
+ ga('create', 'UA-45796587-1', 'auto');
1661
+ ga('send', 'pageview');
1662
+ </script>
1663
+
1664
+ <!-- Yandex.Metrika counter -->
1665
+ <script type="text/javascript">
1666
+ (function (d, w, c) {
1667
+ (w[c] = w[c] || []).push(function () {
1668
+ try {
1669
+ w.yaCounter23020282 = new Ya.Metrika({id: 23020282,
1670
+ webvisor: true,
1671
+ clickmap: true,
1672
+ trackLinks: true});
1673
+ } catch (e) {
1674
+ }
1675
+ });
1676
+
1677
+ var n = d.getElementsByTagName("script")[0],
1678
+ s = d.createElement("script"),
1679
+ f = function () {
1680
+ n.parentNode.insertBefore(s, n);
1681
+ };
1682
+ s.type = "text/javascript";
1683
+ s.async = true;
1684
+ s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
1685
+
1686
+ if (w.opera == "[object Opera]") {
1687
+ d.addEventListener("DOMContentLoaded", f, false);
1688
+ } else {
1689
+ f();
1690
+ }
1691
+ })(document, window, "yandex_metrika_callbacks");
1692
+
1693
+ </script>
1694
+
1695
+ <noscript><div><img src="//mc.yandex.ru/watch/23020282" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
1696
+ <!-- /Yandex.Metrika counter --> <!-- Footer end -->
1697
+
1698
+
1699
+
1700
+
1701
+ </body>
1702
+ </html><!--
1703
+ <style type="text/css">
1704
+
1705
+ #statics
1706
+ {
1707
+ position: absolute;
1708
+ visibility: hidden;
1709
+ right: 0;
1710
+ top: 0;
1711
+ padding: 0 15px;
1712
+ width: auto;
1713
+ font-weight: bolder;
1714
+ text-align: center;
1715
+ color: red;
1716
+ background: white;
1717
+ }
1718
+
1719
+ #statics span
1720
+ {
1721
+ color: black;
1722
+ }
1723
+
1724
+ </style>
1725
+
1726
+ <div id="statics">
1727
+ <tt>
1728
+ <span>Время : </span>0.05473 cек.;&nbsp;
1729
+ <span>Память : </span>6.25Mb;&nbsp;
1730
+
1731
+ </tt>
1732
+ </div> -->
forms/html/149.html ADDED
@@ -0,0 +1,972 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8" />
8
+ <!-- Head start -->
9
+ <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
10
+ <meta name="viewport" content="width=1024, user-scalable=1">
11
+ <meta name="format-detection" content="telephone=no">
12
+ <title>Напомнить пароль ― GSM комплект</title>
13
+ <meta name="description" content="Качественные запчасти для мобильных телефонов известных марок. Купить запчасти и комплектующие – можно в любом населенном пункте Украины. Бесплатная доставка. Отправка товара наложенным платежом, без предоплаты. ">
14
+ <meta name="robots" content="noindex, nofollow" >
15
+
16
+
17
+ <meta name='yandex-verification' content='4804d5ccf862102e' />
18
+ <meta name="google-site-verification" content="XfeNn3uUWgxyLygDzxws8j0gLGpClchcElhAHDnH3SE" />
19
+
20
+
21
+ <link href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/min.php?type=css&page=remind_password" type="text/css" rel="stylesheet" />
22
+ <script src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/min.php?type=js&page=remind_password"></script>
23
+
24
+
25
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/main.css" type="text/css" />
26
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/gsm.css" type="text/css" />
27
+
28
+
29
+ <script type="text/javascript" src="/published/SC/html/scripts/js/niftycube.js"></script>
30
+ <script type="text/javascript" src="/published/SC/html/scripts/js/jquery-latest.js"></script>
31
+ <script type="text/javascript" src="/published/SC/html/scripts/js/input_autocomplete.js"></script>
32
+ <script type="text/javascript" src="/published/SC/html/scripts/js/jquery.autocomplete.js"></script>
33
+
34
+
35
+ <!-- Head end -->
36
+
37
+ <base href="http://gsm-komplekt.com/" />
38
+
39
+ <script type="text/javascript">
40
+ var WAROOT_URL = 'http://gsm-komplekt.com/'; </script>
41
+
42
+
43
+ <link rel="stylesheet" href="/published/SC/html/scripts/css/general.css" type="text/css" />
44
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/overridestyles.css" type="text/css" />
45
+
46
+ <script type="text/javascript" src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/head.js"></script>
47
+
48
+ <script type="text/javascript" src="/published/SC/html/scripts/js/functions.js"></script>
49
+ <script type="text/javascript" src="/published/SC/html/scripts/js/behavior.js"></script>
50
+ <script type="text/javascript" src="/published/SC/html/scripts/js/widget_checkout.js"></script>
51
+ <script type="text/javascript" src="/published/SC/html/scripts/js/frame.js"></script>
52
+ <script type="text/javascript">
53
+ <!--
54
+
55
+ var defaultCurrency = {
56
+ display_template: '{value} грн',
57
+ decimal_places: '1',
58
+ decimal_symbol: '.',
59
+ thousands_delimiter: '',
60
+ getView: function (price){return this.display_template.replace(/\{value\}/, number_format(price, this.decimal_places, this.decimal_symbol, this.thousands_delimiter));}
61
+ };
62
+
63
+
64
+ var ORIG_URL = 'http://gsm-komplekt.com/';
65
+ var ORIG_LANG_URL = '/';
66
+ window.currDispTemplate = defaultCurrency.display_template;
67
+ var translate = {};
68
+ translate.cnfrm_unsubscribe = 'Вы уверены, что хотите удалить вашу учетную запись в магазине?';
69
+ translate.err_input_email = 'Введите правильный электронный адрес';
70
+ translate.err_input_nickname = 'Пожалуйста, введите Ваш псевдоним';
71
+ translate.err_input_message_subject = 'Пожалуйста, введите тему сообщения';
72
+ translate.err_input_price = 'Цена должна быть положительным числом';
73
+
74
+
75
+ function position_this_window(){
76
+ var x = (screen.availWidth - 600) / 2;
77
+ window.resizeTo(600, screen.availHeight - 100);
78
+ window.moveTo(Math.floor(x),50);
79
+ }
80
+
81
+
82
+ //-->
83
+ </script>
84
+ </head>
85
+
86
+ <body data-page="remind_password" >
87
+
88
+ <!-- BODY -->
89
+ <div data-role="body">
90
+
91
+ <!-- HEAD -->
92
+ <header role="banner">
93
+
94
+ <div class="layout">
95
+
96
+ <div class="role-complementary aside-right">
97
+ <!-- cpt_container_start -->
98
+
99
+ <div class="cpt_shopping_cart_info">
100
+
101
+ <div id="gkbascet">
102
+
103
+ <dl>
104
+ <dt><i class="icons user"></i>
105
+ <a href="/auth/">
106
+ <span>Войти в личный кабинет</span>
107
+ </a>
108
+ </dt>
109
+ <dd>
110
+ <div id="shpcrtgc" class="gk-empty">Начни совершать покупки прямо сейчас!</div>
111
+ <div id="shpcrtca">&nbsp;</div>
112
+ </dd>
113
+ <dt>
114
+ <a class="gkbutton hndl_proceed_checkout" rel="nofollow" href="/cart/">
115
+ Оформить заказ
116
+ </a>
117
+ </dt>
118
+ </dl>
119
+
120
+ </div>
121
+ </div>
122
+
123
+ <!-- cpt_container_end -->
124
+ </div>
125
+
126
+
127
+ <div class="role-complementary aside-left">
128
+ <!-- cpt_container_start -->
129
+
130
+ <div class="cpt_logo"><a href="/" title="Интернет магазин «GSM комплект»">
131
+ <img src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/images/logo.png" alt="Запчасти для мобильных телефонов – Интернет магазин «GSM комплект»" />
132
+ </a></div>
133
+
134
+ <!-- cpt_container_end -->
135
+
136
+ <div class="cpt_logo_slogan">
137
+ <p class="h1 logo"><a href="/">Запчасти для мобильных телефонов</a></p>
138
+ </div>
139
+ </div>
140
+
141
+
142
+ <div class="role-main">
143
+ <!-- cpt_container_start -->
144
+ <div id="gsm-kontakts">
145
+
146
+ <div class="cpt_custom_html"><div class="gsm-contacts stretch">
147
+ <dl title="Запчасти, комплектующие">
148
+ <dt class="gsm_deportament">Запчасти, комплектующие</dt>
149
+ <dd>
150
+ <ul class="duble">
151
+ <li class="gsm_fone kievstar">(067) 1-622-622</li>
152
+ <li class="gsm_fone mts">(066) 580-09-09</li>
153
+ <li class="gsm_fone life">(093) 445-07-07</li>
154
+ <li class="gsm_fone">(061) 220-12-12</li>
155
+ </ul>
156
+ </dd>
157
+ </dl>
158
+
159
+ <dl title="Инструмент, оборудование">
160
+ <dt class="gsm_deportament">Инструмент, оборудование</dt>
161
+ <dd>
162
+ <ul>
163
+ <li class="gsm_fone kievstar">(098) 0-311-312</li>
164
+ <li class="gsm_fone mts">(066) 377-75-70</li>
165
+ <li class="gsm_fone life">(063) 295-47-47</li>
166
+ <li class="gsm_fone">(061) 220-12-12</li>
167
+ </ul>
168
+ </dd>
169
+
170
+ </dl>
171
+
172
+ <dl>
173
+ <dd id="gsm_work_time">
174
+ <ul>
175
+ <li>Режим работы:</li>
176
+ <li id="work_time">с 8:30 до 17:00</li>
177
+ <li id="work_time">Без выходных.</li>
178
+ </ul>
179
+ </dd>
180
+ <dt><!-- --></dt>
181
+ <dt id="work_site">Заказ на сайте можно оформить круглосуточно</dt>
182
+ <a href="mailto:%67%73m%2e%6b%6f%6d%70l%65%6b%74@g%6d%61%69%6c.%63o%6d" id="gsm_email"><span>gsm.komplekt@gmail.com</span></a>
183
+ </dl>
184
+ </div></div>
185
+
186
+ </div>
187
+ <!-- cpt_container_end -->
188
+ </div>
189
+
190
+ </div>
191
+
192
+ <nav class="gk-secondary-menu">
193
+ <!-- cpt_container_start -->
194
+
195
+ <div class="cpt_divisions_navigation"><ul class="horizontal"><li><a href="/">Главная страница</a></li><li><a href="/auxpage_1/">Гарантии</a></li><li><a href="/auxpage_4/">Контакты</a></li><li><a href="/auxpage_2/">Оплата и доставка</a></li><li><a href="/order_status/">Статус заказа</a></li><li><a href="/auxpage_7/">Статьи</a></li></ul></div>
196
+
197
+
198
+ <div class="cpt_product_search">
199
+ <form action="/search/" method="get" id="gsm_produkt_search">
200
+ <input type="text" id="searchstring" name="searchstring" value='' placeholder="Поиск по сайту" required="required" title="Поиск товаров" class="input_message" >
201
+
202
+ <button type="submit" class="gkbutton yellow search" id="searchbotton" >
203
+ <i class="icons">Искать</i>
204
+ </button>
205
+ <!-- <img src="/published/publicdata/GSM1/attachments/SC/images/search_botton.png" style="behavior: url(/published/SC/html/scripts/images_common/iepngfix.htc) "> -->
206
+ <br style="clear: both" />
207
+ </form></div>
208
+
209
+ <!-- cpt_container_end -->
210
+ </nav>
211
+
212
+ </header>
213
+ <!-- END HEAD -->
214
+
215
+
216
+ <div class="layout" data-role="main-layout">
217
+
218
+
219
+
220
+
221
+ <!-- LEFT -->
222
+ <aside role="complementary" class="aside-left">
223
+
224
+ <!-- cpt_container_start -->
225
+ <div class="cpt_category_tree"><div class="gk-aside-block">
226
+ <div class="gk-aside-block-bg"></div>
227
+
228
+ <div class="cpt_custom_html">
229
+ <div class="col_header first">Каталог</div></div>
230
+
231
+
232
+
233
+
234
+
235
+ <nav role="navigation">
236
+
237
+ <ul>
238
+
239
+
240
+
241
+
242
+ <li class="parent">
243
+
244
+
245
+ <a href='/category/korpusy-chasti-korpusa/'>
246
+ <i></i><span>Аксессуары для телефонов и планшетов</span>
247
+ </a>
248
+
249
+
250
+
251
+ </li>
252
+
253
+
254
+
255
+ <li class="parent">
256
+
257
+
258
+ <a href='/category/zapchasti-dlja-apple-ipad/'>
259
+ <i></i><span>Запчасти Apple</span>
260
+ </a>
261
+
262
+
263
+
264
+ </li>
265
+
266
+
267
+
268
+ <li class="parent">
269
+
270
+
271
+ <a href='/category/zapchasti-fly/'>
272
+ <i></i><span>Запчасти Fly</span>
273
+ </a>
274
+
275
+
276
+
277
+ </li>
278
+
279
+
280
+
281
+ <li class="parent">
282
+
283
+
284
+ <a href='/category/zapchasti-htc/'>
285
+ <i></i><span>Запчасти HTC</span>
286
+ </a>
287
+
288
+
289
+
290
+ </li>
291
+
292
+
293
+
294
+ <li class="parent">
295
+
296
+
297
+ <a href='/category/zapchasti-huawei/'>
298
+ <i></i><span>Запчасти Huawei</span>
299
+ </a>
300
+
301
+
302
+
303
+ </li>
304
+
305
+
306
+
307
+ <li class="parent">
308
+
309
+
310
+ <a href='/category/zapchasti-lenovo/'>
311
+ <i></i><span>Запчасти Lenovo</span>
312
+ </a>
313
+
314
+
315
+
316
+ </li>
317
+
318
+
319
+
320
+ <li class="parent">
321
+
322
+
323
+ <a href='/category/zapchasti-lg/'>
324
+ <i></i><span>Запчасти LG</span>
325
+ </a>
326
+
327
+
328
+
329
+ </li>
330
+
331
+
332
+
333
+ <li class="parent">
334
+
335
+
336
+ <a href='/category/zapchasti-motorola/'>
337
+ <i></i><span>Запчасти Motorola</span>
338
+ </a>
339
+
340
+
341
+
342
+ </li>
343
+
344
+
345
+
346
+ <li class="parent">
347
+
348
+
349
+ <a href='/category/zapchasti-nokia/'>
350
+ <i></i><span>Запчасти Nokia</span>
351
+ </a>
352
+
353
+
354
+
355
+ </li>
356
+
357
+
358
+
359
+ <li class="parent">
360
+
361
+
362
+ <a href='/category/zapchasti-samsung/'>
363
+ <i></i><span>Запчасти Samsung</span>
364
+ </a>
365
+
366
+
367
+
368
+ </li>
369
+
370
+
371
+
372
+ <li class="parent">
373
+
374
+
375
+ <a href='/category/zapchasti-sony-sonyericsson/'>
376
+ <i></i><span>Запчасти Sony, SonyEricsson</span>
377
+ </a>
378
+
379
+
380
+
381
+ </li>
382
+
383
+
384
+
385
+ <li class="parent">
386
+
387
+
388
+ <a href='/category/zapchasti-dlja-zte/'>
389
+ <i></i><span>Запчасти для ZTE</span>
390
+ </a>
391
+
392
+
393
+
394
+ </li>
395
+
396
+
397
+
398
+ <li class="parent">
399
+
400
+
401
+ <a href='/category/2006/'>
402
+ <i></i><span>Запчасти для ноутбуков</span>
403
+ </a>
404
+
405
+
406
+
407
+ </li>
408
+
409
+
410
+
411
+ <li class="parent">
412
+
413
+
414
+ <a href='/category/zapchasti-dlja-planshetov/'>
415
+ <i></i><span>Запчасти для планшетов</span>
416
+ </a>
417
+
418
+
419
+
420
+ </li>
421
+
422
+
423
+
424
+ <li class="parent">
425
+
426
+
427
+ <a href='/category/zapchasti-dlja-mobilnyh-telefonov/'>
428
+ <i></i><span>Запчасти других марок мобильных телефонов</span>
429
+ </a>
430
+
431
+
432
+
433
+ </li>
434
+
435
+
436
+
437
+ <li class="parent">
438
+
439
+
440
+ <a href='/category/zapchasti-dlja-cifrovyh-fotoapparatov-i-videokamer/'>
441
+ <i></i><span>Запчасти фотоаппаратов и видеокамер</span>
442
+ </a>
443
+
444
+
445
+
446
+ </li>
447
+
448
+
449
+
450
+ <li class="parent">
451
+
452
+
453
+ <a href='/category/skotchi-lenty-zashitnye-plenki/'>
454
+ <i></i><span>Двухсторонние скотчи, изоленты, защитные пленки для ремонта</span>
455
+ </a>
456
+
457
+
458
+
459
+ </li>
460
+
461
+
462
+
463
+ <li class="parent">
464
+
465
+
466
+ <a href='/category/zapchasti-dlja-igrovyh-pristavok-play-station-portable/'>
467
+ <i></i><span>Запчасти для игровых приставок Play Station Portable</span>
468
+ </a>
469
+
470
+
471
+
472
+ </li>
473
+
474
+
475
+
476
+ <li class="parent">
477
+
478
+
479
+ <a href='/category/zapchasti-dlja-gps-navigatorov/'>
480
+ <i></i><span>Запчасти для GPS навигаторов</span>
481
+ </a>
482
+
483
+
484
+
485
+ </li>
486
+
487
+
488
+
489
+ <li class="parent">
490
+
491
+
492
+ <a href='/category/izmeritelnye-pribory/'>
493
+ <i></i><span>Измерительн��е приборы</span>
494
+ </a>
495
+
496
+
497
+
498
+ </li>
499
+
500
+
501
+
502
+ <li class="parent">
503
+
504
+
505
+ <a href='/category/instrument/'>
506
+ <i></i><span>Инструмент для ремонта</span>
507
+ </a>
508
+
509
+
510
+
511
+ </li>
512
+
513
+
514
+
515
+ <li class="parent">
516
+
517
+
518
+ <a href='/category/oborudovanie-dlja-remonta/'>
519
+ <i></i><span>Оборудование для ремонта</span>
520
+ </a>
521
+
522
+
523
+
524
+ </li>
525
+
526
+
527
+
528
+ <li class="parent">
529
+
530
+
531
+ <a href='/category/himija-i-rashodnye-materialy/'>
532
+ <i></i><span>Химия и Расходные материалы</span>
533
+ </a>
534
+
535
+
536
+
537
+ </li>
538
+
539
+
540
+
541
+ <li class="parent">
542
+
543
+
544
+ <a href='/category/gsm-produkty/'>
545
+ <i></i><span>Оборудование для прошивки мобильных телефонов</span>
546
+ </a>
547
+
548
+
549
+
550
+ </li>
551
+
552
+
553
+
554
+ <li class="parent">
555
+
556
+
557
+ <a href='/category/svetodiodnye-lenty-kontrollery-aksessuary/'>
558
+ <i></i><span>Светодиодное освещение</span>
559
+ </a>
560
+
561
+
562
+
563
+ </li>
564
+
565
+
566
+
567
+ <li class="parent">
568
+
569
+
570
+ <a href='/category/zapchasti-dlja-avtosignalizacij/'>
571
+ <i></i><span>Запчасти для автосигнализаций</span>
572
+ </a>
573
+
574
+
575
+
576
+ </li>
577
+
578
+
579
+
580
+ <li class="parent">
581
+
582
+
583
+ <a href='/category/razborka/'>
584
+ <i></i><span>Разборка</span>
585
+ </a>
586
+
587
+
588
+
589
+ </li>
590
+
591
+
592
+
593
+ <li class="parent">
594
+
595
+
596
+ <a href='/category/arhivnye-tovary/'>
597
+ <i></i><span>Архивные товары</span>
598
+ </a>
599
+
600
+
601
+ </ul>
602
+ </li>
603
+
604
+ </ul>
605
+
606
+ </nav>
607
+ </div></div>
608
+ <!-- cpt_container_end -->
609
+
610
+ <div class="gk-price">
611
+ <img src="/published/publicdata/GSM1/attachments/SC/images/excel.png" title="Скачать прайс-лист" alt="Скачать прайс-лист" id="price_img" />
612
+ <a href="/gsm-komplekt.xls" title="Скачать прайс-лист" class="gkbutton yellow">
613
+ <span>Скачать прайс-лист</span>
614
+ </a>
615
+ <span style="clear: both"><!-- --></span>
616
+ </div>
617
+
618
+ <div class="gk-aside-block">
619
+ <div class="gk-aside-block-bg"></div>
620
+ <!-- cpt_container_start -->
621
+ <div class="cpt_custom_html"><div class="col_header first">РАСПРОДАЖА</div></div>
622
+
623
+ <div class="cpt_product_lists"><div class="gsm_product_list stretch">
624
+
625
+
626
+ <dl class="gsm_rasp">
627
+ <dd>
628
+
629
+
630
+
631
+
632
+ <a href="/product/11312/">
633
+ <img src="/published/publicdata/GSM1/attachments/SC/products_pictures/shleyf_dlya_mobilnogo_telefona_samsung_e1150_original_mezhplatniy_s_komponentami_gh5908429a_thm.jpeg" alt="Шлейф для мобильного телефона Samsung E1150, оригинал, межплатный, с компонентами, (GH59-08429A)" />
634
+ </a>
635
+ </dd>
636
+ <dt>
637
+ <a href="/product/11312/">Шлейф для мобильного телефона Samsung E1150, оригинал, межплатный, с компонентами, (GH59-08429A)</a>
638
+ </dt>
639
+
640
+ <dt class="totalPrice">
641
+ 86.0 грн
642
+
643
+ <div class="gsm-in-stock">
644
+
645
+ <p class="in-stock">Есть в наличии</p>
646
+ </div>
647
+
648
+ </dt>
649
+
650
+ </dl>
651
+
652
+
653
+ <dl class="gsm_rasp">
654
+ <dd>
655
+
656
+
657
+
658
+
659
+ <a href="/product/24633/">
660
+ <img src="/published/publicdata/GSM1/attachments/SC/products_pictures/shleyf_dlya_samsung_e1190_e1195_mezhplatniy_s_komponentamifr_thm.jpeg" alt="Шлейф для мобильных телефонов Samsung E1190, E1195, межплатный, оригинал" />
661
+ </a>
662
+ </dd>
663
+ <dt>
664
+ <a href="/product/24633/">Шлейф для мобильных телефонов Samsung E1190, E1195, межплатный, оригинал</a>
665
+ </dt>
666
+
667
+ <dt class="totalPrice">
668
+ 144.0 грн
669
+
670
+ <div class="gsm-in-stock">
671
+
672
+ <p class="in-stock">Есть в наличии</p>
673
+ </div>
674
+
675
+ </dt>
676
+
677
+ </dl>
678
+
679
+ </div></div>
680
+ <!-- cpt_container_end -->
681
+ </div>
682
+
683
+ </aside>
684
+ <!-- END LEFT -->
685
+
686
+
687
+
688
+ <!-- CONTENT -->
689
+ <div role="main">
690
+
691
+
692
+ <section class="content">
693
+ <!-- cpt_container_start -->
694
+
695
+ <div class="cpt_maincontent"><h1>Напомнить пароль</h1>
696
+
697
+
698
+
699
+
700
+ <form method="post" action="/remind_password/">
701
+ <input name="action" value="remind" type="hidden" >
702
+ Введите <strong>логин</strong> или <strong>адрес электронной почты</strong>:
703
+
704
+ <p>
705
+ <input name="email" value="" type="text" >
706
+ <input type="submit" value="OK" >
707
+ </p>
708
+
709
+ <p>
710
+ <a href="/register/">Зарегистрироваться</a>
711
+ </p>
712
+ </form>
713
+ </div>
714
+
715
+
716
+
717
+
718
+ <div class="cpt_news_short_list cptovst_1dgmhd">
719
+ <!--[if IE]>
720
+ <style>
721
+
722
+ #subscription{
723
+ margin-bottom: 30px;
724
+ }
725
+ </style>
726
+
727
+ <!--[endif] -->
728
+
729
+ <p class="col_header">Блог / Новости</p>
730
+ <form action="/remind_password/" name="subscription_form" method="post" onSubmit="return validate(this);" id="subscription">
731
+ <div class="news_shortlist_wrap">
732
+
733
+
734
+ <div class="news_date">19.11.2015</div>
735
+
736
+ <div class="news_title news_image_prew">
737
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/367/">
738
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/push-buttons.jpg" width="100px" height="auto" />
739
+ </a>
740
+ </div>
741
+
742
+ <div class="news_title">
743
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/367/">
744
+ Как получить скидку?
745
+ </a>
746
+ </div>
747
+ </div>
748
+ <div class="news_shortlist_wrap">
749
+
750
+
751
+ <div class="news_date">20.10.2015</div>
752
+
753
+ <div class="news_title news_image_prew">
754
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/366/">
755
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/sensora.jpg" width="100px" height="auto" />
756
+ </a>
757
+ </div>
758
+
759
+ <div class="news_title">
760
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/366/">
761
+ 23.06 - Технические работы
762
+ </a>
763
+ </div>
764
+ </div>
765
+ <div class="news_shortlist_wrap">
766
+
767
+
768
+ <div class="news_date">29.09.2015</div>
769
+
770
+ <div class="news_title news_image_prew">
771
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/365/">
772
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/youtube3.jpg" width="100px" height="auto" />
773
+ </a>
774
+ </div>
775
+
776
+ <div class="news_title">
777
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/365/">
778
+ Мы на Youtube!
779
+ </a>
780
+ </div>
781
+ </div>
782
+ <div class="news_shortlist_wrap">
783
+
784
+
785
+ <div class="news_date">08.09.2015</div>
786
+
787
+ <div class="news_title news_image_prew">
788
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/364/">
789
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/40502857ф.jpg" width="100px" height="auto" />
790
+ </a>
791
+ </div>
792
+
793
+ <div class="news_title">
794
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/364/">
795
+ Акция! Заряжай на полную!
796
+ </a>
797
+ </div>
798
+ </div>
799
+ <div class="news_shortlist_wrap">
800
+
801
+
802
+ <div class="news_date">27.06.2015</div>
803
+
804
+ <div class="news_title news_image_prew">
805
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/362/">
806
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/123.jpg" width="100px" height="auto" />
807
+ </a>
808
+ </div>
809
+
810
+ <div class="news_title">
811
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/362/">
812
+ С днем конституции!
813
+ </a>
814
+ </div>
815
+ </div>
816
+
817
+ <div class="news_viewall">
818
+ <a href="/blog/">Смотреть все новости...</a>
819
+ </div>
820
+
821
+
822
+ <div class="news_subscribe">
823
+ Подписаться на новости:
824
+ <div><input type="text" name="email" value="Email" title="Email" class="input_message" ></div>
825
+ <div><input type="submit" value="Подписаться" class="gkbutton yellow" />
826
+
827
+ </div>
828
+ </div>
829
+
830
+ <input type="hidden" name="subscribe" value="yes" >
831
+
832
+ </form></div>
833
+
834
+
835
+
836
+ <div class="cpt_custom_html"></div>
837
+
838
+
839
+
840
+ <!-- cpt_container_end -->
841
+ </section>
842
+
843
+ </div>
844
+ <!-- END CONTENT -->
845
+
846
+ </div>
847
+ <!-- END LAYOUT -->
848
+
849
+ <div id="clear">&nbsp;</div>
850
+ </div>
851
+ <!-- BODY -->
852
+
853
+ <!-- END -->
854
+
855
+ <!-- Footer start -->
856
+ <!-- FOOTER -->
857
+ <footer role="contentinfo">
858
+ <div class="layout">
859
+ <div class="role-complementary aside-right">&nbsp;</div>
860
+ <div class="role-complementary aside-left">&nbsp;</div>
861
+
862
+ <div class="role-main">
863
+ <nav class="gk-secondary-menu">
864
+ <!-- cpt_container_start -->
865
+
866
+ <div class="cpt_divisions_navigation"><ul class="horizontal"><li><a href="/">Главная страница</a></li><li><a href="/auxpage_1/">Гарантии</a></li><li><a href="/auxpage_4/">Контакты</a></li><li><a href="/auxpage_2/">Оплата и доставка</a></li><li><a href="/auxpage_kak-poluchit-skidku/">Как получить скидку</a></li><li><a href="/order_status/">Статус заказа</a></li><li><a href="/auxpage_7/">Статьи</a></li></ul></div>
867
+
868
+ <!-- cpt_container_end -->
869
+ </nav>
870
+
871
+
872
+ </div>
873
+
874
+ </div>
875
+ </footer>
876
+ <!-- END FOOTER -->
877
+
878
+
879
+
880
+ <a id="gotop" href="#" onclick="top.goTop(); return false;">&nbsp;</a>
881
+ <script type="text/javascript" src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/scrolltop.js"></script>
882
+
883
+
884
+
885
+
886
+ <div style="display: none; z-index:100;" id="add_to_cart">
887
+ <img src="/published/SC/html/scripts/images_common/addtocart.png" style="behavior: url(/published/SC/html/scripts/images_common/iepngfix.htc)" />
888
+ </div>
889
+
890
+
891
+
892
+
893
+
894
+ <script type="text/javascript">
895
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
896
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
897
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
898
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
899
+
900
+ ga('create', 'UA-45796587-1', 'auto');
901
+ ga('send', 'pageview');
902
+ </script>
903
+
904
+ <!-- Yandex.Metrika counter -->
905
+ <script type="text/javascript">
906
+ (function (d, w, c) {
907
+ (w[c] = w[c] || []).push(function () {
908
+ try {
909
+ w.yaCounter23020282 = new Ya.Metrika({id: 23020282,
910
+ webvisor: true,
911
+ clickmap: true,
912
+ trackLinks: true});
913
+ } catch (e) {
914
+ }
915
+ });
916
+
917
+ var n = d.getElementsByTagName("script")[0],
918
+ s = d.createElement("script"),
919
+ f = function () {
920
+ n.parentNode.insertBefore(s, n);
921
+ };
922
+ s.type = "text/javascript";
923
+ s.async = true;
924
+ s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
925
+
926
+ if (w.opera == "[object Opera]") {
927
+ d.addEventListener("DOMContentLoaded", f, false);
928
+ } else {
929
+ f();
930
+ }
931
+ })(document, window, "yandex_metrika_callbacks");
932
+
933
+ </script>
934
+
935
+ <noscript><div><img src="//mc.yandex.ru/watch/23020282" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
936
+ <!-- /Yandex.Metrika counter --> <!-- Footer end -->
937
+
938
+
939
+
940
+
941
+ </body>
942
+ </html><!--
943
+ <style type="text/css">
944
+
945
+ #statics
946
+ {
947
+ position: absolute;
948
+ visibility: hidden;
949
+ right: 0;
950
+ top: 0;
951
+ padding: 0 15px;
952
+ width: auto;
953
+ font-weight: bolder;
954
+ text-align: center;
955
+ color: red;
956
+ background: white;
957
+ }
958
+
959
+ #statics span
960
+ {
961
+ color: black;
962
+ }
963
+
964
+ </style>
965
+
966
+ <div id="statics">
967
+ <tt>
968
+ <span>Время : </span>0.04344 cек.;&nbsp;
969
+ <span>Память : </span>5.75Mb;&nbsp;
970
+
971
+ </tt>
972
+ </div> -->
forms/html/152.html ADDED
@@ -0,0 +1,984 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8" />
8
+ <!-- Head start -->
9
+ <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
10
+ <meta name="viewport" content="width=1024, user-scalable=1">
11
+ <meta name="format-detection" content="telephone=no">
12
+ <title>Вход / Регистрация ― GSM комплект</title>
13
+ <meta name="description" content="Качественные запчасти для мобильных телефонов известных марок. Купить запчасти и комплектующие – можно в любом населенном пункте Украины. Бесплатная доставка. Отправка товара наложенным платежом, без предоплаты. ">
14
+
15
+ <meta name="robots" content="noindex, nofollow" />
16
+
17
+ <meta name='yandex-verification' content='4804d5ccf862102e' />
18
+ <meta name="google-site-verification" content="XfeNn3uUWgxyLygDzxws8j0gLGpClchcElhAHDnH3SE" />
19
+
20
+
21
+ <link href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/min.php?type=css&page=auth" type="text/css" rel="stylesheet" />
22
+ <script src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/min.php?type=js&page=auth"></script>
23
+
24
+
25
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/main.css" type="text/css" />
26
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/gsm.css" type="text/css" />
27
+
28
+
29
+ <script type="text/javascript" src="/published/SC/html/scripts/js/niftycube.js"></script>
30
+ <script type="text/javascript" src="/published/SC/html/scripts/js/jquery-latest.js"></script>
31
+ <script type="text/javascript" src="/published/SC/html/scripts/js/input_autocomplete.js"></script>
32
+ <script type="text/javascript" src="/published/SC/html/scripts/js/jquery.autocomplete.js"></script>
33
+
34
+
35
+ <!-- Head end -->
36
+
37
+ <base href="http://gsm-komplekt.com/" />
38
+
39
+ <script type="text/javascript">
40
+ var WAROOT_URL = 'http://gsm-komplekt.com/'; </script>
41
+
42
+
43
+ <link rel="stylesheet" href="/published/SC/html/scripts/css/general.css" type="text/css" />
44
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/overridestyles.css" type="text/css" />
45
+
46
+ <script type="text/javascript" src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/head.js"></script>
47
+
48
+ <script type="text/javascript" src="/published/SC/html/scripts/js/functions.js"></script>
49
+ <script type="text/javascript" src="/published/SC/html/scripts/js/behavior.js"></script>
50
+ <script type="text/javascript" src="/published/SC/html/scripts/js/widget_checkout.js"></script>
51
+ <script type="text/javascript" src="/published/SC/html/scripts/js/frame.js"></script>
52
+ <script type="text/javascript">
53
+ <!--
54
+
55
+ var defaultCurrency = {
56
+ display_template: '{value} грн',
57
+ decimal_places: '1',
58
+ decimal_symbol: '.',
59
+ thousands_delimiter: '',
60
+ getView: function (price){return this.display_template.replace(/\{value\}/, number_format(price, this.decimal_places, this.decimal_symbol, this.thousands_delimiter));}
61
+ };
62
+
63
+
64
+ var ORIG_URL = 'http://gsm-komplekt.com/';
65
+ var ORIG_LANG_URL = '/';
66
+ window.currDispTemplate = defaultCurrency.display_template;
67
+ var translate = {};
68
+ translate.cnfrm_unsubscribe = 'Вы уверены, что хотите удалить вашу учетную запись в магазине?';
69
+ translate.err_input_email = 'Введите правильный электронный адрес';
70
+ translate.err_input_nickname = 'Пожалуйста, введите Ваш псевдоним';
71
+ translate.err_input_message_subject = 'Пожалуйста, введите тему сообщения';
72
+ translate.err_input_price = 'Цена должна быть положительным числом';
73
+
74
+
75
+ function position_this_window(){
76
+ var x = (screen.availWidth - 600) / 2;
77
+ window.resizeTo(600, screen.availHeight - 100);
78
+ window.moveTo(Math.floor(x),50);
79
+ }
80
+
81
+
82
+ //-->
83
+ </script>
84
+ </head>
85
+
86
+ <body data-page="auth" >
87
+
88
+ <!-- BODY -->
89
+ <div data-role="body">
90
+
91
+ <!-- HEAD -->
92
+ <header role="banner">
93
+
94
+ <div class="layout">
95
+
96
+ <div class="role-complementary aside-right">
97
+ <!-- cpt_container_start -->
98
+
99
+ <div class="cpt_shopping_cart_info">
100
+
101
+ <div id="gkbascet">
102
+
103
+ <dl>
104
+ <dt><i class="icons user"></i>
105
+ <a href="/auth/">
106
+ <span>Войти в личный кабинет</span>
107
+ </a>
108
+ </dt>
109
+ <dd>
110
+ <div id="shpcrtgc" class="gk-empty">Начни совершать покупки прямо сейчас!</div>
111
+ <div id="shpcrtca">&nbsp;</div>
112
+ </dd>
113
+ <dt>
114
+ <a class="gkbutton hndl_proceed_checkout" rel="nofollow" href="/cart/">
115
+ Оформить заказ
116
+ </a>
117
+ </dt>
118
+ </dl>
119
+
120
+ </div>
121
+ </div>
122
+
123
+ <!-- cpt_container_end -->
124
+ </div>
125
+
126
+
127
+ <div class="role-complementary aside-left">
128
+ <!-- cpt_container_start -->
129
+
130
+ <div class="cpt_logo"><a href="/" title="Интернет магазин «GSM комплект»">
131
+ <img src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/images/logo.png" alt="Запчасти для мобильных телефонов – Интернет магазин «GSM комплект»" />
132
+ </a></div>
133
+
134
+ <!-- cpt_container_end -->
135
+
136
+ <div class="cpt_logo_slogan">
137
+ <p class="h1 logo"><a href="/">Запчасти для мобильных телефонов</a></p>
138
+ </div>
139
+ </div>
140
+
141
+
142
+ <div class="role-main">
143
+ <!-- cpt_container_start -->
144
+ <div id="gsm-kontakts">
145
+
146
+ <div class="cpt_custom_html"><div class="gsm-contacts stretch">
147
+ <dl title="Запчасти, комплектующие">
148
+ <dt class="gsm_deportament">Запчасти, комплектующие</dt>
149
+ <dd>
150
+ <ul class="duble">
151
+ <li class="gsm_fone kievstar">(067) 1-622-622</li>
152
+ <li class="gsm_fone mts">(066) 580-09-09</li>
153
+ <li class="gsm_fone life">(093) 445-07-07</li>
154
+ <li class="gsm_fone">(061) 220-12-12</li>
155
+ </ul>
156
+ </dd>
157
+ </dl>
158
+
159
+ <dl title="Инструмент, оборудование">
160
+ <dt class="gsm_deportament">Инструмент, оборудование</dt>
161
+ <dd>
162
+ <ul>
163
+ <li class="gsm_fone kievstar">(098) 0-311-312</li>
164
+ <li class="gsm_fone mts">(066) 377-75-70</li>
165
+ <li class="gsm_fone life">(063) 295-47-47</li>
166
+ <li class="gsm_fone">(061) 220-12-12</li>
167
+ </ul>
168
+ </dd>
169
+
170
+ </dl>
171
+
172
+ <dl>
173
+ <dd id="gsm_work_time">
174
+ <ul>
175
+ <li>Режим работы:</li>
176
+ <li id="work_time">с 8:30 до 17:00</li>
177
+ <li id="work_time">Без выходных.</li>
178
+ </ul>
179
+ </dd>
180
+ <dt><!-- --></dt>
181
+ <dt id="work_site">Заказ на сайте можно оформить круглосуточно</dt>
182
+ <a href="mailto:%67%73m%2e%6b%6f%6d%70l%65%6b%74@g%6d%61%69%6c.%63o%6d" id="gsm_email"><span>gsm.komplekt@gmail.com</span></a>
183
+ </dl>
184
+ </div></div>
185
+
186
+ </div>
187
+ <!-- cpt_container_end -->
188
+ </div>
189
+
190
+ </div>
191
+
192
+ <nav class="gk-secondary-menu">
193
+ <!-- cpt_container_start -->
194
+
195
+ <div class="cpt_divisions_navigation"><ul class="horizontal"><li><a href="/">Главная страница</a></li><li><a href="/auxpage_1/">Гарантии</a></li><li><a href="/auxpage_4/">Контакты</a></li><li><a href="/auxpage_2/">Оплата и доставка</a></li><li><a href="/order_status/">Статус заказа</a></li><li><a href="/auxpage_7/">Статьи</a></li></ul></div>
196
+
197
+
198
+ <div class="cpt_product_search">
199
+ <form action="/search/" method="get" id="gsm_produkt_search">
200
+ <input type="text" id="searchstring" name="searchstring" value='' placeholder="Поиск по сайту" required="required" title="Поиск товаров" class="input_message" >
201
+
202
+ <button type="submit" class="gkbutton yellow search" id="searchbotton" >
203
+ <i class="icons">Искать</i>
204
+ </button>
205
+ <!-- <img src="/published/publicdata/GSM1/attachments/SC/images/search_botton.png" style="behavior: url(/published/SC/html/scripts/images_common/iepngfix.htc) "> -->
206
+ <br style="clear: both" />
207
+ </form></div>
208
+
209
+ <!-- cpt_container_end -->
210
+ </nav>
211
+
212
+ </header>
213
+ <!-- END HEAD -->
214
+
215
+
216
+ <div class="layout" data-role="main-layout">
217
+
218
+
219
+
220
+
221
+ <!-- LEFT -->
222
+ <aside role="complementary" class="aside-left">
223
+
224
+ <!-- cpt_container_start -->
225
+ <div class="cpt_category_tree"><div class="gk-aside-block">
226
+ <div class="gk-aside-block-bg"></div>
227
+
228
+ <div class="cpt_custom_html">
229
+ <div class="col_header first">Каталог</div></div>
230
+
231
+
232
+
233
+
234
+
235
+ <nav role="navigation">
236
+
237
+ <ul>
238
+
239
+
240
+
241
+
242
+ <li class="parent">
243
+
244
+
245
+ <a href='/category/korpusy-chasti-korpusa/'>
246
+ <i></i><span>Аксессуары для телефонов и планшетов</span>
247
+ </a>
248
+
249
+
250
+
251
+ </li>
252
+
253
+
254
+
255
+ <li class="parent">
256
+
257
+
258
+ <a href='/category/zapchasti-dlja-apple-ipad/'>
259
+ <i></i><span>Запчасти Apple</span>
260
+ </a>
261
+
262
+
263
+
264
+ </li>
265
+
266
+
267
+
268
+ <li class="parent">
269
+
270
+
271
+ <a href='/category/zapchasti-fly/'>
272
+ <i></i><span>Запчасти Fly</span>
273
+ </a>
274
+
275
+
276
+
277
+ </li>
278
+
279
+
280
+
281
+ <li class="parent">
282
+
283
+
284
+ <a href='/category/zapchasti-htc/'>
285
+ <i></i><span>Запчасти HTC</span>
286
+ </a>
287
+
288
+
289
+
290
+ </li>
291
+
292
+
293
+
294
+ <li class="parent">
295
+
296
+
297
+ <a href='/category/zapchasti-huawei/'>
298
+ <i></i><span>Запчасти Huawei</span>
299
+ </a>
300
+
301
+
302
+
303
+ </li>
304
+
305
+
306
+
307
+ <li class="parent">
308
+
309
+
310
+ <a href='/category/zapchasti-lenovo/'>
311
+ <i></i><span>Запчасти Lenovo</span>
312
+ </a>
313
+
314
+
315
+
316
+ </li>
317
+
318
+
319
+
320
+ <li class="parent">
321
+
322
+
323
+ <a href='/category/zapchasti-lg/'>
324
+ <i></i><span>Запчасти LG</span>
325
+ </a>
326
+
327
+
328
+
329
+ </li>
330
+
331
+
332
+
333
+ <li class="parent">
334
+
335
+
336
+ <a href='/category/zapchasti-motorola/'>
337
+ <i></i><span>Запчасти Motorola</span>
338
+ </a>
339
+
340
+
341
+
342
+ </li>
343
+
344
+
345
+
346
+ <li class="parent">
347
+
348
+
349
+ <a href='/category/zapchasti-nokia/'>
350
+ <i></i><span>Запчасти Nokia</span>
351
+ </a>
352
+
353
+
354
+
355
+ </li>
356
+
357
+
358
+
359
+ <li class="parent">
360
+
361
+
362
+ <a href='/category/zapchasti-samsung/'>
363
+ <i></i><span>Запчасти Samsung</span>
364
+ </a>
365
+
366
+
367
+
368
+ </li>
369
+
370
+
371
+
372
+ <li class="parent">
373
+
374
+
375
+ <a href='/category/zapchasti-sony-sonyericsson/'>
376
+ <i></i><span>Запчасти Sony, SonyEricsson</span>
377
+ </a>
378
+
379
+
380
+
381
+ </li>
382
+
383
+
384
+
385
+ <li class="parent">
386
+
387
+
388
+ <a href='/category/zapchasti-dlja-zte/'>
389
+ <i></i><span>Запчасти для ZTE</span>
390
+ </a>
391
+
392
+
393
+
394
+ </li>
395
+
396
+
397
+
398
+ <li class="parent">
399
+
400
+
401
+ <a href='/category/zapchasti-dlja-planshetov/'>
402
+ <i></i><span>Запчасти для планшетов</span>
403
+ </a>
404
+
405
+
406
+
407
+ </li>
408
+
409
+
410
+
411
+ <li class="parent">
412
+
413
+
414
+ <a href='/category/zapchasti-dlja-elektronnyh-knig/'>
415
+ <i></i><span>Запчасти для электронных книг</span>
416
+ </a>
417
+
418
+
419
+
420
+ </li>
421
+
422
+
423
+
424
+ <li class="parent">
425
+
426
+
427
+ <a href='/category/zapchasti-dlja-mobilnyh-telefonov/'>
428
+ <i></i><span>Запчасти других марок мобильных телефонов</span>
429
+ </a>
430
+
431
+
432
+
433
+ </li>
434
+
435
+
436
+
437
+ <li class="parent">
438
+
439
+
440
+ <a href='/category/2006/'>
441
+ <i></i><span>Комплектующие и запчасти для ноутбуков</span>
442
+ </a>
443
+
444
+
445
+
446
+ </li>
447
+
448
+
449
+
450
+ <li class="parent">
451
+
452
+
453
+ <a href='/category/zapchasti-dlja-cifrovyh-fotoapparatov-i-videokamer/'>
454
+ <i></i><span>Запчасти фотоаппаратов и видеокамер</span>
455
+ </a>
456
+
457
+
458
+
459
+ </li>
460
+
461
+
462
+
463
+ <li class="parent">
464
+
465
+
466
+ <a href='/category/zapchasti-dlja-igrovyh-pristavok-play-station-portable/'>
467
+ <i></i><span>Запчасти для игровых приставок Play Station Portable</span>
468
+ </a>
469
+
470
+
471
+
472
+ </li>
473
+
474
+
475
+
476
+ <li class="parent">
477
+
478
+
479
+ <a href='/category/zapchasti-dlja-gps-navigatorov/'>
480
+ <i></i><span>Запчасти для GPS навигаторов</span>
481
+ </a>
482
+
483
+
484
+
485
+ </li>
486
+
487
+
488
+
489
+ <li class="parent">
490
+
491
+
492
+ <a href='/category/izmeritelnye-pribory/'>
493
+ <i></i><span>Измерительные приборы</span>
494
+ </a>
495
+
496
+
497
+
498
+ </li>
499
+
500
+
501
+
502
+ <li class="parent">
503
+
504
+
505
+ <a href='/category/instrument/'>
506
+ <i></i><span>Инструмент для ремонта</span>
507
+ </a>
508
+
509
+
510
+
511
+ </li>
512
+
513
+
514
+
515
+ <li class="parent">
516
+
517
+
518
+ <a href='/category/oborudovanie-dlja-remonta/'>
519
+ <i></i><span>Оборудование для ремонта</span>
520
+ </a>
521
+
522
+
523
+
524
+ </li>
525
+
526
+
527
+
528
+ <li class="parent">
529
+
530
+
531
+ <a href='/category/himija-i-rashodnye-materialy/'>
532
+ <i></i><span>Химия и Расходные материалы</span>
533
+ </a>
534
+
535
+
536
+
537
+ </li>
538
+
539
+
540
+
541
+ <li class="parent">
542
+
543
+
544
+ <a href='/category/gsm-produkty/'>
545
+ <i></i><span>Оборудование для прошивки мобильных телефонов</span>
546
+ </a>
547
+
548
+
549
+
550
+ </li>
551
+
552
+
553
+
554
+ <li class="parent">
555
+
556
+
557
+ <a href='/category/svetodiodnye-lenty-kontrollery-aksessuary/'>
558
+ <i></i><span>Светодиодная лента</span>
559
+ </a>
560
+
561
+
562
+
563
+ </li>
564
+
565
+
566
+
567
+ <li class="parent">
568
+
569
+
570
+ <a href='/category/zapchasti-dlja-avtosignalizacij/'>
571
+ <i></i><span>Запчасти для автосигнализаций</span>
572
+ </a>
573
+
574
+
575
+
576
+ </li>
577
+
578
+
579
+
580
+ <li class="parent">
581
+
582
+
583
+ <a href='/category/razborka/'>
584
+ <i></i><span>Разборка</span>
585
+ </a>
586
+
587
+
588
+
589
+ </li>
590
+
591
+
592
+
593
+ <li class="parent">
594
+
595
+
596
+ <a href='/category/arhivnye-tovary/'>
597
+ <i></i><span>Архивные товары</span>
598
+ </a>
599
+
600
+
601
+ </ul>
602
+ </li>
603
+
604
+ </ul>
605
+
606
+ </nav>
607
+ </div></div>
608
+ <!-- cpt_container_end -->
609
+
610
+ <div class="gk-price">
611
+ <img src="/published/publicdata/GSM1/attachments/SC/images/excel.png" title="Скачать прайс-лист" alt="Скачать прайс-лист" id="price_img" />
612
+ <a href="/gsm-komplekt.xls" title="Скачать прайс-лист" class="gkbutton yellow">
613
+ <span>Скачать прайс-лист</span>
614
+ </a>
615
+ <span style="clear: both"><!-- --></span>
616
+ </div>
617
+
618
+ <div class="gk-aside-block">
619
+ <div class="gk-aside-block-bg"></div>
620
+ <!-- cpt_container_start -->
621
+ <div class="cpt_custom_html"><div class="col_header first">РАСПРОДАЖА</div></div>
622
+
623
+ <div class="cpt_product_lists"><div class="gsm_product_list stretch">
624
+
625
+
626
+ <dl class="gsm_rasp">
627
+ <dd>
628
+
629
+
630
+
631
+
632
+ <a href="/product/11312/">
633
+ <img src="/published/publicdata/GSM1/attachments/SC/products_pictures/shleyf_dlya_mobilnogo_telefona_samsung_e1150_original_mezhplatniy_s_komponentami_gh5908429a_thm.jpeg" alt="Шлейф для мобильного телефона Samsung E1150, оригинал, межплатный, с компонентами, (GH59-08429A)" />
634
+ </a>
635
+ </dd>
636
+ <dt>
637
+ <a href="/product/11312/">Шлейф для мобильного телефона Samsung E1150, оригинал, межплатный, с компонентами, (GH59-08429A)</a>
638
+ </dt>
639
+
640
+ <dt class="totalPrice">
641
+ 92.0 грн
642
+
643
+ <div class="gsm-in-stock">
644
+
645
+ <p class="in-stock">Есть в наличии</p>
646
+ </div>
647
+
648
+ </dt>
649
+
650
+ </dl>
651
+
652
+
653
+ <dl class="gsm_rasp">
654
+ <dd>
655
+
656
+
657
+
658
+
659
+ <a href="/product/24633/">
660
+ <img src="/published/publicdata/GSM1/attachments/SC/products_pictures/shleyf_dlya_samsung_e1190_e1195_mezhplatniy_s_komponentamifr_thm.jpeg" alt="Шлейф для мобильных телефонов Samsung E1190, E1195, межплатный, оригинал" />
661
+ </a>
662
+ </dd>
663
+ <dt>
664
+ <a href="/product/24633/">Шлейф для мобильных телефонов Samsung E1190, E1195, межплатный, оригинал</a>
665
+ </dt>
666
+
667
+ <dt class="totalPrice">
668
+ 154.0 грн
669
+
670
+ <div class="gsm-in-stock">
671
+
672
+ <p class="in-stock">Есть в наличии</p>
673
+ </div>
674
+
675
+ </dt>
676
+
677
+ </dl>
678
+
679
+ </div></div>
680
+ <!-- cpt_container_end -->
681
+ </div>
682
+
683
+ </aside>
684
+ <!-- END LEFT -->
685
+
686
+
687
+
688
+ <!-- CONTENT -->
689
+ <div role="main">
690
+
691
+
692
+ <section class="content">
693
+ <!-- cpt_container_start -->
694
+
695
+ <div class="cpt_maincontent"><h1 class="cat-title">Вход / Регистрация</h1>
696
+
697
+
698
+
699
+ <form action="/auth/" method="post"><div class="form_wrapper">
700
+ <p>
701
+ <input name="enter" value="1" type="hidden" >
702
+ <label for="ln_user_login">Е-mail(он же логин):</label>
703
+ <br>
704
+ <input type="text" name="user_login" id="ln_user_login" class="gk_input" value="" size="40" /></p>
705
+ <p>
706
+ <label for="user_pw">Пароль:</label>
707
+ <br>
708
+ <input name="user_pw" type="password" size="40" class="gk_input" />
709
+ </p>
710
+
711
+ <p>
712
+ <input type="submit" class="gkbutton five" value='Вход' >
713
+ </p>
714
+ <p>
715
+ <a rel="nofollow" href="/remind_password/">Выслать пароль?</a>
716
+ &nbsp;
717
+ <a rel="nofollow" href="/register/">Зарегистрироваться</a>
718
+ &nbsp;
719
+ </p>
720
+
721
+ </div></form>
722
+
723
+ <script type="text/javascript">
724
+ getLayer('ln_user_login').focus();
725
+ </script></div>
726
+
727
+
728
+
729
+
730
+ <div class="cpt_news_short_list cptovst_1dgmhd">
731
+ <!--[if IE]>
732
+ <style>
733
+
734
+ #subscription{
735
+ margin-bottom: 30px;
736
+ }
737
+ </style>
738
+
739
+ <!--[endif] -->
740
+
741
+ <p class="col_header">Блог / Новости</p>
742
+ <form action="/auth/" name="subscription_form" method="post" onSubmit="return validate(this);" id="subscription">
743
+ <div class="news_shortlist_wrap">
744
+
745
+
746
+ <div class="news_date">19.01.2016</div>
747
+
748
+ <div class="news_title news_image_prew">
749
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/371/">
750
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/otvertka.jpg" width="100px" height="auto" />
751
+ </a>
752
+ </div>
753
+
754
+ <div class="news_title">
755
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/371/">
756
+ Большие отвертки. Распродажа!
757
+ </a>
758
+ </div>
759
+ </div>
760
+ <div class="news_shortlist_wrap">
761
+
762
+
763
+ <div class="news_date">06.01.2016</div>
764
+
765
+ <div class="news_title news_image_prew">
766
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/370/">
767
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/media.jpg" width="100px" height="auto" />
768
+ </a>
769
+ </div>
770
+
771
+ <div class="news_title">
772
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/370/">
773
+ Мы в социальных сетях
774
+ </a>
775
+ </div>
776
+ </div>
777
+ <div class="news_shortlist_wrap">
778
+
779
+
780
+ <div class="news_date">26.12.2015</div>
781
+
782
+ <div class="news_title news_image_prew">
783
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/368/">
784
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/ttons.jpg" width="100px" height="auto" />
785
+ </a>
786
+ </div>
787
+
788
+ <div class="news_title">
789
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/368/">
790
+ С Новым годом и рождеством! График работы в праздники
791
+ </a>
792
+ </div>
793
+ </div>
794
+ <div class="news_shortlist_wrap">
795
+
796
+
797
+ <div class="news_date">19.11.2015</div>
798
+
799
+ <div class="news_title news_image_prew">
800
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/367/">
801
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/push-buttons.jpg" width="100px" height="auto" />
802
+ </a>
803
+ </div>
804
+
805
+ <div class="news_title">
806
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/367/">
807
+ Как получить скидку?
808
+ </a>
809
+ </div>
810
+ </div>
811
+ <div class="news_shortlist_wrap">
812
+
813
+
814
+ <div class="news_date">20.10.2015</div>
815
+
816
+ <div class="news_title news_image_prew">
817
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/366/">
818
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/sensora.jpg" width="100px" height="auto" />
819
+ </a>
820
+ </div>
821
+
822
+ <div class="news_title">
823
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/366/">
824
+ 23.06 - Технические работы
825
+ </a>
826
+ </div>
827
+ </div>
828
+
829
+ <div class="news_viewall">
830
+ <a href="/blog/">Смотреть все новости...</a>
831
+ </div>
832
+
833
+
834
+ <div class="news_subscribe">
835
+ Подписаться на новости:
836
+ <div><input type="text" name="email" value="Email" title="Email" class="input_message" ></div>
837
+ <div><input type="submit" value="Подписаться" class="gkbutton yellow" />
838
+
839
+ </div>
840
+ </div>
841
+
842
+ <input type="hidden" name="subscribe" value="yes" >
843
+
844
+ </form></div>
845
+
846
+
847
+
848
+ <div class="cpt_custom_html"></div>
849
+
850
+
851
+
852
+ <!-- cpt_container_end -->
853
+ </section>
854
+
855
+ </div>
856
+ <!-- END CONTENT -->
857
+
858
+ </div>
859
+ <!-- END LAYOUT -->
860
+
861
+ <div id="clear">&nbsp;</div>
862
+ </div>
863
+ <!-- BODY -->
864
+
865
+ <!-- END -->
866
+
867
+ <!-- Footer start -->
868
+ <!-- FOOTER -->
869
+ <footer role="contentinfo">
870
+ <div class="layout">
871
+ <div class="role-complementary aside-right">&nbsp;</div>
872
+ <div class="role-complementary aside-left">&nbsp;</div>
873
+
874
+ <div class="role-main">
875
+ <nav class="gk-secondary-menu">
876
+ <!-- cpt_container_start -->
877
+
878
+ <div class="cpt_divisions_navigation"><ul class="horizontal"><li><a href="/">Главная страница</a></li><li><a href="/auxpage_1/">Гарантии</a></li><li><a href="/auxpage_4/">Контакты</a></li><li><a href="/auxpage_2/">Оплата и доставка</a></li><li><a href="/auxpage_kak-poluchit-skidku/">Как получить скидку</a></li><li><a href="/order_status/">Статус заказа</a></li><li><a href="/auxpage_7/">Статьи</a></li></ul></div>
879
+
880
+ <!-- cpt_container_end -->
881
+ </nav>
882
+
883
+
884
+ </div>
885
+
886
+ </div>
887
+ </footer>
888
+ <!-- END FOOTER -->
889
+
890
+
891
+
892
+ <a id="gotop" href="#" onclick="top.goTop(); return false;">&nbsp;</a>
893
+ <script type="text/javascript" src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/scrolltop.js"></script>
894
+
895
+
896
+
897
+
898
+ <div style="display: none; z-index:100;" id="add_to_cart">
899
+ <img src="/published/SC/html/scripts/images_common/addtocart.png" style="behavior: url(/published/SC/html/scripts/images_common/iepngfix.htc)" />
900
+ </div>
901
+
902
+
903
+
904
+
905
+
906
+ <script type="text/javascript">
907
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
908
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
909
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
910
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
911
+
912
+ ga('create', 'UA-45796587-1', 'auto');
913
+ ga('send', 'pageview');
914
+ </script>
915
+
916
+ <!-- Yandex.Metrika counter -->
917
+ <script type="text/javascript">
918
+ (function (d, w, c) {
919
+ (w[c] = w[c] || []).push(function () {
920
+ try {
921
+ w.yaCounter23020282 = new Ya.Metrika({id: 23020282,
922
+ webvisor: true,
923
+ clickmap: true,
924
+ trackLinks: true});
925
+ } catch (e) {
926
+ }
927
+ });
928
+
929
+ var n = d.getElementsByTagName("script")[0],
930
+ s = d.createElement("script"),
931
+ f = function () {
932
+ n.parentNode.insertBefore(s, n);
933
+ };
934
+ s.type = "text/javascript";
935
+ s.async = true;
936
+ s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
937
+
938
+ if (w.opera == "[object Opera]") {
939
+ d.addEventListener("DOMContentLoaded", f, false);
940
+ } else {
941
+ f();
942
+ }
943
+ })(document, window, "yandex_metrika_callbacks");
944
+
945
+ </script>
946
+
947
+ <noscript><div><img src="//mc.yandex.ru/watch/23020282" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
948
+ <!-- /Yandex.Metrika counter --> <!-- Footer end -->
949
+
950
+
951
+
952
+
953
+ </body>
954
+ </html><!--
955
+ <style type="text/css">
956
+
957
+ #statics
958
+ {
959
+ position: absolute;
960
+ visibility: hidden;
961
+ right: 0;
962
+ top: 0;
963
+ padding: 0 15px;
964
+ width: auto;
965
+ font-weight: bolder;
966
+ text-align: center;
967
+ color: red;
968
+ background: white;
969
+ }
970
+
971
+ #statics span
972
+ {
973
+ color: black;
974
+ }
975
+
976
+ </style>
977
+
978
+ <div id="statics">
979
+ <tt>
980
+ <span>Время : </span>0.03950 cек.;&nbsp;
981
+ <span>Память : </span>5.71Mb;&nbsp;
982
+
983
+ </tt>
984
+ </div> -->
forms/html/153.html ADDED
@@ -0,0 +1,1115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8" />
8
+ <!-- Head start -->
9
+ <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
10
+ <meta name="viewport" content="width=1024, user-scalable=1">
11
+ <meta name="format-detection" content="telephone=no">
12
+ <title>Зарегистрироваться ― GSM комплект</title>
13
+ <meta name="description" content="Качественные запчасти для мобильных телефонов известных марок. Купить запчасти и комплектующие – можно в любом населенном пункте Украины. Бесплатная доставка. Отправка товара наложенным платежом, без предоплаты. ">
14
+
15
+ <meta name="robots" content="noindex, follow" />
16
+
17
+ <meta name='yandex-verification' content='4804d5ccf862102e' />
18
+ <meta name="google-site-verification" content="XfeNn3uUWgxyLygDzxws8j0gLGpClchcElhAHDnH3SE" />
19
+
20
+
21
+ <link href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/min.php?type=css&page=register" type="text/css" rel="stylesheet" />
22
+ <script src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/min.php?type=js&page=register"></script>
23
+
24
+
25
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/main.css" type="text/css" />
26
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/gsm.css" type="text/css" />
27
+
28
+
29
+ <script type="text/javascript" src="/published/SC/html/scripts/js/niftycube.js"></script>
30
+ <script type="text/javascript" src="/published/SC/html/scripts/js/jquery-latest.js"></script>
31
+ <script type="text/javascript" src="/published/SC/html/scripts/js/input_autocomplete.js"></script>
32
+ <script type="text/javascript" src="/published/SC/html/scripts/js/jquery.autocomplete.js"></script>
33
+
34
+
35
+ <!-- Head end -->
36
+
37
+ <base href="http://gsm-komplekt.com/" />
38
+
39
+ <script type="text/javascript">
40
+ var WAROOT_URL = 'http://gsm-komplekt.com/'; </script>
41
+
42
+
43
+ <link rel="stylesheet" href="/published/SC/html/scripts/css/general.css" type="text/css" />
44
+ <link rel="stylesheet" href="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/overridestyles.css" type="text/css" />
45
+
46
+ <script type="text/javascript" src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/head.js"></script>
47
+
48
+ <script type="text/javascript" src="/published/SC/html/scripts/js/functions.js"></script>
49
+ <script type="text/javascript" src="/published/SC/html/scripts/js/behavior.js"></script>
50
+ <script type="text/javascript" src="/published/SC/html/scripts/js/widget_checkout.js"></script>
51
+ <script type="text/javascript" src="/published/SC/html/scripts/js/frame.js"></script>
52
+ <script type="text/javascript">
53
+ <!--
54
+
55
+ var defaultCurrency = {
56
+ display_template: '{value} грн',
57
+ decimal_places: '1',
58
+ decimal_symbol: '.',
59
+ thousands_delimiter: '',
60
+ getView: function (price){return this.display_template.replace(/\{value\}/, number_format(price, this.decimal_places, this.decimal_symbol, this.thousands_delimiter));}
61
+ };
62
+
63
+
64
+ var ORIG_URL = 'http://gsm-komplekt.com/';
65
+ var ORIG_LANG_URL = '/';
66
+ window.currDispTemplate = defaultCurrency.display_template;
67
+ var translate = {};
68
+ translate.cnfrm_unsubscribe = 'Вы уверены, что хотите удалить вашу учетную запись в магазине?';
69
+ translate.err_input_email = 'Введите правильный электронный адрес';
70
+ translate.err_input_nickname = 'Пожалуйста, введите Ваш псевдоним';
71
+ translate.err_input_message_subject = 'Пожалуйста, введите тему сообщения';
72
+ translate.err_input_price = 'Цена должна быть положительным числом';
73
+
74
+
75
+ function position_this_window(){
76
+ var x = (screen.availWidth - 600) / 2;
77
+ window.resizeTo(600, screen.availHeight - 100);
78
+ window.moveTo(Math.floor(x),50);
79
+ }
80
+
81
+
82
+ //-->
83
+ </script>
84
+ </head>
85
+
86
+ <body data-page="register" >
87
+
88
+ <!-- BODY -->
89
+ <div data-role="body">
90
+
91
+ <!-- HEAD -->
92
+ <header role="banner">
93
+
94
+ <div class="layout">
95
+
96
+ <div class="role-complementary aside-right">
97
+ <!-- cpt_container_start -->
98
+
99
+ <div class="cpt_shopping_cart_info">
100
+
101
+ <div id="gkbascet">
102
+
103
+ <dl>
104
+ <dt><i class="icons user"></i>
105
+ <a href="/auth/">
106
+ <span>Войти в личный кабинет</span>
107
+ </a>
108
+ </dt>
109
+ <dd>
110
+ <div id="shpcrtgc" class="gk-empty">Начни совершать покупки прямо сейчас!</div>
111
+ <div id="shpcrtca">&nbsp;</div>
112
+ </dd>
113
+ <dt>
114
+ <a class="gkbutton hndl_proceed_checkout" rel="nofollow" href="/cart/">
115
+ Оформить заказ
116
+ </a>
117
+ </dt>
118
+ </dl>
119
+
120
+ </div>
121
+ </div>
122
+
123
+ <!-- cpt_container_end -->
124
+ </div>
125
+
126
+
127
+ <div class="role-complementary aside-left">
128
+ <!-- cpt_container_start -->
129
+
130
+ <div class="cpt_logo"><a href="/" title="Интернет магазин «GSM комплект»">
131
+ <img src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/assets/images/logo.png" alt="Запчасти для мобильных телефонов – Интернет магазин «GSM комплект»" />
132
+ </a></div>
133
+
134
+ <!-- cpt_container_end -->
135
+
136
+ <div class="cpt_logo_slogan">
137
+ <p class="h1 logo"><a href="/">Запчасти для мобильных телефонов</a></p>
138
+ </div>
139
+ </div>
140
+
141
+
142
+ <div class="role-main">
143
+ <!-- cpt_container_start -->
144
+ <div id="gsm-kontakts">
145
+
146
+ <div class="cpt_custom_html"><div class="gsm-contacts stretch">
147
+ <dl title="Запчасти, комплектующие">
148
+ <dt class="gsm_deportament">Запчасти, комплектующие</dt>
149
+ <dd>
150
+ <ul class="duble">
151
+ <li class="gsm_fone kievstar">(067) 1-622-622</li>
152
+ <li class="gsm_fone mts">(066) 580-09-09</li>
153
+ <li class="gsm_fone life">(093) 445-07-07</li>
154
+ <li class="gsm_fone">(061) 220-12-12</li>
155
+ </ul>
156
+ </dd>
157
+ </dl>
158
+
159
+ <dl title="Инструмент, оборудование">
160
+ <dt class="gsm_deportament">Инструмент, оборудование</dt>
161
+ <dd>
162
+ <ul>
163
+ <li class="gsm_fone kievstar">(098) 0-311-312</li>
164
+ <li class="gsm_fone mts">(066) 377-75-70</li>
165
+ <li class="gsm_fone life">(063) 295-47-47</li>
166
+ <li class="gsm_fone">(061) 220-12-12</li>
167
+ </ul>
168
+ </dd>
169
+
170
+ </dl>
171
+
172
+ <dl>
173
+ <dd id="gsm_work_time">
174
+ <ul>
175
+ <li>Режим работы:</li>
176
+ <li id="work_time">с 8:30 до 17:00</li>
177
+ <li id="work_time">Без выходных.</li>
178
+ </ul>
179
+ </dd>
180
+ <dt><!-- --></dt>
181
+ <dt id="work_site">Заказ на сайте можно оформить круглосуточно</dt>
182
+ <a href="mailto:%67%73m%2e%6b%6f%6d%70l%65%6b%74@g%6d%61%69%6c.%63o%6d" id="gsm_email"><span>gsm.komplekt@gmail.com</span></a>
183
+ </dl>
184
+ </div></div>
185
+
186
+ </div>
187
+ <!-- cpt_container_end -->
188
+ </div>
189
+
190
+ </div>
191
+
192
+ <nav class="gk-secondary-menu">
193
+ <!-- cpt_container_start -->
194
+
195
+ <div class="cpt_divisions_navigation"><ul class="horizontal"><li><a href="/">Главная страница</a></li><li><a href="/auxpage_1/">Гарантии</a></li><li><a href="/auxpage_4/">Контакты</a></li><li><a href="/auxpage_2/">Оплата и доставка</a></li><li><a href="/order_status/">Статус заказа</a></li><li><a href="/auxpage_7/">Статьи</a></li></ul></div>
196
+
197
+
198
+ <div class="cpt_product_search">
199
+ <form action="/search/" method="get" id="gsm_produkt_search">
200
+ <input type="text" id="searchstring" name="searchstring" value='' placeholder="Поиск по сайту" required="required" title="Поиск товаров" class="input_message" >
201
+
202
+ <button type="submit" class="gkbutton yellow search" id="searchbotton" >
203
+ <i class="icons">Искать</i>
204
+ </button>
205
+ <!-- <img src="/published/publicdata/GSM1/attachments/SC/images/search_botton.png" style="behavior: url(/published/SC/html/scripts/images_common/iepngfix.htc) "> -->
206
+ <br style="clear: both" />
207
+ </form></div>
208
+
209
+ <!-- cpt_container_end -->
210
+ </nav>
211
+
212
+ </header>
213
+ <!-- END HEAD -->
214
+
215
+
216
+ <div class="layout" data-role="main-layout">
217
+
218
+
219
+
220
+
221
+ <!-- LEFT -->
222
+ <aside role="complementary" class="aside-left">
223
+
224
+ <!-- cpt_container_start -->
225
+ <div class="cpt_category_tree"><div class="gk-aside-block">
226
+ <div class="gk-aside-block-bg"></div>
227
+
228
+ <div class="cpt_custom_html">
229
+ <div class="col_header first">Каталог</div></div>
230
+
231
+
232
+
233
+
234
+
235
+ <nav role="navigation">
236
+
237
+ <ul>
238
+
239
+
240
+
241
+
242
+ <li class="parent">
243
+
244
+
245
+ <a href='/category/korpusy-chasti-korpusa/'>
246
+ <i></i><span>Аксессуары для телефонов и планшетов</span>
247
+ </a>
248
+
249
+
250
+
251
+ </li>
252
+
253
+
254
+
255
+ <li class="parent">
256
+
257
+
258
+ <a href='/category/zapchasti-dlja-apple-ipad/'>
259
+ <i></i><span>Запчасти Apple</span>
260
+ </a>
261
+
262
+
263
+
264
+ </li>
265
+
266
+
267
+
268
+ <li class="parent">
269
+
270
+
271
+ <a href='/category/zapchasti-fly/'>
272
+ <i></i><span>Запчасти Fly</span>
273
+ </a>
274
+
275
+
276
+
277
+ </li>
278
+
279
+
280
+
281
+ <li class="parent">
282
+
283
+
284
+ <a href='/category/zapchasti-htc/'>
285
+ <i></i><span>Запчасти HTC</span>
286
+ </a>
287
+
288
+
289
+
290
+ </li>
291
+
292
+
293
+
294
+ <li class="parent">
295
+
296
+
297
+ <a href='/category/zapchasti-huawei/'>
298
+ <i></i><span>Запчасти Huawei</span>
299
+ </a>
300
+
301
+
302
+
303
+ </li>
304
+
305
+
306
+
307
+ <li class="parent">
308
+
309
+
310
+ <a href='/category/zapchasti-lenovo/'>
311
+ <i></i><span>Запчасти Lenovo</span>
312
+ </a>
313
+
314
+
315
+
316
+ </li>
317
+
318
+
319
+
320
+ <li class="parent">
321
+
322
+
323
+ <a href='/category/zapchasti-lg/'>
324
+ <i></i><span>Запчасти LG</span>
325
+ </a>
326
+
327
+
328
+
329
+ </li>
330
+
331
+
332
+
333
+ <li class="parent">
334
+
335
+
336
+ <a href='/category/zapchasti-motorola/'>
337
+ <i></i><span>Запчасти Motorola</span>
338
+ </a>
339
+
340
+
341
+
342
+ </li>
343
+
344
+
345
+
346
+ <li class="parent">
347
+
348
+
349
+ <a href='/category/zapchasti-nokia/'>
350
+ <i></i><span>Запчасти Nokia</span>
351
+ </a>
352
+
353
+
354
+
355
+ </li>
356
+
357
+
358
+
359
+ <li class="parent">
360
+
361
+
362
+ <a href='/category/zapchasti-samsung/'>
363
+ <i></i><span>Запчасти Samsung</span>
364
+ </a>
365
+
366
+
367
+
368
+ </li>
369
+
370
+
371
+
372
+ <li class="parent">
373
+
374
+
375
+ <a href='/category/zapchasti-sony-sonyericsson/'>
376
+ <i></i><span>Запчасти Sony, SonyEricsson</span>
377
+ </a>
378
+
379
+
380
+
381
+ </li>
382
+
383
+
384
+
385
+ <li class="parent">
386
+
387
+
388
+ <a href='/category/zapchasti-dlja-zte/'>
389
+ <i></i><span>Запчасти для ZTE</span>
390
+ </a>
391
+
392
+
393
+
394
+ </li>
395
+
396
+
397
+
398
+ <li class="parent">
399
+
400
+
401
+ <a href='/category/zapchasti-dlja-planshetov/'>
402
+ <i></i><span>Запчасти для планшетов</span>
403
+ </a>
404
+
405
+
406
+
407
+ </li>
408
+
409
+
410
+
411
+ <li class="parent">
412
+
413
+
414
+ <a href='/category/zapchasti-dlja-elektronnyh-knig/'>
415
+ <i></i><span>Запчасти для электронных книг</span>
416
+ </a>
417
+
418
+
419
+
420
+ </li>
421
+
422
+
423
+
424
+ <li class="parent">
425
+
426
+
427
+ <a href='/category/zapchasti-dlja-mobilnyh-telefonov/'>
428
+ <i></i><span>Запчасти других марок мобильных телефонов</span>
429
+ </a>
430
+
431
+
432
+
433
+ </li>
434
+
435
+
436
+
437
+ <li class="parent">
438
+
439
+
440
+ <a href='/category/2006/'>
441
+ <i></i><span>Комплектующие и запчасти для ноутбуков</span>
442
+ </a>
443
+
444
+
445
+
446
+ </li>
447
+
448
+
449
+
450
+ <li class="parent">
451
+
452
+
453
+ <a href='/category/zapchasti-dlja-cifrovyh-fotoapparatov-i-videokamer/'>
454
+ <i></i><span>Запчасти фотоаппаратов и видеокамер</span>
455
+ </a>
456
+
457
+
458
+
459
+ </li>
460
+
461
+
462
+
463
+ <li class="parent">
464
+
465
+
466
+ <a href='/category/zapchasti-dlja-igrovyh-pristavok-play-station-portable/'>
467
+ <i></i><span>Запчасти для игровых приставок Play Station Portable</span>
468
+ </a>
469
+
470
+
471
+
472
+ </li>
473
+
474
+
475
+
476
+ <li class="parent">
477
+
478
+
479
+ <a href='/category/zapchasti-dlja-gps-navigatorov/'>
480
+ <i></i><span>Запчасти для GPS навигаторов</span>
481
+ </a>
482
+
483
+
484
+
485
+ </li>
486
+
487
+
488
+
489
+ <li class="parent">
490
+
491
+
492
+ <a href='/category/izmeritelnye-pribory/'>
493
+ <i></i><span>Измерительные приборы</span>
494
+ </a>
495
+
496
+
497
+
498
+ </li>
499
+
500
+
501
+
502
+ <li class="parent">
503
+
504
+
505
+ <a href='/category/instrument/'>
506
+ <i></i><span>Инструмент для ремонта</span>
507
+ </a>
508
+
509
+
510
+
511
+ </li>
512
+
513
+
514
+
515
+ <li class="parent">
516
+
517
+
518
+ <a href='/category/oborudovanie-dlja-remonta/'>
519
+ <i></i><span>Оборудование для ремонта</span>
520
+ </a>
521
+
522
+
523
+
524
+ </li>
525
+
526
+
527
+
528
+ <li class="parent">
529
+
530
+
531
+ <a href='/category/himija-i-rashodnye-materialy/'>
532
+ <i></i><span>Химия и Расходные материалы</span>
533
+ </a>
534
+
535
+
536
+
537
+ </li>
538
+
539
+
540
+
541
+ <li class="parent">
542
+
543
+
544
+ <a href='/category/gsm-produkty/'>
545
+ <i></i><span>Оборудование для прошивки мобильных телефонов</span>
546
+ </a>
547
+
548
+
549
+
550
+ </li>
551
+
552
+
553
+
554
+ <li class="parent">
555
+
556
+
557
+ <a href='/category/svetodiodnye-lenty-kontrollery-aksessuary/'>
558
+ <i></i><span>Светодиодная лента</span>
559
+ </a>
560
+
561
+
562
+
563
+ </li>
564
+
565
+
566
+
567
+ <li class="parent">
568
+
569
+
570
+ <a href='/category/zapchasti-dlja-avtosignalizacij/'>
571
+ <i></i><span>Запчасти для автосигнализаций</span>
572
+ </a>
573
+
574
+
575
+
576
+ </li>
577
+
578
+
579
+
580
+ <li class="parent">
581
+
582
+
583
+ <a href='/category/razborka/'>
584
+ <i></i><span>Разборка</span>
585
+ </a>
586
+
587
+
588
+
589
+ </li>
590
+
591
+
592
+
593
+ <li class="parent">
594
+
595
+
596
+ <a href='/category/arhivnye-tovary/'>
597
+ <i></i><span>Архивные товары</span>
598
+ </a>
599
+
600
+
601
+ </ul>
602
+ </li>
603
+
604
+ </ul>
605
+
606
+ </nav>
607
+ </div></div>
608
+ <!-- cpt_container_end -->
609
+
610
+ <div class="gk-price">
611
+ <img src="/published/publicdata/GSM1/attachments/SC/images/excel.png" title="Скачать прайс-лист" alt="Скачать прайс-лист" id="price_img" />
612
+ <a href="/gsm-komplekt.xls" title="Скачать прайс-лист" class="gkbutton yellow">
613
+ <span>Скачать прайс-лист</span>
614
+ </a>
615
+ <span style="clear: both"><!-- --></span>
616
+ </div>
617
+
618
+ <div class="gk-aside-block">
619
+ <div class="gk-aside-block-bg"></div>
620
+ <!-- cpt_container_start -->
621
+ <div class="cpt_custom_html"><div class="col_header first">РАСПРОДАЖА</div></div>
622
+
623
+ <div class="cpt_product_lists"><div class="gsm_product_list stretch">
624
+
625
+
626
+ <dl class="gsm_rasp">
627
+ <dd>
628
+
629
+
630
+
631
+
632
+ <a href="/product/11312/">
633
+ <img src="/published/publicdata/GSM1/attachments/SC/products_pictures/shleyf_dlya_mobilnogo_telefona_samsung_e1150_original_mezhplatniy_s_komponentami_gh5908429a_thm.jpeg" alt="Шлейф для мобильного телефона Samsung E1150, оригинал, межплатный, с компонентами, (GH59-08429A)" />
634
+ </a>
635
+ </dd>
636
+ <dt>
637
+ <a href="/product/11312/">Шлейф для мобильного телефона Samsung E1150, оригинал, межплатный, с компонентами, (GH59-08429A)</a>
638
+ </dt>
639
+
640
+ <dt class="totalPrice">
641
+ 92.0 грн
642
+
643
+ <div class="gsm-in-stock">
644
+
645
+ <p class="in-stock">Есть в наличии</p>
646
+ </div>
647
+
648
+ </dt>
649
+
650
+ </dl>
651
+
652
+
653
+ <dl class="gsm_rasp">
654
+ <dd>
655
+
656
+
657
+
658
+
659
+ <a href="/product/24633/">
660
+ <img src="/published/publicdata/GSM1/attachments/SC/products_pictures/shleyf_dlya_samsung_e1190_e1195_mezhplatniy_s_komponentamifr_thm.jpeg" alt="Шлейф для мобильных телефонов Samsung E1190, E1195, межплатный, оригинал" />
661
+ </a>
662
+ </dd>
663
+ <dt>
664
+ <a href="/product/24633/">Шлейф для мобильных телефонов Samsung E1190, E1195, межплатный, оригинал</a>
665
+ </dt>
666
+
667
+ <dt class="totalPrice">
668
+ 154.0 грн
669
+
670
+ <div class="gsm-in-stock">
671
+
672
+ <p class="in-stock">Есть в наличии</p>
673
+ </div>
674
+
675
+ </dt>
676
+
677
+ </dl>
678
+
679
+ </div></div>
680
+ <!-- cpt_container_end -->
681
+ </div>
682
+
683
+ </aside>
684
+ <!-- END LEFT -->
685
+
686
+
687
+
688
+ <!-- CONTENT -->
689
+ <div role="main">
690
+
691
+
692
+ <section class="content">
693
+ <!-- cpt_container_start -->
694
+
695
+ <div class="cpt_maincontent"><link href="/published/SC/html/scripts/css/gsm/checkout.css" type="text/css" rel="stylesheet" />
696
+ <script src="/published/SC/html/scripts/js/gsm/httprequest.js" type="text/javascript"></script>
697
+ <script src="/published/SC/html/scripts/js/gsm/checkout.js" type="text/javascript"></script>
698
+
699
+ <h1 class="gsm_huck">Зарегистрироваться</h1>
700
+
701
+ <div class="msg_error" id="customer_err"></div>
702
+
703
+
704
+ <form id="customerinfo" action="/register/" method="post" name="RegisterForm">
705
+ <input name="affiliationLogin" type="hidden" value="" />
706
+ <input type="hidden" name="action" value="save">
707
+
708
+
709
+
710
+
711
+
712
+
713
+ <!-- USER -->
714
+ <dl class="gsm_min gsm_checkout_block" id="personal_info_block">
715
+ <dt class="gsm_checkout_title">
716
+ <span class="title_info">Регистрация нового пользователя &nbsp;</span>
717
+ </dt>
718
+ <dt>
719
+ <div class="msg_error" id="customer_err"></div>
720
+ </dt>
721
+
722
+ <dd id="personal_info">
723
+ <div id="info_form">
724
+ <!-- <input name="without_reg" id="without_reg" value="" type="hidden" /> -->
725
+ <input name="billing_as_shipping" value="1" type="hidden" />
726
+
727
+
728
+ <div class="elem" >
729
+ <div class="call">Напишите ваш Email, на него будет отправлен ответ наших специалистов
730
+ ( <input name="subscribed4news" value="1" checked id="custinfo-subscribed4news" type="checkbox" style="width:20px;" />
731
+ <label for="custinfo-subscribed4news">Подписаться на новости</label>)
732
+ </div>
733
+ <div class="block">
734
+ <span class="field">
735
+ <input name="email" value="" type="text" class="required notvalid" rel="email" />
736
+ <a href="#" onclick="return hs.htmlExpand(this, { outlineType: 'rounded-white', wrapperClassName: 'draggable-header', headingText: 'Full HTML content' } )" style="display:none"></a>
737
+ </span>
738
+ <div class="help">Если по какой то причине, вы не хотите писать свою почту, оставьте поле нетронутым</div>
739
+ </div>
740
+ </div>
741
+
742
+ <div class="elem" >
743
+ <div class="call">Фамилия Имя Отчество</div>
744
+ <div class="block">
745
+ <span class="field">
746
+ <input rel="name" name="first_name" value="" type="text" class="required notvalid" />
747
+ </span>
748
+ <div class="help">Укажите ваши фамилия имя отчество</div>
749
+ </div>
750
+ </div>
751
+
752
+ <div class="elem" style="display:none;">
753
+ <div class="call">Фамилия</div>
754
+ <div class="block">
755
+ <span class="field">
756
+ <input rel="last_name" name="last_name" value="" type="hidden" class="valid" />
757
+ </span>
758
+ <div class="help">Укажите вашу фамилию</div>
759
+ </div>
760
+ </div>
761
+
762
+ <div class="elem">
763
+ <div class="call">Номер телефона</div>
764
+ <div class="block">
765
+ <span class="field">
766
+ <input name="additional_field_1" value="" type="text" class="required notvalid" rel="additional_field_1" />
767
+ </span>
768
+ <div class="help">Мы свяжемся с вами для уточнения деталей</div>
769
+ </div>
770
+ </div> <div class="elem" style="display:none;">
771
+ <div class="call">Страна</div>
772
+ <div class="block"><span class="field">
773
+
774
+ <input name="address[countryID]" value="241" type="hidden" />
775
+ </span><div class="help">Мы находимся в Украине. А вы?</div>
776
+ </div>
777
+ </div>
778
+ <div class="elem" >
779
+ <div class="call">Город/село</div>
780
+ <div class="block">
781
+ <span class="field">
782
+ <input rel="city" name="address[city]" value="Город/Село" type="text" class="required valid" />
783
+ </span>
784
+ <div class="help">Укажите ваш населенный пункт</div>
785
+ </div>
786
+ </div>
787
+
788
+
789
+ <div class="elem">
790
+ <div class="call"><strong>Почтовый индекс</strong></div>
791
+ <div class="block">
792
+ <span class="field">
793
+ <input rel="zip" name="address[zip]" value="" class="valid" />
794
+ </span>
795
+ <div class="help">Для укрпочты</div>
796
+ </div>
797
+ </div>
798
+
799
+
800
+ <div class="elem">
801
+ <div class="call">Адрес</div>
802
+ <div class="block">
803
+ <span class="field">
804
+ <textarea rel="address" name="address[address]" rows="4" class="valid"></textarea>
805
+ </span>
806
+ <div class="help">Только для Укрпочты</div>
807
+ </div>
808
+ </div>
809
+
810
+
811
+ <div class="elem">
812
+ <div class="call">Номер склада</div>
813
+ <div class="block">
814
+ <span class="field">
815
+ <input name="additional_field_2" value="" type="text" class="valid" rel="additional_field_2" />
816
+ </span>
817
+ <div class="help">Если вы не знаете номер склада оставьте поле пустым</div>
818
+ </div>
819
+ </div> </div>
820
+ </dd>
821
+
822
+ <dd style="margin-top: 10px">
823
+
824
+ <table cellpadding="6" cellspacing="0" style="margin:10px 0; width: 100%">
825
+
826
+ <tbody id="reg_confcode">
827
+ <tr>
828
+ <td colspan="2">Введите число, изображенное на рисунке</td>
829
+ </tr>
830
+ <tr>
831
+ <td align="right" style="width:30%">
832
+ <img src="/published/SC/html/scripts/imgval.php" alt="code" border="0" />
833
+ </td>
834
+ <td align="left" style="width:70%">
835
+ <input name="fConfirmationCode" value="" type="text" />
836
+ </td>
837
+ </tr>
838
+ </tbody>
839
+ </table>
840
+
841
+
842
+ </dd>
843
+ <dd style="margin:10px 0;">
844
+ <p><input type="submit" id="reg_submit_btn" value="OK" name="save" /></p>
845
+ </dd>
846
+ </dl>
847
+
848
+ </form>
849
+
850
+
851
+
852
+ <script type="text/javascript">
853
+ var jsDefInfo = {"city":"Город/Село"};
854
+ </script>
855
+
856
+ <script src="/published/SC/html/scripts/js/gsm/registry.js" type="text/javascript"></script></div>
857
+
858
+
859
+
860
+
861
+ <div class="cpt_news_short_list cptovst_1dgmhd">
862
+ <!--[if IE]>
863
+ <style>
864
+
865
+ #subscription{
866
+ margin-bottom: 30px;
867
+ }
868
+ </style>
869
+
870
+ <!--[endif] -->
871
+
872
+ <p class="col_header">Блог / Новости</p>
873
+ <form action="/register/" name="subscription_form" method="post" onSubmit="return validate(this);" id="subscription">
874
+ <div class="news_shortlist_wrap">
875
+
876
+
877
+ <div class="news_date">19.01.2016</div>
878
+
879
+ <div class="news_title news_image_prew">
880
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/371/">
881
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/otvertka.jpg" width="100px" height="auto" />
882
+ </a>
883
+ </div>
884
+
885
+ <div class="news_title">
886
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/371/">
887
+ Большие отвертки. Распродажа!
888
+ </a>
889
+ </div>
890
+ </div>
891
+ <div class="news_shortlist_wrap">
892
+
893
+
894
+ <div class="news_date">06.01.2016</div>
895
+
896
+ <div class="news_title news_image_prew">
897
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/370/">
898
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/media.jpg" width="100px" height="auto" />
899
+ </a>
900
+ </div>
901
+
902
+ <div class="news_title">
903
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/370/">
904
+ Мы в социальных сетях
905
+ </a>
906
+ </div>
907
+ </div>
908
+ <div class="news_shortlist_wrap">
909
+
910
+
911
+ <div class="news_date">26.12.2015</div>
912
+
913
+ <div class="news_title news_image_prew">
914
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/368/">
915
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/ttons.jpg" width="100px" height="auto" />
916
+ </a>
917
+ </div>
918
+
919
+ <div class="news_title">
920
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/368/">
921
+ С Новым годом и рождеством! График работы в праздники
922
+ </a>
923
+ </div>
924
+ </div>
925
+ <div class="news_shortlist_wrap">
926
+
927
+
928
+ <div class="news_date">19.11.2015</div>
929
+
930
+ <div class="news_title news_image_prew">
931
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/367/">
932
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/push-buttons.jpg" width="100px" height="auto" />
933
+ </a>
934
+ </div>
935
+
936
+ <div class="news_title">
937
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/367/">
938
+ Как получить скидку?
939
+ </a>
940
+ </div>
941
+ </div>
942
+ <div class="news_shortlist_wrap">
943
+
944
+
945
+ <div class="news_date">20.10.2015</div>
946
+
947
+ <div class="news_title news_image_prew">
948
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/366/">
949
+ <img src="/published/publicdata/GSM1/attachments/SC/images/news/sensora.jpg" width="100px" height="auto" />
950
+ </a>
951
+ </div>
952
+
953
+ <div class="news_title">
954
+ <a style="color: inherit; text-decoration: none; font-weight: inherit;" href="/blog/366/">
955
+ 23.06 - Технические работы
956
+ </a>
957
+ </div>
958
+ </div>
959
+
960
+ <div class="news_viewall">
961
+ <a href="/blog/">Смотреть все новости...</a>
962
+ </div>
963
+
964
+
965
+ <div class="news_subscribe">
966
+ Подписаться на новости:
967
+ <div><input type="text" name="email" value="Email" title="Email" class="input_message" ></div>
968
+ <div><input type="submit" value="Подписаться" class="gkbutton yellow" />
969
+
970
+ </div>
971
+ </div>
972
+
973
+ <input type="hidden" name="subscribe" value="yes" >
974
+
975
+ </form></div>
976
+
977
+
978
+
979
+ <div class="cpt_custom_html"></div>
980
+
981
+
982
+
983
+ <!-- cpt_container_end -->
984
+ </section>
985
+
986
+ </div>
987
+ <!-- END CONTENT -->
988
+
989
+ </div>
990
+ <!-- END LAYOUT -->
991
+
992
+ <div id="clear">&nbsp;</div>
993
+ </div>
994
+ <!-- BODY -->
995
+
996
+ <!-- END -->
997
+
998
+ <!-- Footer start -->
999
+ <!-- FOOTER -->
1000
+ <footer role="contentinfo">
1001
+ <div class="layout">
1002
+ <div class="role-complementary aside-right">&nbsp;</div>
1003
+ <div class="role-complementary aside-left">&nbsp;</div>
1004
+
1005
+ <div class="role-main">
1006
+ <nav class="gk-secondary-menu">
1007
+ <!-- cpt_container_start -->
1008
+
1009
+ <div class="cpt_divisions_navigation"><ul class="horizontal"><li><a href="/">Главная страница</a></li><li><a href="/auxpage_1/">Гарантии</a></li><li><a href="/auxpage_4/">Контакты</a></li><li><a href="/auxpage_2/">Оплата и доставка</a></li><li><a href="/auxpage_kak-poluchit-skidku/">Как получить скидку</a></li><li><a href="/order_status/">Статус заказа</a></li><li><a href="/auxpage_7/">Статьи</a></li></ul></div>
1010
+
1011
+ <!-- cpt_container_end -->
1012
+ </nav>
1013
+
1014
+
1015
+ </div>
1016
+
1017
+ </div>
1018
+ </footer>
1019
+ <!-- END FOOTER -->
1020
+
1021
+
1022
+
1023
+ <a id="gotop" href="#" onclick="top.goTop(); return false;">&nbsp;</a>
1024
+ <script type="text/javascript" src="/published/publicdata/GSM1/attachments/SC/themes/gsm-komplekt/scrolltop.js"></script>
1025
+
1026
+
1027
+
1028
+
1029
+ <div style="display: none; z-index:100;" id="add_to_cart">
1030
+ <img src="/published/SC/html/scripts/images_common/addtocart.png" style="behavior: url(/published/SC/html/scripts/images_common/iepngfix.htc)" />
1031
+ </div>
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+ <script type="text/javascript">
1038
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
1039
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
1040
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
1041
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
1042
+
1043
+ ga('create', 'UA-45796587-1', 'auto');
1044
+ ga('send', 'pageview');
1045
+ </script>
1046
+
1047
+ <!-- Yandex.Metrika counter -->
1048
+ <script type="text/javascript">
1049
+ (function (d, w, c) {
1050
+ (w[c] = w[c] || []).push(function () {
1051
+ try {
1052
+ w.yaCounter23020282 = new Ya.Metrika({id: 23020282,
1053
+ webvisor: true,
1054
+ clickmap: true,
1055
+ trackLinks: true});
1056
+ } catch (e) {
1057
+ }
1058
+ });
1059
+
1060
+ var n = d.getElementsByTagName("script")[0],
1061
+ s = d.createElement("script"),
1062
+ f = function () {
1063
+ n.parentNode.insertBefore(s, n);
1064
+ };
1065
+ s.type = "text/javascript";
1066
+ s.async = true;
1067
+ s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
1068
+
1069
+ if (w.opera == "[object Opera]") {
1070
+ d.addEventListener("DOMContentLoaded", f, false);
1071
+ } else {
1072
+ f();
1073
+ }
1074
+ })(document, window, "yandex_metrika_callbacks");
1075
+
1076
+ </script>
1077
+
1078
+ <noscript><div><img src="//mc.yandex.ru/watch/23020282" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
1079
+ <!-- /Yandex.Metrika counter --> <!-- Footer end -->
1080
+
1081
+
1082
+
1083
+
1084
+ </body>
1085
+ </html><!--
1086
+ <style type="text/css">
1087
+
1088
+ #statics
1089
+ {
1090
+ position: absolute;
1091
+ visibility: hidden;
1092
+ right: 0;
1093
+ top: 0;
1094
+ padding: 0 15px;
1095
+ width: auto;
1096
+ font-weight: bolder;
1097
+ text-align: center;
1098
+ color: red;
1099
+ background: white;
1100
+ }
1101
+
1102
+ #statics span
1103
+ {
1104
+ color: black;
1105
+ }
1106
+
1107
+ </style>
1108
+
1109
+ <div id="statics">
1110
+ <tt>
1111
+ <span>Время : </span>0.04140 cек.;&nbsp;
1112
+ <span>Память : </span>5.81Mb;&nbsp;
1113
+
1114
+ </tt>
1115
+ </div> -->
forms/html/165.html ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 31e6
2
+ <!--
3
+ ZeroBoard에 대한 라이센스 명시입니다.
4
+
5
+ 아래 라이센스에 동의하시는 분만 제로보드를 사용할수 있습니다.
6
+
7
+ 프로그램명 : Zeroboard
8
+ 배포버젼 : 4.1 pl 4 (2003. 8. 7)
9
+ 개발자 : zero
10
+ Homepage : http://zeroboard.com
11
+
12
+ 1. 제로보드의 배포권은 ZEROBOARD.COM에서 허용한 곳에만 있습니다.
13
+ (허락 맡지 않은 재배포는 허용하지 않습니다.)
14
+
15
+ 2. 제로보드는 저작권을 아래 3번항목에 의해 표기하는 한도내에서
16
+ 개인홈페이지 및 학교나 교회등의 비영리단체, 기업이나 기타 영리단체에서 사용할수 있습니다.
17
+ (반국가 단체나 불법 싸이트에서의 사용은 금지합니다)
18
+
19
+ 3. 제로보드 사용시 저작권 명시부분을 훼손하면 안됩니다.
20
+ 프로그램 소스, html소스상의 라이센스 및 웹상 출력물 하단에 있는 카피라이트와 링크를 수정하지 마십시요.
21
+ (저작권 표시는 게시판 배포시 작성된 형식만을 허용합니다. 임의 수정은 금지합니다)
22
+
23
+ 4. 단, 정식 등록버젼은 저작권 표시를 삭제할수 있습니다.
24
+ 정식 등록버젼에 대한 문의는 http://zeroboard.com 에서 문의 방법을 찾아주시기 바랍니다.
25
+
26
+ 5. 링크서비스등의 기본 용도에 맞지 않는 사용은 금지합니다.
27
+
28
+ 6. 제로보드의 사용으로 인한 데이타 손실 및 기타 손해등 어떠한 사고나 문제에 대해서 ZEROBOARD.COM은 절대 책임을 지지 않습니다.
29
+
30
+ 7. 제로보드에 대해 ZEROBOARD.COM은 유지/ 보수의 의무가 없습니다.
31
+
32
+ 8. 제로보드 소스는 개인적으로 사용시 수정하여 사용할수 있지만 수정된 프로그램의 재배포는 금지합니다.
33
+ (저작권 관련 부분은 수정금지입니다)
34
+
35
+ 9. 제로보드에 쓰인 스킨의 저작권은 스킨 제작자에게 있으며 제작자의 동의하에 수정배포가 가능합니다.
36
+
37
+ 10. 기타 의문사항은 http://zeroboard.com 을 이용해 주시기 바랍니다.
38
+ (질문등에 대한 내용은 메일로 받지 않습니다)
39
+
40
+ -->
41
+ <html>
42
+ <head>
43
+ <meta http-equiv=Content-Type content=text/html; charset=EUC-KR>
44
+ <link rel=StyleSheet HREF=style.css type=text/css title=style>
45
+ </head>
46
+ <body topmargin='0' leftmargin='0' marginwidth='0' marginheight='0' >
47
+ <div align=center><br>
48
+ <script>
49
+ function address_popup(num)
50
+ {
51
+ window.open('zipcode/search_zipcode.php?num='+num,'searchaddress','width=440,height=230,scrollbars=yes');
52
+ }
53
+
54
+ function check_submit()
55
+ {
56
+
57
+
58
+ if(!write.user_id.value) {alert("아이디를 입력하여 주십시요.");write.user_id.focus(); return false;}
59
+
60
+
61
+ // ID Check
62
+ if(write.user_id.value.length<4||write.user_id.value.length>40) {
63
+ alert("아이디는 4자 이상, 40자 이하여야 합니다.");
64
+ write.user_id.focus();
65
+ return false;
66
+ }
67
+ var valid = "abcdefghijklmnopqrstuvwxyz0123456789_";
68
+ var startChar = "abcdefghijklmnopqrstuvwxyz";
69
+ var temp;
70
+ write.user_id.value = write.user_id.value.toLowerCase();
71
+ temp = write.user_id.value.substring(0,1);
72
+ if (startChar.indexOf(temp) == "-1") {
73
+ alert("아이디의 첫 글자는 영문이어야 합니다.");
74
+ write.user_id.value = "";
75
+ write.user_id.focus();
76
+ return false;
77
+ }
78
+ for (var i=0; i<write.user_id.value.length; i++) {
79
+ temp = "" + write.user_id.value.substring(i, i+1);
80
+ if (valid.indexOf(temp) == "-1") {
81
+ alert("아이디는 영문과 숫자, _ 로만 이루어질수 있습니다.");
82
+ write.user_id.value = "";
83
+ write.user_id.focus();
84
+ return false;
85
+ }
86
+ }
87
+
88
+ if(!write.password.value) {alert("비밀번호를 입력하여 주십시요.");write.password.focus(); return false;}
89
+ if(!write.password1.value) {alert("비밀번호 확인을 입력하여 주십시요.");write.password1.focus(); return false;}
90
+ if(write.password.value!=write.password1.value) {alert("패스워드가 일치하지 않습니다.");write.password.value="";write.password1.value=""; write.password.focus(); return false;}
91
+ if(!write.name.value) { alert("이름을 입력하세요"); write.name.focus(); return false; }
92
+
93
+
94
+ if ( write.birth_1.value < 1000 || write.birth_1.value <= 0 ) {
95
+ alert('생년이 잘못입력되었습니다.');
96
+ write.birth_1.value='';
97
+ write.birth_1.focus();
98
+ return false;
99
+ }
100
+ if ( write.birth_2.value > 12 || write.birth_2.value <= 0 ) {
101
+ alert('생월이 잘못입력되었습니다.');
102
+ write.birth_2.value='';
103
+ write.birth_2.focus();
104
+ return false;
105
+ }
106
+ if ( write.birth_3.value > 31 || write.birth_3.value <= 0 ) {
107
+ alert('생일이 잘못입력되었습니다.');
108
+ write.birth_3.value='';
109
+ write.birth_3.focus();
110
+ return false;
111
+ }
112
+ if(!write.email.value) {alert("E-Mail을 입력하여 주십시요.");write.email.focus(); return false;}
113
+
114
+ if(!write.jumin1.value) {alert("주민등록번호를 입력하여 주십시���");write.jumin1.focus(); return false;}
115
+ if(!write.jumin2.value) {alert("주민등록번호를 입력하여 주십시요");write.jumin2.focus(); return false;}
116
+
117
+ return true;
118
+ }
119
+
120
+ function check_id(id)
121
+ {
122
+ if(!id)
123
+ {
124
+ alert('아이디를 입력하여 주십시요');
125
+ }
126
+ else
127
+ {
128
+ window.open('check_user_id.php?user_id='+id,'check_user_id','width=200,height=100,toolbar=no,status=no,resizable=no');
129
+ }
130
+ }
131
+
132
+ function check_accept() {
133
+ return confirm("위의 가입 약관을 모두 보았으며, 동의하십니까?");
134
+ }
135
+
136
+ </script>
137
+ <table border=0 cellspacing=1 cellpadding=0 width=540>
138
+ <form name=write method=post action=member_join_ok.php enctype=multipart/form-data onsubmit="return check_submit();"><input type="hidden" name="PHPSESSID" value="7a72b79f6557566ffd07f3a9576ae4be" />
139
+ <input type=hidden name=id value=>
140
+ <input type=hidden name=referer value="">
141
+ <input type=hidden name=group_no value="1">
142
+ <input type=hidden name=mode value="">
143
+
144
+ <tr><td colspan=2><img src=images/member_joinin.gif><br><br></td></tr>
145
+
146
+ <tr>
147
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="3"></td>
148
+ </tr>
149
+ <tr align=right>
150
+ <td width=25% style=font-family:Tahoma;font-size:8pt;><b>ID&nbsp;</td>
151
+ <td align=left>&nbsp;<input type=text name=user_id size=20 maxlength=20 style=border-color:#d8b3b3 class=input> <input type=button value='Check ID' style=color:#000000;border-color:#dfb8b8;background-color:#f0f0f0;font-size:8pt;font-family:Tahoma;height:20px; onclick=check_id(write.user_id.value)><br><img src=images/t.gif border=0 height=4><br>&nbsp;(영문,숫자,_로만 아이디를 작성하세요)</td>
152
+ </tr>
153
+ <tr>
154
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
155
+ </tr>
156
+ <tr align=right height=28>
157
+ <td style=font-family:Tahoma;font-size:8pt;><B>Password&nbsp;</td>
158
+ <td align=left>&nbsp;<input type=password name=password size=20 maxlength=20 style=border-color:#d8b3b3 class=input> 확인 : <input type=password name=password1 size=20 maxlength=20 style=border-color:#d8b3b3 class=input></td>
159
+ </tr>
160
+ <tr>
161
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
162
+ </tr>
163
+ <tr align=right height=28>
164
+ <td style=font-family:Tahoma;font-size:8pt;><b>Name&nbsp;</td>
165
+ <td align=left>&nbsp;<input type=text name=name size=20 maxlength=20 value="" style=border-color:#d8b3b3 class=input></td>
166
+ </tr>
167
+ <tr>
168
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
169
+ </tr>
170
+ <tr align=right height=28>
171
+ <td style=font-family:Tahoma;font-size:8pt;><b>Birthday&nbsp;</td>
172
+ <td align=left>&nbsp;<input type=text name=birth_1 size=4 maxlength=4 style=border-color:#d8b3b3 class=input> 년
173
+ &nbsp;<input type=text name=birth_2 size=2 maxlength=2 style=border-color:#d8b3b3 class=input> 월
174
+ &nbsp;<input type=text name=birth_3 size=2 maxlength=2 style=border-color:#d8b3b3 class=input> 일
175
+ <input type=checkbox value=1 checked name=open_birth> 공개
176
+ </tr> <tr>
177
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
178
+ </tr>
179
+
180
+ <tr align=right height=28>
181
+ <td style=font-family:Tahoma;font-size:8pt;><b>E-mail&nbsp;</td>
182
+ <td align=left>&nbsp;<input type=text name=email size=50 maxlength=255 value="" style=border-color:#d8b3b3 class=input>
183
+ <input type=checkbox value=1 name=open_email checked> 공개
184
+ </td>
185
+ </tr> <tr>
186
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
187
+ </tr>
188
+ <tr align=right height=28>
189
+ <td style=font-family:Tahoma;font-size:8pt;>Homepage&nbsp;</td>
190
+ <td align=left>&nbsp;<input type=text name=homepage size=50 maxlength=255 value="" style=border-color:#d8b3b3 class=input>
191
+ <input type=checkbox value=1 name=open_homepage checked> 공개</td>
192
+ </tr> <tr>
193
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
194
+ </tr>
195
+
196
+
197
+
198
+ <tr align=right height=28>
199
+ <td style=font-family:Tahoma;font-size:8pt;>MSN&nbsp;</td>
200
+ <td align=left>&nbsp;<input type=text name=msn size=20 maxlength=250 value="" style=border-color:#d8b3b3 class=input>
201
+ <input type=checkbox value=1 name=open_msn checked> 공개</td>
202
+ </tr> <tr>
203
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
204
+ </tr>
205
+
206
+ <tr align=right height=28>
207
+ <td style=font-family:Tahoma;font-size:8pt; valign=top><table border=0 cellspacing=0 cellpadding=0 height=4><tr><td></td></tr></table><b>주민등록번호 &nbsp;</td>
208
+ <td align=left>&nbsp<input type=text name=jumin1 size=6 maxlength=6 style=border-color:#d8b3b3 class=input>-<input type=text name=jumin2 size=7 maxlength=7 style=border-color:#d8b3b3 class=input> <br>* 주민등록번호는 암호화되어 저장이 되므로 관리자도 알수 없습니다<br>
209
+ &nbsp; (회원 중복가입을 막기 위한 검사수단으로만 사용이 됩니다)</td>
210
+ </tr> <tr>
211
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
212
+ </tr>
213
+
214
+
215
+
216
+
217
+ <tr align=right height=28>
218
+ <td style=font-family:Tahoma;font-size:8pt;>Home Address&nbsp;</td>
219
+ <td align=left>&nbsp;<input type=text name=home_address size=40 maxlength=255 value="" style=border-color:#d8b3b3 class=input><input type=button value='검색' class=input style=border-color:#d8b3b3 onclick=address_popup(1)>
220
+ <input type=checkbox value=1 name=open_home_address checked> 공개</td>
221
+ </tr> <tr>
222
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
223
+ </tr>
224
+
225
+ <tr align=right height=28>
226
+ <td style=font-family:Tahoma;font-size:8pt;>Home Phone&nbsp;</td>
227
+ <td align=left>&nbsp;<input type=text name=home_tel size=20 maxlength=20 value="" style=border-color:#d8b3b3 class=input>
228
+ <input type=checkbox value=1 name=open_home_tel checked> 공개</td>
229
+ </tr> <tr>
230
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
231
+ </tr>
232
+
233
+
234
+
235
+ <tr align=right height=28>
236
+ <td style=font-family:Tahoma;font-size:8pt;>Cellular&nbsp;</td>
237
+ <td align=left>&nbsp;<input type=text name=handphone size=20 maxlength=20 value="" style=border-color:#d8b3b3 class=input>
238
+ <input type=checkbox value=1 name=open_handphone checked> 공개</td>
239
+ </tr> <tr>
240
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
241
+ </tr>
242
+
243
+ <tr align=right height=28>
244
+ <td style=font-family:Tahoma;font-size:8pt;><b>Mailling List&nbsp;</td>
245
+ <td align=left>&nbsp;<input type=checkbox name=mailing value=1 checked> 메일링 가입</td>
246
+ </tr> <tr>
247
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
248
+ </tr>
249
+
250
+
251
+ <tr align=right height=28>
252
+ <td style=font-family:Tahoma;font-size:8pt;>자기 소개서</td>
253
+ <td align=left>&nbsp;<textarea cols=50 rows=4 name=comment style=border-color:#d8b3b3 class=textarea></textarea><br>&nbsp;<input type=checkbox value=1 name=open_comment checked> 공개</td>
254
+
255
+ </tr> <tr>
256
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
257
+ </tr>
258
+
259
+ <tr align=right height=28>
260
+ <td style=font-family:Tahoma;font-size:8pt;><b>개인정보 공개</td>
261
+ <td align=left>&nbsp;<input type=checkbox name=openinfo value=1 checked> 정보 공개</td>
262
+ </tr> <tr>
263
+ <td colspan="5" bgcolor="#EBD9D9" align="center"><img src="images/t.gif" width="10" height="1"></td>
264
+ </tr>
265
+
266
+ <tr height=30 bgcolor=#ffffff>
267
+ <td colspan=2 align=right ><img src=images/t.gif height=5><br>
268
+ <input type=image border=0 src=images/button_join.gif?PHPSESSID=7a72b79f6557566ffd07f3a9576ae4be> &nbsp;
269
+ <img src=images/memo_close.gif border=0 onClick=window.close() style=cursor:hand>&nbsp;&nbsp;&nbsp;
270
+ </td>
271
+ </tr>
272
+
273
+ </form>
274
+ </table>
275
+
276
+
277
+ </body>
278
+ </html>
279
+
280
+
281
+ <!--
282
+ Session Excuted : 0.0001
283
+ Connect Checked : 0.0003
284
+ PHP Excuted : 0.001
285
+ Total Excuted Time : 0.002
286
+ -->
287
+
288
+ 0
289
+
forms/html/166.html ADDED
@@ -0,0 +1,703 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html version="HTML+RDFa 1.1" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" lang="en" xml:lang="en">
3
+ <head>
4
+ <title>
5
+ Mykonos, Cyclades, Greece
6
+ </title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o?o:n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({QJf3ax:[function(e,n){function t(e){function n(n,t,a){e&&e(n,t,a),a||(a={});for(var u=c(n),f=u.length,s=i(a,o,r),p=0;f>p;p++)u[p].apply(s,t);return s}function a(e,n){f[e]=c(e).concat(n)}function c(e){return f[e]||[]}function u(){return t(n)}var f={};return{on:a,emit:n,create:u,listeners:c,_events:f}}function r(){return{}}var o="nr@context",i=e("gos");n.exports=t()},{gos:"7eSDFh"}],ee:[function(e,n){n.exports=e("QJf3ax")},{}],3:[function(e,n){function t(e){return function(){r(e,[(new Date).getTime()].concat(i(arguments)))}}var r=e("handle"),o=e(1),i=e(2);"undefined"==typeof window.newrelic&&(newrelic=window.NREUM);var a=["setPageViewName","addPageAction","setCustomAttribute","finished","addToTrace","inlineHit","noticeError"];o(a,function(e,n){window.NREUM[n]=t("api-"+n)}),n.exports=window.NREUM},{1:12,2:13,handle:"D5DuLP"}],gos:[function(e,n){n.exports=e("7eSDFh")},{}],"7eSDFh":[function(e,n){function t(e,n,t){if(r.call(e,n))return e[n];var o=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return e[n]=o,o}var r=Object.prototype.hasOwnProperty;n.exports=t},{}],D5DuLP:[function(e,n){function t(e,n,t){return r.listeners(e).length?r.emit(e,n,t):void(r.q&&(r.q[e]||(r.q[e]=[]),r.q[e].push(n)))}var r=e("ee").create();n.exports=t,t.ee=r,r.q={}},{ee:"QJf3ax"}],handle:[function(e,n){n.exports=e("D5DuLP")},{}],XL7HBI:[function(e,n){function t(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:i(e,o,function(){return r++})}var r=1,o="nr@id",i=e("gos");n.exports=t},{gos:"7eSDFh"}],id:[function(e,n){n.exports=e("XL7HBI")},{}],G9z0Bl:[function(e,n){function t(){var e=d.info=NREUM.info,n=f.getElementsByTagName("script")[0];if(e&&e.licenseKey&&e.applicationID&&n){c(p,function(n,t){n in e||(e[n]=t)});var t="https"===s.split(":")[0]||e.sslForHttp;d.proto=t?"https://":"http://",a("mark",["onload",i()]);var r=f.createElement("script");r.src=d.proto+e.agent,n.parentNode.insertBefore(r,n)}}function r(){"complete"===f.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=e("handle"),c=e(1),u=window,f=u.document;e(2);var s=(""+location).split("?")[0],p={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-686.min.js"},d=n.exports={offset:i(),origin:s,features:{}};f.addEventListener?(f.addEventListener("DOMContentLoaded",o,!1),u.addEventListener("load",t,!1)):(f.attachEvent("onreadystatechange",r),u.attachEvent("onload",t)),a("mark",["firstbyte",i()])},{1:12,2:3,handle:"D5DuLP"}],loader:[function(e,n){n.exports=e("G9z0Bl")},{}],12:[function(e,n){function t(e,n){var t=[],o="",i=0;for(o in e)r.call(e,o)&&(t[i]=n(o,e[o]),i+=1);return t}var r=Object.prototype.hasOwnProperty;n.exports=t},{}],13:[function(e,n){function t(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(0>o?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=t},{}]},{},["G9z0Bl"]);</script>
9
+ <meta name="description" content="inmykonos.com is the largest online portal for the island of Mykonos. Flawlessly detailed, it is the first comprehensive guide of where to sleep, eat, drink, shop and party while in Mykonos."/>
10
+ <meta name="keywords" content="Mykonos,Island,Greece,Resorts,Hotels,Villas,Bookings,Reviews,Holidays"/>
11
+ <meta name="robots" content="index, follow"/>
12
+ <meta name="author" content="ilove group ltd"/>
13
+ <meta property="fb:app_id" content="145961212116341"/>
14
+ <meta property="og:title" content="inmykonos.com"/>
15
+ <meta property="og:description" content=""/>
16
+ <meta property="og:type" content="Website"/>
17
+ <meta property="og:url" content="https://inmykonos.com"/>
18
+ <meta property="og:country-name" content="Greece"/>
19
+ <meta property="og:locality" content="Mykonos"/>
20
+ <meta property="og:image" content="https://inmykonos.com/media/inmykonos48x48.png"/>
21
+ <link rel="Search" href="http://inmykonos.com/search.html" title="Search"/>
22
+ <link rel="Copyright" href="http://inmykonos.com/static/terms-and-conditions.html" title="Copyright"/>
23
+ <link rel="StyleSheet" href="//inmykonos.com/assets/css/bootstrap.min.css?revision=3.1.5" media="all" type="text/css"/>
24
+ <link rel="StyleSheet" href="//inmykonos.com/assets/css/bootstrap.fix.css?revision=3.1.5" media="all" type="text/css"/>
25
+ <link rel="StyleSheet" href="//inmykonos.com/assets/css/layout.css?revision=3.1.5" media="all" type="text/css"/>
26
+ <link href="http://inmykonos.com/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"/><!--[if lt IE 9]>
27
+ <link href="/assets/css/layout.ie.css" rel="stylesheet" type="text/css">
28
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
29
+ <![endif]-->
30
+ <script type="text/javascript">
31
+ //<![CDATA[
32
+ var _gaq = _gaq || [];
33
+ _gaq.push(['_setAccount', 'UA-2626090-11']);
34
+ _gaq.push(['_trackPageview']);
35
+ _gaq.push(['_setDomainName', 'www.inmykonos.com']);
36
+ _gaq.push(['dev._setAccount', 'UA-9854086-2']);
37
+ _gaq.push(['dev._trackPageview']);
38
+ //]]>
39
+ </script>
40
+ <script type='text/javascript' src='//ads.ilovegroup.com/www/delivery/spcjs.php?id=2'>
41
+ </script>
42
+ </head>
43
+ <body itemscope="" itemtype="http://schema.org/WebPage">
44
+ <!--[if IE 6]>
45
+ <div style="color:#fff; position:absolute; left:0; width:100%; top:0px; border:solid 1px red; background:red; z-index:9999; text-align:center; font-weight:bold;font-size:1.4em;">
46
+ <p style="padding:3em;">
47
+ Due to recent upgrades in our security policy, the web browser you are currently using won't be able to view
48
+ certain areas of our website.
49
+ Please visit the <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Microsoft Support
50
+ Site</a>
51
+ for information on how to upgrade your web browser. Sorry for any inconvenience caused.
52
+ </p>
53
+ </div>
54
+ <![endif]-->
55
+ <div id="container">
56
+ <header class="primary navbar">
57
+ <div class="navbar-inner">
58
+ <div class="container">
59
+ <h1 class="brand">
60
+ <a href="/" rel="home"><span>in Mykonos</span></a>
61
+ </h1>
62
+ <ul class="nav">
63
+ <li>
64
+ <a href="http://inmykonos.com/information.html" title="All you need to know about the island of Mykonos"><i class="icon-info-sign icon-gray"> </i> Information</a>
65
+ </li>
66
+ <li>
67
+ <a href="http://inmykonos.com/history.html" title="In-depth information on the History of Mykonos"><i class="icon-book icon-gray"> </i> History</a>
68
+ </li>
69
+ <li>
70
+ <a href="http://inmykonos.com/reviews.html" title="Honest opinions by real Mykonos travellers"><i class="icon-comment icon-gray"> </i> Reviews</a>
71
+ </li>
72
+ <li>
73
+ <a href="http://inmykonos.com/news.html" title="Up to date Site & Mykonos News"><i class="icon-bullhorn icon-gray"> </i> News</a>
74
+ </li>
75
+ </ul>
76
+ <div class=" pull-right">
77
+ <form id="quickSearch" class="navbar-search" method="post" action="/search.htm" style="">
78
+ <input type="text" placeholder="Search Mykonos" name="find" id="searchBar"/>
79
+ <div id="message">
80
+
81
+ </div>
82
+ </form>
83
+ </div>
84
+ <div class="pull-right account-button">
85
+ <a class="btn btn-primary" href="http://inmykonos.com/account.html" title=" Login here to Manage your Businesses"><i class="icon-check icon-white"> </i> Login</a>
86
+ </div>
87
+ </div>
88
+ </div>
89
+ </header>
90
+ <div id="wrapper">
91
+
92
+ <nav class="tabs">
93
+ <ul itemscope="" itemtype="http://schema.org/SiteNavigationElement" class="unstyled">
94
+ <li class="category">
95
+ <a href="http://inmykonos.com/sleep-in-mykonos.html" title="Hotels & Rooms"><span>Sleep</span></a>
96
+ </li>
97
+ <li class="category">
98
+ <a href="http://inmykonos.com/eat-in-mykonos.html" title="Food & Beverage"><span>Eat & Drink</span></a>
99
+ </li>
100
+ <li class="category">
101
+ <a href="http://inmykonos.com/party-in-mykonos.html" title="Bars & Clubs"><span>Party</span></a>
102
+ </li>
103
+ <li class="category">
104
+ <a href="http://inmykonos.com/shop-in-mykonos.html" title="Spoil Yourself"><span>Shop</span></a>
105
+ </li>
106
+ <li class="category">
107
+ <a href="http://inmykonos.com/see-and-do-in-mykonos.html" title="Discover Mykonos"><span>See & Do</span></a>
108
+ </li>
109
+ <li class="category">
110
+ <a href="http://inmykonos.com/travel-to-mykonos.html" title="Travel & Rent"><span>Travel</span></a>
111
+ </li>
112
+ <li class="category">
113
+ <a href="http://inmykonos.com/services-in-mykonos.html" title="Everything Else"><span>Services</span></a>
114
+ </li>
115
+ </ul>
116
+ </nav>
117
+ <div class="wrapper top">
118
+
119
+ </div>
120
+ <div class="wrapper main">
121
+ <div class="clearfix row">
122
+ <nav class="span12"></nav>
123
+ <div class="span12">
124
+ <div class="clearfix">
125
+ <div class="homepage row">
126
+ <div class="widget 0 span4">
127
+ <div class="">
128
+ <div id="weather" class="alert alert-info" style="padding:5px;height:275px;">
129
+ <div class="weather box clearfix">
130
+ <div class="weather box inner">
131
+ <div class="forecast-icon" style=" background:url(&#39;http://l.yimg.com/a/i/us/nws/weather/gr/29n.png&#39;); _background-image/* */: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#39;http://l.yimg.com/a/i/us/nws/weather/gr/29n.png&#39;, sizingMethod=&#39;crop&#39;);"></div><strong>13&#176;</strong> <small>High: 15&#176; Low: 12&#176;</small> <small>Weather now is partly cloudy</small>
132
+ <div class="hidden">
133
+ <dl class="weather details dl-horizontal">
134
+ <dt>
135
+ Feels Like:
136
+ </dt>
137
+ <dd>
138
+ 13&#176; C
139
+ </dd>
140
+ <dt>
141
+ Barometer:
142
+ </dt>
143
+ <dd>
144
+ 1015.92 mb and steady
145
+ </dd>
146
+ <dt>
147
+ Humidity:
148
+ </dt>
149
+ <dd>
150
+ 77 %
151
+ </dd>
152
+ <dt>
153
+ Visibility:
154
+ </dt>
155
+ <dd>
156
+ 9.99 km
157
+ </dd>
158
+ <dt>
159
+ Wind:
160
+ </dt>
161
+ <dd>
162
+ N 22.53 km/h
163
+ </dd>
164
+ <dt>
165
+ Sunrise:
166
+ </dt>
167
+ <dd>
168
+ 07:19 AM
169
+ </dd>
170
+ <dt>
171
+ Sunset:
172
+ </dt>
173
+ <dd>
174
+ 05:00 PM
175
+ </dd>
176
+ </dl>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ <h2 class="alert-heading">
181
+ Welcome to Mykonos
182
+ </h2>
183
+ <p style="line-height: 1.9em;font-size:10pt;">
184
+ We have designed inmykonos.com to give you the most comprehensive and up-to-date information about the island, allowing all 2,500 local businesses to share and manage their own content. Your Mykonos adventure begins here!
185
+ </p>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ <div class="widget 1 span8">
190
+ <div class="">
191
+ <section id="intro" class="carousel slide well" style="padding:5px;">
192
+
193
+ <div class="carousel-inner">
194
+ <div class="row-fluid active item">
195
+ <div class="column1 span7">
196
+ <div class="large thumbnail" data-source="http://inmykonos.com/sleep-in-mykonos/hotels/1955-magas-hotel.html">
197
+ <img src="/media/business/2000/1955/large/8b16ebc056e613024c057be590b542eb.jpg" title="" alt="Magas Hotel"/>
198
+ <dl>
199
+ <dt>
200
+ Magas Hotel
201
+ </dt>
202
+ <dd class="truncate">
203
+ Hotel Magas is located 500m from Mykonos town.
204
+ </dd>
205
+ </dl>
206
+ </div>
207
+ </div>
208
+ <div class="column2 span5 post">
209
+ <h3>
210
+ <a href="http://inmykonos.com/sleep-in-mykonos.html">Sleep in Mykonos</a>
211
+ </h3>
212
+ <p>
213
+ Whatever the budget, hotel view preferences or service requirements, Mykonos boasts a range of <strong>hotels</strong>, <strong>resorts</strong> and <strong>rooms</strong> to accommodate its every visitor. With hundreds of options to choose from, search <a href="search.htm">inmykonos.com</a> for your perfect place to sleep.
214
+ </p>
215
+ <div class="thumbnails">
216
+ <a href="http://inmykonos.com/sleep-in-mykonos/hotels/1955-magas-hotel.html" title="Magas Hotel" data-description="Hotel Magas is located 500m from Mykonos town." class="thumbnail span4 first" style="margin-bottom:3px;"><img src="/media/business/2000/1955/thumb/8b16ebc056e613024c057be590b542eb.jpg" alt="Magas Hotel" class="active"/></a> <a href="http://inmykonos.com/sleep-in-mykonos/hotels/1229-belvedere.html" title="Belvedere" data-description="A luxury hotel located in the the Kalon Technon area of the Chora, the hotel has 35 rooms and 8 suites spread in the 7 buildings of the hotel." class="thumbnail span4 second" style="margin-bottom:3px;"><img src="/media/business/2000/1229/thumb/b3bbccd6c008e727785cb81b1aa08ac5.jpg" alt="Belvedere" class=""/></a> <a href="http://inmykonos.com/sleep-in-mykonos/hotels/1462-santa-marina-resort-and-villas.html" title="Santa Marina Resort &amp; Villas" data-description="Surrounded by brilliant blue sky and the shimmering Aegean Sea, the legendary island of Mykonos is a picture-postcard come to life." class="thumbnail span4 third" style="margin-bottom:3px;"><img src="/media/business/2000/1462/thumb/084b6fbb10729ed4da8c3d3f5a3ae7c9.jpg" alt="Santa Marina Resort &amp; Villas" class=""/></a> <a href="http://inmykonos.com/sleep-in-mykonos/hotels/1434-leto-hotel.html" title="Leto Hotel" data-description="The Leto hotel is unique on the island of Mykonos." class="thumbnail span4 first"><img src="/media/business/2000/1434/thumb/38af86134b65d0f10fe33d30dd76442e.jpg" alt="Leto Hotel" class=""/></a> <a href="http://inmykonos.com/sleep-in-mykonos/hotels/1265-bill-and-coo.html" title="Bill &amp; Coo" data-description="Something new has appeared in Mykonos, aiming to change the status quo of the boutique hotels class." class="thumbnail span4 second"><img src="/media/business/2000/1265/thumb/db957c626a8cd7a27231adfbf51e20eb.jpg" alt="Bill &amp; Coo" class=""/></a> <a href="http://inmykonos.com/sleep-in-mykonos/hotels/1999-hermes-hotel.html" title="Hermes Hotel" data-description="Hermes Hotel is situated in a quiet, unspoiled and picturesque area, 5 minutes from Mykonos town." class="thumbnail span4 third"><img src="/media/business/2000/1999/thumb/9f396fe44e7c05c16873b05ec425cbad.jpg" alt="Hermes Hotel" class=""/></a>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ <div class="row-fluid item">
221
+ <div class="column1 span7">
222
+ <div class="large thumbnail" data-source="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1201-panormos.html">
223
+ <img src="/media/business/2000/1201/large/b090409688550f3cc93f4ed88ec6cafb.jpg" title="" alt="Panormos"/>
224
+ <dl>
225
+ <dt>
226
+ Panormos
227
+ </dt>
228
+ <dd class="truncate">
229
+ A hip and chic beach bar and restaurant, distinguished by its minimal and nature infused deco.
230
+ </dd>
231
+ </dl>
232
+ </div>
233
+ </div>
234
+ <div class="column2 span5 post">
235
+ <h3>
236
+ <a href="http://inmykonos.com/eat-in-mykonos.html">Eat & Drink in Mykonos</a>
237
+ </h3>
238
+ <p>
239
+ Greek, Italian, Argentinean, Japanese or French, the choice of traditional or modern, fish or meat, sea or mountain provides an assortment of ambience and flavour. Follow your craving and discover your ideal dining experience.
240
+ </p>
241
+ <div class="thumbnails">
242
+ <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1201-panormos.html" title="Panormos" data-description="A hip and chic beach bar and restaurant, distinguished by its minimal and nature infused deco." class="thumbnail span4 first" style="margin-bottom:3px;"><img src="/media/business/2000/1201/thumb/b090409688550f3cc93f4ed88ec6cafb.jpg" alt="Panormos" class="active"/></a> <a href="http://inmykonos.com/eat-in-mykonos/restaurants/1156-tagoo.html" title="Tagoo" data-description="Tagoo at Cavo tagoo Start your day in the best way possible and wake up to a beautiful American buffet breakfast spread that may be taken in room or in our special Breakfast restaurant." class="thumbnail span4 second" style="margin-bottom:3px;"><img src="/media/business/2000/1156/thumb/f0204e1d3ee3e4b05de4e2ddbd39e076.jpg" alt="Tagoo" class=""/></a> <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1224-sol-y-mar.html" title="Sol y Mar" data-description="Sol y Mar has managed to be a hot destination by combining Cycladean architecture, Mexican colours and Greek Spirit." class="thumbnail span4 third" style="margin-bottom:3px;"><img src="/media/business/2000/1224/thumb/e139c454239bfde741e893edb46a06cc.jpg" alt="Sol y Mar" class=""/></a> <a href="http://inmykonos.com/eat-in-mykonos/taverns/1532-lefteris-grill-house.html" title="Lefteris Grill House" data-description="Lefteris is a traditional meat tavern, offering grilled meats till 02." class="thumbnail span4 first"><img src="/media/business/2000/1532/thumb/a591024321c5e2bdbd23ed35f0574dde.jpg" alt="Lefteris Grill House" class=""/></a> <a href="http://inmykonos.com/eat-in-mykonos/restaurants/1281-katrin.html" title="Katrin" data-description="French-Greek influences on the menu, tucked in a remote alley." class="thumbnail span4 second"><img src="/media/business/2000/1281/thumb/ea6b2efbdd4255a9f1b3bbc6399b58f4.jpg" alt="Katrin" class=""/></a> <a href="http://inmykonos.com/eat-in-mykonos/taverns/1838-sea-satin.html" title="Sea Satin" data-description="A traditional Greek fish tavern located on the sea, right below the famous Mykonian windmills." class="thumbnail span4 third"><img src="/media/business/2000/1838/thumb/5b8e4fd39d9786228649a8a8bec4e008.jpg" alt="Sea Satin" class=""/></a>
243
+ </div>
244
+ </div>
245
+ </div>
246
+ <div class="row-fluid item">
247
+ <div class="column1 span7">
248
+ <div class="large thumbnail" data-source="http://inmykonos.com/party-in-mykonos/bars/1141-semeli-bar.html">
249
+ <img src="/media/business/2000/1141/large/326a8c055c0d04f5b06544665d8bb3ea.jpg" title="" alt="Semeli Bar"/>
250
+ <dl>
251
+ <dt>
252
+ Semeli Bar
253
+ </dt>
254
+ <dd class="truncate">
255
+ Looking for the most modern and sophisticated nightlife experience in Mykonos?
256
+ </dd>
257
+ </dl>
258
+ </div>
259
+ </div>
260
+ <div class="column2 span5 post">
261
+ <h3>
262
+ <a href="http://inmykonos.com/party-in-mykonos.html">Nightlife in Mykonos</a>
263
+ </h3>
264
+ <p>
265
+ Whether it&#39;s at a bar, at a club, or at a restaurant it&#39;s up to you. Mykonos didn&#39;t gain its infamous reputation from the early risers, so enjoy the notorious Mykonian nightlife like its been done since the 70&#39;s.
266
+ </p>
267
+ <div class="thumbnails">
268
+ <a href="http://inmykonos.com/party-in-mykonos/bars/1141-semeli-bar.html" title="Semeli Bar" data-description="Looking for the most modern and sophisticated nightlife experience in Mykonos?" class="thumbnail span4 first" style="margin-bottom:3px;"><img src="/media/business/2000/1141/thumb/326a8c055c0d04f5b06544665d8bb3ea.jpg" alt="Semeli Bar" class="active"/></a> <a href="http://inmykonos.com/party-in-mykonos/bars/1132-veranda.html" title="Veranda" data-description="One of the most famous verandas in Little Venice welcomes you everyday, serving coffee even after the sunset." class="thumbnail span4 second" style="margin-bottom:3px;"><img src="/media/business/2000/1132/thumb/81b073de9370ea873f548e31b8adc081.jpg" alt="Veranda" class=""/></a> <a href="http://inmykonos.com/party-in-mykonos/clubs/1228-astra.html" title="Astra" data-description="Once the clock strikes 12:00 get out your dancing shoes as this place rocks till dawn." class="thumbnail span4 third" style="margin-bottom:3px;"><img src="/media/business/2000/1228/thumb/7f1de29e6da19d22b51c68001e7e0e54.jpg" alt="Astra" class=""/></a> <a href="http://inmykonos.com/party-in-mykonos/beach-clubs/1249-super-paradise.html" title="Super Paradise" data-description="Parties at Super Paradise beach are common practice and offer visitors a taste of the incomparable fun atmosphere of the island, as Mykonos parties last from morning till late at night." class="thumbnail span4 first"><img src="/media/business/2000/1249/thumb/47d1e990583c9c67424d369f3414728e.jpg" alt="Super Paradise" class=""/></a> <a href="http://inmykonos.com/party-in-mykonos/clubs/3220-moni-club.html" title="Moni Club" data-description="Moni was inspired by a group of international &#34;Mykonians&#34; whose love for the island brings them together every summer for over 25 years." class="thumbnail span4 second"><img src="/media/business/4000/3220/thumb/bd3ef5c19067fe179f71c8b86ea4b39b.jpg" alt="Moni Club" class=""/></a> <a href="http://inmykonos.com/party-in-mykonos/clubs/2322-jackie-o.html" title="Jackie O" data-description="RETRO GLAM From Sunset to Sunrise." class="thumbnail span4 third"><img src="/media/business/3000/2322/thumb/217e342fc01668b10cb1188d40d3370e.jpg" alt="Jackie O" class=""/></a>
269
+ </div>
270
+ </div>
271
+ </div>
272
+ <div class="row-fluid item">
273
+ <div class="column1 span7">
274
+ <div class="large thumbnail" data-source="http://inmykonos.com/shop-in-mykonos/jewelry/1399-chopard.html">
275
+ <img src="/media/business/2000/1399/large/1f3202d820180a39f736f20fce790de8.jpg" title="" alt="Chopard"/>
276
+ <dl>
277
+ <dt>
278
+ Chopard
279
+ </dt>
280
+ <dd class="truncate">
281
+ A collection of jewelry, watches and accessories by the established Chopard brand.
282
+ </dd>
283
+ </dl>
284
+ </div>
285
+ </div>
286
+ <div class="column2 span5 post">
287
+ <h3>
288
+ <a href="http://inmykonos.com/shop-in-mykonos.html">Shopping in Mykonos</a>
289
+ </h3>
290
+ <p>
291
+ Spoil yourself and choose from designer labels, leather goods, jewellery, handmade accessories, local art and many more to be discovered amongst the charming Mykonian passages.
292
+ </p>
293
+ <div class="thumbnails">
294
+ <a href="http://inmykonos.com/shop-in-mykonos/jewelry/1399-chopard.html" title="Chopard" data-description="A collection of jewelry, watches and accessories by the established Chopard brand." class="thumbnail span4 first" style="margin-bottom:3px;"><img src="/media/business/2000/1399/thumb/1f3202d820180a39f736f20fce790de8.jpg" alt="Chopard" class="active"/></a> <a href="http://inmykonos.com/shop-in-mykonos/fashion/1314-furstenberg.html" title="Furstenberg" data-description="Haute Couture designers, exclusive clothes and accessories for the fashionistas." class="thumbnail span4 second" style="margin-bottom:3px;"><img src="/media/business/2000/1314/thumb/0e4e946668cf2afc4299b462b812caca.jpg" alt="Furstenberg" class=""/></a> <a href="http://inmykonos.com/shop-in-mykonos/fashion/1364-soho-soho.html" title="Soho Soho" data-description="Boho-chic designs, accessories and designer labels available." class="thumbnail span4 third" style="margin-bottom:3px;"><img src="/media/business/2000/1364/thumb/95151403b0db4f75bfd8da0b393af853.jpg" alt="Soho Soho" class=""/></a> <a href="http://inmykonos.com/shop-in-mykonos/fashion/1316-gant.html" title="Gant" data-description="Gant is a world renowned label, with casual mens and womens wear clothing." class="thumbnail span4 first"><img src="/media/business/2000/1316/thumb/e94f63f579e05cb49c05c2d050ead9c0.jpg" alt="Gant" class=""/></a> <a href="http://inmykonos.com/shop-in-mykonos/fashion/1301-diesel.html" title="Diesel" data-description="Diesel is an innovative international design company, producing a wide-ranging collection of jeans, clothing and accessories." class="thumbnail span4 second"><img src="/media/business/2000/1301/thumb/e11943a6031a0e6114ae69c257617980.jpg" alt="Diesel" class=""/></a> <a href="http://inmykonos.com/shop-in-mykonos/jewelry/1397-franck-muller.html" title="Franck Muller" data-description="The mechanical watchmaking complications invented by FRANCK MULLER are designed and developed at the heart of our own workshops." class="thumbnail span4 third"><img src="/media/business/2000/1397/thumb/7895fc13088ee37f511913bac71fa66f.jpg" alt="Franck Muller" class=""/></a>
295
+ </div>
296
+ </div>
297
+ </div>
298
+ <div class="row-fluid item">
299
+ <div class="column1 span7">
300
+ <div class="large thumbnail" data-source="http://inmykonos.com/see-and-do-in-mykonos/activities/1605-water-action-sports.html">
301
+ <img src="/media/business/2000/1605/large/f21e255f89e0f258accbe4e984eef486.jpg" title="" alt="Water Action Sports"/>
302
+ <dl>
303
+ <dt>
304
+ Water Action Sports
305
+ </dt>
306
+ <dd class="truncate">
307
+ Water Action has been providing its services to Agrari Beach, at Mykonos Island since 1993 in water sports and water games.
308
+ </dd>
309
+ </dl>
310
+ </div>
311
+ </div>
312
+ <div class="column2 span5 post">
313
+ <h3>
314
+ <a href="http://inmykonos.com/see-and-do-in-mykonos.html">What to See & Do in Mykonos</a>
315
+ </h3>
316
+ <p>
317
+ Enjoy the art, museums and the sandy beaches Mykonos offers. An alternative, yet cultural experience for those who wish to explore the other side of the island.
318
+ </p>
319
+ <div class="thumbnails">
320
+ <a href="http://inmykonos.com/see-and-do-in-mykonos/activities/1605-water-action-sports.html" title="Water Action Sports" data-description="Water Action has been providing its services to Agrari Beach, at Mykonos Island since 1993 in water sports and water games." class="thumbnail span4 first" style="margin-bottom:3px;"><img src="/media/business/2000/1605/thumb/f21e255f89e0f258accbe4e984eef486.jpg" alt="Water Action Sports" class="active"/></a> <a href="http://inmykonos.com/see-and-do-in-mykonos/beaches/2106-elia-beach.html" title="Elia Beach" data-description="Elia Beach is the largest of the island, providing comfortable sun beds, water sports and beach bars and restaurants." class="thumbnail span4 second" style="margin-bottom:3px;"><img src="/media/business/3000/2106/thumb/a6d259bfbfa2062843ef543e21d7ec8e.jpg" alt="Elia Beach" class=""/></a> <a href="http://inmykonos.com/see-and-do-in-mykonos/activities/1608-mykonos-diving-center.html" title="Mykonos Diving Center" data-description="We offer diving excursions to certified divers, training for beginners and experienced divers, while we give the opportunity to people who had not come into contact with the world of the deep sea to get to know it easily and safely, making their first dives with us." class="thumbnail span4 third" style="margin-bottom:3px;"><img src="/media/business/2000/1608/thumb/abdbeb4d8dbe30df8430a8394b7218ef.jpg" alt="Mykonos Diving Center" class=""/></a> <a href="http://inmykonos.com/see-and-do-in-mykonos/beaches/2529-mersini-beach.html" title="Mersini Beach" data-description="Next to Fokos Beach, on the North-West of the island, Mirsini is yet another well-kept retro secret." class="thumbnail span4 first"><img src="/media/business/3000/2529/thumb/347665597cbfaef834886adbb848011f.jpg" alt="Mersini Beach" class=""/></a> <a href="http://inmykonos.com/see-and-do-in-mykonos/landmarks/2907-armenistis-lighthouse.html" title="Armenistis Lighthouse" data-description="Both a testimony to Mykonos&#39; maritime history and a fully functioning lighthouse, the landmark is a must-see!" class="thumbnail span4 second"><img src="/media/business/3000/2907/thumb/3c333aadfc3ee8ecb8d77ee31197d96a.jpg" alt="Armenistis Lighthouse" class=""/></a> <a href="http://inmykonos.com/see-and-do-in-mykonos/activities/2536-poseidon-motor-yacht.html" title="Poseidon Motor Yacht" data-description="With a group of friends or with your family, the Motor Yacht Poseidon takes you to a journey in the Aegean sea." class="thumbnail span4 third"><img src="/media/business/3000/2536/thumb/a4380923dd651c195b1631af7c829187.jpg" alt="Poseidon Motor Yacht" class=""/></a>
321
+ </div>
322
+ </div>
323
+ </div>
324
+ <div class="row-fluid item">
325
+ <div class="column1 span7">
326
+ <div class="large thumbnail" data-source="http://inmykonos.com/travel-to-mykonos/travel-agents/1744-likouris-travel.html">
327
+ <img src="/media/business/2000/1744/large/70efba66d3d8d53194fb1a8446ae07fa.jpg" title="" alt="Likouris Travel"/>
328
+ <dl>
329
+ <dt>
330
+ Likouris Travel
331
+ </dt>
332
+ <dd class="truncate">
333
+ Our combined experience and knowledge about people and the travel industry help us bring quality and service to you.
334
+ </dd>
335
+ </dl>
336
+ </div>
337
+ </div>
338
+ <div class="column2 span5 post">
339
+ <h3>
340
+ <a href="http://inmykonos.com/travel-to-mykonos.html">Travelling in Mykonos</a>
341
+ </h3>
342
+ <p>
343
+ Need to get around, rent a car or bike, or perhaps to finally book that return ticket? If not, you may just still be planning your trip to the island, either way, it&#39;s all here for you.
344
+ </p>
345
+ <div class="thumbnails">
346
+ <a href="http://inmykonos.com/travel-to-mykonos/travel-agents/1744-likouris-travel.html" title="Likouris Travel" data-description="Our combined experience and knowledge about people and the travel industry help us bring quality and service to you." class="thumbnail span4 first" style="margin-bottom:3px;"><img src="/media/business/2000/1744/thumb/70efba66d3d8d53194fb1a8446ae07fa.jpg" alt="Likouris Travel" class="active"/></a> <a href="http://inmykonos.com/travel-to-mykonos/gas-stations/2603-elin.html" title="Elin" data-description="Gas, car wash and tire repair, located on the Peripheral Road." class="thumbnail span4 second" style="margin-bottom:3px;"><img src="/media/business/3000/2603/thumb/e9412ee564384b987d086df32d4ce6b7.jpg" alt="Elin" class=""/></a> <a href="http://inmykonos.com/travel-to-mykonos/gas-stations/1799-shell.html" title="Shell" data-description="Gas, car wash and tire repair, located in the Dexamenes Region." class="thumbnail span4 third" style="margin-bottom:3px;"><img src="/media/business/2000/1799/thumb/7fd804295ef7f6a2822bf4c61f9dc4a8.jpg" alt="Shell" class=""/></a> <a href="http://inmykonos.com/travel-to-mykonos/areas/1788-airport.html" title="Airport" data-description="Mykonos Airport - JMK The island&#39;s only airport." class="thumbnail span4 first"><img src="/media/business/2000/1788/thumb/c1b70d965ca504aa751ddb62ad69c63f.jpg" alt="Airport" class=""/></a> <a href="http://inmykonos.com/travel-to-mykonos/rent-a-car-or-bike/1771-euromoto-kinissi.html" title="Euromoto Kinissi" data-description="A full range of motorbikes available for rent in the Chora." class="thumbnail span4 second"><img src="/media/business/2000/1771/thumb/fec87a37cdeec1c6ecf8181c0aa2d3bf.jpg" alt="Euromoto Kinissi" class=""/></a> <a href="http://inmykonos.com/travel-to-mykonos/travel-agents/1716-delia-travel.html" title="Delia Travel" data-description="The office of general tourism &quot;DELIA LTD&quot; was founded in 1967 on the island of Mykonos located in Mykonos Town Port." class="thumbnail span4 third"><img src="/media/business/2000/1716/thumb/962e56a8a0b0420d87272a682bfd1e53.jpg" alt="Delia Travel" class=""/></a>
347
+ </div>
348
+ </div>
349
+ </div>
350
+ <div class="row-fluid item">
351
+ <div class="column1 span7">
352
+ <div class="large thumbnail" data-source="http://inmykonos.com/services-in-mykonos/pharmacies/1620-michail-dachtylidis.html">
353
+ <img src="/media/business/2000/1620/large/b139e104214a08ae3f2ebcce149cdf6e.jpg" title="" alt="Michail Dachtylidis"/>
354
+ <dl>
355
+ <dt>
356
+ Michail Dachtylidis
357
+ </dt>
358
+ <dd class="truncate">
359
+ Located the Chora, the pharmacy sells prescription medication, personal care products and first aid supplies.
360
+ </dd>
361
+ </dl>
362
+ </div>
363
+ </div>
364
+ <div class="column2 span5 post">
365
+ <h3>
366
+ <a href="http://inmykonos.com/services-in-mykonos.html">Services in Mykonos</a>
367
+ </h3>
368
+ <p>
369
+ Here you will find everything else available on the island...
370
+ </p>
371
+ <div class="thumbnails">
372
+ <a href="http://inmykonos.com/services-in-mykonos/pharmacies/1620-michail-dachtylidis.html" title="Michail Dachtylidis" data-description="Located the Chora, the pharmacy sells prescription medication, personal care products and first aid supplies." class="thumbnail span4 first" style="margin-bottom:3px;"><img src="/media/business/2000/1620/thumb/b139e104214a08ae3f2ebcce149cdf6e.jpg" alt="Michail Dachtylidis" class="active"/></a> <a href="http://inmykonos.com/services-in-mykonos/medical-services/1660-medical-center.html" title="Medical Center" data-description="" class="thumbnail span4 second" style="margin-bottom:3px;"><img src="/media/business/2000/1660/thumb/fb3f76858cb38e5b7fd113e0bc1c0721.jpg" alt="Medical Center" class=""/></a> <a href="http://inmykonos.com/services-in-mykonos/health-and-beauty/1579-beauty-and-shine.html" title="Beauty and Shine" data-description="Beauty and Shine offers a variety of Spa treatments including: body and facial treatments, make up depilation, manicures, pedicures and artificial nails." class="thumbnail span4 third" style="margin-bottom:3px;"><img src="/media/business/2000/1579/thumb/944626adf9e3b76a3919b50dc0b080a4.jpg" alt="Beauty and Shine" class=""/></a> <a href="http://inmykonos.com/services-in-mykonos/banks/1728-piraeus-bank.html" title="Piraeus Bank" data-description="Bank with ATM machine, located in Drafaki." class="thumbnail span4 first"><img src="/media/business/2000/1728/thumb/9e984c108157cea74c894b5cf34efc44.jpg" alt="Piraeus Bank" class=""/></a> <a href="http://inmykonos.com/services-in-mykonos/dry-cleaners/2569-white-mykonos.html" title="White Mykonos" data-description="Laundry service located in the Chora." class="thumbnail span4 second"><img src="/media/business/3000/2569/thumb/3937230de3c8041e4da6ac3246a888e8.jpg" alt="White Mykonos" class=""/></a> <a href="http://inmykonos.com/services-in-mykonos/pharmacies/1619-eftihia-gazelopoulou.html" title="Eftihia Gazelopoulou" data-description="Located in Ornos, the pharmacy sells prescription medication, personal care products and first aid supplies." class="thumbnail span4 third"><img src="/media/business/2000/1619/thumb/0950ca92a4dcf426067cfd2246bb5ff3.jpg" alt="Eftihia Gazelopoulou" class=""/></a>
373
+ </div>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ <footer style="position:relative;">
378
+ <a data-slide="prev" class="btn slide-control"><i class="icon-arrow-left"> </i></a> <a data-slide="next" class="btn slide-control"><i class="icon-arrow-right"> </i></a>
379
+ </footer>
380
+ </section>
381
+ </div>
382
+ </div>
383
+ </div>
384
+ <div class="homepage row">
385
+ <div class="widget 2 span4">
386
+ <div class="cornered">
387
+ <h4 class="box-heading clearfix">
388
+ Find us on Facebook
389
+ </h4>
390
+ <fb:like-box connections="18" header="false" height="280" profile_id="139112799447197" show_border="false" stream="false" width="338">
391
+
392
+ </fb:like-box>
393
+ </div>
394
+ </div>
395
+ <div class="widget 3 span4">
396
+ <div class="cornered">
397
+ <h4 class="box-heading clearfix">
398
+ Mykonos Reviews
399
+ </h4>
400
+ <ul class="review widget list unstyled">
401
+ <li>
402
+ <a href="http://inmykonos.com/reviews/627/necklce.html"><strong class="clearfix"><span class="truncate">A Fish Called Marina</span> <span class="small rating" title="5 of 5"><span style="width:100%;"> </span></span></strong> <small class="truncate">Necklce</small></a>
403
+ </li>
404
+ <li>
405
+ <a href="http://inmykonos.com/reviews/626/precious-madonna-mosaic-piece.html"><strong class="clearfix"><span class="truncate">La Magia</span> <span class="small rating" title="5 of 5"><span style="width:100%;"> </span></span></strong> <small class="truncate">Precious Madonna Mosaic Piece</small></a>
406
+ </li>
407
+ <li>
408
+ <a href="http://inmykonos.com/reviews/619/excellent-collections-of-greek-artists.html"><strong class="clearfix"><span class="truncate">Efimerides Gallery</span> <span class="small rating" title="5 of 5"><span style="width:100%;"> </span></span></strong> <small class="truncate">excellent collections of Greek artists</small></a>
409
+ </li>
410
+ <li>
411
+ <a href="http://inmykonos.com/reviews/613/munchen---the-mykonos-mafia---avoild-or-be-swindled-and-threatened.html"><strong class="clearfix"><span class="truncate">Munchen</span> <span class="small rating" title="1 of 5"><span style="width:20%;"> </span></span></strong> <small class="truncate">Munchen - The Mykonos Mafia - Avoild or be swindled and threatened</small></a>
412
+ </li>
413
+ <li>
414
+ <a href="http://inmykonos.com/reviews/612/scammers.html"><strong class="clearfix"><span class="truncate">Joe Club</span> <span class="small rating" title="1 of 5"><span style="width:20%;"> </span></span></strong> <small class="truncate">Scammers</small></a>
415
+ </li>
416
+ <li>
417
+ <a href="http://inmykonos.com/reviews/605/disgusting-restaurant.html"><strong class="clearfix"><span class="truncate">Rouvera</span> <span class="small rating" title="3 of 5"><span style="width:60%;"> </span></span></strong> <small class="truncate">Disgusting Restaurant!</small></a>
418
+ </li>
419
+ <li>
420
+ <a href="http://inmykonos.com/reviews/604/excellent.html"><strong class="clearfix"><span class="truncate">Thalassa</span> <span class="small rating" title="5 of 5"><span style="width:100%;"> </span></span></strong> <small class="truncate">Excellent!!!</small></a>
421
+ </li>
422
+ </ul><a href="http://inmykonos.com/reviews.html" rel="follow follow" class="">View All Reviews&hellip;</a>
423
+ </div>
424
+ </div>
425
+ <div class="widget 4 span4">
426
+ <div class="cornered">
427
+ <h4 class="box-heading clearfix">
428
+ Advertisement
429
+ </h4>
430
+ <div class="clearfix advert center">
431
+ <script type="text/javascript">
432
+ //<![CDATA[
433
+ OA_show(15);
434
+ //]]>
435
+ </script> <noscript><a href="http://ads.ilovegroup.com/www/delivery/ck.php?n=8d6578d" target="_blank"><img alt="" border="0" src="http://ads.ilovegroup.com/www/delivery/avw.php?zoneid=15&amp;n=8d6578d"/></a></noscript>
436
+ </div>
437
+ </div>
438
+ </div>
439
+ </div>
440
+ <div class="homepage row">
441
+ <div class="widget 5 span8">
442
+ <div class="cornered">
443
+ <h4 class="box-heading clearfix">
444
+ Mykonos News
445
+ </h4>
446
+ <div itemscope="" itemtype="http://schema.org/NewsArticle" class="post widget clearfix">
447
+ <header>
448
+ <hgroup>
449
+ <h3 itemprop="name">
450
+ <a title="Read full story" rel="follow" href="http://inmykonos.com/news/inmykonos-second-year-birthday-party.html">inmykonos.com 2nd Year Birthday Party</a>
451
+ </h3>
452
+ <h6>
453
+ <time itemprop="dateCreated" datetime="1342797581">Friday 20th of July, 2012</time>
454
+ </h6>
455
+ </hgroup>
456
+ </header>
457
+ <article itemprop="articleBody">
458
+ <p>
459
+ inmykonos.com is turning 2 YEARS OLD and invites you all to its LONDON BEACH MADNESS Party at Kalua on Paranga Beach MYKONOS - FRIDAY 27TH at 6:00PM DJ Tariq Ibrahim will be flying in from London JUST for you and our outrageous Sound, Lighting and Fireworks display will blow you all away at Kalua&#39;s cosy Paranga Beach! Happy Birthday inmykonos.com
460
+ </p>
461
+ </article>
462
+ </div>
463
+ <div itemscope="" itemtype="http://schema.org/NewsArticle" class="post widget clearfix">
464
+ <header>
465
+ <hgroup>
466
+ <h3 itemprop="name">
467
+ <a title="Read full story" rel="follow" href="http://inmykonos.com/news/the-worlds-largest-mykonos-website-and-7000-of-its-friends.html">The World&#39;s Largest Mykonos Website and 7000 of its friends</a>
468
+ </h3>
469
+ <h6>
470
+ <time itemprop="dateCreated" datetime="1341837539">Monday 9th of July, 2012</time>
471
+ </h6>
472
+ </hgroup>
473
+ </header>
474
+ <article itemprop="articleBody">
475
+ <p>
476
+ Last week we reached 7000 Facebook likes, and 8000 is just around the corner! We are honoured to see the amazing increase of 150 new Mykonos Fans every day and our only response is THANK YOU, for supporting our vast expanding project and island. In return we are unveiling an easier, faster, and sexier-than-ever all new inmykonos.com with a brand new History Section, to challenge your minds with a taste of the island&#39;s rich culture. Stay tuned! &nbsp; inmykonos.com
477
+ </p>
478
+ </article>
479
+ </div>
480
+ <div itemscope="" itemtype="http://schema.org/NewsArticle" class="post widget clearfix">
481
+ <header>
482
+ <hgroup>
483
+ <h3 itemprop="name">
484
+ <a title="Read full story" rel="follow" href="http://inmykonos.com/news/inmykonos-exceeds-5000-likes-on-facebook.html">inmykonos.com exceeds 5,000 LIKEs on Facebook</a>
485
+ </h3>
486
+ <h6>
487
+ <time itemprop="dateCreated" datetime="1335023861">Saturday 21st of April, 2012</time>
488
+ </h6>
489
+ </hgroup>
490
+ </header>
491
+ <article itemprop="articleBody">
492
+ <p>
493
+ inmykonos.com was born when I decided to publish my knowledge of the island for my close friends to use as a guide when in Mykonos. In the past 2 years we proudly evolved to be the world&#39;s largest MYKONOS WEBSITE featuring the most in-depth information database of the island globally. We further allowed the island&#39;s locals to take FULL CONTROL of their Businesses&#39; Online Representation and helped them do so through every step of the way! We are very proud to support such a beautiful island...
494
+ </p>
495
+ </article>
496
+ </div><a href="http://inmykonos.com/news.html">View All News...</a>
497
+ </div>
498
+ </div>
499
+ <div class="widget 6 span4">
500
+ <div class="cornered">
501
+ <h4 class="box-heading clearfix">
502
+ New on inmykonos.com
503
+ </h4>
504
+ <ul class="widget list unstyled">
505
+ <li class="clearfix row-fluid">
506
+ <a href="http://inmykonos.com/services-in-mykonos/medical-services/3276-south-east-aigaion-medical-health-clinic.html"><span class="span3"><img src="/media/business/4000/3276/preview/5e02b868a91671f9140a41f3946f33cb.jpg"/></span> <span class="span9"><strong class="truncate">South East Aigaion Medical Health Clinic</strong> <small class="default small text truncate box" title="Aggelika, New Ring Road of Ornos, 84600, Mykonos, Mykonos, Greece">Aggelika, New Ring Road of Ornos, 84600, Mykonos, Mykonos, Greece</small> <span class="default small text box">added <time>4 weeks ago</time></span></span></a>
507
+ </li>
508
+ <li class="clearfix row-fluid">
509
+ <a href="http://inmykonos.com/eat-in-mykonos/restaurants/3263-capra-italian-restaurant.html"><span class="span3"><img src="/media/business/4000/3263/preview/64c53a52cb3bd1a01c03a64db985c0cc.jpg"/></span> <span class="span9"><strong class="truncate">Capra Italian Restaurant</strong> <small class="default small text truncate box" title="Agios Stefanos, Mykonos, Greece">Agios Stefanos, Mykonos, Greece</small> <span class="default small text box">added <time>7 months ago</time></span></span></a>
510
+ </li>
511
+ <li class="clearfix row-fluid">
512
+ <a href="http://inmykonos.com/services-in-mykonos/health-and-beauty/3248-mykonos-massage.html"><span class="span3"><img src="/media/business/4000/3248/preview/ca4b33532855080dfa79cf8a925d146d.jpg"/></span> <span class="span9"><strong class="truncate">Mykonos Massage</strong> <small class="default small text truncate box" title="visits around the island, Mykonos, Greece">visits around the island, Mykonos, Greece</small> <span class="default small text box">added <time>2 years ago</time></span></span></a>
513
+ </li>
514
+ <li class="clearfix row-fluid">
515
+ <a href="http://inmykonos.com/shop-in-mykonos/fashion/3221-the-curiosity-shop.html"><span class="span3"><img src="/media/business/4000/3221/preview/fbfe5ba2ce3309f522c335e949435612.jpg"/></span> <span class="span9"><strong class="truncate">The Curiosity Shop</strong> <small class="default small text truncate box" title="Alekfandra Square, Chora, Mykonos, Greece">Alekfandra Square, Chora, Mykonos, Greece</small> <span class="default small text box">added <time>2 years ago</time></span></span></a>
516
+ </li>
517
+ <li class="clearfix row-fluid">
518
+ <a href="http://inmykonos.com/party-in-mykonos/clubs/3220-moni-club.html"><span class="span3"><img src="/media/business/4000/3220/preview/bd3ef5c19067fe179f71c8b86ea4b39b.jpg"/></span> <span class="span9"><strong class="truncate">Moni Club</strong> <small class="default small text truncate box" title="Agia Moni Square, Mykonos Town, Mykonos, Greece">Agia Moni Square, Mykonos Town, Mykonos, Greece</small> <span class="default small text box">added <time>2 years ago</time></span></span></a>
519
+ </li>
520
+ </ul>
521
+ </div>
522
+ </div>
523
+ </div>
524
+ <div class="homepage row">
525
+ <div class="widget 7 span4">
526
+ <div class="cornered">
527
+ <h4 class="box-heading clearfix">
528
+ Advertisement
529
+ </h4>
530
+ <div class="clearfix advert center">
531
+ <script type="text/javascript">
532
+ //<![CDATA[
533
+ OA_show(16);
534
+ //]]>
535
+ </script> <noscript><a href="http://ads.ilovegroup.com/www/delivery/ck.php?n=8d6578d" target="_blank"><img alt="" border="0" src="http://ads.ilovegroup.com/www/delivery/avw.php?zoneid=16&amp;n=8d6578d"/></a></noscript>
536
+ </div>
537
+ </div>
538
+ </div>
539
+ <div class="widget 8 span4">
540
+ <div class="cornered">
541
+ <h4 class="box-heading clearfix">
542
+ Recently on Facebook
543
+ </h4>
544
+ <div class="fb-activity" data-app-id="145961212116341" data-border-color="#ffffff" data-header="false" data-height="300" data-recommendations="true" data-site="inmykonos.com" data-width="300"></div>
545
+ </div>
546
+ </div>
547
+ <div class="widget 9 span4">
548
+ <div class="cornered">
549
+ <h4 class="box-heading clearfix">
550
+ Popular Categories
551
+ </h4>
552
+ <div class="clearfix">
553
+ <a href="http://inmykonos.com/see-and-do-in-mykonos/activities.html" title="28 Activities in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Activities</a>, <a href="http://inmykonos.com/see-and-do-in-mykonos/art-galleries.html" title="26 Art Galleries in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Art Galleries</a>, <a href="http://inmykonos.com/services-in-mykonos/banks.html" title="9 Banks in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Banks</a>, <a href="http://inmykonos.com/party-in-mykonos/bars.html" title="32 Bars in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Bars</a>, <a href="http://inmykonos.com/see-and-do-in-mykonos/beaches.html" title="35 Beaches in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Beaches</a>, <a href="http://inmykonos.com/party-in-mykonos/beach-clubs.html" title="9 Beach Clubs in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Beach Clubs</a>, <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants.html" title="11 Beach Restaurants in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Beach Restaurants</a>, <a href="http://inmykonos.com/shop-in-mykonos/beauty.html" title="10 Beauty Stores in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Beauty Stores</a>, <a href="http://inmykonos.com/eat-in-mykonos/cafes.html" title="44 Cafes in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Cafes</a>, <a href="http://inmykonos.com/see-and-do-in-mykonos/churches.html" title="9 Churches in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Churches</a>, <a href="http://inmykonos.com/party-in-mykonos/clubs.html" title="19 Clubs in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Clubs</a>, <a href="http://inmykonos.com/services-in-mykonos/contractors.html" title="19 Contractors in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Contractors</a>, <a href="http://inmykonos.com/services-in-mykonos/dry-cleaners.html" title="10 Dry Cleaners in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Dry Cleaners</a>, <a href="http://inmykonos.com/services-in-mykonos/education.html" title="15 Education Institutions in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Education Institutions</a>, <a href="http://inmykonos.com/shop-in-mykonos/electrical-appliances.html" title="11 Electrical Stores in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Electrical Stores</a>, <a href="http://inmykonos.com/services-in-mykonos/events-catering.html" title="7 Events Services in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Events Services</a>, <a href="http://inmykonos.com/shop-in-mykonos/fashion.html" title="177 Fashion Stores in Mykonos" rel="follow follow" style="font-size:15pt;line-height:16pt;">Fashion Stores</a>, <a href="http://inmykonos.com/eat-in-mykonos/fast-food.html" title="19 Fast Food Places in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Fast Food Places</a>, <a href="http://inmykonos.com/travel-to-mykonos/ferry-boats.html" title="7 Ferry Companies in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Ferry Companies</a>, <a href="http://inmykonos.com/services-in-mykonos/health-and-beauty.html" title="40 Health &amp; Beauty Shops in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Health &amp; Beauty Shops</a>, <a href="http://inmykonos.com/shop-in-mykonos/home-decoration.html" title="38 Home Deco Stores in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Home Deco Stores</a>, <a href="http://inmykonos.com/sleep-in-mykonos/hotels.html" title="170 Hotels in Mykonos" rel="follow follow" style="font-size:15pt;line-height:16pt;">Hotels</a>, <a href="http://inmykonos.com/shop-in-mykonos/it-and-computing.html" title="10 IT &amp; Computer Stores in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">IT &amp; Computer Stores</a>, <a href="http://inmykonos.com/shop-in-mykonos/jewelry.html" title="91 Jewellery Stores in Mykonos" rel="follow follow" style="font-size:12pt;line-height:16pt;">Jewellery Stores</a>, <a href="http://inmykonos.com/travel-to-mykonos/areas.html" title="7 Key Areas in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Key Areas</a>, <a href="http://inmykonos.com/shop-in-mykonos/kiosks.html" title="11 Kiosks in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Kiosks</a>, <a href="http://inmykonos.com/see-and-do-in-mykonos/landmarks.html" title="8 Landmarks in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Landmarks</a>, <a href="http://inmykonos.com/shop-in-mykonos/liquor-stores.html" title="8 Liquor Stores in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Liquor Stores</a>, <a href="http://inmykonos.com/shop-in-mykonos/local-and-organic.html" title="11 Local &amp; Organic Stores in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Local &amp; Organic Stores</a>, <a href="http://inmykonos.com/services-in-mykonos/local-authorities.html" title="13 Local Authorities in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Local Authorities</a>, <a href="http://inmykonos.com/services-in-mykonos/local-services.html" title="34 Local Services in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Local Services</a>, <a href="http://inmykonos.com/services-in-mykonos/medical-services.html" title="32 Medical Services in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Medical Services</a>, <a href="http://inmykonos.com/see-and-do-in-mykonos/museums.html" title="7 Museums in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Museums</a>, <a href="http://inmykonos.com/travel-to-mykonos/mykonos-websites.html" title="41 Mykonos Websites in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Mykonos Websites</a>, <a href="http://inmykonos.com/eat-in-mykonos/patisseries-and-ice-cream.html" title="18 Patisseries &amp; Ice Cream in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Patisseries &amp; Ice Cream</a>, <a href="http://inmykonos.com/services-in-mykonos/pharmacies.html" title="8 Pharmacies in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Pharmacies</a>, <a href="http://inmykonos.com/services-in-mykonos/press-and-radio.html" title="8 Press &amp; Radio Services in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Press &amp; Radio Services</a>, <a href="http://inmykonos.com/services-in-mykonos/professionals.html" title="26 Professionals in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Professionals</a>, <a href="http://inmykonos.com/services-in-mykonos/real-estate-ext.html" title="18 Real Estate (external) in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Real Estate (external)</a>, <a href="http://inmykonos.com/services-in-mykonos/real-estate-agents.html" title="19 Real Estate Agents in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Real Estate Agents</a>, <a href="http://inmykonos.com/travel-to-mykonos/rent-a-car-or-bike.html" title="54 Rent A Car / Bike in Mykonos" rel="follow follow" style="font-size:10pt;line-height:16pt;">Rent A Car / Bike</a>, <a href="http://inmykonos.com/eat-in-mykonos/restaurants.html" title="117 Restaurants in Mykonos" rel="follow follow" style="font-size:13pt;line-height:16pt;">Restaurants</a>, <a href="http://inmykonos.com/travel-to-mykonos/road-assistance.html" title="14 Road Assistance in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Road Assistance</a>, <a href="http://inmykonos.com/sleep-in-mykonos/room-owners.html" title="93 Room Owners in Mykonos" rel="follow follow" style="font-size:12pt;line-height:16pt;">Room Owners</a>, <a href="http://inmykonos.com/sleep-in-mykonos/rooms-and-apartments.html" title="193 Rooms &amp; Apartments in Mykonos" rel="follow follow" style="font-size:16pt;line-height:16pt;">Rooms &amp; Apartments</a>, <a href="http://inmykonos.com/shop-in-mykonos/souvenirs.html" title="38 Souvenir Stores in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Souvenir Stores</a>, <a href="http://inmykonos.com/shop-in-mykonos/super-markets.html" title="48 Supermarkets in Mykonos" rel="follow follow" style="font-size:10pt;line-height:16pt;">Supermarkets</a>, <a href="http://inmykonos.com/services-in-mykonos/suppliers-and-distributors.html" title="13 Suppliers Distributors in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Suppliers Distributors</a>, <a href="http://inmykonos.com/eat-in-mykonos/taverns.html" title="36 Taverns in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Taverns</a>, <a href="http://inmykonos.com/travel-to-mykonos/travel-agents.html" title="33 Travel Agents in Mykonos" rel="follow follow" style="font-size:9pt;line-height:16pt;">Travel Agents</a>, <a href="http://inmykonos.com/sleep-in-mykonos/villas.html" title="18 Villas in Mykonos" rel="follow follow" style="font-size:8pt;line-height:16pt;">Villas</a>
554
+ </div>
555
+ </div>
556
+ </div>
557
+ </div>
558
+ <div class="homepage row"></div>
559
+ </div>
560
+ </div>
561
+ </div>
562
+ </div>
563
+ <footer id="footer" class="clearfix">
564
+ <div class="clearfix">
565
+ <div class="span2">
566
+ <nav class="pages">
567
+ <h6>
568
+ inmykonos.com
569
+ </h6>
570
+ <ul class="unstyled" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
571
+ <li>
572
+ <a href="http://inmykonos.com/static/start.html">Start NOW!</a>
573
+ </li>
574
+ <li>
575
+ <a href="http://inmykonos.com/static/about-us.html">About Us</a>
576
+ </li>
577
+ <li>
578
+ <a href="http://inmykonos.com/static/business-owners.html">Business Owners</a>
579
+ </li>
580
+ <li>
581
+ <a href="http://inmykonos.com/static/advertise.html">Advertise</a>
582
+ </li>
583
+ <li>
584
+ <a href="http://inmykonos.com/static/terms-and-conditions.html">Terms &amp; Conditions</a>
585
+ </li>
586
+ <li>
587
+ <a href="http://inmykonos.com/static/contact-us.html">Contact Us</a>
588
+ </li>
589
+ </ul>
590
+ </nav>
591
+ </div>
592
+ <div class="span2">
593
+ <nav>
594
+ <h6>
595
+ Mykonos Guide
596
+ </h6>
597
+ <ul itemscope="" itemtype="http://schema.org/SiteNavigationElement" class="unstyled">
598
+ <li>
599
+ <a href="http://inmykonos.com/sleep-in-mykonos.html" title="Hotels & Rooms">Sleep</a>
600
+ </li>
601
+ <li>
602
+ <a href="http://inmykonos.com/eat-in-mykonos.html" title="Food & Beverage">Eat & Drink</a>
603
+ </li>
604
+ <li>
605
+ <a href="http://inmykonos.com/party-in-mykonos.html" title="Bars & Clubs">Party</a>
606
+ </li>
607
+ <li>
608
+ <a href="http://inmykonos.com/shop-in-mykonos.html" title="Spoil Yourself">Shop</a>
609
+ </li>
610
+ <li>
611
+ <a href="http://inmykonos.com/see-and-do-in-mykonos.html" title="Discover Mykonos">See & Do</a>
612
+ </li>
613
+ <li>
614
+ <a href="http://inmykonos.com/travel-to-mykonos.html" title="Travel & Rent">Travel</a>
615
+ </li>
616
+ <li>
617
+ <a href="http://inmykonos.com/services-in-mykonos.html" title="Everything Else">Services</a>
618
+ </li>
619
+ </ul>
620
+ </nav>
621
+ </div>
622
+ <div class="span2">
623
+ <nav class="account">
624
+ <h6>
625
+ My Account
626
+ </h6>
627
+ <ul class="unstyled" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
628
+
629
+ <li>
630
+ <a href="http://inmykonos.com/account/register/business.html">Create Account</a>
631
+ </li>
632
+ <li>
633
+ <a href="http://inmykonos.com/account/login.html">Login</a>
634
+ </li>
635
+ </ul>
636
+ </nav>
637
+ </div>
638
+ <div class="span2">
639
+ <nav class="social links" role="social">
640
+ <h6>
641
+ Follow Us
642
+ </h6><a target="_blank" href="http://www.facebook.com/inmykonos" title="Find us on Facebook" rel="publisher"><img src="/assets/img/glyph/glyphicons_390_facebook.png"/></a> <a target="_blank" href="http://www.twitter.com/inmykonos" rel="publisher" title="Find us on Twitter"><img src="/assets/img/glyph/glyphicons_391_twitter_t.png"/></a> <a target="_blank" href="http://plus.google.com/109715076977868366059" title="Find us on Google+" rel="publisher"><img src="/assets/img/glyph/glyphicons_362_google+_alt.png"/></a>
643
+ </nav>
644
+ </div>
645
+ <div class="span4">
646
+ <div style="border-left: 1px solid #ccc;">
647
+ <div style="border-left:1px solid #F2F2F2;padding:0 10px;min-height: 120px;">
648
+ <address style="font-size: 8pt;text-shadow: 1px 1px 0 #FFFFFF;">
649
+ &copy;2009-2015 inmykonos.com<br/>
650
+ All Rights Reserved
651
+ </address><a class="anchor" href="#top">&nbsp;</a>
652
+ </div>
653
+ </div>
654
+ </div>
655
+ </div>
656
+ </footer>
657
+ </div>
658
+ </div>
659
+ <div id="fb-root">
660
+
661
+ </div><script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript">
662
+ </script><script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" type="text/javascript">
663
+ </script><script src="//inmykonos.com/assets/js/bootstrap.min.js" type="text/javascript">
664
+ </script><script src="//inmykonos.com/assets/js/common.js" type="text/javascript">
665
+ </script><script src="//inmykonos.com/assets/js/layout.js" type="text/javascript">
666
+ </script><script src="//inmykonos.com/assets/js/application.js" type="text/javascript">
667
+ </script><script src="//inmykonos.com/assets/js/app/business.search.js" type="text/javascript">
668
+ </script><script src="//inmykonos.com/assets/js/app/homepage.js" type="text/javascript">
669
+ </script><script type="text/javascript">
670
+ //<![CDATA[
671
+ //Assign Global Variables
672
+
673
+ var posturl = "/";
674
+ quickSearch();
675
+ //]]>
676
+ </script><script type="text/javascript">
677
+ //<![CDATA[
678
+ //connect facebook
679
+ (function (d, s, id)
680
+ {
681
+ var js, fjs = d.getElementsByTagName(s)[0];
682
+ if(d.getElementById(id)) return;
683
+ js = d.createElement(s);
684
+ js.id = id;
685
+ js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&appId=145961212116341&version=v2.0";
686
+ fjs.parentNode.insertBefore(js, fjs);
687
+ }(document, 'script', 'facebook-jssdk'));
688
+ //connect google analytics
689
+ (function ()
690
+ {
691
+ var ga = document.createElement('script');
692
+ ga.type = 'text/javascript';
693
+ ga.async = true;
694
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
695
+
696
+ var s = document.getElementsByTagName('script')[0];
697
+ s.parentNode.insertBefore(ga, s);
698
+ })();
699
+ //]]>
700
+ </script>
701
+ <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"bf2832d014","applicationID":"7016596","transactionName":"Y1ADYhFRV0cFVRBYC1oaNEQKH1BaAFMcHxRcRQ==","queueTime":0,"applicationTime":50,"atts":"TxcAFFlLREk=","errorBeacon":"bam.nr-data.net","agent":"js-agent.newrelic.com\/nr-686.min.js"}</script></body>
702
+ </html>
703
+
forms/html/170.html ADDED
@@ -0,0 +1,599 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html version="HTML+RDFa 1.1" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" lang="en" xml:lang="en">
3
+ <head>
4
+ <title>
5
+ Capelayo Beach Restaurant | Eat & Drink in Mykonos | Mykonos, Cyclades, Greece
6
+ </title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o?o:n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({QJf3ax:[function(e,n){function t(e){function n(n,t,a){e&&e(n,t,a),a||(a={});for(var u=c(n),f=u.length,s=i(a,o,r),p=0;f>p;p++)u[p].apply(s,t);return s}function a(e,n){f[e]=c(e).concat(n)}function c(e){return f[e]||[]}function u(){return t(n)}var f={};return{on:a,emit:n,create:u,listeners:c,_events:f}}function r(){return{}}var o="nr@context",i=e("gos");n.exports=t()},{gos:"7eSDFh"}],ee:[function(e,n){n.exports=e("QJf3ax")},{}],3:[function(e,n){function t(e){return function(){r(e,[(new Date).getTime()].concat(i(arguments)))}}var r=e("handle"),o=e(1),i=e(2);"undefined"==typeof window.newrelic&&(newrelic=window.NREUM);var a=["setPageViewName","addPageAction","setCustomAttribute","finished","addToTrace","inlineHit","noticeError"];o(a,function(e,n){window.NREUM[n]=t("api-"+n)}),n.exports=window.NREUM},{1:12,2:13,handle:"D5DuLP"}],gos:[function(e,n){n.exports=e("7eSDFh")},{}],"7eSDFh":[function(e,n){function t(e,n,t){if(r.call(e,n))return e[n];var o=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return e[n]=o,o}var r=Object.prototype.hasOwnProperty;n.exports=t},{}],D5DuLP:[function(e,n){function t(e,n,t){return r.listeners(e).length?r.emit(e,n,t):void(r.q&&(r.q[e]||(r.q[e]=[]),r.q[e].push(n)))}var r=e("ee").create();n.exports=t,t.ee=r,r.q={}},{ee:"QJf3ax"}],handle:[function(e,n){n.exports=e("D5DuLP")},{}],XL7HBI:[function(e,n){function t(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:i(e,o,function(){return r++})}var r=1,o="nr@id",i=e("gos");n.exports=t},{gos:"7eSDFh"}],id:[function(e,n){n.exports=e("XL7HBI")},{}],G9z0Bl:[function(e,n){function t(){var e=d.info=NREUM.info,n=f.getElementsByTagName("script")[0];if(e&&e.licenseKey&&e.applicationID&&n){c(p,function(n,t){n in e||(e[n]=t)});var t="https"===s.split(":")[0]||e.sslForHttp;d.proto=t?"https://":"http://",a("mark",["onload",i()]);var r=f.createElement("script");r.src=d.proto+e.agent,n.parentNode.insertBefore(r,n)}}function r(){"complete"===f.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=e("handle"),c=e(1),u=window,f=u.document;e(2);var s=(""+location).split("?")[0],p={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-686.min.js"},d=n.exports={offset:i(),origin:s,features:{}};f.addEventListener?(f.addEventListener("DOMContentLoaded",o,!1),u.addEventListener("load",t,!1)):(f.attachEvent("onreadystatechange",r),u.attachEvent("onload",t)),a("mark",["firstbyte",i()])},{1:12,2:3,handle:"D5DuLP"}],loader:[function(e,n){n.exports=e("G9z0Bl")},{}],12:[function(e,n){function t(e,n){var t=[],o="",i=0;for(o in e)r.call(e,o)&&(t[i]=n(o,e[o]),i+=1);return t}var r=Object.prototype.hasOwnProperty;n.exports=t},{}],13:[function(e,n){function t(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(0>o?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=t},{}]},{},["G9z0Bl"]);</script>
9
+ <meta name="description" content="Selected local ingredients, creative Mediterranean cuisine, quality, superb location on Elia beach and unique atmosphere. Capelayo Restaurant is a must in the Mykonian food scene. The name Capelayo comes from the naval tradition of Mykonos and stands..."/>
10
+ <meta name="keywords" content="Mykonos,Island,Greece,Resorts,Hotels,Villas,Bookings,Reviews,Holidays"/>
11
+ <meta name="robots" content="index, follow"/>
12
+ <meta name="author" content="ilove group ltd"/>
13
+ <meta property="fb:app_id" content="145961212116341"/>
14
+ <meta property="og:title" content="Capelayo"/>
15
+ <meta property="og:description" content="Selected local ingredients, creative Mediterranean cuisine, quality, superb location on Elia beach and unique atmosphere. Capelayo Restaurant is a must in the Mykonian food scene. The name Capelayo comes from the naval tradition of Mykonos ..."/>
16
+ <meta property="og:type" content="Restaurant"/>
17
+ <meta property="og:url" content="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo.html"/>
18
+ <meta property="og:image" content="/media/business/2000/1190/thumb/f83630579d055dc5843ae693e7cdafe0.jpg"/>
19
+ <link rel="Search" href="http://inmykonos.com/search.html" title="Search"/>
20
+ <link rel="Copyright" href="http://inmykonos.com/static/terms-and-conditions.html" title="Copyright"/>
21
+ <link rel="StyleSheet" href="//inmykonos.com/assets/css/bootstrap.min.css?revision=3.1.5" media="all" type="text/css"/>
22
+ <link rel="StyleSheet" href="//inmykonos.com/assets/css/bootstrap.fix.css?revision=3.1.5" media="all" type="text/css"/>
23
+ <link rel="StyleSheet" href="//inmykonos.com/assets/css/layout.css?revision=3.1.5" media="all" type="text/css"/>
24
+ <link href="http://inmykonos.com/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"/>
25
+ <link rel="Up" href="http://inmykonos.com/eat-in-mykonos.html" title="Up"/>
26
+ <link rel="canonical" href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo.html"/><!--[if lt IE 9]>
27
+ <link href="/assets/css/layout.ie.css" rel="stylesheet" type="text/css">
28
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
29
+ <![endif]-->
30
+ <script type="text/javascript">
31
+ //<![CDATA[
32
+ var _gaq = _gaq || [];
33
+ _gaq.push(['_setAccount', 'UA-2626090-11']);
34
+ _gaq.push(['_trackPageview']);
35
+ _gaq.push(['_setDomainName', 'www.inmykonos.com']);
36
+ _gaq.push(['dev._setAccount', 'UA-9854086-2']);
37
+ _gaq.push(['dev._trackPageview']);
38
+ //]]>
39
+ </script>
40
+ <script type='text/javascript' src='//ads.ilovegroup.com/www/delivery/spcjs.php?id=2'>
41
+ </script>
42
+ </head>
43
+ <body itemscope="" itemtype="http://schema.org/WebPage">
44
+ <!--[if IE 6]>
45
+ <div style="color:#fff; position:absolute; left:0; width:100%; top:0px; border:solid 1px red; background:red; z-index:9999; text-align:center; font-weight:bold;font-size:1.4em;">
46
+ <p style="padding:3em;">
47
+ Due to recent upgrades in our security policy, the web browser you are currently using won't be able to view
48
+ certain areas of our website.
49
+ Please visit the <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Microsoft Support
50
+ Site</a>
51
+ for information on how to upgrade your web browser. Sorry for any inconvenience caused.
52
+ </p>
53
+ </div>
54
+ <![endif]-->
55
+ <div id="container">
56
+ <header class="primary navbar">
57
+ <div class="navbar-inner">
58
+ <div class="container">
59
+ <h1 class="brand">
60
+ <a href="/" rel="home"><span>in Mykonos</span></a>
61
+ </h1>
62
+ <ul class="nav">
63
+ <li>
64
+ <a href="http://inmykonos.com/information.html" title="All you need to know about the island of Mykonos"><i class="icon-info-sign icon-gray"> </i> Information</a>
65
+ </li>
66
+ <li>
67
+ <a href="http://inmykonos.com/history.html" title="In-depth information on the History of Mykonos"><i class="icon-book icon-gray"> </i> History</a>
68
+ </li>
69
+ <li>
70
+ <a href="http://inmykonos.com/reviews.html" title="Honest opinions by real Mykonos travellers"><i class="icon-comment icon-gray"> </i> Reviews</a>
71
+ </li>
72
+ <li>
73
+ <a href="http://inmykonos.com/news.html" title="Up to date Site & Mykonos News"><i class="icon-bullhorn icon-gray"> </i> News</a>
74
+ </li>
75
+ </ul>
76
+ <div class=" pull-right">
77
+ <form id="quickSearch" class="navbar-search" method="post" action="/search.htm" style="">
78
+ <input type="text" placeholder="Search Mykonos" name="find" id="searchBar"/>
79
+ <div id="message">
80
+
81
+ </div>
82
+ </form>
83
+ </div>
84
+ <div class="pull-right account-button">
85
+ <a class="btn btn-primary" href="http://inmykonos.com/account.html" title=" Login here to Manage your Businesses"><i class="icon-check icon-white"> </i> Login</a>
86
+ </div>
87
+ </div>
88
+ </div>
89
+ </header>
90
+ <div id="wrapper">
91
+
92
+ <nav class="tabs">
93
+ <ul itemscope="" itemtype="http://schema.org/SiteNavigationElement" class="unstyled">
94
+ <li class="category">
95
+ <a href="http://inmykonos.com/sleep-in-mykonos.html" title="Hotels & Rooms"><span>Sleep</span></a>
96
+ </li>
97
+ <li class="category active">
98
+ <a href="http://inmykonos.com/eat-in-mykonos.html" title="Food & Beverage"><span>Eat & Drink</span></a>
99
+ </li>
100
+ <li class="category">
101
+ <a href="http://inmykonos.com/party-in-mykonos.html" title="Bars & Clubs"><span>Party</span></a>
102
+ </li>
103
+ <li class="category">
104
+ <a href="http://inmykonos.com/shop-in-mykonos.html" title="Spoil Yourself"><span>Shop</span></a>
105
+ </li>
106
+ <li class="category">
107
+ <a href="http://inmykonos.com/see-and-do-in-mykonos.html" title="Discover Mykonos"><span>See & Do</span></a>
108
+ </li>
109
+ <li class="category">
110
+ <a href="http://inmykonos.com/travel-to-mykonos.html" title="Travel & Rent"><span>Travel</span></a>
111
+ </li>
112
+ <li class="category">
113
+ <a href="http://inmykonos.com/services-in-mykonos.html" title="Everything Else"><span>Services</span></a>
114
+ </li>
115
+ </ul>
116
+ </nav>
117
+ <div class="wrapper top">
118
+
119
+ </div>
120
+ <div class="wrapper main">
121
+ <div class="clearfix row">
122
+ <nav class="span12">
123
+ <ul class="breadcrumb">
124
+ <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
125
+ <a href="http://inmykonos.com/index.html" itemprop="url"><span class="" itemprop="title">Mykonos</span></a> <span class="divider">/</span>
126
+ </li>
127
+ <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
128
+ <a href="http://inmykonos.com/eat-in-mykonos.html" itemprop="url"><span class="" itemprop="title">Eat & Drink</span></a> <span class="divider">/</span>
129
+ </li>
130
+ <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
131
+ <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants.html" itemprop="url"><span class="" itemprop="title">Beach Restaurants</span></a> <span class="divider">/</span>
132
+ </li>
133
+ <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
134
+ <span><span class="active" itemprop="title">Capelayo</span></span>
135
+ </li>
136
+ </ul>
137
+ </nav>
138
+ <div style="width:245px;float:left;margin-left: 10px;">
139
+ <ul class="selector unstyled clearfix" style="margin-top:20px;">
140
+ <li class="control">
141
+ <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo.html" class="active"><span class="text"><i class="icon-home" style=""> </i> Restaurant Overview</span> <small class="btn btn-mini btn-primary reset close">&times;</small></a>
142
+ </li>
143
+ <li class="control">
144
+ <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo/photos.html"><span class="text"><i class="icon-camera" style=""> </i> Restaurant Photos</span> <small class="btn btn-mini btn-primary reset close">&times;</small></a>
145
+ </li>
146
+ <li class="control">
147
+ <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo/reviews.html"><span class="text"><i class="icon-comment" style=""> </i> Restaurant Reviews</span> <small class="btn btn-mini btn-primary reset close">&times;</small></a>
148
+ </li>
149
+ <li class="control">
150
+ <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo/address.html"><span class="text"><i class="icon-map-marker" style=""> </i> View on Map</span> <small class="btn btn-mini btn-primary reset close">&times;</small></a>
151
+ </li>
152
+ </ul>
153
+ <div class="clearfix">
154
+ <div class="row-fluid">
155
+ <div class="span4">
156
+ <div class="fb-like" data-href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo.html" data-send="false" data-layout="button_count" data-width="55" data-show-faces="false" data-action="like" data-font="tahoma"></div>
157
+ </div>
158
+ <div class="span4">
159
+ <div class="g-plusone" data-size="medium" data-href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo.html"></div>
160
+ </div>
161
+ <div class="span4">
162
+ <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo.html" data-via="inmykonos" data-hashtags="mykonos"></a>
163
+ </div>
164
+ </div><script type="text/javascript">
165
+ //<![CDATA[
166
+ (function (d, s, id)
167
+ {
168
+ var js, fjs = d.getElementsByTagName(s)[0];
169
+ if(d.getElementById(id)) return;
170
+ js = d.createElement(s);
171
+ js.id = id;
172
+ js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=145961212116341";
173
+ fjs.parentNode.insertBefore(js, fjs);
174
+ }(document, 'script', 'facebook-jssdk'));
175
+
176
+ (function (d, s, id)
177
+ {
178
+ var js, fjs = d.getElementsByTagName(s)[0];
179
+ if(!d.getElementById(id))
180
+ {
181
+ js = d.createElement(s);
182
+ js.id = id;
183
+ js.src = "//platform.twitter.com/widgets.js";
184
+ fjs.parentNode.insertBefore(js, fjs);
185
+ }
186
+ }(document, "script", "twitter-wjs"));
187
+
188
+ //]]>
189
+ </script> <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
190
+ //<![CDATA[
191
+ {
192
+ lang: 'en-GB'
193
+ }
194
+ //]]>
195
+ </script>
196
+ </div>
197
+ <div class="clearfix advert">
198
+ <script type="text/javascript">
199
+ //<![CDATA[
200
+ OA_show(22);
201
+ //]]>
202
+ </script> <noscript><a href="http://ads.ilovegroup.com/www/delivery/ck.php?n=8d6578d" target="_blank"><img alt="" border="0" src="http://ads.ilovegroup.com/www/delivery/avw.php?zoneid=22&amp;n=8d6578d"/></a></noscript>
203
+ </div>
204
+ </div>
205
+ <div itemscope="" itemtype="http://schema.org/LocalBusiness" class="" style="width: 760px;float:left;margin-left: 5px;">
206
+ <div id="content" class="clearfix" style="margin:0;">
207
+ <div class="cornered spaced">
208
+ <h1 class="box-heading" itemprop="name">
209
+ Capelayo
210
+ </h1>
211
+ <div class="row">
212
+ <section id="profile" class="clearfix">
213
+ <article class="span6">
214
+ <header class="clearfix spaced">
215
+ <h6 class="default text box" style="padding-left: 4px;" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
216
+ <i class="icon-map-marker"> </i> <span itemprop="streetAddress">Elia Beach, Elia</span>, <span itemprop="addressLocality">Mykonos</span>, <span itemprop="addressRegion">Cyclades</span>, <span itemprop="addressCountry">Greece</span>, <span itemprop="postalCode">84600</span>
217
+ </h6>
218
+ </header>
219
+ <figure style="margin: 0;" class="clearfix spaced">
220
+ <a id="profilePhoto"><img src="/media/business/2000/1190/large/f83630579d055dc5843ae693e7cdafe0.jpg" alt="Capelayo - _MYK0209 - Mykonos, Greece" title="Capelayo - - Mykonos, Greece" class="primary"/></a>
221
+ <figcaption class="row-fluid">
222
+ <ul id="profilePhotoThumbs" class="thumbnails" style="margin:0;">
223
+ <li class="thumbnail span2">
224
+ <img src="/media/business/2000/1190/preview/f83630579d055dc5843ae693e7cdafe0.jpg" class="active" alt="" title=""/>
225
+ </li>
226
+ <li class="thumbnail span2">
227
+ <img src="/media/business/2000/1190/preview/fc490ca45c00b1249bbe3554a4fdf6fb.jpg" class="" alt="" title=""/>
228
+ </li>
229
+ <li class="thumbnail span2">
230
+ <img src="/media/business/2000/1190/preview/a3f390d88e4c41f2747bfa2f1b5f87db.jpg" class="" alt="" title=""/>
231
+ </li>
232
+ <li class="thumbnail span2">
233
+ <img src="/media/business/2000/1190/preview/14bfa6bb14875e45bba028a21ed38046.jpg" class="" alt="" title=""/>
234
+ </li>
235
+ <li class="thumbnail span2">
236
+ <img src="/media/business/2000/1190/preview/3295c76acbf4caaed33c36b1b5fc2cb1.jpg" class="" alt="" title=""/>
237
+ </li>
238
+ <li class="thumbnail span2">
239
+ <img src="/media/business/2000/1190/preview/735b90b4568125ed6c3f678819b6e058.jpg" class="" alt="" title=""/>
240
+ </li>
241
+ </ul>
242
+ </figcaption>
243
+ </figure>
244
+ <h4 class="heading">
245
+ <span><i class="icon-info-sign"> </i> <span>About Capelayo</span></span>
246
+ </h4>
247
+ <p class="decorate" itemprop="description">
248
+ Selected local ingredients, creative Mediterranean cuisine, quality, superb location on Elia beach and unique atmosphere. Capelayo Restaurant is a must in the Mykonian food scene. The name Capelayo comes from the naval tradition of Mykonos and stands for the sail of old small food carrier boats.<br/>
249
+ <br/>
250
+ Capelayo Restaurant is divided in two levels. The upper level, decorated with atmospheric touches, travels your senses at another era as the tables seems to stand at the deck of an old ship. The ground level is dominated by the beach bar. Vivid music and refreshing cocktails by the beach.
251
+ </p>
252
+ <h4 class="heading">
253
+ <span><i class="icon-ok-sign"> </i> <span>Capelayo Features</span></span>
254
+ </h4>
255
+ <table class="">
256
+ <tr>
257
+ <td class="property">
258
+ Luxury Level:
259
+ </td>
260
+ <td>
261
+ <span class="small-stars num3 bullets"> </span>
262
+ </td>
263
+ </tr>
264
+ <tr>
265
+ <td class="property">
266
+ Popularity:
267
+ </td>
268
+ <td>
269
+ <span class="small-stars num3 bullets"> </span>
270
+ </td>
271
+ </tr>
272
+ <tr>
273
+ <td class="property">
274
+ Dress Code:
275
+ </td>
276
+ <td>
277
+ <strong class="feature"><a href="http://inmykonos.com/filter/casual/beach-restaurants.html" title="View another 8 beach restaurants suitable for casual attire" rel="follow">Casual</a></strong>, <strong class="feature"><a href="http://inmykonos.com/filter/beachwear/beach-restaurants.html" title="View another 12 beach restaurants suitable for beachwear attire" rel="follow">Beachwear</a></strong>
278
+ </td>
279
+ </tr>
280
+ <tr>
281
+ <td class="property">
282
+ Entertainment:
283
+ </td>
284
+ <td>
285
+ <strong class="feature"><a href="http://inmykonos.com/filter/dj/beach-restaurants.html" title="Browse another 9 beach restaurants featuring dj " rel="follow">DJ</a></strong>
286
+ </td>
287
+ </tr>
288
+ <tr>
289
+ <td class="property">
290
+ Menu Style:
291
+ </td>
292
+ <td>
293
+ <strong class="feature"><a href="http://inmykonos.com/filter/a-la-carte/beach-restaurants.html" title="Browse another 11 beach restaurants featuring a la carte " rel="follow">A la Carte</a></strong>
294
+ </td>
295
+ </tr>
296
+ <tr>
297
+ <td class="property">
298
+ Cuisine:
299
+ </td>
300
+ <td>
301
+ <strong class="feature"><a href="http://inmykonos.com/filter/mediterranean/beach-restaurants.html" title="View another 10 beach restaurants with mediterranean cuisine" rel="follow">Mediterranean</a></strong>
302
+ </td>
303
+ </tr>
304
+ <tr>
305
+ <td class="property">
306
+ Meals Served:
307
+ </td>
308
+ <td>
309
+ <strong class="feature"><a href="http://inmykonos.com/filter/breakfast/beach-restaurants.html" title="View another 2 beach restaurants serving breakfast " rel="follow">Breakfast</a></strong>, <strong class="feature"><a href="http://inmykonos.com/filter/lunch/beach-restaurants.html" title="View another 12 beach restaurants serving lunch " rel="follow">Lunch</a></strong>
310
+ </td>
311
+ </tr>
312
+ <tr>
313
+ <td class="property">
314
+ Ambiance:
315
+ </td>
316
+ <td>
317
+ <strong class="feature"><a href="http://inmykonos.com/filter/social/beach-restaurants.html" title="Browse another 11 beach restaurants featuring social" rel="follow">Social</a></strong>
318
+ </td>
319
+ </tr>
320
+ </table>
321
+ </article>
322
+ <aside class="span3">
323
+ <div itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating">
324
+ <div class="well review" itemscope="" itemtype="http://data-vocabulary.org/Review-aggregate">
325
+ <div itemscope="" itemtype="http://data-vocabulary.org/Rating">
326
+ <div style="text-align: center">
327
+ <div class="large rating">
328
+ <div style="width:80%;"></div>
329
+ </div><strong style="display:block;"><span itemprop="average">4</span> out of <span itemprop="best">5</span></strong>
330
+ </div>
331
+ <div class="divider"></div>
332
+ <div class="row-fluid">
333
+ <div class="span5">
334
+ <strong class="big">100%</strong>
335
+ </div>
336
+ <div class="span7">
337
+ <small>of visitors recommend it based on <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo/reviews.html"><span itemprop="count">1</span> reviews</a></small>
338
+ </div>
339
+ </div>
340
+ <div class="divider"></div>
341
+ <div style="text-align: center;" class="btn-group">
342
+ <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo/reviews.html" class="btn"><i class="icon-comment"> </i> Read</a> <a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo/reviews/add.html" class="btn btn-primary"><i class="icon-pencil icon-white"> </i> Write a Review</a>
343
+ </div>
344
+ </div>
345
+ </div>
346
+ </div><a class="clearfix spaced text box" title="View Capelayo Beach Restaurant on the map" href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1190-capelayo/address.html"><img src="https://maps.google.com/maps/api/staticmap?center=37.422333333306,25.391&amp;zoom=11&amp;size=245x180&amp;sensor=false&amp;markers=size:mid|color:blue|37.422333333306,25.391" alt="Elia Beach, Elia: Mykonos: Greece" class="Google static map img-rounded"/></a>
347
+ <div class="spaced">
348
+ <div class="clearfix">
349
+ <ul class="unstyled list" style="margin: 0;">
350
+ <li itemscope="" itemtype="http://schema.org/ContactPoint" data-show-info="true" class="type image landline clearfix">
351
+ <strong><span class="value" itemprop="telephone">00302289072001</span></strong> - <span itemprop="contactType">Line 1</span>
352
+ </li>
353
+ <li itemscope="" itemtype="http://schema.org/ContactPoint" data-show-info="true" class="type image landline clearfix">
354
+ <strong><span class="value" itemprop="telephone">00302289072002</span></strong> - <span itemprop="contactType">Line 1</span>
355
+ </li>
356
+ </ul>
357
+ <ul class="unstyled list" style="margin: 0;">
358
+ <li itemscope="" itemtype="http://schema.org/ContactPoint">
359
+ <a itemprop="email" href="/cdn-cgi/l/email-protection#83a6b5baa6b5e6a6b5b5a6b5e5a6b7b3a6b5b6a6b5e0a6b5baa6b5b2a6b4b0a6b4b6a6b5baa6b4b7a6b5b6a6b4b0a6b1e6a6b5b0a6b5e5a6b5e7" class="email value" title="Email 1" target="_blank">Email 1</a>
360
+ </li>
361
+ </ul>
362
+ <ul class="unstyled list" style="margin: 0;">
363
+ <li>
364
+ <a href="http://www.eliasuites.com/elia-mykonos-restaurant.htm" itemprop="url" class="image website" title="website" target="_blank">Website</a>
365
+ </li>
366
+ </ul>
367
+ </div>
368
+ </div>
369
+ <div class="spaced"></div>
370
+ <div class="spaced">
371
+ <a href="http://inmykonos.com/account/business/submit.html?business_id=1190" class="default text box"><i class="icon-question-sign" style="margin-right: 3px;"> </i> Is this your business</a>
372
+ </div>
373
+ </aside>
374
+ </section>
375
+ </div>
376
+ </div>
377
+ <div class="spaced row-fluid">
378
+ <div class="span2" style="width:19%;">
379
+ <h4 class="heading">
380
+ <span>Sleep Near By</span>
381
+ </h4>
382
+ <ul class="unstyled">
383
+ <li style="margin:10px 0;line-height: 1em;">
384
+ <strong class="text box"><a href="http://inmykonos.com/sleep-in-mykonos/hotels/1206-myconian-imperial-hotel-and-thalasso-spa.html">Myconian Imperial Hotel &amp; Thalasso Spa</a></strong> <small class="default small text box">157 meters away</small>
385
+ </li>
386
+ <li style="margin:10px 0;line-height: 1em;">
387
+ <strong class="text box"><a href="http://inmykonos.com/sleep-in-mykonos/hotels/1205-royal-myconian-resort-and-thalasso-spa.html">Royal Myconian Resort &amp; Thalasso Spa</a></strong> <small class="default small text box">236 meters away</small>
388
+ </li>
389
+ <li style="margin:10px 0;line-height: 1em;">
390
+ <strong class="text box"><a href="http://inmykonos.com/sleep-in-mykonos/villas/1820-greco-philia-luxury-suites-and-villas.html">Greco Philia Luxury Suites &amp; Villas</a></strong> <small class="default small text box">242 meters away</small>
391
+ </li>
392
+ <li style="margin:10px 0;line-height: 1em;">
393
+ <strong class="text box"><a href="http://inmykonos.com/sleep-in-mykonos/hotels/1929-sunrise-hotel.html">Sunrise Hotel</a></strong> <small class="default small text box">754 meters away</small>
394
+ </li>
395
+ <li style="margin:10px 0;line-height: 1em;">
396
+ <strong class="text box"><a href="http://inmykonos.com/sleep-in-mykonos/hotels/1867-agrari-beach-hotel.html">Agrari Beach Hotel</a></strong> <small class="default small text box">780 meters away</small>
397
+ </li>
398
+ </ul>
399
+ </div>
400
+ <div class="span2" style="width:19%;">
401
+ <h4 class="heading">
402
+ <span>Eat & Drink Near By</span>
403
+ </h4>
404
+ <ul class="unstyled">
405
+ <li style="margin:10px 0;line-height: 1em;">
406
+ <strong class="text box"><a href="http://inmykonos.com/eat-in-mykonos/beach-restaurants/1192-elia-restaurant.html">Elia Restaurant</a></strong> <small class="default small text box">82 meters away</small>
407
+ </li>
408
+ </ul>
409
+ </div>
410
+ <div class="span2" style="width:19%;">
411
+ <h4 class="heading">
412
+ <span>Party Near By</span>
413
+ </h4>
414
+ <ul class="unstyled">
415
+ <li style="margin:10px 0;line-height: 1em;">
416
+ <strong class="text box"><a href="http://inmykonos.com/party-in-mykonos/bars/2788-cocktail-bar-agrari.html">Cocktail Bar Agrari</a></strong> <small class="default small text box">715 meters away</small>
417
+ </li>
418
+ </ul>
419
+ </div>
420
+ <div class="span2" style="width:19%;">
421
+ <h4 class="heading">
422
+ <span>See & Do Near By</span>
423
+ </h4>
424
+ <ul class="unstyled">
425
+ <li style="margin:10px 0;line-height: 1em;">
426
+ <strong class="text box"><a href="http://inmykonos.com/see-and-do-in-mykonos/beaches/2106-elia-beach.html">Elia Beach</a></strong> <small class="default small text box">116 meters away</small>
427
+ </li>
428
+ <li style="margin:10px 0;line-height: 1em;">
429
+ <strong class="text box"><a href="http://inmykonos.com/see-and-do-in-mykonos/activities/1602-elia-water-sports.html">Elia Water Sports</a></strong> <small class="default small text box">138 meters away</small>
430
+ </li>
431
+ <li style="margin:10px 0;line-height: 1em;">
432
+ <strong class="text box"><a href="http://inmykonos.com/see-and-do-in-mykonos/activities/1605-water-action-sports.html">Water Action Sports</a></strong> <small class="default small text box">725 meters away</small>
433
+ </li>
434
+ <li style="margin:10px 0;line-height: 1em;">
435
+ <strong class="text box"><a href="http://inmykonos.com/see-and-do-in-mykonos/beaches/2115-agrari-beach.html">Agrari Beach</a></strong> <small class="default small text box">753 meters away</small>
436
+ </li>
437
+ </ul>
438
+ </div>
439
+ </div>
440
+ <div class="clearfix advert center">
441
+ <script type="text/javascript">
442
+ //<![CDATA[
443
+ OA_show(21);
444
+ //]]>
445
+ </script> <noscript><a href="http://ads.ilovegroup.com/www/delivery/ck.php?n=8d6578d" target="_blank"><img alt="" border="0" src="http://ads.ilovegroup.com/www/delivery/avw.php?zoneid=21&amp;n=8d6578d"/></a></noscript>
446
+ </div>
447
+ </div>
448
+ </div>
449
+ </div>
450
+ </div>
451
+ <footer id="footer" class="clearfix">
452
+ <div class="clearfix">
453
+ <div class="span2">
454
+ <nav class="pages">
455
+ <h6>
456
+ inmykonos.com
457
+ </h6>
458
+ <ul class="unstyled" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
459
+ <li>
460
+ <a href="http://inmykonos.com/static/start.html">Start NOW!</a>
461
+ </li>
462
+ <li>
463
+ <a href="http://inmykonos.com/static/about-us.html">About Us</a>
464
+ </li>
465
+ <li>
466
+ <a href="http://inmykonos.com/static/business-owners.html">Business Owners</a>
467
+ </li>
468
+ <li>
469
+ <a href="http://inmykonos.com/static/advertise.html">Advertise</a>
470
+ </li>
471
+ <li>
472
+ <a href="http://inmykonos.com/static/terms-and-conditions.html">Terms &amp; Conditions</a>
473
+ </li>
474
+ <li>
475
+ <a href="http://inmykonos.com/static/contact-us.html">Contact Us</a>
476
+ </li>
477
+ </ul>
478
+ </nav>
479
+ </div>
480
+ <div class="span2">
481
+ <nav>
482
+ <h6>
483
+ Mykonos Guide
484
+ </h6>
485
+ <ul itemscope="" itemtype="http://schema.org/SiteNavigationElement" class="unstyled">
486
+ <li>
487
+ <a href="http://inmykonos.com/sleep-in-mykonos.html" title="Hotels & Rooms">Sleep</a>
488
+ </li>
489
+ <li>
490
+ <a href="http://inmykonos.com/eat-in-mykonos.html" title="Food & Beverage">Eat & Drink</a>
491
+ </li>
492
+ <li>
493
+ <a href="http://inmykonos.com/party-in-mykonos.html" title="Bars & Clubs">Party</a>
494
+ </li>
495
+ <li>
496
+ <a href="http://inmykonos.com/shop-in-mykonos.html" title="Spoil Yourself">Shop</a>
497
+ </li>
498
+ <li>
499
+ <a href="http://inmykonos.com/see-and-do-in-mykonos.html" title="Discover Mykonos">See & Do</a>
500
+ </li>
501
+ <li>
502
+ <a href="http://inmykonos.com/travel-to-mykonos.html" title="Travel & Rent">Travel</a>
503
+ </li>
504
+ <li>
505
+ <a href="http://inmykonos.com/services-in-mykonos.html" title="Everything Else">Services</a>
506
+ </li>
507
+ </ul>
508
+ </nav>
509
+ </div>
510
+ <div class="span2">
511
+ <nav class="account">
512
+ <h6>
513
+ My Account
514
+ </h6>
515
+ <ul class="unstyled" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
516
+
517
+ <li>
518
+ <a href="http://inmykonos.com/account/register/business.html">Create Account</a>
519
+ </li>
520
+ <li>
521
+ <a href="http://inmykonos.com/account/login.html">Login</a>
522
+ </li>
523
+ </ul>
524
+ </nav>
525
+ </div>
526
+ <div class="span2">
527
+ <nav class="social links" role="social">
528
+ <h6>
529
+ Follow Us
530
+ </h6><a target="_blank" href="http://www.facebook.com/inmykonos" title="Find us on Facebook" rel="publisher"><img src="/assets/img/glyph/glyphicons_390_facebook.png"/></a> <a target="_blank" href="http://www.twitter.com/inmykonos" rel="publisher" title="Find us on Twitter"><img src="/assets/img/glyph/glyphicons_391_twitter_t.png"/></a> <a target="_blank" href="http://plus.google.com/109715076977868366059" title="Find us on Google+" rel="publisher"><img src="/assets/img/glyph/glyphicons_362_google+_alt.png"/></a>
531
+ </nav>
532
+ </div>
533
+ <div class="span4">
534
+ <div style="border-left: 1px solid #ccc;">
535
+ <div style="border-left:1px solid #F2F2F2;padding:0 10px;min-height: 120px;">
536
+ <address style="font-size: 8pt;text-shadow: 1px 1px 0 #FFFFFF;">
537
+ &copy;2009-2015 inmykonos.com<br/>
538
+ All Rights Reserved
539
+ </address><a class="anchor" href="#top">&nbsp;</a>
540
+ </div>
541
+ </div>
542
+ </div>
543
+ </div>
544
+ </footer>
545
+ </div>
546
+ </div>
547
+ <div id="fb-root">
548
+
549
+ </div><script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript">
550
+ </script><script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" type="text/javascript">
551
+ </script><script src="//inmykonos.com/assets/js/bootstrap.min.js" type="text/javascript">
552
+ </script><script src="//inmykonos.com/assets/js/common.js" type="text/javascript">
553
+ </script><script src="//inmykonos.com/assets/js/layout.js" type="text/javascript">
554
+ </script><script src="//inmykonos.com/assets/js/application.js" type="text/javascript">
555
+ </script><script src="//inmykonos.com/assets/js/app/business.search.js" type="text/javascript">
556
+ </script><script src="//inmykonos.com/assets/js/widget/jquery.ui.stars.js" type="text/javascript">
557
+ </script><script src="//inmykonos.com/assets/js/app/business.profile.js" type="text/javascript">
558
+ </script><script type="text/javascript">
559
+ //<![CDATA[
560
+ //Assign Global Variables
561
+
562
+ var posturl = "/eat-in-mykonos/beach-restaurants/1190-capelayo.html";
563
+ var popoverOptions = {"placement":"left","trigger":"hover","title":"Did you know?","content":"<div class=\"clearfix\" style=\"width:200px;\">Mentioning <strong>inmykonos.com<\/strong> when contacting <strong style=\"white-space:nowrap;\">Capelayo<\/strong> may do wonders...<\/div>"};
564
+ initialise_profile();
565
+ quickSearch();
566
+ //]]>
567
+ </script><script type="text/javascript">
568
+ //<![CDATA[
569
+ //connect facebook
570
+ (function (d, s, id)
571
+ {
572
+ var js, fjs = d.getElementsByTagName(s)[0];
573
+ if(d.getElementById(id)) return;
574
+ js = d.createElement(s);
575
+ js.id = id;
576
+ js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&appId=145961212116341&version=v2.0";
577
+ fjs.parentNode.insertBefore(js, fjs);
578
+ }(document, 'script', 'facebook-jssdk'));
579
+ //connect google analytics
580
+ (function ()
581
+ {
582
+ var ga = document.createElement('script');
583
+ ga.type = 'text/javascript';
584
+ ga.async = true;
585
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
586
+
587
+ var s = document.getElementsByTagName('script')[0];
588
+ s.parentNode.insertBefore(ga, s);
589
+ })();
590
+ //]]>
591
+ </script>
592
+ <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"bf2832d014","applicationID":"7016596","transactionName":"Y1ADYhFRV0cFVRBYC1oaNEQKH1BaAFMcHxRcRQ==","queueTime":0,"applicationTime":93,"atts":"TxcAFFlLREk=","errorBeacon":"bam.nr-data.net","agent":"js-agent.newrelic.com\/nr-686.min.js"}</script><script type="text/javascript">
593
+ /* <![CDATA[ */
594
+ (function(){try{var s,a,i,j,r,c,l=document.getElementsByTagName("a"),t=document.createElement("textarea");for(i=0;l.length-i;i++){try{a=l[i].getAttribute("href");if(a&&a.indexOf("/cdn-cgi/l/email-protection") > -1 && (a.length > 28)){s='';j=27+ 1 + a.indexOf("/cdn-cgi/l/email-protection");if (a.length > j) {r=parseInt(a.substr(j,2),16);for(j+=2;a.length>j&&a.substr(j,1)!='X';j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}j+=1;s+=a.substr(j,a.length-j);}t.innerHTML=s.replace(/</g,"&lt;").replace(/>/g,"&gt;");l[i].setAttribute("href","mailto:"+t.value);}}catch(e){}}}catch(e){}})();
595
+ /* ]]> */
596
+ </script>
597
+ </body>
598
+ </html>
599
+
forms/html/173.html ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
3
+ <head>
4
+ <title>Contact Us : Instrument Clinic, Band Instrument Repair Supplies</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
+ <meta name="keywords" content="Woodwind Pads Band Instrument Repair Tools Band Instrument Repair Supplies Cork Supplies Woodwind Springs Clarinet Cork Kits Saxophone Neck Cork Kits Flute Head Cork Cork Grease Flute Pad Kits Saxophone Pad Kits Clarinet Pad Kits Woodwind Repair Kits Maintenance Products Woodwind Accessories ecommerce, open source, shop, online shopping Contact Us" />
7
+ <meta name="description" content="Instrument Clinic : Contact Us - Woodwind Pads Band Instrument Repair Tools Band Instrument Repair Supplies Cork Supplies Woodwind Springs Clarinet Cork Kits Saxophone Neck Cork Kits Flute Head Cork Cork Grease Flute Pad Kits Saxophone Pad Kits Clarinet Pad Kits Woodwind Repair Kits Maintenance Products Woodwind Accessories ecommerce, open source, shop, online shopping" />
8
+ <meta http-equiv="imagetoolbar" content="no" />
9
+ <meta name="author" content="The Zen Cart&trade; Team and others" />
10
+ <meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com eCommerce" />
11
+ <meta name="robots" content="noindex, nofollow" />
12
+
13
+ <base href="http://instrumentclinicusa.com/" />
14
+ <link rel="canonical" href="http://instrumentclinicusa.com/index.php?main_page=contact_us" />
15
+
16
+ <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet.css" />
17
+ <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet_css_buttons.css" />
18
+ <link rel="stylesheet" type="text/css" media="print" href="includes/templates/classic/css/print_stylesheet.css" />
19
+ </head>
20
+
21
+ <body id="contactusBody" onload=" if (document.contact_us){ if (document.contact_us.contactname) {document.contact_us.contactname.focus()} };">
22
+
23
+ <div id="mainWrapper">
24
+
25
+
26
+
27
+ <!--bof-header logo and navigation display-->
28
+
29
+ <div id="headerWrapper">
30
+ <!--bof-navigation display-->
31
+ <div id="navMainWrapper">
32
+ <div id="navMain">
33
+ <ul class="back">
34
+ <li><a href="http://instrumentclinicusa.com/">Home</a></li>
35
+ <li><a href="https://instrumentclinicusa.com/index.php?main_page=login">Log In</a></li>
36
+
37
+ </ul>
38
+ </div>
39
+ <div id="navMainSearch"><form name="quick_find_header" action="http://instrumentclinicusa.com/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="6" maxlength="30" style="width: 100px" value="Enter search keywords here" onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';" />&nbsp;<input type="submit" value="Search" style="width: 45px" /></form></div>
40
+ <br class="clearBoth" />
41
+ </div>
42
+ <!--eof-navigation display-->
43
+
44
+ <!--bof-branding display-->
45
+ <div id="logoWrapper">
46
+ <div <img src="includes/templates/classic/images/" alt="" /></div>
47
+ </div>
48
+ <br class="clearBoth" />
49
+ <!--eof-branding display-->
50
+
51
+ <!--eof-header logo and navigation display-->
52
+
53
+ <!--bof-optional categories tabs navigation display-->
54
+ <!--eof-optional categories tabs navigation display-->
55
+
56
+ <!--bof-header ezpage links-->
57
+ <!--eof-header ezpage links-->
58
+ </div>
59
+
60
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
61
+ <tr>
62
+
63
+ <td id="navColumnOne" class="columnLeft" style="width: 225px">
64
+ <div id="navColumnOneWrapper" style="width: 275px"><!--// bof: categories //-->
65
+ <div class="leftBoxContainer" id="categories" style="width: 275px">
66
+ <h3 class="leftBoxHeading" id="categoriesHeading">Products</h3>
67
+ <div id="categoriesContent" class="sideBoxContent">
68
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=39">Band Instrument Repair Supplies</a><br />
69
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=5">Band Instrument Repair Tools</a><br />
70
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=45">Clarinet Cork Kits</a><br />
71
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=361">Clarinet Pad Kits</a><br />
72
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=322">Cork Grease</a><br />
73
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=40">Cork Supplies</a><br />
74
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=225">Flute Head Cork</a><br />
75
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=325">Flute Pad Kits</a><br />
76
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=396">Maintenance Products</a><br />
77
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=192">Saxophone Neck Cork Kits</a><br />
78
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=350">Saxophone Pad Kits</a><br />
79
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=411">Woodwind Accessories</a><br />
80
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=1">Woodwind Pads</a><br />
81
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=385">Woodwind Repair Kits</a><br />
82
+ <a class="category-top" href="http://instrumentclinicusa.com/index.php?main_page=index&amp;cPath=41">Woodwind Springs</a><br />
83
+ <a class="category-links" href="http://instrumentclinicusa.com/index.php?main_page=products_all">All Products ...</a>
84
+ </div></div>
85
+ <!--// eof: categories //-->
86
+
87
+ <!--// bof: ezpages //-->
88
+ <div class="leftBoxContainer" id="ezpages" style="width: 275px">
89
+ <h3 class="leftBoxHeading" id="ezpagesHeading">Education Center</h3>
90
+ <div id="ezpagesContent" class="sideBoxContent">
91
+ <ul style="margin: 0; padding: 0; list-style-type: none;">
92
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=1">How to Measure Flute Pads</a></li>
93
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=2">How to Measure Clarinet Pads</a></li>
94
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=3">How to Measure Clarinet Springs</a></li>
95
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=13">How to Measure Flute Springs</a></li>
96
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=4&amp;chapter=4">How to Measure Saxophone Pads</a></li>
97
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=6">How to Replace Clarinet Cork</a></li>
98
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=7">How to Replace Flute Pads</a></li>
99
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=8">How to Replace Saxophone Pads</a></li>
100
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=9">How to Replace Clarinet Pads</a></li>
101
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=12">How to Replace Flute Head Cork</a></li>
102
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=page&amp;id=11">How to Replace Sax Neck Cork</a></li>
103
+ </ul>
104
+ </div></div>
105
+ <!--// eof: ezpages //-->
106
+
107
+ <!--// bof: information //-->
108
+ <div class="leftBoxContainer" id="information" style="width: 275px">
109
+ <h3 class="leftBoxHeading" id="informationHeading">Information</h3>
110
+ <div id="informationContent" class="sideBoxContent">
111
+ <ul style="margin: 0; padding: 0; list-style-type: none;">
112
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=contact_us">Contact Us</a></li>
113
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=Payment_Information">Payment Information</a></li>
114
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=shippinginfo">Shipping &amp; Returns</a></li>
115
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=privacy">Privacy Notice</a></li>
116
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=conditions">Conditions of Use</a></li>
117
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=discount_coupon">Discount Coupons</a></li>
118
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=unsubscribe">Newsletter Unsubscribe</a></li>
119
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=Copyright_Notice">Copyright Notice</a></li>
120
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=site_map">Site Map</a></li>
121
+ </ul>
122
+ </div></div>
123
+ <!--// eof: information //-->
124
+
125
+ <!--// bof: search //-->
126
+ <div class="leftBoxContainer" id="search" style="width: 275px">
127
+ <h3 class="leftBoxHeading" id="searchHeading"><label>Search</label></h3>
128
+ <div id="searchContent" class="sideBoxContent centeredContent"><form name="quick_find" action="http://instrumentclinicusa.com/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="18" maxlength="100" style="width: 245px" value="Enter search keywords here" onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';" /><br /><input type="submit" value="Search" style="width: 50px" /><br /><a href="http://instrumentclinicusa.com/index.php?main_page=advanced_search">Advanced Search</a></form></div></div>
129
+ <!--// eof: search //-->
130
+
131
+ <!--// bof: bestsellers //-->
132
+ <div class="leftBoxContainer" id="bestsellers" style="width: 275px">
133
+ <h3 class="leftBoxHeading" id="bestsellersHeading">Bestsellers</h3>
134
+ <div id="bestsellersContent" class="sideBoxContent">
135
+ <div class="wrapper">
136
+ <ol>
137
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=1725">IC540 Clarinet Pads (3.0m Thick)...</a></li>
138
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=14">4"x 6" Natural Sheet Cork</a></li>
139
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=1726">IC540 Clarinet Pads (3.0m Thick)...</a></li>
140
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=235"></a></li>
141
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=1854">Premium Cork Pads Pads 9.0mm</a></li>
142
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=2327">Felt Bumpers</a></li>
143
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=1739">IC540 Clarinet Pads (3.0m Thick)...</a></li>
144
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=125">3M Anti-Tarnish Strips 2"x7"</a></li>
145
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=1698">IC540 Clarinet Pads (2.7mm Thick)...</a></li>
146
+ <li><a href="http://instrumentclinicusa.com/index.php?main_page=product_info&amp;products_id=2189">Needle Springs .032in x 50mm</a></li>
147
+ </ol>
148
+ </div>
149
+ </div></div>
150
+ <!--// eof: bestsellers //-->
151
+
152
+ </div></td>
153
+ <td valign="top">
154
+ <!-- bof breadcrumb -->
155
+ <div id="navBreadCrumb"> <a href="http://instrumentclinicusa.com/">Home</a>&nbsp;::&nbsp;
156
+ Contact Us
157
+ </div>
158
+ <!-- eof breadcrumb -->
159
+
160
+
161
+ <!-- bof upload alerts -->
162
+ <!-- eof upload alerts -->
163
+
164
+ <div class="centerColumn" id="contactUsDefault">
165
+
166
+ <form name="contact_us" action="http://instrumentclinicusa.com/index.php?main_page=contact_us&amp;action=send" method="post">
167
+ <address>Instrument Clinic, LLC<br />
168
+ 2025 Central Park Drive #1121<br />
169
+ Okemos, MI 48864<br />
170
+ (517) 618-1944</address>
171
+
172
+
173
+ <div id="contactUsNoticeContent" class="content">
174
+
175
+ <font color="#ff0000" size="5"><b><i>Email is the best way to contact us.  Please check your &quot;spam&quot; folder if you do not receive a response from us.</i></b></font>
176
+ </div>
177
+
178
+
179
+ <fieldset id="contactUsForm">
180
+ <legend>Contact Us</legend>
181
+ <div class="alert forward">* Required information</div>
182
+ <br class="clearBoth" />
183
+
184
+ <label class="inputLabel" for="send-to">Send Email To:</label>
185
+ <select name="send_to" id="send-to">
186
+ <option value="0" selected="selected">Jeff</option>
187
+ <option value="1">Christopher</option>
188
+ </select>
189
+ <span class="alert">*</span><br class="clearBoth" />
190
+
191
+ <label class="inputLabel" for="contactname">Full Name:</label>
192
+ <input type="text" name="contactname" size="40" id="contactname" /><span class="alert">*</span><br class="clearBoth" />
193
+
194
+ <label class="inputLabel" for="email-address">Email Address:</label>
195
+ <input type="text" name="email" size="40" id="email-address" /><span class="alert">*</span><br class="clearBoth" />
196
+
197
+ <label for="enquiry">Message:<span class="alert">*</span></label>
198
+ <textarea name="enquiry" cols="30" rows="7" id="enquiry"></textarea>
199
+ </fieldset>
200
+
201
+ <div class="buttonRow forward"><input type="image" src="includes/templates/template_default/buttons/english/button_send.gif" alt="Send Now" title=" Send Now " /></div>
202
+ <div class="buttonRow back"><a href="http://instrumentclinicusa.com/index.php?main_page=index"><img src="includes/templates/template_default/buttons/english/button_back.gif" alt="Back" title=" Back " width="39" height="15" /></a></div>
203
+ </form>
204
+ </div>
205
+ </td>
206
+
207
+ <td id="navColumnTwo" class="columnRight" style="width: 15px">
208
+ <div id="navColumnTwoWrapper" style="width: 15px"></div></td>
209
+ </tr>
210
+ </table>
211
+
212
+
213
+
214
+ <!--bof-navigation display -->
215
+ <div id="navSuppWrapper">
216
+ <div id="navSupp">
217
+ <ul>
218
+ <li><a href="http://instrumentclinicusa.com/">Home</a></li>
219
+ <li></li>
220
+ </ul>
221
+ </div>
222
+ </div>
223
+ <!--eof-navigation display -->
224
+
225
+ <!--bof-ip address display -->
226
+ <div id="siteinfoIP">Your IP Address is: 5.165.17.247</div>
227
+ <!--eof-ip address display -->
228
+
229
+ <!--bof-banner #5 display -->
230
+ <!--eof-banner #5 display -->
231
+
232
+ <!--bof- site copyright display -->
233
+ <div id="siteinfoLegal" class="legalCopyright">Copyright &copy; 2014 <a href="http://instrumentclinicusa.com/index.php?main_page=index" target="_blank">Instrument Clinic USA</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a></div>
234
+ <!--eof- site copyright display -->
235
+
236
+
237
+ </div>
238
+ <!--bof- parse time display -->
239
+ <!--eof- parse time display -->
240
+ <!--bof- banner #6 display -->
241
+ <!--eof- banner #6 display -->
242
+ </body></html>
forms/html/185.html ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
  </td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- dq Team FireWeb engine v1.2 (FB2.0.1 MJ special edition) --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <title>Registrul de Stat</title>
6
+ <link href="/css/site.css" rel="stylesheet" type="text/css" />
7
+ </head>
8
+ <body>
9
+ <table border="0" cellpadding="0" cellspacing="0" class="all">
10
+ <tr><td height="8" bgcolor="#235aa6"><img src="/img/vid.gif" alt="" /></td></tr>
11
+ <tr><td height="1" bgcolor="#235aa6">
12
+ <table cellpadding="0" cellspacing="0" class="all">
13
+ <tr><td bgcolor="#012d63"><img src="/img/vid.gif" alt="" /></td><td width="309"><img src="/img/vid.gif" alt="" /></td></tr>
14
+ </table>
15
+ </td></tr>
16
+ <tr><td class="bg_top" height="23" align="right">
17
+ <table class="all" cellpadding="0" cellspacing="0">
18
+ <tr>
19
+ <td class="bg_top_img" align="right">
20
+ <table class="all" cellpadding="0" cellspacing="0">
21
+ <tr>
22
+ <td><img src="/img/vid.gif" alt="" /></td>
23
+ <td width="9"><img src="/img/sageata_top.gif" alt="" /></td>
24
+ <td width="80" align="right"><a href="/md/start/" class="home" nowrap="nowrap">pagina de start</a></td>
25
+ <td width="11"><img src="/img/vid.gif" alt="" /></td>
26
+ </tr>
27
+ </table>
28
+ </td>
29
+ <td width="1" bgcolor="#012d63"><img src="/img/vid.gif" alt="" /></td>
30
+ <td width="308" class="bg_top_lang" height="100%">
31
+ <!-- Meniu LANGUAGE -->
32
+ <table class="all" cellpadding="0" cellspacing="0">
33
+ <tr>
34
+ <td width="9"><img src="/img/vid.gif" alt="" /></td>
35
+ <td width="80"><span class="actualizare">ultima actualizare</span></td>
36
+ <td width="4"><img src="/img/vid.gif" alt="" /></td>
37
+ <td width="45"><span class="date_act">22.02.2005</span></td>
38
+ <td width="60"><img src="/img/vid.gif" alt="" /></td>
39
+ <td width="25" align="center"><a href="/md/start/" class="lang">ro</a></td>
40
+ <td width="1"><img src="/img/lang_line.gif" alt="" /></td>
41
+ <td width="25" align="center"><a href="" class="lang">ru</a></td>
42
+ <td><img src="/img/vid.gif" alt="" /></td>
43
+ </tr>
44
+ </table>
45
+ <!-- end - Meniu LANGUAGE -->
46
  </td>
47
+ </tr>
48
+ </table>
49
+ </td></tr>
50
+ <!-- 13 Steamaa -->
51
+ <tr><td height="77" class="bg_stema">
52
+ <table class="all" cellpadding="0" cellspacing="0" border="0">
53
+ <tr>
54
+ <td width="34"><img src="/img/vid.gif" alt="" /></td>
55
+ <td valign="top"><a href="/md/start/" class="home"><img src="/img/img_stema.gif" alt="" /></a></td>
56
+ <td><img src="/img/vid.gif" alt="" /></td>
57
+ <td width="208">
58
+ <FORM method="GET" action="http://www.google.com/custom">
59
+ <input type="hidden" name="ie" value="UTF-8">
60
+ <input type="hidden" name="oe" value="UTF-8">
61
+ <table cellpadding="0" cellspacing="0" width="100%" border="0">
62
+ <tr><td colspan="2"><span class="txt_search">Cauta pe sait</span></td></tr>
63
+ <tr>
64
+ <td width="156"><input type="text" name="q" class="search" /></td>
65
+ <td align="left"><input type="image" name="sa" src="/img/bt_submit.gif" VALUE="" /></td>
66
+ </tr>
67
+ </table>
68
+ <INPUT type="hidden" name="cof" VALUE="GALT:#000000;GL:0;VLC:#4C82BA;AH:left;BGC:#ffffff;LC:#4C82BA;GFNT:#000000;L:http://md3.dqteam.com/img/img_stema.gif;ALC:#4C82BA;T:#000000;GIMP:#000000;AWFID:1bc6906834837650;" />
69
+ <input type="hidden" name="domains" value="md3.dqteam.com" /><br><input type="hidden" name="sitesearch" value="md3.dqteam.com" checked="checked" />
70
+ </form>
71
+ </tr>
72
+ </table>
73
+ </td></tr>
74
+ <!-- 13 end -->
75
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
76
+ <!-- 12 Sigla saitului -->
77
+ <tr><td height="129">
78
+ <table class="all" cellpadding="0" cellspacing="0" border="0">
79
+ <tr>
80
+ <td width="1"><img src="/img/vid.gif" alt="" /></td>
81
+ <td class="bg_sigla">
82
+ <table class="all" cellpadding="0" cellspacing="0">
83
+ <tr>
84
+ <td align="left"><img src="/img/img_sigla.jpg" alt="" /></td>
85
+ <td align="right"><img src="/img/txt_sigla.jpg" alt="" /></td>
86
+ </tr>
87
+ </table>
88
+ </td>
89
+ </tr>
90
+ </table>
91
+ </td></tr>
92
+ <!-- 12 end --> <tr><td height="5"><img src="/img/vid.gif" alt="" /></td></tr>
93
+ <!-- 2 - Centruuuuuu -->
94
+ <tr><td>
95
+ <table class="all" cellpadding="0" cellspacing="0">
96
+ <tr>
97
+ <td width="1"><img src="/img/vid.gif" alt="" /></td>
98
+ <!-- 3- Meniu din stinga-->
99
+ <td valign="top" width="195"> <!-- 3- Meniu din dreapta -->
100
+ <table cellpadding="0" cellspacing="0" width="100%">
101
+ <tr><td height="21" bgcolor="#e6e6e6">
102
+ <table cellpadding="0" cellspacing="0" class="all">
103
+ <tr>
104
+ <td width="12"><img src="/img/vid.gif" alt="" /></td>
105
+ <td><a href="
106
+ http://lex.justice.md
107
+
108
+ " class="menu">Legislatia RM</a></td>
109
+ <td width="17"><img src="/img/sageata.gif" alt="" /></td>
110
+ </tr>
111
+ </table>
112
+ </td></tr>
113
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
114
+ <tr><td height="21" bgcolor="#e6e6e6">
115
+ <table cellpadding="0" cellspacing="0" class="all">
116
+ <tr>
117
+ <td width="12"><img src="/img/vid.gif" alt="" /></td>
118
+ <td><a href="
119
+ /md/dic/
120
+ " class="menu">Dictionar de termeni juridici</a></td>
121
+ <td width="17"><img src="/img/sageata.gif" alt="" /></td>
122
+ </tr>
123
+ </table>
124
+ </td></tr>
125
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
126
+ <tr><td height="21" bgcolor="#e6e6e6">
127
+ <table cellpadding="0" cellspacing="0" class="all">
128
+ <tr>
129
+ <td width="12"><img src="/img/vid.gif" alt="" /></td>
130
+ <td><a href="
131
+ http://agent.gov.md
132
+ " class="menu">Jurisprudenta CEDO</a></td>
133
+ <td width="17"><img src="/img/sageata.gif" alt="" /></td>
134
+ </tr>
135
+ </table>
136
+ </td></tr>
137
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
138
+ <tr><td height="21" bgcolor="#e6e6e6">
139
+ <table cellpadding="0" cellspacing="0" class="all">
140
+ <tr>
141
+ <td width="12"><img src="/img/vid.gif" alt="" /></td>
142
+ <td><a href="
143
+ /md/trat/
144
+ " class="menu">Tratate Internationale</a></td>
145
+ <td width="17"><img src="/img/sageata.gif" alt="" /></td>
146
+ </tr>
147
+ </table>
148
+ </td></tr>
149
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
150
+
151
+
152
+ <tr><td height="21" bgcolor="#e6e6e6">
153
+ <table cellpadding="0" cellspacing="0" class="all">
154
+ <tr>
155
+ <td width="12"><img src="/img/vid.gif" alt="" /></td>
156
+ <td><a href="http://www.legis.md" class="menu">Legis.md</a></td>
157
+ <td width="17"><img src="/img/sageata.gif" alt="" /></td>
158
+ </tr>
159
+ </table>
160
+ </td></tr>
161
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td>
162
+ </tr>
163
+
164
+
165
+ <tr><td height="2"><img src="/img/vid.gif" alt="" /></td></tr>
166
+ <tr><td><a href="http://www.gov.md" target="_blank"><img src="/img/baner_gov.jpg" alt="" border="0" /></a></td></tr>
167
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
168
+ <tr><td><a href="http://apostila.gov.md/"><img src="/img/apostila_bn.gif" alt="" border="0" /></a></td></tr>
169
+ </table>
170
+ <!-- 3 end --> </td>
171
+ <!-- 3 end -->
172
+ <td width="10"><img src="/img/vid.gif" alt="" /></td>
173
+ <!-- 4 - Centru -->
174
+ <td valign="top">
175
+ <table cellpadding="0" cellspacing="0" width="100%">
176
+ <tr><td height="21" bgcolor="#235aa6">
177
+ <table cellpadding="0" cellspacing="0" class="all">
178
+ <tr>
179
+ <td align="right"><span class="title_page">PAGINA DE START</span></td>
180
+ <td width="8"><img src="/img/vid.gif" alt="" /></td>
181
+ </tr>
182
+ </table>
183
+ </td></tr>
184
+ <tr><td height="16"><img src="/img/vid.gif" alt="" /></td></tr>
185
+ <!-- 5 - Lista Anunturilor -->
186
+ <tr><td>
187
+
188
+ <table cellpadding="0" cellspacing="0" width="100%">
189
+ <!-- 5 - Lista Anunturilor -->
190
+ <tr><td>
191
+ <table cellpadding="0" cellspacing="0" width="100%">
192
+ <tr>
193
+ <td width="3"><img src="/img/vid.gif" alt="" /></td>
194
+ <td valign="top">
195
+ <table cellpadding="0" cellspacing="0" width="100%" border="0">
196
+ <tr>
197
+ <td width="90" bgcolor="#235aa6"><span class="date">2015-10-19</span></td>
198
+ </tr>
199
+ <tr>
200
+ <td align="left"><br />
201
+ <a href="/md/newslst/1830/1/22112/" class="news_title">Preluarea de bune practici de la Guvernul Estoniei</a>...
202
+ </td>
203
+ </tr>
204
+ </table>
205
+ </td>
206
+ </tr>
207
+ </table>
208
+ </td></tr>
209
+ <!-- 6 - Spatiul intre noutati -->
210
+ <tr><td height="9"><img src="/img/vid.gif" alt="" /></td></tr>
211
+ <tr><td height="2" bgcolor="#e6e6e6"><img src="/img/vid.gif" alt="" /></td></tr>
212
+ <tr><td height="6"><img src="/img/vid.gif" alt="" /></td></tr>
213
+ <!-- 6 - end spatiur -->
214
+ <tr><td>
215
+ <table cellpadding="0" cellspacing="0" width="100%">
216
+ <tr>
217
+ <td width="3"><img src="/img/vid.gif" alt="" /></td>
218
+ <td valign="top">
219
+ <table cellpadding="0" cellspacing="0" width="100%" border="0">
220
+ <tr>
221
+ <td width="90" bgcolor="#235aa6"><span class="date">2015-09-12</span></td>
222
+ </tr>
223
+ <tr>
224
+ <td align="left"><br />
225
+ <a href="/md/newslst/1830/1/22110/" class="news_title">&nbsp;Prezentarea Registrului de Stat al Actelor Juridice al Republicii Moldova</a>...
226
+ </td>
227
+ </tr>
228
+ </table>
229
+ </td>
230
+ </tr>
231
+ </table>
232
+ </td></tr>
233
+ <!-- 6 - Spatiul intre noutati -->
234
+ <tr><td height="9"><img src="/img/vid.gif" alt="" /></td></tr>
235
+ <tr><td height="2" bgcolor="#e6e6e6"><img src="/img/vid.gif" alt="" /></td></tr>
236
+ <tr><td height="6"><img src="/img/vid.gif" alt="" /></td></tr>
237
+ <!-- 6 - end spatiur -->
238
+ <tr><td>
239
+ <table cellpadding="0" cellspacing="0" width="100%">
240
+ <tr>
241
+ <td width="3"><img src="/img/vid.gif" alt="" /></td>
242
+ <td valign="top">
243
+ <table cellpadding="0" cellspacing="0" width="100%" border="0">
244
+ <tr>
245
+ <td width="90" bgcolor="#235aa6"><span class="date">2014-12-05</span></td>
246
+ </tr>
247
+ <tr>
248
+ <td align="left"><br />
249
+ <a href="/md/newslst/1830/1/22108/" class="news_title">10 Decembrie - Ziua Internațională a Drepturilor Omului</a>...
250
+ </td>
251
+ </tr>
252
+ </table>
253
+ </td>
254
+ </tr>
255
+ </table>
256
+ </td></tr>
257
+ <!-- 6 - Spatiul intre noutati -->
258
+ <tr><td height="9"><img src="/img/vid.gif" alt="" /></td></tr>
259
+ <tr><td height="2" bgcolor="#e6e6e6"><img src="/img/vid.gif" alt="" /></td></tr>
260
+ <tr><td height="6"><img src="/img/vid.gif" alt="" /></td></tr>
261
+ <!-- 6 - end spatiur -->
262
+ </table> </td></tr>
263
+ <!-- 7 - Arhiva noutatilor -->
264
+ <tr><td height="6"><img src="/img/vid.gif" alt="" /></td></tr>
265
+ <tr><td>
266
+ <table cellpadding="0" cellspacing="0">
267
+ <tr>
268
+ <td width="9"><img src="/img/sageata_2.gif" alt="" /></td>
269
+ <td><a href="/md/arch/" class="arhiva">arhiva noutatilor</a></td>
270
+ </tr>
271
+ </table>
272
+ </td></tr>
273
+ <!-- 7 end -->
274
+ <!-- 5 end -->
275
+ </table>
276
+ </td>
277
+ <!-- 4 - end -->
278
+
279
+ <td width="10"><img src="/img/vid.gif" alt="" /></td>
280
+
281
+ <td width="9"><img src="/img/vid.gif" alt="" /></td>
282
+ <!-- 10 - Meniul din dreapta -->
283
+ <td valign="top" width="195"> <table cellpadding="0" cellspacing="0" width="100%">
284
+ <tr><td height="21" bgcolor="#e6e6e6">
285
+ <table cellpadding="0" cellspacing="0" class="all">
286
+ <tr>
287
+ <td width="30" align="center"><img src="/img/sageata.gif" alt="" /></td>
288
+ <td>
289
+ <a href="/md/
290
+ newslst
291
+ /"
292
+ class="menu">Noutati</a>
293
+ </td>
294
+ </tr>
295
+ </table>
296
+ </td></tr>
297
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
298
+ <tr><td height="21" bgcolor="#e6e6e6">
299
+ <table cellpadding="0" cellspacing="0" class="all">
300
+ <tr>
301
+ <td width="30" align="center"><img src="/img/sageata.gif" alt="" /></td>
302
+ <td>
303
+ <a href="/md/
304
+ publ
305
+ /"
306
+ class="menu">Publicatii</a>
307
+ </td>
308
+ </tr>
309
+ </table>
310
+ </td></tr>
311
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
312
+ <tr><td height="21" bgcolor="#e6e6e6">
313
+ <table cellpadding="0" cellspacing="0" class="all">
314
+ <tr>
315
+ <td width="30" align="center"><img src="/img/sageata.gif" alt="" /></td>
316
+ <td>
317
+ <a href="/md/
318
+ link
319
+ /"
320
+ class="menu">Linkuri</a>
321
+ </td>
322
+ </tr>
323
+ </table>
324
+ </td></tr>
325
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
326
+ <tr><td height="21" bgcolor="#e6e6e6">
327
+ <table cellpadding="0" cellspacing="0" class="all">
328
+ <tr>
329
+ <td width="30" align="center"><img src="/img/sageata.gif" alt="" /></td>
330
+ <td>
331
+ <a href="/md/
332
+ cont
333
+ /"
334
+ class="menu">Contacte</a>
335
+ </td>
336
+ </tr>
337
+ </table>
338
+ </td></tr>
339
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
340
+
341
+
342
+ <tr><td height="2"><img src="/img/vid.gif" alt="" /></td></tr>
343
+ <tr><td><a href="http://www.justice.gov.md" target="_blank"><img src="/img/baner_justice.jpg" alt="" border="0" /></a></td></tr>
344
+ <tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>
345
+ <!--<tr><td height="1"><img src="/img/vid.gif" alt="" /></td></tr>-->
346
+ </table>
347
+ <!-- 10 end -->
348
+ </tr>
349
+ </table>
350
+ </td></tr>
351
+ <!-- 2 end --> <tr><td height="1" bgcolor="#e6e6e6"><img src="/img/vid.gif" alt="" /></td></tr>
352
+ <!-- 1 - Partea de jos -->
353
+ <tr><td height="74">
354
+ <table border="0" cellpadding="0" cellspacing="0" class="all">
355
+ <tr>
356
+ <td width="203"><img src="/img/vid.gif" alt="" /></td>
357
+ <td align="center">
358
+ <table cellpadding="0" cellspacing="0">
359
+ <tr><td align="center">
360
+ <table border="0" cellpadding="4" cellspacing="0">
361
+ <tr>
362
+ <td><a href="/md/leg/" class="menu_top">Legislatia RM</a></td>
363
+ <td><a href="/md/cod/" class="menu_top">Coduri</a></td>
364
+ <td><a href="/md/cedo/" class="menu_top">Hotariri Cedo</a></td>
365
+ <td><a href="/md/dic/" class="menu_top">Dictionar de termeni juridici</a></td>
366
+ <td><a href="/md/trat/" class="menu_top">Tratate Internationale</a></td>
367
+ </tr>
368
+ </table>
369
+ </td></tr>
370
+ <tr><td align="center">
371
+ <table border="0" cellpadding="4" cellspacing="0">
372
+ <tr>
373
+ <td><a href="/md/newslst/" class="menu_top">Noutati</a></td>
374
+ <td><a href="/md/publ/" class="menu_top">Publicatii</a></td>
375
+ <td><a href="http://justice.md/forum/" class="menu_top">Forum</a></td>
376
+ <td><a href="/md/link/" class="menu_top">Linkuri</a></td>
377
+ <td><a href="/md/cont/" class="menu_top">Contacte</a></td>
378
+ </tr>
379
+ </table>
380
+ </td></tr>
381
+ <tr><td align="center">
382
+ <table border="0" cellpadding="2" cellspacing="0">
383
+ <tr><td><span class="copyring">©2007 Centrul informatii juridice</span></td></tr>
384
+ </table>
385
+ </td></tr>
386
+ </table>
387
+ </td>
388
+ <td width="203" align="center"><img src="/img/supermd.gif" alt="" /></td>
389
+ </table>
390
+ </td></tr>
391
+ <!-- 1 - end jos --></table>
392
+ </body>
393
+
forms/html/189.html ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 
2
+
3
+
4
+
5
+
6
+ <!DOCTYPE html>
7
+ <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
8
+ <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
9
+ <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
10
+ <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
11
+ <head>
12
+ <meta charset="utf-8">
13
+ <title>Log In | Lets Talk Bitcoin</title>
14
+ <meta name="description" content="Let's Talk Bitcoin is a twice weekly show about the ideas, people and projects building the new digital economy and the future of money.">
15
+ <meta name="author" content="Adam B. Levine">
16
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
17
+ <link rel="stylesheet" href="http://letstalkbitcoin.com/themes/ltb/css/base.css">
18
+ <link rel="stylesheet" href="http://letstalkbitcoin.com/themes/ltb/css/layout.css">
19
+ <link rel="stylesheet" href="http://letstalkbitcoin.com/themes/ltb/css/mobile-tables.css">
20
+ <link rel="stylesheet" href="http://letstalkbitcoin.com/themes/ltb/css/jquery.fancybox.css">
21
+ <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
22
+ <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700' rel='stylesheet' type='text/css'>
23
+ <!--[if lt IE 9]>
24
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
25
+ <![endif]-->
26
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/jquery.js"></script>
27
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/migrate.js"></script>
28
+ <script type="text/javascript" src="http://letstalkbitcoin.com/resources/tinymce/js/tinymce/tinymce.min.js"></script>
29
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/jquery-ui.js"></script>
30
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/jcycle.js"></script>
31
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/jquery.fancybox.pack.js"></script>
32
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/base64.js"></script>
33
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/mobile-tabls.js"></script>
34
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/jquery.jplayer.min.js"></script>
35
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/jplayer.playlist.min.js"></script>
36
+ <script type="text/javascript">
37
+ $(document).ready(function(){
38
+ window.sc = '6a1ead210b1505fe9643ed8105031ee5';
39
+ window.userLogged = false;
40
+ window.siteURL = 'http://letstalkbitcoin.com';
41
+
42
+ window.headerMedia = [{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/p2p-connects-us-episode-6\" title=\"P2P Connects Us - Episode 6\" target=\"_blank\">P2P Connects Us - Episode 6<\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/p2p-connects-us-episode-6","stream":"http:\/\/api.soundcloud.com\/tracks\/179696183\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"},{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/beyond-bitcoin-22-bitassets-and-the-austrians\" title=\"Beyond Bitcoin - 22 - BitAssets and the Austrians\" target=\"_blank\">Beyond Bitcoin - 22 - BitAssets and the Austrians<\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/beyond-bitcoin-22-bitassets-and-the-austrians","stream":"http:\/\/api.soundcloud.com\/tracks\/179911648\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"},{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/uncoinventional-living-tour-west-day-12-podcast-midwest-bitcoin-food-desert-gyft-to-the-rescue\" title=\"Uncoinventional Living Tour West Day 12 Podcast Midwest Bitcoin Food Desert Gyft to the Rescue\" target=\"_blank\">Uncoinventional Living Tour West Day 12 Podcast Midwest Bitcoin Food Desert Gyft to the Rescue<\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/uncoinventional-living-tour-west-day-12-podcast-midwest-bitcoin-food-desert-gyft-to-the-rescue","stream":"http:\/\/api.soundcloud.com\/tracks\/179742966\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"},{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/lets-talk-bitcoin-166-productivity-and-leadership-in-decentralized-networks\" title=\"Let's Talk Bitcoin! #166 Productivity and Leadership in Decentralized Networks\" target=\"_blank\">Let's Talk Bitcoin! #166 Productivity and Leadership in Decentralized Networks<\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/lets-talk-bitcoin-166-productivity-and-leadership-in-decentralized-networks","stream":"http:\/\/api.soundcloud.com\/tracks\/179611640\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"},{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/bitcoins-and-gravy-ep-44-solarcoin-a-candlelitday\" title=\"Bitcoins and Gravy EP 44: SolarCoin & a CandleLitDay! \" target=\"_blank\">Bitcoins and Gravy EP 44: SolarCoin & a CandleLitDay! <\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/bitcoins-and-gravy-ep-44-solarcoin-a-candlelitday","stream":"http:\/\/api.soundcloud.com\/tracks\/179402904\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"},{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/uncoinventional-living-tour-west-day-11-podcast-bitcoin-rising-in-the-mountains-of-denver\" title=\"Uncoinventional Living Tour West Day 11 Podcast Bitcoin Rising in the Mountains of Denver\" target=\"_blank\">Uncoinventional Living Tour West Day 11 Podcast Bitcoin Rising in the Mountains of Denver<\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/uncoinventional-living-tour-west-day-11-podcast-bitcoin-rising-in-the-mountains-of-denver","stream":"http:\/\/api.soundcloud.com\/tracks\/179259635\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"},{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/uncoinventional-living-tour-west-day-10-podcast-freezin-our-satoshis-off-in-colorado\" title=\"Uncoinventional Living Tour West Day 10 Podcast Freezin' Our Satoshis Off In Colorado\" target=\"_blank\">Uncoinventional Living Tour West Day 10 Podcast Freezin' Our Satoshis Off In Colorado<\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/uncoinventional-living-tour-west-day-10-podcast-freezin-our-satoshis-off-in-colorado","stream":"http:\/\/api.soundcloud.com\/tracks\/178654739\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"},{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/lets-talk-bitcoin-165-the-shadow-of-history\" title=\"Let's Talk Bitcoin! #165 The Shadow of History\" target=\"_blank\">Let's Talk Bitcoin! #165 The Shadow of History<\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/lets-talk-bitcoin-165-the-shadow-of-history","stream":"http:\/\/api.soundcloud.com\/tracks\/178567055\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"},{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/bitcoins-and-gravy-43-shooter-jennings-and-bcrmediacom\" title=\"Bitcoins and Gravy #43: Shooter Jennings and BCRMedia.com\" target=\"_blank\">Bitcoins and Gravy #43: Shooter Jennings and BCRMedia.com<\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/bitcoins-and-gravy-43-shooter-jennings-and-bcrmediacom","stream":"http:\/\/api.soundcloud.com\/tracks\/178424360\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"},{"title":"<a href=\"http:\/\/letstalkbitcoin.com\/blog\/post\/uncoinventional-living-tour-west-day-9-podcast-viva-las-vegas-the-crepe-and-a-series-of-unfortunate-events\" title=\"Uncoinventional Living Tour West Day 9 Podcast Viva Las Vegas, The Crepe, and a Series of Unfortunate Events \" target=\"_blank\">Uncoinventional Living Tour West Day 9 Podcast Viva Las Vegas, The Crepe, and a Series of Unfortunate Events <\/a>","url":"http:\/\/letstalkbitcoin.com\/blog\/post\/uncoinventional-living-tour-west-day-9-podcast-viva-las-vegas-the-crepe-and-a-series-of-unfortunate-events","stream":"http:\/\/api.soundcloud.com\/tracks\/178377951\/stream?client_id=6a1ead210b1505fe9643ed8105031ee5"}]; });
43
+ </script>
44
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/scripts.js"></script>
45
+ <script type="text/javascript" src="http://letstalkbitcoin.com/themes/ltb/js/player.js"></script>
46
+ <script>
47
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
48
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
49
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
50
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
51
+
52
+ ga('create', 'UA-22288117-8', 'letstalkbitcoin.com');
53
+ ga('send', 'pageview');
54
+
55
+ </script>
56
+ </head>
57
+ <body>
58
+ <div class="header">
59
+ <div class="header-wrap">
60
+ <div class="container">
61
+ <div class="logo">
62
+ <a href="http://letstalkbitcoin.com"></a>
63
+ </div><!-- logo -->
64
+ <div class="header-main">
65
+ <div class="mobile-header">
66
+ <a href="#" class="menu-pull" title="Menu"><i class="fa fa-bars"></i></a>
67
+ <a href="http://letstalkbitcoin.com/account" class="login-pull" title="Login"><i class="fa fa-sign-in"></i></a>
68
+ </div>
69
+ <div class="header-top">
70
+ <div class="nav-cont">
71
+ <ul class="menu"><li class=""><a href="http://letstalkbitcoin.com/" >Home</a></li><li class=""><a href="http://letstalkbitcoin.com/blog/post/sponsor-advertise-contest" >SPONSOR</a><ul class=""><li class=""><a href="http://letstalkbitcoin.com/blog/post/sponsor-advertise-contest" >Information</a></li><li class=""><a href="http://auction.letstalkbitcoin.com/" target="_blank">Auctions</a></li></ul></li><li class=""><a href="http://letstalkbitcoin.com/forum/board/all" >Community</a></li><li class=""><a href="http://ltbcoin.com" target="_blank">LTBCOIN Rewards</a><ul class=""><li class=""><a href="http://letstalkbitcoin.com/dashboard/magic-words" >Magic Words</a></li><li class=""><a href="http://ltbcoin.com" target="_blank">What is LTBCOIN?</a></li><li class=""><a href="http://letstalkbitcoin.com/token-societies" >Create Access Token</a></li><li class=""><a href="http://auction.letstalkbitcoin.com/" target="_blank">Sponsor</a></li><li class=""><a href="http://letstalkbitcoin.com/trade-ltbcoin" >Trade</a></li><li class=""><a href="http://letstalkbitcoin.com/forum/board/offering-ltbcoin-for" >Earn</a></li><li class=""><a href="http://letstalkbitcoin.com/forum/post/earn-ltbc-by-publishing-your-writings-for-ltb-post-here-to-have-our-write-interface-enabled" >Write</a></li><li class=""><a href="http://letstalkbitcoin.com/forum/board/spend" target="_blank">Spend</a></li><li class=""><a href="http://joelooney.org/ltbcoin/" target="_blank">Useful Tools</a></li><li class=""><a href="http://letstalkbitcoin.com/blog/post/secure-ltbcoin-paper-wallet" >Save</a></li><li class=""><a href="http://blockscan.com/assetInfo.aspx?q=LTBCOIN" target="_blank">Explore</a></li><li class=""><a href="http://letstalkbitcoin.com/ltbcoin-stats" >Stats</a></li></ul></li><li class=""><a href="http://letstalkbitcoin.com/about-us" >About</a><ul class=""><li class=""><a href="http://eepurl.com/EbbNr" target="_blank">Newsletter</a></li><li class=""><a href="http://letstalkbitcoin.com/about-us" >The Show</a></li><li class=""><a href="http://letstalkbitcoin.com/music" >Music</a></li><li class=""><a href="http://letstalkbitcoin.com/profile/members" >Community Members</a></li><li class=""><a href="http://letstalkbitcoin.com/data-policy" >Data Policy</a></li></ul></li></ul> <div class="user-panel">
72
+ <a href="http://letstalkbitcoin.com/account">Login / Register</a>
73
+ </div>
74
+ <div class="search">
75
+ <!--<form action="" method="get">
76
+ <input type="text" placeholder="Search LTB" />
77
+ <input type="submit" value="" />
78
+ </form>-->
79
+ </div><!-- search -->
80
+ </div><!-- nav-cont -->
81
+ <div class="clear"></div>
82
+ </div><!-- header-top -->
83
+ <div class="header-bottom">
84
+ <div class="sub-nav">
85
+ <ul class=""><li class=""><a href="http://letstalkbitcoin.com/contact-us" >Contact</a></li><li class=""><a href="http://letstalkbitcoin.com/shows" >Subscribe</a></li><li class=""><a href="http://letstalkbitcoin.com/blog/category/ltb-network-shows" >Episodes</a></li><li class=""><a href="http://www.youtube.com/user/LetsTalkBitcoinChan/videos" target="_blank">YT</a></li><li class=""><a href="http://www.reddit.com/r/letstalkbitcoin/" target="_blank">Reddit</a></li></ul>
86
+ </div><!-- sub-nav -->
87
+ <div class="header-social">
88
+ <p><a href="https://twitter.com/letstalkbitcoin" target="_blank"><img class="social-icon" src="../../../themes/ltb/images/twitter-footer-icon.png" alt="" /></a> <a href="https://www.facebook.com/LetsTalkBitcoin" target="_blank"><img class="social-icon" src="../../../themes/ltb/images/facebook-footer-icon.png" alt="" /></a> <a href="https://soundcloud.com/mindtomatter" target="_blank"><img class="social-icon" src="../../../themes/ltb/images/soundcloud-footer-icon.png" alt="" /></a></p> </div>
89
+ <div class="media-player-cont">
90
+ <div class="media-player-holder"></div>
91
+ <div class="media-player">
92
+ <div class="player-controls">
93
+ <span class="prev" title="Previous"><i class="fa fa-step-backward"></i></span>
94
+ <span class="pause jp-pause" style="display: none;" title="Pause"><i class="fa fa-pause"></i></span>
95
+ <span class="play jp-play" title="Play"><i class="fa fa-play"></i></span>
96
+ <span class="next" title="Next"><i class="fa fa-step-forward"></i></span>
97
+ </div>
98
+ <div class="track-title">
99
+ <span class="track"><a href="http://letstalkbitcoin.com/blog/post/p2p-connects-us-episode-6" title="P2P Connects Us - Episode 6" target="_blank">P2P Connects Us - Episode 6</a></span>
100
+ </div>
101
+ <div class="player-pop">
102
+ <span title="Pop out media player" class="pop-out"><i class="fa fa-caret-square-o-up"></i></span>
103
+ </div>
104
+ </div><!-- media-player -->
105
+ </div><!-- media-player-cont -->
106
+ <div class="clear"></div>
107
+ </div><!-- header-bottom -->
108
+ </div><!-- header-main -->
109
+ </div><!-- container -->
110
+ </div><!-- header-wrap -->
111
+ <div class="header-shadow"></div>
112
+ </div><!-- header -->
113
+ <div class="mobile-nav" style="display: none;">
114
+ <div class="container">
115
+ <ul class="mobile-menu"><li class=""><a href="http://letstalkbitcoin.com/" >Home</a></li><li class=""><a href="http://letstalkbitcoin.com/blog/post/sponsor-advertise-contest" >SPONSOR</a><ul class=""><li class=""><a href="http://letstalkbitcoin.com/blog/post/sponsor-advertise-contest" >Information</a></li><li class=""><a href="http://auction.letstalkbitcoin.com/" target="_blank">Auctions</a></li></ul></li><li class=""><a href="http://letstalkbitcoin.com/forum/board/all" >Community</a></li><li class=""><a href="http://ltbcoin.com" target="_blank">LTBCOIN Rewards</a><ul class=""><li class=""><a href="http://letstalkbitcoin.com/dashboard/magic-words" >Magic Words</a></li><li class=""><a href="http://ltbcoin.com" target="_blank">What is LTBCOIN?</a></li><li class=""><a href="http://letstalkbitcoin.com/token-societies" >Create Access Token</a></li><li class=""><a href="http://auction.letstalkbitcoin.com/" target="_blank">Sponsor</a></li><li class=""><a href="http://letstalkbitcoin.com/trade-ltbcoin" >Trade</a></li><li class=""><a href="http://letstalkbitcoin.com/forum/board/offering-ltbcoin-for" >Earn</a></li><li class=""><a href="http://letstalkbitcoin.com/forum/post/earn-ltbc-by-publishing-your-writings-for-ltb-post-here-to-have-our-write-interface-enabled" >Write</a></li><li class=""><a href="http://letstalkbitcoin.com/forum/board/spend" target="_blank">Spend</a></li><li class=""><a href="http://joelooney.org/ltbcoin/" target="_blank">Useful Tools</a></li><li class=""><a href="http://letstalkbitcoin.com/blog/post/secure-ltbcoin-paper-wallet" >Save</a></li><li class=""><a href="http://blockscan.com/assetInfo.aspx?q=LTBCOIN" target="_blank">Explore</a></li><li class=""><a href="http://letstalkbitcoin.com/ltbcoin-stats" >Stats</a></li></ul></li><li class=""><a href="http://letstalkbitcoin.com/about-us" >About</a><ul class=""><li class=""><a href="http://eepurl.com/EbbNr" target="_blank">Newsletter</a></li><li class=""><a href="http://letstalkbitcoin.com/about-us" >The Show</a></li><li class=""><a href="http://letstalkbitcoin.com/music" >Music</a></li><li class=""><a href="http://letstalkbitcoin.com/profile/members" >Community Members</a></li><li class=""><a href="http://letstalkbitcoin.com/data-policy" >Data Policy</a></li></ul></li></ul> <ul class="mobile-menu"><li class=""><a href="http://letstalkbitcoin.com/contact-us" >Contact</a></li><li class=""><a href="http://letstalkbitcoin.com/shows" >Subscribe</a></li><li class=""><a href="http://letstalkbitcoin.com/blog/category/ltb-network-shows" >Episodes</a></li><li class=""><a href="http://www.youtube.com/user/LetsTalkBitcoinChan/videos" target="_blank">YT</a></li><li class=""><a href="http://www.reddit.com/r/letstalkbitcoin/" target="_blank">Reddit</a></li></ul> </div>
116
+ </div> <!-- mobile-nav -->
117
+ <div class="main">
118
+ <div class="container">
119
+ <div class="title-bar">
120
+ <h1>Log In</h1>
121
+ </div><!-- title-bar -->
122
+ <div class="main-content full">
123
+ <div class="content">
124
+ <div class="login">
125
+ <h2>Login</h2>
126
+ <form action="" method="post" name="" ><label class="Slick_UI_Textbox_Label" >Username</label><input type="text" name="username" class="Slick_UI_Textbox" required value="" /><label class="Slick_UI_Password_Label" >Password</label><input type="password" name="password" class="Slick_UI_Password" required value="" /><input type="hidden" name="submit-type" class="Slick_UI_Hidden" value="login" /><label class="Slick_UI_Checkbox_Label" for="rememberMe">Remember Me?</label><input type="checkbox" name="rememberMe" id="rememberMe" class="Slick_UI_Checkbox" value="1" /><input type="submit" name="submit" class="Slick_UI_Button" value="Submit" /></form> <p>
127
+ Forgot your password? <a href="http://letstalkbitcoin.com/account/reset">Click here to reset your password.</a>
128
+ </p>
129
+ </div>
130
+ <div class="register">
131
+ <h2>Register</h2>
132
+ <p>Register a free account using the form below!</p>
133
+ <form action="" method="post" name="" > <label class="Slick_UI_Textbox_Label" >Username *</label><input type="text" name="username" class="Slick_UI_Textbox" required value="" /><label class="Slick_UI_Password_Label" >Password *</label><input type="password" name="password" class="Slick_UI_Password" required value="" /><label class="Slick_UI_Textbox_Label" >Email *</label><input type="text" name="email" class="Slick_UI_Textbox" required value="" /><input type="hidden" name="submit-type" class="Slick_UI_Hidden" value="register" /> <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6Ldma9kSAAAAACLE3JvFSi4OVHcgFoPotBqrvaP5"></script>
134
+
135
+ <noscript>
136
+ <iframe src="http://www.google.com/recaptcha/api/noscript?k=6Ldma9kSAAAAACLE3JvFSi4OVHcgFoPotBqrvaP5" height="300" width="500" frameborder="0"></iframe><br/>
137
+ <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
138
+ <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
139
+ </noscript> <input type="submit" value="Register Now" />
140
+ </form></div>
141
+ </div><!-- content -->
142
+ </div><!-- main-content -->
143
+ <div class="clear"></div>
144
+ </div><!-- container -->
145
+ </div><!-- main -->
146
+ <div class="clear"></div>
147
+ <div class="footer">
148
+ <div class="container">
149
+ <p><a href="../../../terms-and-conditions"><span style="color: #fff;">Terms &amp; Conditions</span></a><br /> &copy; Copyright 2013 - 2014 &nbsp;Let&rsquo;s Talk Bitcoin! All Rights Reserved</p>
150
+ <p>Website development by <a href="mailto:sales@ironcladtech.ca"><span style="color: #fff;">IronClad Web Technologies</span></a></p> </div>
151
+ </div>
152
+ </body>
153
+ </html><!-- Generation time: 2.5347 Seconds
154
+ - Total Queries: 41 -->
forms/html/193.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!doctype html>
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <title>Madison County Mississippi - - Madison County, MS</title>
7
+ <meta name="author" content="Madison County, Mississippi">
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
13
+ <link rel="shortcut icon" href="/favicon.ico?v=1">
14
+ <link rel="stylesheet" type="text/css" href="/css/styles.css">
15
+ <link rel="stylesheet" type="text/css" href="/css/leaveNotice.css">
16
+ <link rel="stylesheet" type="text/css" href="/css/mobile.css">
17
+ <link rel="stylesheet" href="/scripts/meanmenu.css" media="all" />
18
+ <script type="text/javascript">
19
+
20
+ var _gaq = _gaq || [];
21
+ _gaq.push(['_setAccount', 'UA-33650619-1']);
22
+ _gaq.push(['_trackPageview']);
23
+
24
+ (function() {
25
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
26
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
27
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
28
+ })();
29
+
30
+ </script>
31
+ <!--[if lt IE 10]>
32
+ <link rel="stylesheet" type="text/css" href="/css/ie.css">
33
+ <![endif]-->
34
+
35
+ </head>
36
+ <body id="index">
37
+ <div id="wrapper">
38
+ <div id="container">
39
+ <header><h1><a href="/">Madison County, Mississippi</a></h1></header>
40
+ <nav>
41
+ <ul id='navigation'>
42
+ <li class="home"><a href='/index.php'>Home</a></li>
43
+ <li class="howdo"><a href='/how-do-i/'>How Do I?</a></li>
44
+ <li class="elected"><a href='/elected-offices/'>Elected Offices</a></li>
45
+ <li class="depts"><a href='/county-departments/'>County Departments</a></li>
46
+ <li class="courts"><a href='/court-systems/'>Court Systems</a></li>
47
+ <li class="services"><a href='/online-services/'>Online Services</a></li>
48
+ <!--li class="newsletters"><a href='/newsletters/'>Archived Newsletters</a></li-->
49
+ <li class="contact"><a href='/contact/'>Contact Us</a></li>
50
+ </ul>
51
+
52
+ </nav>
53
+ <article id="content">
54
+ <header><h2>Welcome</h2></header>
55
+ <p> Thank you for visiting our website. Madison County is one of the fastest growing counties in Mississippi, yet we have sought to remain a small, friendly community full of rich history and looking forward to a bright future. Named for the fourth president of the United States, James Madison, the 23rd county in Mississippi was created in 1828 from portions of Yazoo and Hinds counties. This area attracted a large number of settlers from Virginia and the Carolinas who came to farm the lush, rolling hills and fertile soil. Today Madison County is home to a number of thriving businesses.</p>
56
+
57
+ </article>
58
+ <aside class="govlinks">
59
+ <header><h3>Madison County Government</h3></header>
60
+ <dl class="elected">
61
+ <dt>Elected Offices</dt>
62
+ <dd><a href="/elected-offices/board-of-supervisors/">Board of Supervisors</a></dd>
63
+ <dd><a href="/elected-offices/district-attorney/">District Attorney</a></dd>
64
+ <dd><a href="/elected-offices/chancery-clerk/">Chancery Clerk</a></dd>
65
+ <dd><a href="/elected-offices/election-commission/">Election Commission</a></dd>
66
+ <dd><a href="/elected-offices/circuit-clerk/">Circuit Clerk</a></dd>
67
+ <dd><a href="http://www.sheriffrandytucker.com/" target="_blank">Sheriff's Department</a></dd>
68
+ <dd><a href="/elected-offices/constables/">Constables</a></dd>
69
+ <dd><a href="/elected-offices/tax-assessor/">Tax Assessor</a></dd>
70
+ <dd><a href="/elected-offices/coroner/">Coroner</a></dd>
71
+ <dd><a href="/elected-offices/tax-collector/">Tax Collector</a></dd>
72
+ <dd><a href="/elected-offices/county-prosecutor/">County Prosecutor</a></dd>
73
+ </dl>
74
+ <dl class="depts">
75
+ <dt>County Departments</dt>
76
+ <dd><a href="/county-departments/administrator/">Administrator</a></dd>
77
+ <dd><a href="/county-departments/building-and-grounds/">Building and Grounds</a></dd>
78
+ <dd><a href="/county-departments/comptroller/">Comptroller</a></dd>
79
+ <dd><a href="http://madisoncountyeda.com/" target="_blank">Economic Development <em>(offsite link)</em></a></dd>
80
+ <dd><a href="/county-departments/emergency-management/index.php">Emergency Management</a></dd>
81
+ <dd><a href="/county-departments/fire-services/">Fire Services</a></dd>
82
+ <dd><a href="/county-departments/geographic-information-systems/">Geographic Information Systems</a></dd>
83
+ <dd><a href="/county-departments/human-resources/">Human Resources</a></dd>
84
+ <dd><a href="/county-departments/information-technology/">Information Technology</a></dd>
85
+ <dd><a href="/county-departments/planning-and-zoning/">Planning and Zoning</a></dd>
86
+ <dd><a href="/county-departments/purchasing/">Purchasing</a></dd>
87
+ <dd><a href="/county-departments/road-department/">Road Department</a></dd>
88
+ <dd><a href="/county-departments/solid-waste-recycling/">Solid Waste / Recycling</a></dd>
89
+ <dd><a href="/county-departments/veteran-services/">Veteran Services</a></dd>
90
+ <dd><a href="/county-departments/wastewater-authority/">Wastewater Authority</a></dd>
91
+ </dl>
92
+ <dl class="courts">
93
+ <dt>Court Systems</dt>
94
+ <dd><a href="/court-systems/chancery-court/">Chancery Court</a></dd>
95
+ <dd><a href="/court-systems/circuit-court/">Circuit Court</a></dd>
96
+ <dd><a href="/court-systems/county-court/">County Court</a></dd>
97
+ <dd><a href="/court-systems/justice-court/">Justice Court</a></dd>
98
+ <dd><a href="/court-systems/youth-court/">Youth Court</a></dd>
99
+ </dl>
100
+ <hr class="clear">
101
+ </aside>
102
+ <hr class="clear" id="clear">
103
+ <div id="newswire">
104
+ <h1><a href="/news/">Newswire</a></h1>
105
+ <div>
106
+ <ul>
107
+ <li><h5><a href="/news/view.php?entryID=202">E-Recording of Land Records</a></h5><p><a href="/news/view.php?entryID=202">April 01, 2015</a></p></li><li><h5><a href="/news/view.php?entryID=206">Madison County Emergency Management</a></h5><p><a href="/news/view.php?entryID=206">September 11, 2015</a></p></li><li><h5><a href="/news/view.php?entryID=200">Madison County Offices Holiday Closure</a></h5><p><a href="/news/view.php?entryID=200">December 25, 2015</a></p></li>
108
+
109
+ </ul>
110
+ </div>
111
+ <p class="newswire"><a href="/news/">Click here to view all news items &gt;</a></p>
112
+ <p id="tc-taxes"><a href="/elected-offices/tax-collector/">Madison County Land and Personal Property Taxes for 2014-2015 now online </a></p>
113
+ <!--<p id="newslettersignup"><a href="/email-signup/">To sign up to receive the "YOUR MADISON COUNTY NEWSLETTER" via email, click here.</a></p>-->
114
+ <!--p id="strategic-plan" style="text-align: center; font-size: 12px; background-color: #fff; margin-left: 17px; padding: 5px; border: 1px solid gray; margin-top: -6px; width: 136px;"><a href="/plans-progress/">Plans and Progress in Madison County</a></p-->
115
+ </div>
116
+ <div id="photos">
117
+ <div id="slideshow">
118
+ <div><img src="/images/headers/d1-crafts.jpg"></div>
119
+ <div><img src="/images/headers/madisonaveschool.jpg"></div>
120
+ <div><img src="/images/headers/d2-caboose.jpg"></div>
121
+ <div><img src="/images/headers/stives.jpg"></div>
122
+ <div><img src="/images/headers/d3-band.jpg"></div>
123
+ <div><img src="/images/headers/traindepotflora.jpg"></div>
124
+ <div><img src="/images/headers/d4-baloon.jpg"></div>
125
+ <div><img src="/images/headers/madisonwalker.jpg"></div>
126
+ <div><img src="/images/headers/d5-camden.jpg"></div>
127
+ <div><img src="/images/headers/ren.jpg"></div>
128
+ <div><img src="/images/headers/d5-velma.jpg"></div>
129
+ <div><img src="/images/headers/madisonbypass.jpg"></div>
130
+ <div><img src="/images/headers/d1-trace.jpg"></div>
131
+ <div><img src="/images/headers/d2-viking.jpg"></div>
132
+ <div><img src="/images/headers/d3-jackson.jpg"></div>
133
+ <div><img src="/images/headers/tulane.jpg"></div>
134
+ <div><img src="/images/headers/d4-depot.jpg"></div>
135
+ <div><img src="/images/headers/d5-canton.jpg"></div>
136
+ <div><img src="/images/headers/township.jpg"></div>
137
+ <div><img src="/images/headers/d5camdenfirestation.jpg"></div>
138
+ <div><img src="/images/headers/flora.jpg"></div>
139
+ </div>
140
+ </div>
141
+
142
+ <p id="scamalert"><a href="/scam-alert/">Scam Alert! Click to Read More</a></p>
143
+ </div>
144
+ </div>
145
+ <footer>
146
+ <p id='links'>
147
+ <a href='/index.php'>Home</a>
148
+ | <a href='/how-do-i/'>How Do I?</a>
149
+ | <a href='/elected-offices/'>Elected Offices</a>
150
+ | <a href='/county-departments/'>County Departments</a>
151
+ | <a href='/court-systems/'>Court Systems</a>
152
+ | <a href='/online-services/'>Online Services</a>
153
+ <br><a href="/contact/">Webmaster</a>
154
+ </p>
155
+ <div id="searchtab">
156
+ <p class="tabber"><a href="/sitesearch.php">Site Search</a></p>
157
+ <form method="get" action="/sitesearch.php" class='footersitesearch'>
158
+ <h2>Search Site By Keyword</h2>
159
+ <input type="hidden" name="method" value="and" />
160
+ <input type="hidden" name="format" value="long" />
161
+ <input type="hidden" name="sort" value="score" />
162
+ <input type="hidden" name="config" value="full_site">
163
+ <input type="hidden" name="restrict" value="">
164
+ <input type="hidden" name="exclude" value=".php">
165
+ <input type="text" size="30" name="words" value="" />
166
+ <button type="submit" value="Search" class="button">Search</button>
167
+ <strong class="close">X</strong>
168
+ </form>
169
+ </div>
170
+
171
+ <!-- <p id="facebook"><a href="https://www.facebook.com/#!/pages/Madison-County-Mississippi/310845248986665" target="_blank">Follow us on Facebook</a></p>-->
172
+ <aside class="quicklinks">
173
+ <header><h6>Quick Links</h6></header>
174
+ <ul>
175
+ <li class="elected"><a href="/elected-offices/">Elected Offices</a>
176
+ <ul>
177
+ <li><a href="/elected-offices/board-of-supervisors/">Board of Supervisors</a></li>
178
+ <li><a href="/elected-offices/chancery-clerk/">Chancery Clerk</a></li>
179
+ <li><a href="/elected-offices/circuit-clerk/">Circuit Clerk</a></li>
180
+ <li><a href="/elected-offices/constables/">Constables</a></li>
181
+ <li><a href="/elected-offices/coroner/">Coroner</a></li>
182
+ <li><a href="/elected-offices/county-prosecutor/">County Prosecutor</a></li>
183
+ <li><a href="/elected-offices/district-attorney/">District Attorney</a></li>
184
+ <li><a href="/elected-offices/election-commission/">Election Commission</a></li>
185
+ <li><a href="http://www.sheriffrandytucker.com/" target="_blank">Sheriff's Department</a></li>
186
+ <li><a href="/elected-offices/tax-assessor/">Tax Assessor</a></li>
187
+ <li><a href="/elected-offices/tax-collector/">Tax Collector</a></li>
188
+ </ul>
189
+ </li>
190
+ <li class="mostpop"><strong>Most Popular</strong>
191
+ <ul>
192
+ <li><a href="/how-do-i/">How Do I?</a></li>
193
+ <li><a href="/elected-offices/tax-collector/estimate-car-tag.php">Car Tags - Cost Estimate</a></li>
194
+ <li><a href="/elected-offices/tax-collector/renew-car-tag.php">Car Tags - Renew Online</a></li>
195
+ <li><a href="/online-services/forms.php">Downloads / Online Forms</a></li>
196
+ <li><a href="/county-departments/human-resources/employment-opportunities.php">Employment Opportunities</a></li>
197
+ <li><a href="/elected-offices/chancery-clerk/court-house-search/find-your-covenants.php">Find Your Covenants</a></li>
198
+ <li><a href="/online-services/links.php">Links</a></li>
199
+ <li><a href="/elected-offices/chancery-clerk/court-house-search/deed-record-lookup.php">Search Land Records</a></li>
200
+ <li><a href="/images/user_files/files/Office_Locations.pdf">Office Locations</a></li>
201
+ <li><a href="/elected-offices/election-commission/">Election Commission</a></li>
202
+ <li><a href="http://gis.cmpdd.org/madison" target="_blank">Madison County Viewer</a></li>
203
+ </ul>
204
+ </li>
205
+ <li class="clear"></li>
206
+ </ul>
207
+ </aside>
208
+
209
+ <p id='byline'><a href='http://www.usnx.com' target='_blank'>Website Design and Web Hosting by <em>U.S.NEXT</em></a>.</p>
210
+ <div class="extras2">
211
+ <a href="http://madisoncountycreativeeconomy.com" class="mccec">Events</a>
212
+ <a href="http://www.madison-co.com/images/election_results/election_results.pdf" target="_blank" class="electionresultsfri">Election Results</a>
213
+ <!--a href="/images/Madison_County_sample_ballot_general.pdf" class="sampleballot" target="_blank">Sample Ballot</a-->
214
+ </div>
215
+
216
+ </footer>
217
+ <script src='//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
218
+ <script src='//ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js'></script>
219
+ <script src='/scripts/scripts.js'></script>
220
+ <script src='/scripts/scripts.js'></script>
221
+ <script src='/scripts/jcarousellite_1.0.1c4.js'></script>
222
+ <script src='/scripts/jquery.leaveNotice.min.js'></script>
223
+ <script src='/scripts/jquery.meanmenu.js'></script>
224
+
225
+ <script type="text/javascript">
226
+ $(document).ready(function() {
227
+ $("#newswire div").jCarouselLite({
228
+ vertical: true,
229
+ visible: 1,
230
+ auto: 2000,
231
+ hoverPause: true,
232
+ speed: 2000
233
+ });
234
+ $("#slideshow").jshowoff({ hoverPause: true, speed:4000, links: false, controls: false, changeSpeed: 1200 });
235
+ });
236
+ </script>
237
+ <style type="text/css">
238
+ #newswire ul {
239
+ display: block !important;
240
+ }
241
+ #newswire ul h5 {
242
+ font-size: 12px;
243
+ margin: 0;
244
+ font-weight: normal;
245
+ }
246
+ #newswire ul li {
247
+ min-height: 80px;
248
+ }
249
+
250
+ #content {
251
+ min-height: 210px !important;
252
+ }
253
+ </style>
254
+
255
+ <script>
256
+ jQuery(document).ready(function () {
257
+ jQuery('nav').meanmenu({meanScreenWidth: "640"});
258
+ });
259
+ </script>
260
+
261
+ </body>
262
+ </html>
forms/html/2.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <!--[if lt IE 7]> <html lang="en" dir="ltr" class="no-js ie6 lte9 lte8 lte7 lte6"> <![endif]-->
3
+ <!--[if IE 7]> <html lang="en" dir="ltr" class="no-js ie7 lte9 lte8 lte7"> <![endif]-->
4
+ <!--[if IE 8]> <html lang="en" dir="ltr" class="no-js ie8 lte9 lte8"> <![endif]-->
5
+ <!--[if IE 9]> <html lang="en" dir="ltr" class="no-js ie9 lte9"> <![endif]-->
6
+ <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" dir="ltr" class="no-js no-ie"> <!--<![endif]-->
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+ <meta charset="utf-8" />
10
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" >
11
+ <meta name="description" content="Official site. BioWare and LucasArts bring you the next evolution in MMO Gameplay: Story." />
12
+ <meta name="keywords" content="Star Wars, Star Wars Games, online game, mmo, mmorpg, rpg, information, BioWare, Bioware games, LucasArts, Lucasarts games, Star Wars The Old Republic, The Old Republic, Knights of the Old Republic MMO, KOTOR MMO, KOTOR, TOR, SWTOR, SWTOR MMO, Star Wars MMO, BioWare MMO, LucasArts MMO, massively multiplayer online game, massively multiplayer online role playing game" />
13
+ <title>Star Wars: The Old Republic | Log in</title>
14
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
15
+ <link rel="shortcut icon" href="https://account.swtor.com//sites/all/files/favicon.ico" type="image/x-icon" />
16
+ <link rel="image_src" href="https://account.swtor.com//sites/all/files/en/square_logo.jpg" / >
17
+ <link type="text/css" rel="stylesheet" media="all" href="https://account.swtor.com/sites/all/files/css/css_ae00b8c60d2f82af5ab10b530a21741c.css" />
18
+ <link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/coruscant/css/fonts/berling.css" />
19
+ <link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/coruscant/css/fonts/newsgothic.css" />
20
+ <script type="text/javascript">
21
+ var drupal_theme_loc = "/sites/all/themes/coruscant/";
22
+ var swtor_theme_loc = "/sites/all/themes/coruscant/";
23
+ </script>
24
+ <script type="text/javascript" src="https://account.swtor.com/sites/all/files/js/js_80f1eec6220742490bc1dc07d86b0418.js"></script>
25
+ <script type="text/javascript">
26
+ <!--//--><![CDATA[//><!--
27
+ jQuery.extend(Drupal.settings, {"basePath":"\/","cdnpath":"https:\/\/account.swtor.com\/","user":{"subscriptionstatus":"not-subscribed"},"spoilers":null,"menu":null,"lang":"en"});
28
+ //--><!]]>
29
+ </script>
30
+ </head>
31
+ <body class="lang_en not-front not-logged-in page-user no-sidebars i18n-en section-myswtor">
32
+ <!-- Loading script asynchronously -->
33
+ <script type="text/javascript">
34
+ (function(a,b,c,d){
35
+ a='//tags.tiqcdn.com/utag/ea/swtor/prod/utag.js';
36
+ b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
37
+ a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
38
+ })();
39
+ </script>
40
+ <div id="fb-root"></div>
41
+ <div id="page">
42
+ <div id="main">
43
+ <div id="top">
44
+ <div id="topContainer"> <!--Global Header -->
45
+ <div id="header">
46
+ <a name="top"></a>
47
+ <div id="newlogo"><a href="/"></a></div>
48
+ <div id="headerContent">
49
+ <div id="language-selector"><div class="global-buy-now"><span class="txt">Play Now</span><a href="/signup"></a><span class="hover"></span></div><span class="en btn first active"><a href="/user/login" class="active"></a><span>En</span></span><span class="fr btn"><a href="/fr/user/login"></a><span>Fr</span></span><span class="de btn last"><a href="/de/user/login"></a><span>De</span></span></div> </div>
50
+ </div>
51
+ </div>
52
+ </div> <!-- end top -->
53
+ <div id="middle">
54
+ <div id="mainNavigation">
55
+ <div id="swtor-main-navigation" class="mainNav">
56
+ <div class="tab"></div>
57
+ <div class="swtor-sub-header"></div>
58
+ <div id="swtor-menu-region"><div id="swtor-main-menu">
59
+ <ul class="menu main">
60
+ <li class="leaf first" id="menu-info"><a href="/info">About</a><span class="icon"></span></li>
61
+ <li class="leaf" id="menu-myswtor"><a href="/user">My SWTOR</a><span class="icon"></span></li>
62
+ <li class="leaf" id="menu-store"><a href="/buy">Store</a><span class="icon"></span></li>
63
+ <li class="leaf" id="menu-community"><a href="/community/">Community</a><span class="icon"></span></li>
64
+ <li class="leaf last" id="menu-leaderboards"><a href="/leaderboards">Leaderboards</a><span class="icon"></span></li>
65
+ <li class="leaf last" id="menu-support"><a href="/support">Support</a><span class="icon"></span></li>
66
+ </ul>
67
+ </div>
68
+ <div id="swtor-sub-menu">
69
+ <ul class="menu info">
70
+ <li class="leaf first" id="menu-news"><a href="/info/news">News</a><span class="icon"></span></li>
71
+ <li class="leaf" id="menu-holonet"><a href="/holonet">Holonet</a><span class="icon"></span></li>
72
+ <li class="leaf" id="menu-media"><a href="/info/media">Media</a><span class="icon"></span></li>
73
+ <li class="leaf" id="menu-gameoverview"><a href="/info/overview">Game Overview</a><span class="icon"></span></li>
74
+ <li class="leaf" id="menu-gamesetting"><a href="/info/setting">Game Setting</a><span class="icon"></span></li>
75
+ <li class="leaf" id="menu-eldergameguide"><a href="/info/eldergame">Elder Game Guide</a><span class="icon"></span></li>
76
+ <li class="leaf" id="menu-newplayguide"><a href="/info/newplayerguide">New Player Guide</a><span class="icon"></span></li>
77
+ <li class="leaf" id="menu-gameexpansions"><a href="/shadow-of-revan">Digital Expansions</a><span class="icon"></span></li>
78
+ <li class="leaf" id="menu-gameupdates"><a href="/gameupdates">Game Updates</a><span class="icon"></span></li>
79
+ <li class="leaf" id="menu-legacy"><a href="/info/legacy">Legacy</a><span class="icon"></span></li>
80
+ <li class="leaf " id="menu-gamemanal"><a href="/gamemanual/getting-started/entering-the-old-republic">Game Manual</a><span class="icon"></span></li>
81
+ <li class="leaf last" id="menu-gameevents"><a href="/info/in-game-events">In-Game Events</a><span class="icon"></span></li>
82
+ </ul>
83
+ <ul class="menu holonet">
84
+ <li class="leaf first" id="menu-allegiances"><a href="/holonet/allegiances">Allegiances</a><span class="icon"></span></li>
85
+ <li class="leaf" id="menu-classes"><a href="/holonet/classes">Classes</a><span class="icon"></span></li>
86
+ <li class="leaf" id="menu-companions"><a href="/holonet/companions">Companions</a><span class="icon"></span></li>
87
+ <!-- <li class="leaf" id="menu-creatures"><a href="/holonet/creatures">Creatures</a><span class="icon"></span></li> -->
88
+ <li class="leaf" id="menu-crewskills"><a href="/holonet/crew-skills">Crew Skills</a><span class="icon"></span></li>
89
+ <!-- <li class="leaf" id="menu-droids"><a href="/holonet/droids">Droids</a><span class="icon"></span></li> -->
90
+ <li class="leaf" id="menu-flashpoints"><a href="/holonet/flashpoints">Flashpoints</a><span class="icon"></span></li>
91
+ <li class="leaf" id="menu-galactichistory"><a href="/holonet/galactic-history">Galactic History</a><span class="icon"></span></li>
92
+ <li class="leaf" id="menu-galaxymap"><a href="/holonet/galaxy-map">Galaxy Map</a><span class="icon"></span></li>
93
+ <li class="leaf" id="menu-guilds"><a href="/holonet/guilds">Guilds</a><span class="icon"></span></li>
94
+ <!-- <li class="leaf" id="menu-humanoids"><a href="/holonet/humanoids">Humanoids</a><span class="icon"></span></li> -->
95
+ <li class="leaf" id="menu-operations"><a href="/holonet/operations">Operations</a><span class="icon"></span></li>
96
+ <li class="leaf" id="menu-planets"><a href="/holonet/planets">Planets</a><span class="icon"></span></li>
97
+ <li class="leaf" id="menu-spacecombat"><a href="/holonet/space-combat">Space Combat</a><span class="icon"></span></li>
98
+ <!-- <li class="leaf" id="menu-starships"><a href="/holonet/starships">Starships</a><span class="icon"></span></li> -->
99
+ <li class="leaf last" id="menu-warzones"><a href="/holonet/warzones">Warzones</a><span class="icon"></span></li>
100
+ </ul>
101
+ <ul class="menu myswtor">
102
+ <li class="leaf first" id="menu-myaccount"><a href="/user/account">My Account</a><span class="icon"></span></li>
103
+ <li class="leaf" id="menu-patchnotes"><a href="/patchnotes">Patch Notes</a><span class="icon"></span></li>
104
+ <li class="leaf" id="menu-serverstatus"><a href="/server-status">Server Status</a><span class="icon"></span></li>
105
+ <li class="leaf last" id="menu-systemalerts"><a href="/systemalerts">System Alerts</a><span class="icon"></span></li>
106
+ <li class="leaf last" id="menu-redeem"><a href="/redeem-code">Redeem a Code</a><span class="icon"></span></li>
107
+ </ul>
108
+ <ul class="menu community">
109
+ <li class="leaf first" id="menu-forums"><a href=/community/forumdisplay.php?f=3 ">Forums</a><span class="icon"></span></li>
110
+ <li class="leaf" id="menu-blog"><a href="/blog">Community Blog</a><span class="icon"></span></li>
111
+ <li class="leaf" id="menu-testcenter"><a href="/test-center">Test Center</a><span class="icon"></span></li>
112
+ <li class="leaf" id="menu-friends"><a href="/info/friends">Friends of SWTOR</a><span class="icon"></span></li>
113
+ <li class="leaf" id="menu-guildrewards"><a href="/guildrewards">Guild Rewards</a><span class="icon"></span></li>
114
+ <li class="leaf" id="menu-guildrewards"><a href="/user/fansite">Fan Site Kit</a><span class="icon"></span></li>
115
+ <li class="leaf" id="menu-subscriptions"><a href="/community/subscription.php?do=viewsubscription">Forum Subscriptions</a><span class="icon"></span></li>
116
+ <li class="leaf last" id="menu-forums"><a href="/user/forum">Forum Management</a><span class="icon"></span></li>
117
+ </ul>
118
+ <ul class="menu support">
119
+ <li class="leaf" id="menu-supportform"><a href="/support">Contact Customer Service</a><span class="icon"></span></li>
120
+ <li class="leaf" id="menu-myaccount"><a href="/user/account">My Account</a><span class="icon"></span></li>
121
+ </ul>
122
+ </div></div>
123
+ </div>
124
+ </div>
125
+ <div id="mainMessages">
126
+ </div>
127
+ <div class="pageContainer">
128
+ <!--Header Title-->
129
+ <h1 class="mainTitle"><span class="icon"></span>Log in to SWTOR.COM</h1>
130
+ <div id="social"></div>
131
+
132
+ <!-- Begin Main Content --><div id="mainContent">
133
+ <form action="/user/login" accept-charset="UTF-8" method="post" id="user-login">
134
+ <div id="loginForm" class="userAccountForm js-focus">
135
+ <div class="left">
136
+ <div class="droidJustChillin"></div>
137
+ </div>
138
+ <div class="right">
139
+ <div class="formContainer">
140
+ <div class="form">
141
+ <div class="formContent">
142
+ <div class="login-name"><div class="login first">
143
+ <div class="field">
144
+ <div class="label">Display Name:</div>
145
+ <input id="login-user" type="text" name="name" class="registration assisted" title="Enter your Display Name." tabindex="1">
146
+ <div class="forgot-password"><a href="/user/displayname/recover" class="display-name-recover">Forgot your Display Name?</a></div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+ <div class="login-password"><div class="login">
151
+ <div class="field">
152
+ <div class="label">Password:</div>
153
+ <input id="login-pass" type="password" name="pass" class="registration assisted" title='Enter your account password.' tabindex="2">
154
+ <div class="forgot-password"><a href="/user/password/recover" class="passrecover">Forgot your SWTOR.COM password?</a></div>
155
+ </div>
156
+ </div>
157
+ </div>
158
+ <div class="login-key"><div class="login">
159
+ <div class="field">
160
+ <div class="label">Security Key: (<a href="/info/faq" class="infoCode overlay content" data-contentid="#code">what is this?</a>)</div>
161
+ <input autocomplete='off' name='security_key' id='security_key' type='text' tabindex="3" title='Increase your account safety.' data-helpTxt='Increase your account safety.<br><a href="/info/security-key">Learn More</a>' class='assisted registration numbers' /> <div class="smallText">If you don't have a Security Key, you can leave this blank.</div>
162
+ </div>
163
+ </div>
164
+ <div id="code" class="sKHelp">
165
+ <div class="helpBody">
166
+ <h2>Security Key Code</h2>
167
+ <p>The security key code is the eight (8) digit number displayed on the security key, each number is unique and only valid for thirty (30) seconds.</p>
168
+ <p>On <b>mobile</b> security keys once you launch the application, the number is visible here:</p>
169
+ <div class="skImg mobile"></div>
170
+ <p>On <b>physical</b> security keys, press the button and the number appears here:</p>
171
+ <div class="skImg physical"></div>
172
+
173
+ </div>
174
+ </div>
175
+ <div id="enter" class="sKHelp">
176
+ <div class="helpBody">
177
+ <h2>Serial Number</h2>
178
+ <p>When you first associate the security key with your SWTOR account you will be asked to enter the serial number of the key. </p>
179
+ <div class="skImg serial"></div>
180
+ <p>Please ensure you take down this serial number and keep it safe as it may be required to remove the security key from the account. Then, you'll be prompted to enter an activation code here:</p>
181
+ <div class="skImg activation"></div>
182
+ </div>
183
+ </div>
184
+ <div id="find" class="sKHelp">
185
+ <div class="helpBody">
186
+ <h2>Serial Number</h2>
187
+ <p>The security key serial number identifies your unique Security Key.</p>
188
+ <p>On <b>mobile</b> security keys, the serial number is assigned to you when you set up your mobile security key. To view it, launch the app, click the "Information" icon, click "Security key information" and the number is visible here:</p>
189
+ <div class="skImg mobileNo"></div>
190
+ <p>On <b>physical</b> security keys, the number is visible here on the back of the security key:</p>
191
+ <div class="skImg physicalNo"></div>
192
+
193
+ </div>
194
+ </div>
195
+ </div>
196
+ <div class="login-mollom"></div>
197
+ </div>
198
+ </div>
199
+ <div class="bottom">
200
+ <div class="swtor-signup">
201
+ <span class="smallText">
202
+ Don't have an account?
203
+ <a href="/play-free">Play Now!</a> </span>
204
+ </div>
205
+ <div class="login-submit"><div class="login last">
206
+ <div class="loginSubmit">
207
+ <input type="submit" name="submit" class="loginSubmit inputSwtor" value="Log In" alt="Log In"/>
208
+ </div>
209
+ </div>
210
+ </div>
211
+ </div>
212
+ <input type="hidden" name="form_build_id" id="form-51b0f4025e6aa891c7714276ca01527b" value="form-51b0f4025e6aa891c7714276ca01527b" />
213
+ <input type="hidden" name="form_id" id="edit-user-login" value="user_login" />
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ </form>
219
+ </div>
220
+ <!--End Main Content-->
221
+
222
+ </div><!-- end page container -->
223
+ </div> <!-- end middle -->
224
+ <div id="bottomPadding"></div>
225
+ <div id="bottom">
226
+ <div class="bg">
227
+ <div id="footerTab"></div>
228
+ </div>
229
+ <!--Footer-->
230
+ <!--Footer-->
231
+ <div id="footerInterior">
232
+ <div id="footerContent">
233
+ <div class="left">
234
+ <div class="logos">
235
+ <a class="footerLogo" href="http://www.lucasarts.com"><img border="0" class="logoLucas" src="https://account.swtor.com/sites/all/files/en/footer/logoLucas.gif" alt="LucasArts" /></a>
236
+ <a class="footerLogo" href="http://www.bioware.com"><img border="0" class="logoBioware" src="https://account.swtor.com/sites/all/files/en/coruscant/footer/bioware_logo.png" alt="Bioware" /></a>
237
+
238
+ <a class="footerLogo" href="http://www.ea.com"><img border="0" class="logoEA" src="https://account.swtor.com/sites/all/files/en/footer/logoEA.gif" alt="Electronic Arts" /></a>
239
+ </div>
240
+ <div class="legalLinks">
241
+ <a href="/legalnotices">Terms Archive</a> | <a href="http://privacy.ea.com/en" target="_blank" class="externalLink">Privacy Policy</a> | <a href="http://terms.ea.com/en" target="_blank" class="externalLink" >Terms of Service</a> | <a href="/info/faq/game">FAQ</a> | <a href="/legalnotices/euala">EUALA</a> | <a href="/legalnotices/rulesofconduct">Rules of Conduct</a> | <a href="/legalnotices/onlinesafety">Online Safety</a> | <a href="/support">Contact Us</a>
242
+ </div>
243
+
244
+ <div class="legal">
245
+ LucasArts, the LucasArts logo, <em>STAR WARS</em> and related properties are trademarks in the United States and/or in other countries of Lucasfilm Ltd. and/or its affiliates. &copy; 2011-2012 Lucasfilm Entertainment Company Ltd. or Lucasfilm Ltd. All rights reserved. BioWare and the BioWare logo are trademarks of EA International (Studio and Publishing) Ltd. EA and the EA logo are trademarks of Electronic Arts Inc. All other trademarks are the property of their respective owners.
246
+ </div>
247
+ </div>
248
+ <div class="right">
249
+ <div class="logoRatingPending"><a class="footerLogo" href="http://www.esrb.org"></a></div>
250
+ <div class="logoTrustE" style="margin-left:10px"><a class="footerLogo" href="/legalnotices/privacypolicy"></a></div>
251
+ <div class="pegilogo"><a class="footerLogo" href="http://www.pegi.info"></a></div>
252
+ <div class="usklogo"><a class="footerLogo" href="http://www.usk.de/"></a></div>
253
+ </div>
254
+ <div id="externalLinkWrapper">
255
+ <div id="contentContainer" class="externalPopup">
256
+ <h2>You are about to leave this website...</h2>
257
+ <div id="externalLinkBody">
258
+ <p>This page is not meant to keep you from following the link you've clicked on. It is just a warning that you are about to leave this website. To go to this page, click the link below.</p>
259
+ <p><a href="#external" class="externalLink bigLink"></a></p>
260
+ <p>If you do not wish to follow this link, simply <a href="#close" class="closeMessage">close this message</a>.</p>
261
+ <p class="externalDisclaimer">The statements and opinions expressed on these websites are solely those of their respective authors and do not necessarily reflect the views, nor are they endorsed by Bioware, LucasArts, and its licensors do not guarantee the accuracy of, and are in no way responsible for any content on these websites, and the <em>Star Wars</em>: The Old Republic privacy policy does not apply to their information collection practices.</p>
262
+ </div>
263
+ <div id="externalLinkFoot">
264
+ <a href="#close" class="closeMessage offpage tinySubmitBtn secondary">Close</a> <a href="#continue" class="externalLink offpage tinySubmitBtn">Continue</a>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <a class="fakelink"></a><script>
270
+ $.fn.replaceText = function(regex,replace){
271
+ if(!regex){ return this; }
272
+ if(!replace){ replace=regex; regex=/./g; }
273
+ var parse = function(){
274
+ if(this.nodeType==1){ $(this).contents().replaceText(regex,replace); }
275
+ else{
276
+ var html = $(this).text().replace(regex,replace);
277
+ var nodes = $('<div>').html(html).contents();
278
+ $(this).replaceWith(nodes);
279
+ }
280
+ };
281
+ return this.each(parse);
282
+ };
283
+
284
+ $(function() {
285
+
286
+ // Automatically italicize "Star Wars" when missing <em> or <i> tags
287
+ var StarWarsItalic = function(){ return this.nodeType==3 && /star wars/i.test($(this).text()) && !$(this).closest("em,i").length; };
288
+ $("body *:not(script,style,iframe)").contents().filter(StarWarsItalic).replaceText(/star wars/gi,'<span class="StarWarsItalic" style="font-style:italic;">Star Wars</span>');
289
+
290
+ });
291
+ </script>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ <script type="text/javascript">
298
+ <!--//--><![CDATA[//><!--
299
+ jQuery.extend(Drupal.settings, {"CToolsAJAX":{"scripts":{"\/sites\/all\/modules\/custom\/jquery_update\/replace\/jquery.min.js?s":true,"\/misc\/drupal.js?s":true,"\/sites\/all\/modules\/custom\/mollom\/mollom.js?s":true,"\/sites\/all\/modules\/custom\/social_media\/includes\/js\/social_media.js?s":true,"\/sites\/all\/modules\/drupal-contrib\/og\/og.js?s":true},"css":{"\/modules\/system\/defaults.css?s":true,"\/modules\/system\/system.css?s":true,"\/modules\/system\/system-menus.css?s":true,"\/modules\/user\/user.css?s":true,"\/sites\/all\/modules\/custom\/date\/date.css?s":true,"\/sites\/all\/modules\/custom\/date\/date_popup\/themes\/datepicker.css?s":true,"\/sites\/all\/modules\/custom\/date\/date_popup\/themes\/jquery.timeentry.css?s":true,"\/sites\/all\/modules\/custom\/mollom\/mollom.css?s":true,"\/sites\/all\/modules\/custom\/node\/node.css?s":true,"\/sites\/all\/modules\/custom\/quote\/quote.css?s":true,"\/sites\/all\/modules\/custom\/social_media\/includes\/css\/social_media.css?s":true,"\/sites\/all\/modules\/drupal-contrib\/cck\/theme\/content-module.css?s":true,"\/sites\/all\/modules\/drupal-contrib\/ctools\/css\/ctools.css?s":true,"\/sites\/all\/modules\/drupal-contrib\/og\/theme\/og.css?s":true,"\/sites\/all\/modules\/drupal-contrib\/tagadelic\/tagadelic.css?s":true,"\/sites\/all\/modules\/custom\/forum\/forum.css?s":true,"\/sites\/all\/modules\/drupal-contrib\/cck\/modules\/fieldgroup\/fieldgroup.css?s":true,"\/sites\/all\/modules\/drupal-contrib\/views\/css\/views.css?s":true,"https:\/\/account.swtor.com\/sites\/all\/themes\/coruscant\/css\/jquery.fancybox.css?s":true,"https:\/\/account.swtor.com\/sites\/all\/themes\/coruscant\/css\/commonStyles.css?s":true,"https:\/\/account.swtor.com\/sites\/all\/themes\/coruscant\/css\/inputs.css?s":true}}});
300
+ //--><!]]>
301
+ </script>
302
+ </body>
303
+ </html>
forms/html/202.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
+ <title>MIRA VALENCIA : Abre en Valencia una escuela referente musical asociada a la universidad RockSchool británica</title>
6
+ <link rel="stylesheet" type="text/css" href="css/web.css"/>
7
+ <script src="libs/jquery.js" language="javascript"></script>
8
+ <script src="libs/validate.js" language="javascript"></script>
9
+ <script src="libs/jquery.cycle.min.js" language="javascript"></script>
10
+ <script src="libs/funciones.js" language="javascript"></script>
11
+ <script src="libs/googlea.js" language="javascript"></script>
12
+
13
+
14
+ <script>
15
+ $(document).ready(function(){
16
+ $("#formcomentario").validate();
17
+ });
18
+ </script>
19
+ </head>
20
+ <body>
21
+
22
+ <DIV id="principal">
23
+ <div id="banners1">
24
+ <div style="width:700px; float:left;" id="B1">
25
+ <a href="https://www.facebook.com/miraValencia" target="_blank" onclick="clickbanner(155)"> <img src="panel/imagenes/081115173408.jpg" width="690" height="90" alt="cliquea y verás" title=" cliquea y verás" style="margin:5px;">
26
+ </a>
27
+ </div>
28
+ <div style="width:299px;float:right; height:100px; overflow:hidden; margin:0 auto; margin-bottom:5px; margin-top:5px;">
29
+ <a href="http://www.tejidosdalila.es/" target="_blank" onclick="clickbanner(92)"> <img src="panel/imagenes/09115215246.jpg" width="289" alt="Dalila" title=" Dalila">
30
+ </a>
31
+ </div>
32
+ </div><div id="cabecera" style="border:0px solid red;">
33
+ <div id="parteizquierda">
34
+ <div id="B4" style="margin:0px;">
35
+ <a href="https://www.facebook.com/miraValencia" target="self" onclick="clickbanner(93)"> <img src="panel/imagenes/101015215812.jpg" width="690" height="78" alt="Síguenos en Twitter" title="Síguenos en Twitter" style="margin:5px;">
36
+ </a>
37
+ </div>
38
+
39
+ <div id="menusup2">
40
+ <div style="width:670px;margin:0 auto;">
41
+ <div class="botonmenusup2"><a href="tuplan.php" style="color:#000;"><b>Tu plan</b></a>&nbsp;|</div>
42
+ <div class="botonmenusup2"><a href="v7show.php" style="color:#000;"><b>V7-Show</b></a>&nbsp;|</div>
43
+ <div class="botonmenusup2"><a href="escaparate.php" style="color:#000;"><b>Fotos de Valencia</b></a>&nbsp;|</div>
44
+ <div class="botonmenusup2"><a href="publicidad.php" style="color:#000;"><b>Publicidad</b></a>&nbsp;|</div>
45
+ <div class="botonmenusup2"><a href="quienessomos.php" style="color:#000;"><b>Quienes Somos</b></a>&nbsp;|</div>
46
+ <div class="botonmenusup2"><a href="archivo.php" style="color:#000;"><b>Archivo</b></a></div>
47
+ </div>
48
+ </div>
49
+
50
+ </div>
51
+ <script>
52
+ $(document).ready(function(){
53
+ $('#B4').cycle({
54
+ fx: 'fade',
55
+ speed: 300,
56
+ timeout: 10000
57
+ });
58
+ });
59
+ </script>
60
+
61
+ <div id="partederecha">
62
+ <a href="https://www.facebook.com/quique.penarodriguez?fref=ts" target="_blank" onclick="clickbanner(117)"> <img src="panel/imagenes/181015100150.jpg" width="289" alt="Amplía información con un click" title="Amplía información con un click">
63
+ </a>
64
+ </div>
65
+
66
+
67
+ </div>
68
+ <link href="//fonts.googleapis.com/css?family=Nunito:300,400,700" rel="stylesheet" type="text/css">
69
+
70
+ <div id="menu" style="clear:both; background-color:#000; font-family:Nunito; font-size:14px;">
71
+ <div class="btmenu" style="width:90px; background-color:#000;"><a href="index.php">Portada</a></div>
72
+ <div class="btmenu"><a href="actualidad.php">Actualidad</a></div>
73
+ <div class="btmenu" style="width:110px;"><a href="entrevistas.php" >Entrevistas</a></div>
74
+ <div class="btmenu" style="width:120px;"><a href="curiosidades.php" >Curiosidades</a></div>
75
+ <div class="btmenu" style="width:140px; background-color:#000;"><a href="fotoreportaje.php">Foto-Reportaje</a></div>
76
+ <div class="btmenu" style="width:140px; background-color:#000;;"><a href="comerybeber.php">Comer y Beber</a></div>
77
+ <div class="btmenu" style="width:60px;"><a href="ocioytv.php">Ocio</a></div>
78
+ <div class="btmenu" style="width:80px;"><a href="cine.php" >Cine</a></div>
79
+ <div class="btmenu" style="width:80px;"><a href="deportes.php">Deportes</a></div>
80
+ <div class="btmenu" style="width:80px; background-color:#000;;"><a href="tiendas.php">V&iacute;deos</a></div>
81
+ </div>
82
+ <div id="banners1">
83
+ <div style="width:700px; float:left;" id="B2">
84
+ <a href="http://miravalencia.com/detallenoticia.php?seccion=tuplan&cod=20851" target="_blank" onclick="clickbanner(65)"> <img src="panel/imagenes/221115133120.jpg" width="220" height="90" alt="Cliquea y verás" title=" Cliquea y verás" style="margin:5px;">
85
+ </a> <a href="http://miravalencia.com/detallenoticia.php?seccion=curiosidades&cod=20872" target="_blank" onclick="clickbanner(119)"> <img src="panel/imagenes/221115133144.jpg" width="220" height="90" alt="Cliclea y verás" title=" Cliclea y verás" style="margin:5px;">
86
+ </a> <a href="http://miravalencia.com/detallenoticia.php?seccion=comerybeber&cod=20859" target="_blank" onclick="clickbanner(120)"> <img src="panel/imagenes/221115133217.jpg" width="220" height="90" alt="cliquea y verás" title=" cliquea y verás" style="margin:5px;">
87
+ </a> </div>
88
+
89
+
90
+ <div style="width:299px;float:right;height:100px; overflow:hidden;border-left:1px solid #ccc; margin:0 auto; margin-top:5px; text-align:center;">
91
+ <a href="http://gastroagencia.es/" target="_blank" onclick="clickbanner(113)"> <img src="panel/imagenes/221115133241.jpg" width="289" alt="Amplía información con un click" title=" Amplía información con un click">
92
+ </a> </div>
93
+ </div><br clear="all" />
94
+ <div style="border-right:1px solid #ccc;width:700px;float:left;">
95
+ &nbsp;&nbsp; &nbsp;<span class="titulonaranaja18"></span>
96
+ <span class="fecha"> <br />04 diciembre 2015&nbsp;&nbsp;</span>
97
+ </div>
98
+
99
+
100
+
101
+ <div id="central">
102
+ <div id="colizquierda">
103
+ <div id="titulo">
104
+
105
+ <div style="float:right; width:50px; border:1px solid #999; background-color:#ccc; padding:3px; text-align:center; margin-right:30px;"><b>
106
+
107
+ <a href="actualidad.php"> volver </a></b> </div>
108
+
109
+ <br />
110
+
111
+ <br />
112
+ <h1>Abre en Valencia una escuela referente musical asociada a la universidad RockSchool británica</h1></div>
113
+ <br />
114
+ <div style="padding-left:30px; padding-right:30px;">
115
+
116
+ <div style="text-align:center; width:100%;">
117
+ <img src="panel/imagenes/30915111445.jpg" /></div><br />
118
+ <br />
119
+ 30/09/2015<br>
120
+ <h2></h2>
121
+
122
+ <p>&nbsp;</p>
123
+ <p>&nbsp;</p>
124
+ <p>
125
+ <span style="font-size:16px;">Rock School Valencia abre sus puertas el 1 de octubre como centro asociado a la prestigiosa universidad RockSchool brit&aacute;nica. La nueva escuela de m&uacute;sica est&aacute; llamada a ser un referente en la educaci&oacute;n musical de Valencia. Los alumnos de Rock School Valencia obtienen una titulaci&oacute;n homologada a nivel europeo reconocido en el plan Bolonia y en el Marco Europeo de Cualificaciones. Esta acreditaci&oacute;n ayuda a todo aquel que quiere profesionalizar sus estudios o completarlos en universidades europeas.</span></p>
126
+ <p>
127
+ &nbsp;</p>
128
+ <p>
129
+ <span style="font-size:16px;">Rock School es una organizaci&oacute;n examinadora en el Reino Unido que valida y reconoce los estudios de m&uacute;sica moderna y sonido profesional con equivalencia en EDF mediante el proceso de Bolonia concediendo una titulaci&oacute;n europea. Rock School Valencia,como centro oficial en Espa&ntilde;a, cuenta con titulaciones que abarcan desde ex&aacute;menes de m&uacute;sica por grados hasta diplomas de ense&ntilde;anza.</span></p>
130
+ <p>
131
+ &nbsp;</p>
132
+ <p>
133
+ <span style="font-size:16px;">Situada en el n&uacute;mero 70 de&nbsp; Blasco Iba&ntilde;ez junto a la avenida de Arag&oacute;n, en plena zona universitaria, apuesta por una ense&ntilde;anza musical e instrumental mediante cursos dise&ntilde;ados para todo tipo de estudiantes y edades, incluyendo ni&ntilde;os, j&oacute;venes y adultos, desde principiantes hasta aquellos que desean adquirir un alto nivel musical. Ofrece una educaci&oacute;n de calidad con un amplio abanico de clases como guitarra el&eacute;ctrica, guitarra cl&aacute;sica, piano, bajo el&eacute;ctrico, bater&iacute;a, teclado moderno, t&eacute;cnica vocal, saxo, tromb&oacute;n, miedo esc&eacute;nico, armon&iacute;a aplicada, escuela infantil, lenguaje musical, laboratorio de percusi&oacute;n o tratamiento de sonido para directo.</span></p>
134
+ <p>
135
+ &nbsp;</p>
136
+ <p>
137
+ <span style="font-size:16px;">La asignatura de Rock Band permitir&aacute; a los alumnos poder aprender y disfrutar con otros m&uacute;sicos adquiriendo la experiencia necesaria para poder tocar en una banda de rock, pop, blues, soul, funk o reggae.</span></p>
138
+ <p>
139
+ &nbsp;</p>
140
+ <p>
141
+ <span style="font-size:16px;">Rock&nbsp; School Valencia est&aacute; dirigida por&nbsp; el m&uacute;sico Miguel de Tienda,&nbsp; guitarrista de conocidas formaciones de Rock, Reggae, Funk y&nbsp; Soul ( Mediterranean Roots y Elhombreviento en la actualidad). Cuenta con un reconocido profesorado formado por grandes artistas en el &aacute;mbito profesional y con a&ntilde;os de experiencia dentro de la ense&ntilde;anza musical. Cristobal Gal&aacute;n, Adri&aacute;n Perales del grupo de metal In Mute, Rober Molina, David Barber&aacute;, Pablo Barrios, David Cases, Alfie Copovi , Jon&aacute;s Sanchez o Vicente Grau forman este talentoso profesorado.&nbsp; Bel&eacute;n Balada, conocida publicitaria, responsable de marketing y comunicaci&oacute;n, completa un equipo de alto nivel.</span></p>
142
+ <p>
143
+ &nbsp;</p>
144
+ <p>
145
+ <span style="font-size:16px;">La escuela dispone de seis amplias aulas totalmente equipadas y un auditorio para llevar a cabo masterclases y seminarios de los mejores instrumentistas del mundo</span></p>
146
+ <p>
147
+ &nbsp;</p>
148
+ <p>
149
+ <span style="font-size:16px;">Rock School Valencia refuerza su apuesta en una educaci&oacute;n musical moderna al ser centro vinculado a la Escuela Superior de M&uacute;sica Jam Session, autorizada por el Departament d&acute;&Eacute;nsenyament de la Generalitat de Catalunya, que ofrece la titulaci&oacute;n superior de m&uacute;sica moderna en las especialidades de Interpretaci&oacute;n, Pedagog&iacute;a y Sonolog&iacute;a, en el &aacute;mbito del Rock, M&uacute;sicas Urbanas y Nuevas Tendencias.</span></p>
150
+ <p>
151
+ &nbsp;</p>
152
+ <p>
153
+ <span style="font-size:16px;">Lejos quedan aquellos d&iacute;as donde la m&uacute;sica rock solo se pod&iacute;a aprender de forma autodidacta, y la &uacute;nica v&iacute;a de formaci&oacute;n universitaria era a trav&eacute;s de los estudios de m&uacute;sica cl&aacute;sica o jazz. En Rock School Valencia aprender tu instrumento favorito divirti&eacute;ndote mientras obtienes una titulaci&oacute;n de rock profesional es por fin una realidad.</span></p>
154
+ <p>&nbsp;</p>
155
+ <br />
156
+
157
+ <div style="float:right; margin-right:10px;"> <a name="fb_share" type="button_count">&nbsp;</a>
158
+ <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
159
+ </div>
160
+ <div style="float:right; margin-right:10px;">
161
+ <iframe src="http://www.facebook.com/plugins/like.php?href=http://miravalencia.com/detallenoticia.php?seccion=actualidad&cod=20410&layout=button_count&show_faces=true&width=80&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" height="80" style="border:none;overflow:hidden;width:110px;height:80px;"></iframe>
162
+ </div>
163
+
164
+ <div style="float:right; margin-right:5px;">
165
+ <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-lang="es">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
166
+ </div>
167
+ <br clear="all" /><br /><br />
168
+ <span class="titularnegro">Comentarios: </span><br /><br />
169
+ <br /><br />
170
+ <form id="formcomentario" name="formcomentario" method="post" action="enviacomentario.php">
171
+ <input name="idnoticia" type="hidden" id="idnoticia" size="45" value="20410" />
172
+ <input name="seccion" type="hidden" id="seccion" size="45" value="actualidad" />
173
+ <table width="100%" border="0" cellspacing="5" cellpadding="0" style="background-color:#f4f4f4; border:1px solid #ccc;">
174
+ <tr>
175
+ <td colspan="2">Si quieres hacer un comentario a la noticia puedes realizarlo rellenando el siguiente formulario:<br /></td>
176
+ </tr>
177
+ <tr>
178
+ <td valign="top">
179
+ Comentario:<br />
180
+ </td>
181
+ <td><textarea name="comentario" cols="60" rows="4" id="comentario" class="required"></textarea></td>
182
+ </tr>
183
+ <tr>
184
+ <td width="50" valign="top">Nombre:</td>
185
+ <td><input name="nombre" type="text" id="nombre" size="45" class="required" /></td>
186
+ </tr>
187
+ <tr>
188
+ <td valign="top">Email:</td>
189
+ <td><input name="email" type="text" id="email" size="45" class="required email" /></td>
190
+ </tr>
191
+ <tr>
192
+ <td valign="top"><img src="captcha.php" alt="" border="0" /></td>
193
+ <td>Copie el c&oacute;digo<br /> <input type="text" name="code" width="25" class="required">
194
+ <br />
195
+ <em>Sensible a may&uacute;sculas y min&uacute;sculas</em></td>
196
+ </tr>
197
+ <tr>
198
+ <td colspan="2"><br /> <input type="button" name="button" id="button" value="Enviar comentario" onclick="enviarcomentario();"/></td>
199
+ </tr>
200
+ <tr>
201
+ <td colspan="2"><strong>NOTA:</strong><em>La inserci&oacute;n del comentario no es inmediata, tendremos que validarlo para ver si cumple las normas del portal.</em></td>
202
+ </tr>
203
+ </table>
204
+ </form>
205
+
206
+
207
+
208
+ <br /><br />
209
+ </div>
210
+ </div>
211
+ <div id="colderecha" style="text-align:center">
212
+ <br />
213
+ <span class="txtnaranja" >MÁS NOTICIAS</span>
214
+
215
+ <div style="margin:10px auto; border-bottom:1px dotted #999; width:250px; text-align:left;">
216
+ <span class="txtazul">FÚTBOL</span><br />
217
+ <b><a href="detallenoticia.php?seccion=actualidad&cod=20961">El Valencia CF remonta con casta y gana en Lasesarre al Barakaldo </a></b><br />
218
+ 03/12/2015&nbsp;&nbsp;&nbsp;0 comentarios<br /><br />
219
+ </div>
220
+
221
+
222
+ <div style="margin:10px auto; border-bottom:1px dotted #999; width:250px; text-align:left;">
223
+ <span class="txtazul">TEATRO</span><br />
224
+ <b><a href="detallenoticia.php?seccion=actualidad&cod=20962">Les Arts acoge el ensayo general de Macbeth con Plácido Domingo como protagonista</a></b><br />
225
+ 03/12/2015&nbsp;&nbsp;&nbsp;0 comentarios<br /><br />
226
+ </div>
227
+
228
+
229
+ <div style="margin:10px auto; border-bottom:1px dotted #999; width:250px; text-align:left;">
230
+ <span class="txtazul">TRADICIÓN</span><br />
231
+ <b><a href="detallenoticia.php?seccion=actualidad&cod=20963">Villancicos en valenciano esta Navidad</a></b><br />
232
+ 03/12/2015&nbsp;&nbsp;&nbsp;0 comentarios<br /><br />
233
+ </div>
234
+
235
+
236
+ <div style="margin:10px auto; border-bottom:1px dotted #999; width:250px; text-align:left;">
237
+ <span class="txtazul">TEATRO</span><br />
238
+ <b><a href="detallenoticia.php?seccion=actualidad&cod=20965">Cultura efervescente y desbordante para empezar el año en Sala Russafa</a></b><br />
239
+ 03/12/2015&nbsp;&nbsp;&nbsp;0 comentarios<br /><br />
240
+ </div>
241
+
242
+
243
+ <div style="margin:10px auto; border-bottom:1px dotted #999; width:250px; text-align:left;">
244
+ <span class="txtazul">TRANSPORTE</span><br />
245
+ <b><a href="detallenoticia.php?seccion=actualidad&cod=20966">Simulacro de incendio de madrugada entre las estaciones de Metro Salt de l`Aigua y Quart de Poblet </a></b><br />
246
+ 03/12/2015&nbsp;&nbsp;&nbsp;0 comentarios<br /><br />
247
+ </div>
248
+
249
+
250
+ <div style="margin:10px auto; border-bottom:1px dotted #999; width:250px; text-align:left;">
251
+ <span class="txtazul">ANIMALES</span><br />
252
+ <b><a href="detallenoticia.php?seccion=actualidad&cod=20967">Los niños y las niñas de La Fe han explorado e investigado la fauna y flora africana con sus propias manos</a></b><br />
253
+ 03/12/2015&nbsp;&nbsp;&nbsp;0 comentarios<br /><br />
254
+ </div>
255
+
256
+
257
+ <div style="margin:10px auto; border-bottom:1px dotted #999; width:250px; text-align:left;">
258
+ <span class="txtazul">GASTRONOMÍA</span><br />
259
+ <b><a href="detallenoticia.php?seccion=actualidad&cod=20968">Los platos de varios países muestran la multiculturalidad del Campus de Gandia</a></b><br />
260
+ 03/12/2015&nbsp;&nbsp;&nbsp;0 comentarios<br /><br />
261
+ </div>
262
+
263
+
264
+ <div style="margin:10px auto; border-bottom:1px dotted #999; width:250px; text-align:left;">
265
+ <span class="txtazul">COMERCIO</span><br />
266
+ <b><a href="detallenoticia.php?seccion=actualidad&cod=20969">Mª Elisa Sánchez es la ganadora de un crucero del aniversario del Supermercado de El Corte Inglés</a></b><br />
267
+ 03/12/2015&nbsp;&nbsp;&nbsp;0 comentarios<br /><br />
268
+ </div>
269
+
270
+
271
+ <div style="margin:10px auto; border-bottom:1px dotted #999; width:250px; text-align:left;">
272
+ <span class="txtazul">SOCIEDAD</span><br />
273
+ <b><a href="detallenoticia.php?seccion=actualidad&cod=20970">La Gran Noche de las Compras valencianas llena los comercios de degustaciones, espectáculos y regalos</a></b><br />
274
+ 03/12/2015&nbsp;&nbsp;&nbsp;0 comentarios<br /><br />
275
+ </div>
276
+
277
+ </div>
278
+ <br clear="all" />
279
+ </div>
280
+ </DIV>
281
+ <br />
282
+ <div id="pie">
283
+ <a href="avisolegal.php" style="color:#fff;"><b>Aviso Legal</b></a>
284
+ &nbsp;&nbsp;<span style="color:#fff;">|</span>&nbsp;&nbsp;<a href="mailto:contacta@miravalencia.com" style="color:#FFF;"><b>Contacto</b></a>
285
+ </div><br />
286
+ </body>
287
+ </html>
forms/html/214.html ADDED
@@ -0,0 +1,508 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#" xml:lang="sk" lang="sk">
3
+ <head>
4
+ <meta http-equiv="X-UA-Compatible" content="IE=8" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>Zákaznícky servis - Nahodsa.sk</title>
7
+ <meta name="description" content="Kontakty pre zákazníkov eshopu Nahodsa.sk" />
8
+ <meta name="keywords" content="zákaznícky servis, kontakt, telefon, email, adresa, Nahodsa.sk" />
9
+ <meta name="robots" content="INDEX,FOLLOW" />
10
+ <meta name="author" content="Nahodsa.sk" />
11
+ <link rel="icon" href="http://nahodsa.sk/skin/frontend/default/default/favicon.ico" type="image/x-icon" />
12
+ <link rel="shortcut icon" href="http://nahodsa.sk/skin/frontend/default/default/favicon.ico" type="image/x-icon" />
13
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
14
+ <!--[if IE]>
15
+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
16
+ <![endif]-->
17
+ <link rel="stylesheet" type="text/css" href="http://nahodsa.sk/media/css/ed9a9e99509230b83b1e654350d83de2.css" />
18
+ <link rel="stylesheet" type="text/css" href="http://nahodsa.sk/media/css/c4287ae6778cdb2dbbeabf76d1fe7690.css" media="all" />
19
+ <script type="text/javascript" src="http://nahodsa.sk/media/js/635e6de11721ba6cae271e8710425300.js"></script>
20
+ <link href="http://nahodsa.sk/blog/rss/index/store_id/1/" title="Blog" rel="alternate" type="application/rss+xml" />
21
+ <link rel="canonical" href="http://nahodsa.sk/ako-nakupovat/zakaznicky-servis.html" />
22
+ <!--[if lt IE 8]>
23
+ <link rel="stylesheet" type="text/css" href="http://nahodsa.sk/media/css/5c8b5fd1d89bd3db2cd1921da3c6e490.css" media="all" />
24
+ <![endif]-->
25
+ <!--[if lt IE 7]>
26
+ <script type="text/javascript" src="http://nahodsa.sk/media/js/5cd3c013b5dcd35ed7d027e96a1b11a8.js"></script>
27
+ <![endif]-->
28
+
29
+ <script type="text/javascript">
30
+ //<![CDATA[
31
+ Mage.Cookies.path = '/';
32
+ Mage.Cookies.domain = '.nahodsa.sk';
33
+ //]]>
34
+ </script>
35
+
36
+ <script type="text/javascript">
37
+ //<![CDATA[
38
+ optionalZipCountries = [];
39
+ //]]>
40
+ </script>
41
+ <link rel="alternate" type="application/rss+xml" title="Highlife.sk - RSS Feed" href="http://highlife.sk/feed" /><script type="text/javascript">var Translator = new Translate({"Please select an option.":"Vyberte pros\u00edm niektor\u00fa mo\u017enos\u0165.","This is a required field.":"Toto pole je povinn\u00e9.","Please enter a valid number in this field.":"Do tohto po\u013ea zadajte pros\u00edm platn\u00e9 \u010d\u00edslo.","Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.":"Pre toto pole pou\u017e\u00edvajte pros\u00edm iba \u010d\u00edslice. Vyhnite sa medzer\u00e1m alebo in\u00fdm znakom ako bodk\u00e1m \u010di \u010diarkam.","Please use letters only (a-z) in this field.":"Pre toto pole pou\u017e\u00edvajte, pros\u00edm, iba p\u00edsmen\u00e1 (a-z).","Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.":"Pre toto pole pou\u017e\u00edvajte pros\u00edm iba p\u00edsmen\u00e1 (a-z), \u010d\u00edslice (0-9) alebo podtrhovn\u00edk (_), prv\u00fd znak mus\u00ed by\u0165 p\u00edsmeno.","Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.":"Pre toto pole pou\u017e\u00edvajte pros\u00edm iba p\u00edsmen\u00e1 (a-z) alebo \u010d\u00edslice (0-9). Medzery \u010di in\u00e9 znaky nie s\u00fa povolen\u00e9.","Please use only letters (a-z) or numbers (0-9) or spaces and # only in this field.":"Pre toto pole pou\u017e\u00edvajte pros\u00edm iba p\u00edsmen\u00e1 (a-z), \u010d\u00edslice (0-9), medzery alebo #.","Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890.":"Zadajte pros\u00edm platn\u00e9 telef\u00f3nne \u010d\u00edslo, napr\u00edklad +421 903 123456.","Please enter a valid date.":"Zadajte pros\u00edm platn\u00fd d\u00e1tum.","Please enter a valid email address. For example johndoe@domain.com.":"Zadajte pros\u00edm platn\u00fa e-mailov\u00fa adresu. Napr\u00edklad lojzo@gmail.com.","Please enter 6 or more characters.":"Zadajte pros\u00edm 6 a viac znakov.","Please make sure your passwords match.":"Uistite sa pros\u00edm, \u017ee sa hesl\u00e1 zhoduj\u00fa.","Please enter a valid URL. For example http:\/\/www.example.com or www.example.com":"Zadajte pros\u00edm platn\u00e9 URL, napr\u00edklad http:\/\/www.vzor.com alebo www.vzor.com","Please enter a valid social security number. For example 123-45-6789.":"Zadajte pros\u00edm platn\u00e9 \u010d\u00edslo soci\u00e1lneho poistenia, napr\u00edklad 123-45-6789","Please enter a valid zip code. For example 90602 or 90602-1234.":"Zadajte pros\u00edm platn\u00e9 PS\u010c, na pr\u00edklad 90602.","Please enter a valid zip code.":"Zadajte pros\u00edm platn\u00e9 PS\u010c.","Please use this date format: dd\/mm\/yyyy. For example 17\/03\/2006 for the 17th of March, 2006.":"Pou\u017e\u00edvajte pros\u00edm tento form\u00e1t d\u00e1tumu: dd\/mm\/rrrr. Napr\u00edklad 17\/03\/2006 pre 17. marec 2006.","Please enter a valid $ amount. For example $100.00.":"Zadajte pros\u00edm platn\u00fa sumu, napr\u00edklad $100.00.","Please select one of the above options.":"Vyberte pros\u00edm jednu z horeuveden\u00fdch mo\u017enost\u00ed.","Please select one of the options.":"Vyberte pros\u00edm jednu z mo\u017enost\u00ed.","Please select State\/Province.":"Vyberte pros\u00edm \u0161t\u00e1t\/Kraj.","Please enter valid password.":"Zadajte pros\u00edm platn\u00e9 heslo.","Please enter 6 or more characters. Leading or trailing spaces will be ignored.":"Zadajte pros\u00edm 6 a viac znakov. Po\u010diato\u010dn\u00e9 a koncov\u00e9 medzery bud\u00fa ignorovan\u00e9.","Please enter a number greater than 0 in this field.":"Do tohto po\u013ea zadajte pros\u00edm \u010d\u00edslo vy\u0161\u0161ie ne\u017e 0.","Please enter a valid credit card number.":"Zadajte pros\u00edm platn\u00e9 \u010d\u00edslo kreditnej karty.","Please wait, loading...":"\u010cakajte pros\u00edm, nahr\u00e1vam....","Please choose to register or to checkout as a guest":"Pros\u00edm zaregistrujte sa, alebo pokra\u010dujte ako hos\u0165","Please specify payment method.":"Vyberte sp\u00f4sob platby.","Please use only letters (a-z or A-Z), numbers (0-9) or underscore(_) in this field, first character should be a letter.":"Please use only letters (a-z or A-Z), numbers (0-9) or underscores (_) in this field, first character must be a letter.","Your session has been expired, you will be relogged in now.":"Va\u0161a session vypr\u0161ala, teraz budete znovu prihl\u00e1sen\u00fd.","Text length does not satisfy specified text range.":"D\u013a\u017eka textu nie je dostato\u010dn\u00e1."});</script>
42
+
43
+ <meta property="og:locale" content="sk_SK" />
44
+ <meta property="fb:app_id" content="166491600101150"/>
45
+ <meta property="og:site_name" content="Zákaznícky servis - Nahodsa.sk" />
46
+ <meta property="og:url" content="http://nahodsa.sk/ako-nakupovat/zakaznicky-servis.html/"/>
47
+ </head>
48
+ <body class=" catalog-category-view categorypath-ako-nakupovat-zakaznicky-servis-html category-zakaznicky-servis store-sk ">
49
+ <div id="fb-root"></div>
50
+ <script type="text/javascript">
51
+ window.fbAsyncInit = function() {
52
+ FB.init({
53
+ appId : '226404207417614',
54
+ status : true,
55
+ cookie : true,
56
+ xfbml : true
57
+ });
58
+ };
59
+ (function(d){
60
+ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
61
+ js = d.createElement('script'); js.id = id; js.async = true;
62
+ js.src = "//connect.facebook.net/sk_SK/all.js";
63
+ d.getElementsByTagName('head')[0].appendChild(js);
64
+ }(document));
65
+
66
+ /* Google +1 */
67
+ window.___gcfg = {lang: 'sk'};
68
+ (function() {
69
+ var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
70
+ po.src = 'https://apis.google.com/js/plusone.js';
71
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
72
+ })();
73
+ </script>
74
+
75
+ <!-- BEGIN GOOGLE ANALYTICS CODE -->
76
+ <script type="text/javascript">
77
+ //<![CDATA[
78
+ (function() {
79
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
80
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
81
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
82
+ })();
83
+
84
+ var _gaq = _gaq || [];
85
+
86
+ _gaq.push(['_setAccount', 'UA-24258720-3']);
87
+ _gaq.push(['_trackPageview']);
88
+
89
+
90
+ //]]>
91
+ </script>
92
+ <!-- END GOOGLE ANALYTICS CODE --><div class="wrapper">
93
+ <noscript>
94
+ <div class="noscript">
95
+ <div class="noscript-inner">
96
+ <p><strong>JavaScript seem to be disabled in your browser.</strong></p>
97
+ <p>You must have JavaScript enabled in your browser to utilize the functionality of this website.</p>
98
+ </div>
99
+ </div>
100
+ </noscript>
101
+ <div class="page">
102
+ <div class="header-container">
103
+ <div class="header">
104
+ <div class="logo"><strong>Športová obuv a oblečenie - Nahodsa.sk</strong><a href="http://nahodsa.sk/" title="Športová obuv a oblečenie - Nahodsa.sk" class="logo"><img src="http://nahodsa.sk/skin/frontend/default/default/images/bg/logo-xmas.png" alt="Športová obuv a oblečenie - Nahodsa.sk" /></a></div>
105
+ <div class="quick-access">
106
+
107
+ <!-- <p class="welcome-msg"></p> -->
108
+
109
+ <ul class="links">
110
+ <li class="first" ><a href="http://nahodsa.sk/customer/account/login/" title="Prihlásiť" >Prihlásiť</a></li>
111
+ <li ><a href="http://nahodsa.sk/checkout/cart/" title="Pozrieť košík" class="top-link-cart">Pozrieť košík</a></li>
112
+ <li ><a href="http://nahodsa.sk/telefonicka-objednavka/" title="Telefonická objednávka" class="phone-order-link">Telefonická objednávka</a></li>
113
+ <li ><a href="http://nahodsa.sk/ako-nakupovat/zakaznicky-servis.html/" title="Kontakt" >Kontakt</a></li>
114
+ <li ><a href="http://nahodsa.sk/poradime-vam.html/" title="Poradíme vám" >Poradíme vám</a></li>
115
+ <li class=" last" ><a href="http://nahodsa.sk/ako-nakupovat.html/" title="Ako nakupovať" class="top-link-howto">Ako nakupovať</a></li>
116
+ </ul>
117
+
118
+ <div class="form-language">
119
+ <img src="http://nahodsa.sk/skin/frontend/base/default/images/flags/flag_sk.png" alt="Slovensko" />
120
+ <a href="http://nahodse.cz/ako-nakupovat/zakaznicky-servis.html/?SID=m08mstegn3is2ii986kem6r7m5&amp;___store=cz&amp;___from_store=sk" title="Česká republika"><img
121
+ src="http://nahodsa.sk/skin/frontend/base/default/images/flags/flag_cz.png" alt="Česká republika" width="16" /></a>
122
+ </div>
123
+
124
+ <div class="telephone"><span class="time">Pon - Pia 9:00 - 17:00</span>0948 31 30 28</div>
125
+
126
+ <div>
127
+ <form id="search_mini_form" action="http://nahodsa.sk/catalogsearch/result/" method="get">
128
+ <div class="form-search">
129
+ <label for="search">Search:</label>
130
+ <input id="search" type="text" name="q" value="" class="input-text" />
131
+ <button type="submit" title="Hľadať" class="button"><span><span>Hľadať</span></span></button>
132
+ <div id="search_autocomplete" class="search-autocomplete"></div>
133
+ <script type="text/javascript">
134
+ //<![CDATA[
135
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', 'Zadajte hľadaný výraz');
136
+ searchForm.initAutocomplete('http://nahodsa.sk/catalogsearch/ajax/suggest/', 'search_autocomplete');
137
+ //]]>
138
+ </script>
139
+ </div>
140
+ </form>
141
+ </div>
142
+
143
+ <a href="http://nahodsa.sk/checkout/cart" class="taska" title="Prejsť do košíka">
144
+ 0 produktov &nbsp;/&nbsp;
145
+ <span class="price">0,00 €</span></a>
146
+ </div>
147
+ </div>
148
+ </div>
149
+
150
+ <ul id="menu-1" class="menu">
151
+ <!-- MUZI -->
152
+ <li class="sub link_men"><a href="http://nahodsa.sk/kategorie/muzi.html">MUŽI</a>
153
+ <div class="ul_men_container submenu-container">
154
+ <ul class="ul_men">
155
+ <li>
156
+ <ul>
157
+ <li class="lvl-1 cat-list-203">
158
+ <a href="http://nahodsa.sk/kategorie/muzi/panska-obuv.html">Pánska obuv</a>
159
+ <ul><li class="menu-cat-353"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/kotnikove-tenisky.html">Kotníkové tenisky</a></li><li class="menu-cat-247"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/tenisky.html">Tenisky</a></li><li class="menu-cat-219"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/platene-tenisky.html">Plátené tenisky</a></li><li class="menu-cat-393"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/zimna-obuv.html">Zimná obuv</a></li><li class="menu-cat-261"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/sandale-a-zabky.html">Sandále a žabky</a></li></ul>
160
+ </li>
161
+ </ul></li><li><ul> <li class="lvl-1 cat-list-205">
162
+ <a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie.html">Pánske oblečenie</a>
163
+ <ul><li class="menu-cat-323"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/bundy.html">Bundy</a></li><li class="menu-cat-316"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/mikiny.html">Mikiny</a></li><li class="menu-cat-329"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/mikiny-na-zips.html">Mikiny na zips</a></li><li class="menu-cat-334"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/nohavice.html">Nohavice</a></li><li class="menu-cat-344"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/rifle.html">Rifle</a></li><li class="menu-cat-434"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/chino.html">Chino</a></li><li class="menu-cat-314"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/tricka.html">Tričká</a></li><li class="menu-cat-317"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/teplaky.html">Tepláky</a></li><li class="menu-cat-322"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/teplakove-supravy.html">Teplákové súpravy</a></li><li class="menu-cat-326"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/kratasy.html">Kraťasy</a></li><li class="menu-cat-321"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/ponozky.html">Ponožky</a></li><li class="menu-cat-340"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/spodne-pradlo.html">Spodné prádlo</a></li></ul></li></ul></li><li><ul><li class="lvl-1"><ul><li class="menu-cat-319"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/tielka.html">Tielka</a></li><li class="menu-cat-343"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/kosele.html">Košele</a></li><li class="menu-cat-311"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/polokosele.html">Polokošele</a></li><li class="menu-cat-315"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/termo-pradlo.html">Termo prádlo</a></li><li class="menu-cat-332"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/trojstvrtove-nohavice.html">Trojštvrťové nohavice</a></li><li class="menu-cat-406"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/panske-plavky.html">Plavky</a></li></ul>
164
+ </li>
165
+ </ul>
166
+ </li>
167
+ <li class="menu_promo">
168
+ <ul>
169
+ <li class="lvl-1"><span class="lvl-1-title">Značky</span>
170
+ <ul>
171
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/supra.html">Supra</a></li>
172
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/globe.html">Globe</a></li>
173
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/osiris.html">Osiris</a></li>
174
+ <li><a href="http://nahodsa.sk/kategorie/shopby/kr3w.html">Kr3w</a></li>
175
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/converse.html">Converse</a></li>
176
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/stoprocent.html">Stoprocent</a></li>
177
+ <li><a href="http://nahodsa.sk/znacky"><strong>Všetky značky</strong></a></li>
178
+ </ul>
179
+ </li>
180
+ <li class="lvl-1"><span class="lvl-1-title">AKCIA</span>
181
+ <ul>
182
+ <li><a class="news-link" href="http://nahodsa.sk/kategorie/muzi.html?dir=desc&amp;order=created_at">Novinky</a></li>
183
+ <li><a class="in-stock-link" href="http://nahodsa.sk/kategorie/muzi/shopby/skladom.html">Tovar Skladom</a></li>
184
+ <li><a class="limited-edition-link" href="http://nahodsa.sk/kategorie/muzi/limited-edition.html">Limited Edition</a></li>
185
+ </ul>
186
+ </li>
187
+ </ul> </li>
188
+ </ul>
189
+ </div>
190
+ </li>
191
+ <li class="sub link_women"><a href="http://nahodsa.sk/kategorie/zeny.html">ŽENY</a>
192
+ <div class="ul_women_container submenu-container">
193
+ <ul class="ul_women">
194
+ <li>
195
+ <ul>
196
+ <li class="lvl-1 cat-list-206">
197
+ <a href="http://nahodsa.sk/kategorie/zeny/damska-obuv.html">Dámska obuv</a>
198
+ <ul><li class="menu-cat-354"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/kotnikove-tenisky.html">Kotnikové tenisky</a></li><li class="menu-cat-235"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/tenisky.html">Tenisky</a></li><li class="menu-cat-220"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/platene-tenisky.html">Plátené tenisky</a></li><li class="menu-cat-358"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/cizmy.html">Čižmy</a></li><li class="menu-cat-263"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/sandale-zabky.html">Sandále a žabky</a></li></ul>
199
+ </li>
200
+ <li class="lvl-1 cat-list-173">
201
+ <a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv.html">Fitness oblečenie a obuv</a>
202
+ <ul><li class="menu-cat-174"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/fitness-obuv.html">Fitness obuv</a></li><li class="menu-cat-260"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/bezecka-obuv.html">Bežecká obuv</a></li><li class="menu-cat-181"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/fitness-tricka.html">Fitness tričká</a></li><li class="menu-cat-182"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/sportove-podprsenky.html">Športové podprsenky</a></li><li class="menu-cat-183"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/capri-nohavice.html">Capri a nohavice</a></li><li class="menu-cat-191"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/tasky.html">Tašky</a></li></ul>
203
+ </li>
204
+ </ul></li><li><ul> <li class="lvl-1 cat-list-207">
205
+ <a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie.html">Dámske oblečenie</a>
206
+ <ul><li class="menu-cat-307"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/bundy.html">Bundy</a></li><li class="menu-cat-313"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/flisove-bundy.html">Flisové bundy</a></li><li class="menu-cat-208"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/mikiny.html">Mikiny</a></li><li class="menu-cat-299"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/tricka.html">Tričká</a></li><li class="menu-cat-346"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/teplakove-supravy.html">Teplákové súpravy</a></li><li class="menu-cat-303"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/damske-teplaky.html">Dámske tepláky</a></li><li class="menu-cat-414"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/leginy.html">Legíny</a></li><li class="menu-cat-312"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/polokosele.html">Polokošele</a></li><li class="menu-cat-297"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/tielka.html">Tielka</a></li><li class="menu-cat-301"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/sortky.html">Šortky</a></li><li class="menu-cat-298"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/spodna-bielizen.html">Spodná bielizeň</a></li><li class="menu-cat-320"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/ponozky.html">Ponožky</a></li></ul></li></ul></li><li><ul><li class="lvl-1"><ul><li class="menu-cat-304"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/termo-pradlo.html">Termo prádlo</a></li><li class="menu-cat-318"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/pletene-svetre.html">Pletené svetre</a></li><li class="menu-cat-345"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/dzinsy.html">Džínsy</a></li><li class="menu-cat-305"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/damske-nohavice.html">Dámske nohavice</a></li><li class="menu-cat-308"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/bikiny-plavky.html">Bikiny, plavky</a></li><li class="menu-cat-341"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/kosele.html">Košele</a></li><li class="menu-cat-302"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/trojstvrtove-nohavice.html">Trojštvrťové nohavice</a></li><li class="menu-cat-328"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/sukne-letne-saty.html">Sukne, letné šaty</a></li></ul>
207
+ </li>
208
+ </ul>
209
+ </li>
210
+ <li class="menu_promo">
211
+ <ul>
212
+ <li class="lvl-1"><span class="lvl-1-title">Značky</span>
213
+ <ul>
214
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/endorfina.html">Endorfina</a></li>
215
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/supra.html">Supra</a></li>
216
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/converse.html">Converse</a></li>
217
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/vans.html">Vans</a></li>
218
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/lacoste.html">Lacoste</a></li>
219
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/adidas_originals.html">Adidas Originals</a></li>
220
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/nike.html">Nike</a></li>
221
+ <li><a href="http://nahodsa.sk/znacky"><strong>Všetky značky</strong></a></li>
222
+ </ul>
223
+ </li>
224
+ <li class="lvl-1"><span class="lvl-1-title">AKCIA</span>
225
+ <ul>
226
+ <li><a class="news-link" href="http://nahodsa.sk/kategorie/zeny.html?dir=desc&amp;order=created_at">Novinky</a></li>
227
+ <li><a class="in-stock-link" href="http://nahodsa.sk/kategorie/zeny/shopby/skladom.html">Tovar Skladom</a></li>
228
+ <li><a class="limited-edition-link" href="http://nahodsa.sk/kategorie/zeny/limited-edition.html">Limited Edition</a></li>
229
+ </ul>
230
+ </li>
231
+ </ul> </li>
232
+ </ul>
233
+ </div>
234
+ </li>
235
+ <li class="sub link_junior"><a href="http://nahodsa.sk/kategorie/deti.html">DETI</a>
236
+ <div class="ul_junior_container submenu-container">
237
+ <ul class="ul_junior">
238
+ <li>
239
+ <ul>
240
+ <li class="lvl-1 cat-list-209"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv.html">Detská obuv</a>
241
+ <ul><li class="menu-cat-221"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/tenisky.html">Tenisky</a></li><li class="menu-cat-223"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/detske-capacky.html">Detské capačky</a></li><li class="menu-cat-226"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/skate-tenisky.html">Skate tenisky</a></li><li class="menu-cat-218"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/platene-tenisky.html">Plátené tenisky</a></li><li class="menu-cat-224"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/outdoorova-obuv.html">Outdoorová obuv</a></li><li class="menu-cat-227"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/bezecka-obuv.html">Bežecká obuv</a></li><li class="menu-cat-229"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/basketbalova-obuv.html">Basketbalová obuv</a></li><li class="menu-cat-231"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/turisticka-obuv.html">Turistická obuv</a></li><li class="menu-cat-225"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/sandale-papuce-zabky.html">Sandále, papuče a žabky</a></li><li class="menu-cat-222"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/topanky.html">Topanky</a></li><li class="menu-cat-415"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/gumaky.html">Gumáky</a></li></ul>
242
+ </li>
243
+ <li class="lvl-1 cat-list-210"><a href="http://nahodsa.sk/kategorie/deti/futbalova-obuv.html">Futbalová obuv</a>
244
+ <ul><li class="menu-cat-232"><a href="http://nahodsa.sk/kategorie/deti/futbalova-obuv/kopacky.html">Kopačky</a></li><li class="menu-cat-230"><a href="http://nahodsa.sk/kategorie/deti/futbalova-obuv/halovky.html">Halovky</a></li><li class="menu-cat-238"><a href="http://nahodsa.sk/kategorie/deti/futbalova-obuv/turfy.html">Turfy</a></li></ul>
245
+ </li>
246
+ </ul></li><li><ul> <li class="lvl-1 cat-list-211"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie.html">Detské oblečenie</a>
247
+ <ul><li class="menu-cat-293"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/mikiny.html">Mikiny</a></li><li class="menu-cat-282"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/mikiny-na-zips.html">Mikiny na zips</a></li><li class="menu-cat-284"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/tricka.html">Tričká</a></li><li class="menu-cat-294"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/polokosele.html">Polokošele</a></li><li class="menu-cat-285"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/tielka.html">Tielka</a></li><li class="menu-cat-292"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/chlapcenske-kosele.html">Chlapčenské košele</a></li><li class="menu-cat-287"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/teplakove-supravy.html">Teplákové súpravy</a></li><li class="menu-cat-288"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/teplaky.html">Tepláky</a></li><li class="menu-cat-291"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/kratasy.html">Kraťasy</a></li><li class="menu-cat-283"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/sukne-saty.html">Sukne, šaty</a></li></ul></li></ul></li><li><ul><li class="lvl-1"><ul><li class="menu-cat-286"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/bundy.html">Bundy</a></li><li class="menu-cat-249"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/nepremokave-oblecenie.html">Nepremokavé oblečenie</a></li><li class="menu-cat-290"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/dzinsy.html">Džínsy</a></li><li class="menu-cat-295"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/detske-nohavice.html">Detské nohavice</a></li><li class="menu-cat-296"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/trojstvrtove-nohavice.html">Trojštvrťove nohavice</a></li><li class="menu-cat-306"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/termo-pradlo.html">Termo prádlo</a></li><li class="menu-cat-289"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/spodne-pradlo.html">Spodné prádlo</a></li><li class="menu-cat-216"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/plavky-bikiny.html">Plavky, bikiny</a></li><li class="menu-cat-331"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/ponozky.html">Ponožky</a></li></ul>
248
+ </li>
249
+ </ul>
250
+ </li>
251
+ <li class="menu_promo">
252
+ <ul>
253
+ <li class="lvl-1"><span class="lvl-1-title">Značky</span>
254
+ <ul>
255
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/endorfina.html">Endorfina</a></li>
256
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/supra.html">Supra</a></li>
257
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/converse.html">Converse</a></li>
258
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/vans.html">Vans</a></li>
259
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/lacoste.html">Lacoste</a></li>
260
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/adidas.html">Adidas</a></li>
261
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/nike.html">Nike</a></li>
262
+ <li><a href="http://nahodsa.sk/znacky"><strong>Všetky značky</strong></a></li>
263
+ </ul>
264
+ </li>
265
+ <li class="lvl-1"><span class="lvl-1-title">AKCIA</span>
266
+ <ul>
267
+ <li><a class="news-link" href="http://nahodsa.sk/kategorie/deti.html?dir=desc&amp;order=created_at">Novinky</a></li>
268
+ <li><a class="in-stock-link" href="http://nahodsa.sk/kategorie/deti/shopby/skladom.html">Tovar Skladom</a></li>
269
+ </ul>
270
+ </li>
271
+ </ul> </li>
272
+ </ul>
273
+ </div>
274
+ </li>
275
+ <li class="sub link_accessories"><a href="http://nahodsa.sk/kategorie/doplnky.html">DOPLNKY</a>
276
+ <div class="ul_accessories_container submenu-container">
277
+ <ul class="ul_accessories">
278
+ <li>
279
+ <ul>
280
+ <li class="lvl-1 cat-list-215"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky.html">Doplnky</a>
281
+ <ul><li class="menu-cat-338"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/sportove-kabelky.html">Športové kabelky</a></li><li class="menu-cat-336"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/cestovne-tasky.html">Cestovné tašky</a></li><li class="menu-cat-337"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/tasky-cez-rameno.html">Tašky cez rameno</a></li><li class="menu-cat-335"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/ruksaky.html">Ruksaky</a></li><li class="menu-cat-349"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/futbalove-tasky.html">Futbalové tašky</a></li></ul>
282
+ </li>
283
+ <li class="lvl-1 cat-list-179"><a href="http://nahodsa.sk/kategorie/doplnky/spodna-bielizen.html">Spodná bielizeň</a>
284
+ <ul><li class="menu-cat-212"><a href="http://nahodsa.sk/kategorie/doplnky/spodna-bielizen/panske-spodne-pradlo.html">Pánske spodné prádlo</a></li><li class="menu-cat-213"><a href="http://nahodsa.sk/kategorie/doplnky/spodna-bielizen/damske-spodne-pradlo.html">Dámske spodné prádlo</a></li><li class="menu-cat-214"><a href="http://nahodsa.sk/kategorie/doplnky/spodna-bielizen/detske-spodne-pradlo.html">Detské spodné prádlo</a></li></ul>
285
+ </li>
286
+ </ul></li><li><ul> <li class="lvl-1 cat-list-419"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky.html">Iné doplnky</a>
287
+ <ul><li class="menu-cat-347"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/penazenky.html">Peňaženky</a></li><li class="menu-cat-350"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/hodinky.html">Hodinky</a></li><li class="menu-cat-309"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/opasky.html">Opasky</a></li><li class="menu-cat-351"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/sportove-flase.html">Športové fľaše</a></li><li class="menu-cat-342"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/ine-doplnky.html">Iné doplnky</a></li></ul>
288
+ </li>
289
+ <li class="lvl-1 cat-list-422"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky.html">Šiltovky</a>
290
+ <ul><li class="menu-cat-455"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/snapbacks.html">Snapbacks</a></li><li class="menu-cat-457"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/fullcaps.html">Fullcaps</a></li><li class="menu-cat-456"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/strapbacks.html">Strapbacks</a></li><li class="menu-cat-310"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/siltovky.html">Šiltovky</a></li><li class="menu-cat-327"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/ciapky-rukavice-saly.html">Čiapky, rukavice a šály</a></li></ul>
291
+ </li>
292
+ </ul></li><li><ul><li class="lvl-1 new-label"><span class="lvl-1-title">SKATE NOVINKA!</span></li> <li class="lvl-1 cat-list-423"><a href="http://nahodsa.sk/kategorie/doplnky/longboard.html">Longboard</a>
293
+ <ul><li class="menu-cat-424"><a href="http://nahodsa.sk/kategorie/doplnky/longboard/hardware.html">Hardware</a></li><li class="menu-cat-425"><a href="http://nahodsa.sk/kategorie/doplnky/longboard/cruisery.html">Cruisery</a></li><li class="menu-cat-426"><a href="http://nahodsa.sk/kategorie/doplnky/longboard/downhill.html">Downhill</a></li></ul>
294
+ </li>
295
+ <li class="lvl-1 cat-list-409"><a href="http://nahodsa.sk/kategorie/doplnky/bantam.html">Bantam</a>
296
+ <ul><li class="menu-cat-410"><a href="http://nahodsa.sk/kategorie/doplnky/bantam/komplety.html">Komplety</a></li><li class="menu-cat-411"><a href="http://nahodsa.sk/kategorie/doplnky/bantam/trucky.html">Trucky</a></li><li class="menu-cat-412"><a href="http://nahodsa.sk/kategorie/doplnky/bantam/kolieska.html">Kolieska</a></li><li class="menu-cat-413"><a href="http://nahodsa.sk/kategorie/doplnky/bantam/grips.html">Grips</a></li></ul>
297
+ </li>
298
+ <li class="lvl-1 cat-list-427"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards.html">Skateboards</a>
299
+ <ul><li class="menu-cat-428"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/dosky.html">Dosky</a></li><li class="menu-cat-429"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/komplety.html">Komplety</a></li><li class="menu-cat-430"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/trucky.html">Trucky</a></li><li class="menu-cat-431"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/hardware.html">Hardware</a></li><li class="menu-cat-432"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/kolieska.html">Kolieska</a></li></ul>
300
+ </li>
301
+ </ul>
302
+ </li>
303
+ <li class="menu_promo">
304
+ <ul>
305
+ <li class="lvl-1"><span class="lvl-1-title">Značky</span>
306
+ <ul>
307
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/adidas.html">Adidas</a></li>
308
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/nike.html">Nike</a></li>
309
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/puma.html">Puma</a></li>
310
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/supra.html">Supra</a></li>
311
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/osiris.html">Osiris</a></li>
312
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/globe.html">Globe</a></li>
313
+ <li><a href="http://nahodsa.sk/znacky"><strong>Všetky značky</strong></a></li>
314
+ </ul>
315
+ </li>
316
+ </ul> </li>
317
+ </ul>
318
+ </div>
319
+ </li>
320
+ <li class="sub link_brands"><a href="http://nahodsa.sk/znacky">ZNAČKY</a></li>
321
+ <li class="sub link_sale"><a href="http://nahodsa.sk/kategorie/shopby/skladom.html">SKLADOM</a></li>
322
+ </ul>
323
+ <div class="main-container col2-left-layout">
324
+ <div class="main">
325
+ <div class="col-main">
326
+ <div class="breadcrumbs">
327
+ <ul>
328
+ <li class="home">
329
+ <a href="http://nahodsa.sk/" title="Na hlavnú stránku">Hlavná stránka</a>
330
+ <span> - </span>
331
+ </li>
332
+ <li class="category359">
333
+ <a href="http://nahodsa.sk/ako-nakupovat.html" title="">Ako nakupovať</a>
334
+ <span> - </span>
335
+ </li>
336
+ <li class="category366">
337
+ <strong>Zákaznícky servis</strong>
338
+ </li>
339
+ </ul>
340
+ </div>
341
+
342
+ <div class="page-title category-title">
343
+ <h1>Zákaznícky servis</h1>
344
+ </div>
345
+
346
+
347
+
348
+ <div class="category-description std">
349
+ <div class="content">
350
+ <div class="myContent about">
351
+ <h1><span><span>ZAVOLAJTE NÁM</span></span></h1>
352
+ <p><span><span>Máte otázku ohľadom objednávky, vrátenia tovaru ,platby  alebo iný problém ? </span></span></p>
353
+ <p><span><span> </span><span>Ak preferujete telefonicky kontakt sme pripravený Vám pomôcť na telefonickej linke 0948 31 30 28 od pondelka do piatku, v čase od <strong>09:00</strong> do <strong>17:00</strong>.</span></span></p>
354
+ <p><span><span><br /></span></span></p>
355
+ <h1><span><span><span><span>NAPIŠTE NÁM :</span></span></span></span></h1>
356
+ <p><strong>Reklamácie  : reklamacie@nahodsa.sk</strong></p>
357
+ <p><strong>- </strong>Ak potrebujete pomoct pri reklamácii alebo zistit stav Vašej reklamácie .</p>
358
+ <p><strong>Objednávky   : objednavky@nahodsa.sk </strong></p>
359
+ <p><strong>- </strong>Informácie o stave Vašich objednávok .</p>
360
+ <p><strong>Informácie  : info@nahodsa.sk</strong></p>
361
+ <p><strong>- </strong>Radi privítame Vaše pripomienky alebo návrhy na vylepšnie nášho internetového obchodu.</p>
362
+ <p><strong>Marketing  : manager@nahodsa.sk<span style="white-space: pre;"> </span></strong></p>
363
+ <p><span style="white-space: pre;">-</span> V prípade ponuky reklamy alebo možnej spolupráce nás neváhajte kontaktovať na tomto emaile.</p>
364
+ <p><strong>Distribucia : sales@nahodsa.sk</strong></p>
365
+ <p><strong>- </strong>V prípade veľkoobchodnej spolupráce nás neváhajte kontaktovať. Email určený výhradne distribútorom.</p>
366
+ <p><strong><br /></strong></p>
367
+ <h1><span><span><span><span>VRÁTENIE TOVARU :</span></span></span></span></h1>
368
+ <p>Vrátený tovar zasielajte na nížšie uvedenú adresu :</p>
369
+ </div>
370
+ <div class="myContent about">Sports trade s.r.o.</div>
371
+ <div class="myContent about">Priemyselná 45</div>
372
+ <div class="myContent about">071 01 Michalovce</div>
373
+ <div class="myContent about">Slovensko</div>
374
+ </div>
375
+ <p><a onclick="history.back(); return false;" href="#">&lt; Späť</a></p> </div>
376
+ <div class="clearer"></div>
377
+
378
+
379
+ </div>
380
+ <div class="col-left sidebar"><div class="howto-nav block"><ul class="category-subcategories">
381
+ <li class="item subcategory-360 first">
382
+ <h2><a href="http://nahodsa.sk/ako-nakupovat/obchodne-podmienky.html" title="Obchodné podmienky"><img src="http://nahodsa.sk/media/catalog/category/howto-conditions.png" width="100" alt="Obchodné podmienky" /><span>Obchodné podmienky</span></a></h2>
383
+ </li>
384
+ <li class="item subcategory-361">
385
+ <h2><a href="http://nahodsa.sk/ako-nakupovat/dodanie-tovaru.html" title="Dodanie tovaru"><img src="http://nahodsa.sk/media/catalog/category/howto-shipping.png" width="100" alt="Dodanie tovaru" /><span>Dodanie tovaru</span></a></h2>
386
+ </li>
387
+ <li class="item subcategory-362 last">
388
+ <h2><a href="http://nahodsa.sk/ako-nakupovat/platba.html" title="Platba"><img src="http://nahodsa.sk/media/catalog/category/howto-payment.png" width="100" alt="Platba" /><span>Platba</span></a></h2>
389
+ </li>
390
+ <li class="item subcategory-364 first">
391
+ <h2><a href="http://nahodsa.sk/ako-nakupovat/registracia-a-objednanie-tovaru.html" title="Registrácia a objednanie tovaru"><img src="http://nahodsa.sk/media/catalog/category/howto-order.png" width="100" alt="Registrácia a objednanie tovaru" /><span>Registrácia a objednanie tovaru</span></a></h2>
392
+ </li>
393
+ <li class="item subcategory-363">
394
+ <h2><a href="http://nahodsa.sk/ako-nakupovat/reklamacie-a-vymena-tovaru.html" title="Reklamácie a výmena tovaru"><img src="http://nahodsa.sk/media/catalog/category/howto-reclamation.png" width="100" alt="Reklamácie a výmena tovaru" /><span>Reklamácie a výmena tovaru</span></a></h2>
395
+ </li>
396
+ <li class="item subcategory-365 last">
397
+ <h2><a href="http://nahodsa.sk/ako-nakupovat/garancie-a-zaruky.html" title="Garancie a záruky"><img src="http://nahodsa.sk/media/catalog/category/howto-warranty.png" width="100" alt="Garancie a záruky" /><span>Garancie a záruky</span></a></h2>
398
+ </li>
399
+ <li class="item subcategory-366 first active">
400
+ <h2><a href="http://nahodsa.sk/ako-nakupovat/zakaznicky-servis.html" title="Zákaznícky servis"><img src="http://nahodsa.sk/media/catalog/category/howto-contact.png" width="100" alt="Zákaznícky servis" /><span>Zákaznícky servis</span></a></h2>
401
+ </li>
402
+ <li class="item subcategory-367">
403
+ <h2><a href="http://nahodsa.sk/ako-nakupovat/o-nas.html" title="O nás"><img src="http://nahodsa.sk/media/catalog/category/howto-aboutus.png" width="100" alt="O nás" /><span>O nás</span></a></h2>
404
+ </li>
405
+ <li class="item subcategory-368 last">
406
+ <h2><a href="http://nahodsa.sk/ako-nakupovat/kamenna-predajna.html" title="Kamenná predajňa"><img src="http://nahodsa.sk/media/catalog/category/howto-store.png" width="100" alt="Kamenná predajňa" /><span>Kamenná predajňa</span></a></h2>
407
+ </li>
408
+ </ul></div><script type="text/javascript">amshopby_start(1)</script><div class="block block-subscribe">
409
+ <div class="block-title">
410
+ <strong><span>Spravodaj</span></strong>
411
+ </div>
412
+ <form action="http://nahodsa.sk/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
413
+ <div class="block-content">
414
+ <label for="newsletter">Prihlásiť k odberu noviniek:</label>
415
+ <div class="input-box">
416
+ <input type="text" name="email" id="newsletter" title="Odoberajte náš Spravodaj" class="input-text required-entry validate-email" />
417
+ </div>
418
+ <div class="actions">
419
+ <button type="submit" title="Prihlásiť" class="button"><span><span>Prihlásiť</span></span></button>
420
+ </div>
421
+ </div>
422
+ </form>
423
+ <script type="text/javascript">
424
+ //<![CDATA[
425
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
426
+ //]]>
427
+ </script>
428
+ </div>
429
+ <div class="fb-banner-left"><p><a href="http://www.facebook.com/pages/wwwNahodsask/303043716832">Pridaj sa k nám na Facebooku</a></p></div><div class="warranty-banner"><ul>
430
+ <li><a href="/ako-nakupovat/reklamacie-a-vymena-tovaru.html">Nevyhovuje Vám objednaný tovar?</a></li>
431
+ <li><a href="/ako-nakupovat/reklamacie-a-vymena-tovaru.html">Vymeníme Vám ho!</a></li>
432
+ <li><a href="/ako-nakupovat/reklamacie-a-vymena-tovaru.html">Garancia vrátenia peňazí!</a></li>
433
+ </ul></div> <div class="block block-blog block-recent-posts">
434
+ <div class="block-title">
435
+ <a href="http://highlife.sk/"><strong>Highlife.sk</strong></a>
436
+ </div>
437
+ <div class="block-content">
438
+ <ul id="wp-b12">
439
+ <li class="item">
440
+ <a href="http://highlife.sk/co-nove-sa-udialo-vo-svete-filmu-a-serialov-za-posledny-tyzden-16/" title="Čo nové sa udialo vo svete filmu a seriálov za posledný týždeň #16" class="thumbnail"><img src="http://highlife.sk/wp-content/uploads/2014/12/Bez-názvu2-75x95.png" alt="Čo nové sa udialo vo svete filmu a seriálov za posledný týždeň #16" /></a>
441
+ <a href="http://highlife.sk/co-nove-sa-udialo-vo-svete-filmu-a-serialov-za-posledny-tyzden-16/" title="Čo nové sa udialo vo svete filmu a seriálov za posledný týždeň #16" class="entry-header">Čo nové sa udialo vo svete filmu a seriálov za posledný týždeň #16</a>
442
+ <div class="clearer"></div>
443
+ </li>
444
+ <li class="item">
445
+ <a href="http://highlife.sk/historia-automobilovych-znaciek-1-opel/" title="História automobilových značiek #1 OPEL" class="thumbnail"><img src="http://highlife.sk/wp-content/uploads/2014/12/Opel_Front_Logo_by_4EST-75x95.jpg" alt="História automobilových značiek #1 OPEL" /></a>
446
+ <a href="http://highlife.sk/historia-automobilovych-znaciek-1-opel/" title="História automobilových značiek #1 OPEL" class="entry-header">História automobilových značiek #1 OPEL</a>
447
+ <div class="clearer"></div>
448
+ </li>
449
+ <li class="item">
450
+ <a href="http://highlife.sk/magnat-predstavuje-sluchadla-lzr-ktore-mozes-vyhrat/" title="Magnat predstavuje slúchadlá LZR, ktoré môžeš vyhrať aj ty!" class="thumbnail"><img src="http://highlife.sk/wp-content/uploads/2014/12/Magnat-LZR-580-alle-Farben2-75x95.jpg" alt="Magnat predstavuje slúchadlá LZR, ktoré môžeš vyhrať aj ty!" /></a>
451
+ <a href="http://highlife.sk/magnat-predstavuje-sluchadla-lzr-ktore-mozes-vyhrat/" title="Magnat predstavuje slúchadlá LZR, ktoré môžeš vyhrať aj ty!" class="entry-header">Magnat predstavuje slúchadlá LZR, ktoré môžeš vyhrať aj ty!</a>
452
+ <div class="clearer"></div>
453
+ </li>
454
+ </ul>
455
+ <script type="text/javascript">decorateList('wp-b12')</script>
456
+ </div>
457
+ </div>
458
+ </div>
459
+ </div>
460
+ </div>
461
+ <div class="clearer"></div>
462
+ <div class="footerx">
463
+ <div class="riadok1">
464
+ <ul>
465
+ <li class="first"><a href="http://nahodsa.sk/kategorie/muzi.html/">MUŽI</a></li>
466
+ <li><a href="http://nahodsa.sk/kategorie/zeny.html/">ŽENY</a></li>
467
+ <li><a href="http://nahodsa.sk/kategorie/deti.html/">DETI</a></li>
468
+ <li><a href="http://nahodsa.sk/ako-nakupovat/zakaznicky-servis.html/">KONTAKT</a></li>
469
+ <li><a href="http://nahodsa.sk/customer/account/create/">REGISTRÁCIA</a></li>
470
+ <li><a href="http://nahodsa.sk/kategorie/shopby/skladom.html/">AKCIA</a></li>
471
+ <li><a href="http://nahodsa.sk/kategorie.html?dir=desc&amp;order=created_at">NAJNOVŠIE</a></li>
472
+ <li><a href="http://nahodsa.sk/kategorie.html?dir=desc&amp;order=bestsellers">NAJPREDÁVANEJŠIE</a></li>
473
+ <li><a href="http://nahodsa.sk/kategorie/shopby/skladom.html/">SKLADOM</a></li>
474
+ <li><a href="http://nahodsa.sk/ako-nakupovat/obchodne-podmienky.html/">Obchodné podmienky</a></li>
475
+ </ul>
476
+ </div>
477
+ <div class="riadok2">
478
+ All rights reserved <a href="http://nahodsa.sk">nahodsa.sk</a> &copy; 2011 - 2013 </div>
479
+ <div class="riadok3">
480
+ <div>Ďalšie naše projekty: <a title="Nahodse.cz - sportovní obuv a oblečení" href="http://nahodse.cz">nahodse.cz</a> | <a title="Outletuj.sk - športová obuv a oblečenie" href="http://outletuj.sk">outletuj.sk</a> | <a title="Outletuj.cz - sportovní obuv a oblečení" href="http://outletuj.cz">outletuj.cz</a> | <a title="Nahodsa.sk - BLOG" href="http://nahodsa.sk/blog">Nahodsa.sk - BLOG</a></div> </div>
481
+ </div> <!--Start of Zopim Live Chat Script-->
482
+ <script type="text/javascript">
483
+ window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
484
+ d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
485
+ _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
486
+ $.src='//v2.zopim.com/?yCJyqISxknzJ1hgrnw07MNogt03VT2jx';z.t=+new Date;$.
487
+ type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
488
+ </script><!--End of Zopim Live Chat Script-->
489
+ <!--Zopim Options-->
490
+ <script>$zopim(function(){
491
+ $zopim.livechat.setLanguage('sk');
492
+ });
493
+ </script>
494
+ <!--EOF Zopim Options-->
495
+ </div>
496
+ </div>
497
+ <script type="text/javascript">
498
+ //<![CDATA[
499
+ var _hwq = _hwq || [];
500
+ _hwq.push(['setKey', 'D100321D3AFF6B2A5D7CE41EA61DD80B']);_hwq.push(['setTopPos', '350']);_hwq.push(['showWidget', '21']);(function() {
501
+ var ho = document.createElement('script'); ho.type = 'text/javascript'; ho.async = true;
502
+ ho.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.heureka.sk/direct/i/gjs.php?n=wdgt&sak=D100321D3AFF6B2A5D7CE41EA61DD80B';
503
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ho, s);
504
+ })();
505
+ //]]>
506
+ </script>
507
+ </body>
508
+ </html>
forms/html/218.html ADDED
@@ -0,0 +1,701 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#" xml:lang="sk" lang="sk">
3
+ <head>
4
+ <meta http-equiv="X-UA-Compatible" content="IE=8" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>Children Boys Westway Trainers - Nahodsa.sk</title>
7
+ <meta name="description" content="Children Boys Westway TrainersChildren Boys Westways Trainer In Navy &amp; Red
8
+ Founded by Angel Cabada in 2006 Supra is one of the most daring brands..." />
9
+ <meta name="keywords" content="Children Boys Westway Trainers, Supra, Navy Red" />
10
+ <meta name="robots" content="INDEX,FOLLOW" />
11
+ <meta name="author" content="Nahodsa.sk" />
12
+ <link rel="icon" href="http://nahodsa.sk/skin/frontend/default/default/favicon.ico" type="image/x-icon" />
13
+ <link rel="shortcut icon" href="http://nahodsa.sk/skin/frontend/default/default/favicon.ico" type="image/x-icon" />
14
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
15
+ <!--[if IE]>
16
+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
17
+ <![endif]-->
18
+ <link rel="stylesheet" type="text/css" href="http://nahodsa.sk/media/css/5d5f1b90e0974990054a76a72e3fdc74.css" />
19
+ <link rel="stylesheet" type="text/css" href="http://nahodsa.sk/media/css/9cad61f53802ea581f4415dc2eb95680.css" media="all" />
20
+ <script type="text/javascript" src="http://nahodsa.sk/media/js/36f8f536b0126356ac8ba5ccaee98980.js"></script>
21
+ <link href="http://nahodsa.sk/blog/rss/index/store_id/1/" title="Blog" rel="alternate" type="application/rss+xml" />
22
+ <link rel="canonical" href="http://nahodsa.sk/children-boys-westway-trainers-1.html" />
23
+ <!--[if lt IE 8]>
24
+ <link rel="stylesheet" type="text/css" href="http://nahodsa.sk/media/css/5c8b5fd1d89bd3db2cd1921da3c6e490.css" media="all" />
25
+ <![endif]-->
26
+ <!--[if lt IE 7]>
27
+ <script type="text/javascript" src="http://nahodsa.sk/media/js/5cd3c013b5dcd35ed7d027e96a1b11a8.js"></script>
28
+ <![endif]-->
29
+
30
+ <script type="text/javascript">
31
+ //<![CDATA[
32
+ Mage.Cookies.path = '/';
33
+ Mage.Cookies.domain = '.nahodsa.sk';
34
+ //]]>
35
+ </script>
36
+
37
+ <script type="text/javascript">
38
+ //<![CDATA[
39
+ optionalZipCountries = [];
40
+ //]]>
41
+ </script>
42
+ <link rel="alternate" type="application/rss+xml" title="Highlife.sk - RSS Feed" href="http://highlife.sk/feed" /><script type="text/javascript">var Translator = new Translate({"Please select an option.":"Vyberte pros\u00edm niektor\u00fa mo\u017enos\u0165.","This is a required field.":"Toto pole je povinn\u00e9.","Please enter a valid number in this field.":"Do tohto po\u013ea zadajte pros\u00edm platn\u00e9 \u010d\u00edslo.","Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.":"Pre toto pole pou\u017e\u00edvajte pros\u00edm iba \u010d\u00edslice. Vyhnite sa medzer\u00e1m alebo in\u00fdm znakom ako bodk\u00e1m \u010di \u010diarkam.","Please use letters only (a-z) in this field.":"Pre toto pole pou\u017e\u00edvajte, pros\u00edm, iba p\u00edsmen\u00e1 (a-z).","Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.":"Pre toto pole pou\u017e\u00edvajte pros\u00edm iba p\u00edsmen\u00e1 (a-z), \u010d\u00edslice (0-9) alebo podtrhovn\u00edk (_), prv\u00fd znak mus\u00ed by\u0165 p\u00edsmeno.","Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.":"Pre toto pole pou\u017e\u00edvajte pros\u00edm iba p\u00edsmen\u00e1 (a-z) alebo \u010d\u00edslice (0-9). Medzery \u010di in\u00e9 znaky nie s\u00fa povolen\u00e9.","Please use only letters (a-z) or numbers (0-9) or spaces and # only in this field.":"Pre toto pole pou\u017e\u00edvajte pros\u00edm iba p\u00edsmen\u00e1 (a-z), \u010d\u00edslice (0-9), medzery alebo #.","Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890.":"Zadajte pros\u00edm platn\u00e9 telef\u00f3nne \u010d\u00edslo, napr\u00edklad +421 903 123456.","Please enter a valid date.":"Zadajte pros\u00edm platn\u00fd d\u00e1tum.","Please enter a valid email address. For example johndoe@domain.com.":"Zadajte pros\u00edm platn\u00fa e-mailov\u00fa adresu. Napr\u00edklad lojzo@gmail.com.","Please enter 6 or more characters.":"Zadajte pros\u00edm 6 a viac znakov.","Please make sure your passwords match.":"Uistite sa pros\u00edm, \u017ee sa hesl\u00e1 zhoduj\u00fa.","Please enter a valid URL. For example http:\/\/www.example.com or www.example.com":"Zadajte pros\u00edm platn\u00e9 URL, napr\u00edklad http:\/\/www.vzor.com alebo www.vzor.com","Please enter a valid social security number. For example 123-45-6789.":"Zadajte pros\u00edm platn\u00e9 \u010d\u00edslo soci\u00e1lneho poistenia, napr\u00edklad 123-45-6789","Please enter a valid zip code. For example 90602 or 90602-1234.":"Zadajte pros\u00edm platn\u00e9 PS\u010c, na pr\u00edklad 90602.","Please enter a valid zip code.":"Zadajte pros\u00edm platn\u00e9 PS\u010c.","Please use this date format: dd\/mm\/yyyy. For example 17\/03\/2006 for the 17th of March, 2006.":"Pou\u017e\u00edvajte pros\u00edm tento form\u00e1t d\u00e1tumu: dd\/mm\/rrrr. Napr\u00edklad 17\/03\/2006 pre 17. marec 2006.","Please enter a valid $ amount. For example $100.00.":"Zadajte pros\u00edm platn\u00fa sumu, napr\u00edklad $100.00.","Please select one of the above options.":"Vyberte pros\u00edm jednu z horeuveden\u00fdch mo\u017enost\u00ed.","Please select one of the options.":"Vyberte pros\u00edm jednu z mo\u017enost\u00ed.","Please select State\/Province.":"Vyberte pros\u00edm \u0161t\u00e1t\/Kraj.","Please enter valid password.":"Zadajte pros\u00edm platn\u00e9 heslo.","Please enter 6 or more characters. Leading or trailing spaces will be ignored.":"Zadajte pros\u00edm 6 a viac znakov. Po\u010diato\u010dn\u00e9 a koncov\u00e9 medzery bud\u00fa ignorovan\u00e9.","Please enter a number greater than 0 in this field.":"Do tohto po\u013ea zadajte pros\u00edm \u010d\u00edslo vy\u0161\u0161ie ne\u017e 0.","Please enter a valid credit card number.":"Zadajte pros\u00edm platn\u00e9 \u010d\u00edslo kreditnej karty.","Please wait, loading...":"\u010cakajte pros\u00edm, nahr\u00e1vam....","Please choose to register or to checkout as a guest":"Pros\u00edm zaregistrujte sa, alebo pokra\u010dujte ako hos\u0165","Please specify payment method.":"Vyberte sp\u00f4sob platby.","Please use only letters (a-z or A-Z), numbers (0-9) or underscore(_) in this field, first character should be a letter.":"Please use only letters (a-z or A-Z), numbers (0-9) or underscores (_) in this field, first character must be a letter.","Your session has been expired, you will be relogged in now.":"Va\u0161a session vypr\u0161ala, teraz budete znovu prihl\u00e1sen\u00fd.","Text length does not satisfy specified text range.":"D\u013a\u017eka textu nie je dostato\u010dn\u00e1."});</script>
43
+
44
+ <meta property="og:locale" content="sk_SK" />
45
+ <meta property="fb:app_id" content="166491600101150"/>
46
+ <meta property="og:site_name" content="Children Boys Westway Trainers - Nahodsa.sk" />
47
+ <meta property="og:title" content="Children Boys Westway Trainers"/>
48
+ <meta property="og:url" content="http://nahodsa.sk/children-boys-westway-trainers-1.html"/>
49
+ <meta property="og:type" content="product"/>
50
+ <meta property="og:image" content="http://nahodsa.sk/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red.jpg"/>
51
+ </head>
52
+ <body class=" catalog-product-view catalog-product-view product-children-boys-westway-trainers store-sk ">
53
+ <div id="fb-root"></div>
54
+ <script type="text/javascript">
55
+ window.fbAsyncInit = function() {
56
+ FB.init({
57
+ appId : '226404207417614',
58
+ status : true,
59
+ cookie : true,
60
+ xfbml : true
61
+ });
62
+ };
63
+ (function(d){
64
+ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
65
+ js = d.createElement('script'); js.id = id; js.async = true;
66
+ js.src = "//connect.facebook.net/sk_SK/all.js";
67
+ d.getElementsByTagName('head')[0].appendChild(js);
68
+ }(document));
69
+
70
+ /* Google +1 */
71
+ window.___gcfg = {lang: 'sk'};
72
+ (function() {
73
+ var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
74
+ po.src = 'https://apis.google.com/js/plusone.js';
75
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
76
+ })();
77
+ </script>
78
+
79
+ <!-- BEGIN GOOGLE ANALYTICS CODE -->
80
+ <script type="text/javascript">
81
+ //<![CDATA[
82
+ (function() {
83
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
84
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
85
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
86
+ })();
87
+
88
+ var _gaq = _gaq || [];
89
+
90
+ _gaq.push(['_setAccount', 'UA-24258720-3']);
91
+ _gaq.push(['_trackPageview']);
92
+
93
+
94
+ //]]>
95
+ </script>
96
+ <!-- END GOOGLE ANALYTICS CODE --><div class="wrapper">
97
+ <noscript>
98
+ <div class="noscript">
99
+ <div class="noscript-inner">
100
+ <p><strong>JavaScript seem to be disabled in your browser.</strong></p>
101
+ <p>You must have JavaScript enabled in your browser to utilize the functionality of this website.</p>
102
+ </div>
103
+ </div>
104
+ </noscript>
105
+ <div class="page">
106
+ <div class="header-container">
107
+ <div class="header">
108
+ <div class="logo"><strong>Športová obuv a oblečenie - Nahodsa.sk</strong><a href="http://nahodsa.sk/" title="Športová obuv a oblečenie - Nahodsa.sk" class="logo"><img src="http://nahodsa.sk/skin/frontend/default/default/images/bg/logo-xmas.png" alt="Športová obuv a oblečenie - Nahodsa.sk" /></a></div>
109
+ <div class="quick-access">
110
+
111
+ <!-- <p class="welcome-msg"></p> -->
112
+
113
+ <ul class="links">
114
+ <li class="first" ><a href="http://nahodsa.sk/customer/account/login/" title="Prihlásiť" >Prihlásiť</a></li>
115
+ <li ><a href="http://nahodsa.sk/checkout/cart/" title="Pozrieť košík" class="top-link-cart">Pozrieť košík</a></li>
116
+ <li ><a href="http://nahodsa.sk/telefonicka-objednavka/" title="Telefonická objednávka" class="phone-order-link">Telefonická objednávka</a></li>
117
+ <li ><a href="http://nahodsa.sk/ako-nakupovat/zakaznicky-servis.html/" title="Kontakt" >Kontakt</a></li>
118
+ <li ><a href="http://nahodsa.sk/poradime-vam.html/" title="Poradíme vám" >Poradíme vám</a></li>
119
+ <li class=" last" ><a href="http://nahodsa.sk/ako-nakupovat.html/" title="Ako nakupovať" class="top-link-howto">Ako nakupovať</a></li>
120
+ </ul>
121
+
122
+ <div class="form-language">
123
+ <img src="http://nahodsa.sk/skin/frontend/base/default/images/flags/flag_sk.png" alt="Slovensko" />
124
+ <a href="http://nahodse.cz/children-boys-westway-trainers-1.html?SID=bn7mum36i21bfusn0c4q0kj6l7&amp;___store=cz&amp;___from_store=sk" title="Česká republika"><img
125
+ src="http://nahodsa.sk/skin/frontend/base/default/images/flags/flag_cz.png" alt="Česká republika" width="16" /></a>
126
+ </div>
127
+
128
+ <div class="telephone"><span class="time">Pon - Pia 9:00 - 17:00</span>0948 31 30 28</div>
129
+
130
+ <div>
131
+ <form id="search_mini_form" action="http://nahodsa.sk/catalogsearch/result/" method="get">
132
+ <div class="form-search">
133
+ <label for="search">Search:</label>
134
+ <input id="search" type="text" name="q" value="" class="input-text" />
135
+ <button type="submit" title="Hľadať" class="button"><span><span>Hľadať</span></span></button>
136
+ <div id="search_autocomplete" class="search-autocomplete"></div>
137
+ <script type="text/javascript">
138
+ //<![CDATA[
139
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', 'Zadajte hľadaný výraz');
140
+ searchForm.initAutocomplete('http://nahodsa.sk/catalogsearch/ajax/suggest/', 'search_autocomplete');
141
+ //]]>
142
+ </script>
143
+ </div>
144
+ </form>
145
+ </div>
146
+
147
+ <a href="http://nahodsa.sk/checkout/cart" class="taska" title="Prejsť do košíka">
148
+ 0 produktov &nbsp;/&nbsp;
149
+ <span class="price">0,00 €</span></a>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <ul id="menu-1" class="menu">
155
+ <!-- MUZI -->
156
+ <li class="sub link_men"><a href="http://nahodsa.sk/kategorie/muzi.html">MUŽI</a>
157
+ <div class="ul_men_container submenu-container">
158
+ <ul class="ul_men">
159
+ <li>
160
+ <ul>
161
+ <li class="lvl-1 cat-list-203">
162
+ <a href="http://nahodsa.sk/kategorie/muzi/panska-obuv.html">Pánska obuv</a>
163
+ <ul><li class="menu-cat-353"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/kotnikove-tenisky.html">Kotníkové tenisky</a></li><li class="menu-cat-247"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/tenisky.html">Tenisky</a></li><li class="menu-cat-219"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/platene-tenisky.html">Plátené tenisky</a></li><li class="menu-cat-393"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/zimna-obuv.html">Zimná obuv</a></li><li class="menu-cat-261"><a href="http://nahodsa.sk/kategorie/muzi/panska-obuv/sandale-a-zabky.html">Sandále a žabky</a></li></ul>
164
+ </li>
165
+ </ul></li><li><ul> <li class="lvl-1 cat-list-205">
166
+ <a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie.html">Pánske oblečenie</a>
167
+ <ul><li class="menu-cat-323"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/bundy.html">Bundy</a></li><li class="menu-cat-316"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/mikiny.html">Mikiny</a></li><li class="menu-cat-329"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/mikiny-na-zips.html">Mikiny na zips</a></li><li class="menu-cat-334"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/nohavice.html">Nohavice</a></li><li class="menu-cat-344"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/rifle.html">Rifle</a></li><li class="menu-cat-434"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/chino.html">Chino</a></li><li class="menu-cat-314"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/tricka.html">Tričká</a></li><li class="menu-cat-317"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/teplaky.html">Tepláky</a></li><li class="menu-cat-322"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/teplakove-supravy.html">Teplákové súpravy</a></li><li class="menu-cat-326"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/kratasy.html">Kraťasy</a></li><li class="menu-cat-321"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/ponozky.html">Ponožky</a></li><li class="menu-cat-340"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/spodne-pradlo.html">Spodné prádlo</a></li></ul></li></ul></li><li><ul><li class="lvl-1"><ul><li class="menu-cat-319"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/tielka.html">Tielka</a></li><li class="menu-cat-343"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/kosele.html">Košele</a></li><li class="menu-cat-311"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/polokosele.html">Polokošele</a></li><li class="menu-cat-315"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/termo-pradlo.html">Termo prádlo</a></li><li class="menu-cat-332"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/trojstvrtove-nohavice.html">Trojštvrťové nohavice</a></li><li class="menu-cat-406"><a href="http://nahodsa.sk/kategorie/muzi/panske-oblecenie/panske-plavky.html">Plavky</a></li></ul>
168
+ </li>
169
+ </ul>
170
+ </li>
171
+ <li class="menu_promo">
172
+ <ul>
173
+ <li class="lvl-1"><span class="lvl-1-title">Značky</span>
174
+ <ul>
175
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/supra.html">Supra</a></li>
176
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/globe.html">Globe</a></li>
177
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/osiris.html">Osiris</a></li>
178
+ <li><a href="http://nahodsa.sk/kategorie/shopby/kr3w.html">Kr3w</a></li>
179
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/converse.html">Converse</a></li>
180
+ <li><a href="http://nahodsa.sk/kategorie/muzi/shopby/stoprocent.html">Stoprocent</a></li>
181
+ <li><a href="http://nahodsa.sk/znacky"><strong>Všetky značky</strong></a></li>
182
+ </ul>
183
+ </li>
184
+ <li class="lvl-1"><span class="lvl-1-title">AKCIA</span>
185
+ <ul>
186
+ <li><a class="news-link" href="http://nahodsa.sk/kategorie/muzi.html?dir=desc&amp;order=created_at">Novinky</a></li>
187
+ <li><a class="in-stock-link" href="http://nahodsa.sk/kategorie/muzi/shopby/skladom.html">Tovar Skladom</a></li>
188
+ <li><a class="limited-edition-link" href="http://nahodsa.sk/kategorie/muzi/limited-edition.html">Limited Edition</a></li>
189
+ </ul>
190
+ </li>
191
+ </ul> </li>
192
+ </ul>
193
+ </div>
194
+ </li>
195
+ <li class="sub link_women"><a href="http://nahodsa.sk/kategorie/zeny.html">ŽENY</a>
196
+ <div class="ul_women_container submenu-container">
197
+ <ul class="ul_women">
198
+ <li>
199
+ <ul>
200
+ <li class="lvl-1 cat-list-206">
201
+ <a href="http://nahodsa.sk/kategorie/zeny/damska-obuv.html">Dámska obuv</a>
202
+ <ul><li class="menu-cat-354"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/kotnikove-tenisky.html">Kotnikové tenisky</a></li><li class="menu-cat-235"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/tenisky.html">Tenisky</a></li><li class="menu-cat-220"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/platene-tenisky.html">Plátené tenisky</a></li><li class="menu-cat-358"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/cizmy.html">Čižmy</a></li><li class="menu-cat-263"><a href="http://nahodsa.sk/kategorie/zeny/damska-obuv/sandale-zabky.html">Sandále a žabky</a></li></ul>
203
+ </li>
204
+ <li class="lvl-1 cat-list-173">
205
+ <a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv.html">Fitness oblečenie a obuv</a>
206
+ <ul><li class="menu-cat-174"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/fitness-obuv.html">Fitness obuv</a></li><li class="menu-cat-260"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/bezecka-obuv.html">Bežecká obuv</a></li><li class="menu-cat-181"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/fitness-tricka.html">Fitness tričká</a></li><li class="menu-cat-182"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/sportove-podprsenky.html">Športové podprsenky</a></li><li class="menu-cat-183"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/capri-nohavice.html">Capri a nohavice</a></li><li class="menu-cat-191"><a href="http://nahodsa.sk/kategorie/zeny/fitness-oblecenie-a-obuv/tasky.html">Tašky</a></li></ul>
207
+ </li>
208
+ </ul></li><li><ul> <li class="lvl-1 cat-list-207">
209
+ <a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie.html">Dámske oblečenie</a>
210
+ <ul><li class="menu-cat-307"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/bundy.html">Bundy</a></li><li class="menu-cat-313"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/flisove-bundy.html">Flisové bundy</a></li><li class="menu-cat-208"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/mikiny.html">Mikiny</a></li><li class="menu-cat-299"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/tricka.html">Tričká</a></li><li class="menu-cat-346"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/teplakove-supravy.html">Teplákové súpravy</a></li><li class="menu-cat-303"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/damske-teplaky.html">Dámske tepláky</a></li><li class="menu-cat-414"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/leginy.html">Legíny</a></li><li class="menu-cat-312"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/polokosele.html">Polokošele</a></li><li class="menu-cat-297"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/tielka.html">Tielka</a></li><li class="menu-cat-301"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/sortky.html">Šortky</a></li><li class="menu-cat-298"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/spodna-bielizen.html">Spodná bielizeň</a></li><li class="menu-cat-320"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/ponozky.html">Ponožky</a></li></ul></li></ul></li><li><ul><li class="lvl-1"><ul><li class="menu-cat-304"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/termo-pradlo.html">Termo prádlo</a></li><li class="menu-cat-318"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/pletene-svetre.html">Pletené svetre</a></li><li class="menu-cat-345"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/dzinsy.html">Džínsy</a></li><li class="menu-cat-305"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/damske-nohavice.html">Dámske nohavice</a></li><li class="menu-cat-308"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/bikiny-plavky.html">Bikiny, plavky</a></li><li class="menu-cat-341"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/kosele.html">Košele</a></li><li class="menu-cat-302"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/trojstvrtove-nohavice.html">Trojštvrťové nohavice</a></li><li class="menu-cat-328"><a href="http://nahodsa.sk/kategorie/zeny/damske-oblecenie/sukne-letne-saty.html">Sukne, letné šaty</a></li></ul>
211
+ </li>
212
+ </ul>
213
+ </li>
214
+ <li class="menu_promo">
215
+ <ul>
216
+ <li class="lvl-1"><span class="lvl-1-title">Značky</span>
217
+ <ul>
218
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/endorfina.html">Endorfina</a></li>
219
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/supra.html">Supra</a></li>
220
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/converse.html">Converse</a></li>
221
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/vans.html">Vans</a></li>
222
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/lacoste.html">Lacoste</a></li>
223
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/adidas_originals.html">Adidas Originals</a></li>
224
+ <li><a href="http://nahodsa.sk/kategorie/zeny/shopby/nike.html">Nike</a></li>
225
+ <li><a href="http://nahodsa.sk/znacky"><strong>Všetky značky</strong></a></li>
226
+ </ul>
227
+ </li>
228
+ <li class="lvl-1"><span class="lvl-1-title">AKCIA</span>
229
+ <ul>
230
+ <li><a class="news-link" href="http://nahodsa.sk/kategorie/zeny.html?dir=desc&amp;order=created_at">Novinky</a></li>
231
+ <li><a class="in-stock-link" href="http://nahodsa.sk/kategorie/zeny/shopby/skladom.html">Tovar Skladom</a></li>
232
+ <li><a class="limited-edition-link" href="http://nahodsa.sk/kategorie/zeny/limited-edition.html">Limited Edition</a></li>
233
+ </ul>
234
+ </li>
235
+ </ul> </li>
236
+ </ul>
237
+ </div>
238
+ </li>
239
+ <li class="sub link_junior"><a href="http://nahodsa.sk/kategorie/deti.html">DETI</a>
240
+ <div class="ul_junior_container submenu-container">
241
+ <ul class="ul_junior">
242
+ <li>
243
+ <ul>
244
+ <li class="lvl-1 cat-list-209"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv.html">Detská obuv</a>
245
+ <ul><li class="menu-cat-221"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/tenisky.html">Tenisky</a></li><li class="menu-cat-223"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/detske-capacky.html">Detské capačky</a></li><li class="menu-cat-226"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/skate-tenisky.html">Skate tenisky</a></li><li class="menu-cat-218"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/platene-tenisky.html">Plátené tenisky</a></li><li class="menu-cat-224"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/outdoorova-obuv.html">Outdoorová obuv</a></li><li class="menu-cat-227"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/bezecka-obuv.html">Bežecká obuv</a></li><li class="menu-cat-229"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/basketbalova-obuv.html">Basketbalová obuv</a></li><li class="menu-cat-231"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/turisticka-obuv.html">Turistická obuv</a></li><li class="menu-cat-225"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/sandale-papuce-zabky.html">Sandále, papuče a žabky</a></li><li class="menu-cat-222"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/topanky.html">Topanky</a></li><li class="menu-cat-415"><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/gumaky.html">Gumáky</a></li></ul>
246
+ </li>
247
+ <li class="lvl-1 cat-list-210"><a href="http://nahodsa.sk/kategorie/deti/futbalova-obuv.html">Futbalová obuv</a>
248
+ <ul><li class="menu-cat-232"><a href="http://nahodsa.sk/kategorie/deti/futbalova-obuv/kopacky.html">Kopačky</a></li><li class="menu-cat-230"><a href="http://nahodsa.sk/kategorie/deti/futbalova-obuv/halovky.html">Halovky</a></li><li class="menu-cat-238"><a href="http://nahodsa.sk/kategorie/deti/futbalova-obuv/turfy.html">Turfy</a></li></ul>
249
+ </li>
250
+ </ul></li><li><ul> <li class="lvl-1 cat-list-211"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie.html">Detské oblečenie</a>
251
+ <ul><li class="menu-cat-293"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/mikiny.html">Mikiny</a></li><li class="menu-cat-282"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/mikiny-na-zips.html">Mikiny na zips</a></li><li class="menu-cat-284"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/tricka.html">Tričká</a></li><li class="menu-cat-294"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/polokosele.html">Polokošele</a></li><li class="menu-cat-285"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/tielka.html">Tielka</a></li><li class="menu-cat-292"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/chlapcenske-kosele.html">Chlapčenské košele</a></li><li class="menu-cat-287"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/teplakove-supravy.html">Teplákové súpravy</a></li><li class="menu-cat-288"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/teplaky.html">Tepláky</a></li><li class="menu-cat-291"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/kratasy.html">Kraťasy</a></li><li class="menu-cat-283"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/sukne-saty.html">Sukne, šaty</a></li></ul></li></ul></li><li><ul><li class="lvl-1"><ul><li class="menu-cat-286"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/bundy.html">Bundy</a></li><li class="menu-cat-249"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/nepremokave-oblecenie.html">Nepremokavé oblečenie</a></li><li class="menu-cat-290"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/dzinsy.html">Džínsy</a></li><li class="menu-cat-295"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/detske-nohavice.html">Detské nohavice</a></li><li class="menu-cat-296"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/trojstvrtove-nohavice.html">Trojštvrťove nohavice</a></li><li class="menu-cat-306"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/termo-pradlo.html">Termo prádlo</a></li><li class="menu-cat-289"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/spodne-pradlo.html">Spodné prádlo</a></li><li class="menu-cat-216"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/plavky-bikiny.html">Plavky, bikiny</a></li><li class="menu-cat-331"><a href="http://nahodsa.sk/kategorie/deti/detske-oblecenie/ponozky.html">Ponožky</a></li></ul>
252
+ </li>
253
+ </ul>
254
+ </li>
255
+ <li class="menu_promo">
256
+ <ul>
257
+ <li class="lvl-1"><span class="lvl-1-title">Značky</span>
258
+ <ul>
259
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/endorfina.html">Endorfina</a></li>
260
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/supra.html">Supra</a></li>
261
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/converse.html">Converse</a></li>
262
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/vans.html">Vans</a></li>
263
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/lacoste.html">Lacoste</a></li>
264
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/adidas.html">Adidas</a></li>
265
+ <li><a href="http://nahodsa.sk/kategorie/deti/shopby/nike.html">Nike</a></li>
266
+ <li><a href="http://nahodsa.sk/znacky"><strong>Všetky značky</strong></a></li>
267
+ </ul>
268
+ </li>
269
+ <li class="lvl-1"><span class="lvl-1-title">AKCIA</span>
270
+ <ul>
271
+ <li><a class="news-link" href="http://nahodsa.sk/kategorie/deti.html?dir=desc&amp;order=created_at">Novinky</a></li>
272
+ <li><a class="in-stock-link" href="http://nahodsa.sk/kategorie/deti/shopby/skladom.html">Tovar Skladom</a></li>
273
+ </ul>
274
+ </li>
275
+ </ul> </li>
276
+ </ul>
277
+ </div>
278
+ </li>
279
+ <li class="sub link_accessories"><a href="http://nahodsa.sk/kategorie/doplnky.html">DOPLNKY</a>
280
+ <div class="ul_accessories_container submenu-container">
281
+ <ul class="ul_accessories">
282
+ <li>
283
+ <ul>
284
+ <li class="lvl-1 cat-list-215"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky.html">Doplnky</a>
285
+ <ul><li class="menu-cat-338"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/sportove-kabelky.html">Športové kabelky</a></li><li class="menu-cat-336"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/cestovne-tasky.html">Cestovné tašky</a></li><li class="menu-cat-337"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/tasky-cez-rameno.html">Tašky cez rameno</a></li><li class="menu-cat-335"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/ruksaky.html">Ruksaky</a></li><li class="menu-cat-349"><a href="http://nahodsa.sk/kategorie/doplnky/doplnky/futbalove-tasky.html">Futbalové tašky</a></li></ul>
286
+ </li>
287
+ <li class="lvl-1 cat-list-179"><a href="http://nahodsa.sk/kategorie/doplnky/spodna-bielizen.html">Spodná bielizeň</a>
288
+ <ul><li class="menu-cat-212"><a href="http://nahodsa.sk/kategorie/doplnky/spodna-bielizen/panske-spodne-pradlo.html">Pánske spodné prádlo</a></li><li class="menu-cat-213"><a href="http://nahodsa.sk/kategorie/doplnky/spodna-bielizen/damske-spodne-pradlo.html">Dámske spodné prádlo</a></li><li class="menu-cat-214"><a href="http://nahodsa.sk/kategorie/doplnky/spodna-bielizen/detske-spodne-pradlo.html">Detské spodné prádlo</a></li></ul>
289
+ </li>
290
+ </ul></li><li><ul> <li class="lvl-1 cat-list-419"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky.html">Iné doplnky</a>
291
+ <ul><li class="menu-cat-347"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/penazenky.html">Peňaženky</a></li><li class="menu-cat-350"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/hodinky.html">Hodinky</a></li><li class="menu-cat-309"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/opasky.html">Opasky</a></li><li class="menu-cat-351"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/sportove-flase.html">Športové fľaše</a></li><li class="menu-cat-342"><a href="http://nahodsa.sk/kategorie/doplnky/ine-doplnky/ine-doplnky.html">Iné doplnky</a></li></ul>
292
+ </li>
293
+ <li class="lvl-1 cat-list-422"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky.html">Šiltovky</a>
294
+ <ul><li class="menu-cat-455"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/snapbacks.html">Snapbacks</a></li><li class="menu-cat-457"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/fullcaps.html">Fullcaps</a></li><li class="menu-cat-456"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/strapbacks.html">Strapbacks</a></li><li class="menu-cat-310"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/siltovky.html">Šiltovky</a></li><li class="menu-cat-327"><a href="http://nahodsa.sk/kategorie/doplnky/siltovky/ciapky-rukavice-saly.html">Čiapky, rukavice a šály</a></li></ul>
295
+ </li>
296
+ </ul></li><li><ul><li class="lvl-1 new-label"><span class="lvl-1-title">SKATE NOVINKA!</span></li> <li class="lvl-1 cat-list-423"><a href="http://nahodsa.sk/kategorie/doplnky/longboard.html">Longboard</a>
297
+ <ul><li class="menu-cat-424"><a href="http://nahodsa.sk/kategorie/doplnky/longboard/hardware.html">Hardware</a></li><li class="menu-cat-425"><a href="http://nahodsa.sk/kategorie/doplnky/longboard/cruisery.html">Cruisery</a></li><li class="menu-cat-426"><a href="http://nahodsa.sk/kategorie/doplnky/longboard/downhill.html">Downhill</a></li></ul>
298
+ </li>
299
+ <li class="lvl-1 cat-list-409"><a href="http://nahodsa.sk/kategorie/doplnky/bantam.html">Bantam</a>
300
+ <ul><li class="menu-cat-410"><a href="http://nahodsa.sk/kategorie/doplnky/bantam/komplety.html">Komplety</a></li><li class="menu-cat-411"><a href="http://nahodsa.sk/kategorie/doplnky/bantam/trucky.html">Trucky</a></li><li class="menu-cat-412"><a href="http://nahodsa.sk/kategorie/doplnky/bantam/kolieska.html">Kolieska</a></li><li class="menu-cat-413"><a href="http://nahodsa.sk/kategorie/doplnky/bantam/grips.html">Grips</a></li></ul>
301
+ </li>
302
+ <li class="lvl-1 cat-list-427"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards.html">Skateboards</a>
303
+ <ul><li class="menu-cat-428"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/dosky.html">Dosky</a></li><li class="menu-cat-429"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/komplety.html">Komplety</a></li><li class="menu-cat-430"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/trucky.html">Trucky</a></li><li class="menu-cat-431"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/hardware.html">Hardware</a></li><li class="menu-cat-432"><a href="http://nahodsa.sk/kategorie/doplnky/skateboards/kolieska.html">Kolieska</a></li></ul>
304
+ </li>
305
+ </ul>
306
+ </li>
307
+ <li class="menu_promo">
308
+ <ul>
309
+ <li class="lvl-1"><span class="lvl-1-title">Značky</span>
310
+ <ul>
311
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/adidas.html">Adidas</a></li>
312
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/nike.html">Nike</a></li>
313
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/puma.html">Puma</a></li>
314
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/supra.html">Supra</a></li>
315
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/osiris.html">Osiris</a></li>
316
+ <li><a href="http://nahodsa.sk/kategorie/doplnky/shopby/globe.html">Globe</a></li>
317
+ <li><a href="http://nahodsa.sk/znacky"><strong>Všetky značky</strong></a></li>
318
+ </ul>
319
+ </li>
320
+ </ul> </li>
321
+ </ul>
322
+ </div>
323
+ </li>
324
+ <li class="sub link_brands"><a href="http://nahodsa.sk/znacky">ZNAČKY</a></li>
325
+ <li class="sub link_sale"><a href="http://nahodsa.sk/kategorie/shopby/skladom.html">SKLADOM</a></li>
326
+ </ul>
327
+ <div class="main-container col1-layout">
328
+ <div class="main">
329
+ <div class="breadcrumbs">
330
+ <ul>
331
+ <li class="home">
332
+ <a href="http://nahodsa.sk/" title="Na hlavnú stránku">Hlavná stránka</a>
333
+ <span> - </span>
334
+ </li>
335
+ <li class="product">
336
+ <strong>Children Boys Westway Trainers</strong>
337
+ </li>
338
+ </ul>
339
+ </div>
340
+ <div class="col-main">
341
+ <div class="product-name">
342
+ <h1>Children Boys Westway Trainers</h1>
343
+ </div>
344
+
345
+
346
+ <div class="product-obal">
347
+ <script type="text/javascript">
348
+ var optionsPrice = new Product.OptionsPrice({"productId":"1009648","priceFormat":{"pattern":"%s\u00a0\u20ac","precision":2,"requiredPrecision":2,"decimalSymbol":",","groupSymbol":"\u00a0","groupLength":3,"integerRequired":1},"includeTax":"true","showIncludeTax":true,"showBothPrices":false,"productPrice":32,"productOldPrice":32,"priceInclTax":32,"priceExclTax":32,"skipCalculate":1,"defaultTax":20,"currentTax":20,"idSuffix":"_clone","oldPlusDisposition":0,"plusDisposition":0,"oldMinusDisposition":0,"minusDisposition":0});
349
+ </script>
350
+ <div id="messages_product_view"></div>
351
+ <div class="product-view">
352
+ <div class="product-essential">
353
+ <form action="http://nahodsa.sk/checkout/cart/add/uenc/aHR0cDovL25haG9kc2Euc2svY2hpbGRyZW4tYm95cy13ZXN0d2F5LXRyYWluZXJzLTEuaHRtbD9fX19TSUQ9VQ,,/product/1009648/" method="post" id="product_addtocart_form">
354
+ <div class="no-display">
355
+ <input type="hidden" name="product" value="1009648" />
356
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
357
+ </div>
358
+
359
+ <div class="product-shop">
360
+
361
+ <div class="produkt-info-riadky">
362
+
363
+ <div class="price_product price_junior">
364
+ <span class="cena">Cena:</span>
365
+
366
+
367
+
368
+ <div class="price-box">
369
+ <span class="regular-price" id="product-price-1009648">
370
+ <span class="price">32,00 €</span> </span>
371
+
372
+ </div>
373
+
374
+ </div>
375
+
376
+ <div class="availability in-stock"><span class="dostupnost">Dostupnosť:</span> <span class="dostupnost-green">Do 10 pracovných dní</span></div>
377
+
378
+ <div class="model_product">
379
+ <span class="model">Značka:</span>
380
+ <h2 class="model-value"><a href="http://nahodsa.sk/kategorie/shopby/supra/">Supra</a></h2>
381
+ </div>
382
+
383
+ <div class="product-category">
384
+ <span class="product-category-label">Kategórie:</span>
385
+ <div class="product-category-value"><h2><a href="http://nahodsa.sk/kategorie/deti/detska-obuv/tenisky.html">Detské tenisky</a></h2> </div>
386
+ </div>
387
+ <div class="product-color">
388
+ <span class="product-color-label">Farba:</span>
389
+ <span class="product-color-value">navy red</span>
390
+ </div>
391
+ <div class="product-code">
392
+ <span class="product-code-label">Kód tovaru:</span>
393
+ <span class="product-code-value">g36173</span>
394
+ </div>
395
+
396
+ <div class="social-links clearer">
397
+ <div class="fb-like"><fb:like href="http://nahodsa.sk/children-boys-westway-trainers-1.html" share="true" layout="button_count" width="175" show_faces="false" action="like"></fb:like></div>
398
+ <div class="plusone"><g:plusone size="medium"></g:plusone></div>
399
+ </div>
400
+ <div class="action-links">
401
+ <a href="http://nahodsa.sk/productquestion/index/index/product/1009648/" class="product-question-link">Spýtajte sa nás!</a>
402
+ <a href="http://nahodsa.sk/telefonicka-objednavka/" class="phone-order-link">Telefonická objednávka</a>
403
+ <div class="clearer"></div>
404
+ </div>
405
+ <div class="xmas-banner">
406
+ <a href="http://nahodsa.sk/kategorie/shopby/skladom.html/"><img src="http://nahodsa.sk/skin/frontend/default/default/images/nahodsa/xmas2014_1.gif" alt="Tovar Skladom" /></a>
407
+ </div>
408
+ </div>
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+ <ul class="add-to-links">
417
+ <li><span class="separator">|</span> <a href="http://nahodsa.sk/catalog/product_compare/add/product/1009648/uenc/aHR0cDovL25haG9kc2Euc2svY2hpbGRyZW4tYm95cy13ZXN0d2F5LXRyYWluZXJzLTEuaHRtbA,,/" class="link-compare">Pridať do porovnávania</a></li>
418
+ </ul>
419
+
420
+
421
+
422
+
423
+ </div>
424
+
425
+ <div class="product-img-box">
426
+
427
+
428
+ <p class="product-image-zoom">
429
+ <img id="image" src="http://nahodsa.sk/media/catalog/product/cache/1/image/500x350/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red.jpg" alt="Children Boys Westway Trainers" title="Children Boys Westway Trainers" /> <img id="slide-loader" src="http://nahodsa.sk/skin/frontend/default/default/images/opc-ajax-loader.gif" alt="Loading..." />
430
+ </p>
431
+ <p class="a-center" id="track_hint"></p>
432
+
433
+ <div class="more-views">
434
+ <ul>
435
+ <li>
436
+ <a href="http://nahodsa.sk/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red.jpg" onclick="slide('http://nahodsa.sk/media/catalog/product/cache/1/image/500x350/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red.jpg',0,'http://nahodsa.sk/catalog/product/gallery/id/1009648/image/552358/'); return false;"><img src="http://nahodsa.sk/media/catalog/product/cache/1/thumbnail/56x/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red.jpg" alt="Children Boys Westway Trainers" title="Children Boys Westway Trainers" /></a>
437
+ </li>
438
+ <li>
439
+ <a href="http://nahodsa.sk/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red_1.jpg" onclick="slide('http://nahodsa.sk/media/catalog/product/cache/1/image/500x350/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red_1.jpg',1,'http://nahodsa.sk/catalog/product/gallery/id/1009648/image/552359/'); return false;"><img src="http://nahodsa.sk/media/catalog/product/cache/1/thumbnail/56x/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red_1.jpg" alt="Children Boys Westway Trainers" title="Children Boys Westway Trainers" /></a>
440
+ </li>
441
+ <li>
442
+ <a href="http://nahodsa.sk/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red_2.jpg" onclick="slide('http://nahodsa.sk/media/catalog/product/cache/1/image/500x350/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red_2.jpg',2,'http://nahodsa.sk/catalog/product/gallery/id/1009648/image/552360/'); return false;"><img src="http://nahodsa.sk/media/catalog/product/cache/1/thumbnail/56x/9df78eab33525d08d6e5fb8d27136e95/s/1/s12013k_navy_red_2.jpg" alt="Children Boys Westway Trainers" title="Children Boys Westway Trainers" /></a>
443
+ </li>
444
+ </ul>
445
+ </div>
446
+
447
+
448
+ </div>
449
+
450
+
451
+
452
+ <div class="dostupne_volby">Dostupné voľby</div>
453
+
454
+
455
+ <div class="product-options" id="product-options-wrapper">
456
+
457
+
458
+ <dl>
459
+ <dt><label class="required">Veľkosť:</label></dt>
460
+ <dd class="last">
461
+ <div class="input-box">
462
+ <select name="super_attribute[126]" id="attribute126" class="required-entry super-attribute-select">
463
+ <option>Vyberte možnosť...</option>
464
+ </select>
465
+ </div>
466
+ </dd>
467
+ </dl>
468
+ <script type="text/javascript">
469
+ var spConfig = new Product.Config({"attributes":{"126":{"id":"126","code":"velkost_obuv","label":"Ve\u013ekos\u0165","options":[{"id":"21197","label":"UK2","price":"0","oldPrice":"0","products":["1073578"]}]}},"template":"#{price}\u00a0\u20ac","basePrice":"32","oldPrice":"32","productId":"1009648","chooseText":"Vyberte mo\u017enos\u0165...","taxConfig":{"includeTax":true,"showIncludeTax":true,"showBothPrices":false,"defaultTax":20,"currentTax":20,"inclTaxTitle":"s DPH"}});
470
+ </script>
471
+
472
+
473
+ <script type="text/javascript">
474
+ //<![CDATA[
475
+ enUS = {"m":{"wide":["January","February","March","April","May","June","July","August","September","October","November","December"],"abbr":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}}; // en_US locale reference
476
+ Calendar._DN = ["nede\u013ea","pondelok","utorok","streda","\u0161tvrtok","piatok","sobota"]; // full day names
477
+ Calendar._SDN = ["ne","po","ut","st","\u0161t","pi","so"]; // short day names
478
+ Calendar._FD = 1; // First day of the week. "0" means display Sunday first, "1" means display Monday first, etc.
479
+ Calendar._MN = ["janu\u00e1ra","febru\u00e1ra","marca","apr\u00edla","m\u00e1ja","j\u00fana","j\u00fala","augusta","septembra","okt\u00f3bra","novembra","decembra"]; // full month names
480
+ Calendar._SMN = ["jan","feb","mar","apr","m\u00e1j","j\u00fan","j\u00fal","aug","sep","okt","nov","dec"]; // short month names
481
+ Calendar._am = "dopoludnia"; // am/pm
482
+ Calendar._pm = "popoludn\u00ed";
483
+
484
+ // tooltips
485
+ Calendar._TT = {};
486
+ Calendar._TT["INFO"] = "About the calendar";
487
+
488
+ Calendar._TT["ABOUT"] =
489
+ "DHTML Date/Time Selector\n" +
490
+ "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" +
491
+ "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
492
+ "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." +
493
+ "\n\n" +
494
+ "Date selection:\n" +
495
+ "- Use the \xab, \xbb buttons to select year\n" +
496
+ "- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +
497
+ "- Hold mouse button on any of the above buttons for faster selection.";
498
+ Calendar._TT["ABOUT_TIME"] = "\n\n" +
499
+ "Time selection:\n" +
500
+ "- Click on any of the time parts to increase it\n" +
501
+ "- or Shift-click to decrease it\n" +
502
+ "- or click and drag for faster selection.";
503
+
504
+ Calendar._TT["PREV_YEAR"] = "Prev. year (hold for menu)";
505
+ Calendar._TT["PREV_MONTH"] = "Prev. month (hold for menu)";
506
+ Calendar._TT["GO_TODAY"] = "Go Today";
507
+ Calendar._TT["NEXT_MONTH"] = "Next month (hold for menu)";
508
+ Calendar._TT["NEXT_YEAR"] = "Next year (hold for menu)";
509
+ Calendar._TT["SEL_DATE"] = "Select date";
510
+ Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
511
+ Calendar._TT["PART_TODAY"] = ' (' + "Dnes" + ')';
512
+
513
+ // the following is to inform that "%s" is to be the first day of week
514
+ Calendar._TT["DAY_FIRST"] = "Display %s first";
515
+
516
+ // This may be locale-dependent. It specifies the week-end days, as an array
517
+ // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
518
+ // means Monday, etc.
519
+ Calendar._TT["WEEKEND"] = "0,6";
520
+
521
+ Calendar._TT["CLOSE"] = "Zavrieť";
522
+ Calendar._TT["TODAY"] = "Dnes";
523
+ Calendar._TT["TIME_PART"] = "(Shift-)Click or drag to change value";
524
+
525
+ // date formats
526
+ Calendar._TT["DEF_DATE_FORMAT"] = "%e.%m.%Y";
527
+ Calendar._TT["TT_DATE_FORMAT"] = "%e. %B %Y";
528
+
529
+ Calendar._TT["WK"] = "T\u00fd\u017ede\u0148";
530
+ Calendar._TT["TIME"] = "Time:";
531
+ //]]>
532
+ </script>
533
+
534
+ <a href="http://nahodsa.sk/size-tables/" class="tabulka_velkosti"></a>
535
+
536
+ </div>
537
+ <script type="text/javascript">decorateGeneric($$('#product-options-wrapper dl'), ['last']);</script>
538
+ <div class="product-options-bottom">
539
+
540
+
541
+
542
+ <div class="price-box">
543
+ <span class="regular-price" id="product-price-1009648_clone">
544
+ <span class="price">32,00 €</span> </span>
545
+
546
+ </div>
547
+
548
+ <div class="add-to-cart">
549
+ <label for="qty">Množstvo:</label>
550
+ <span class="pozadie_mnozstvo_hodnota"><input type="text" name="qty" id="qty" maxlength="2" value="1" title="Množstvo" class="input-text qty" /></span>
551
+ <button type="button" title="Pridať do košíka" class="button btn-cart" onclick="productAddToCartForm.submit(this)"></button>
552
+ </div>
553
+
554
+
555
+
556
+ <ul class="add-to-links">
557
+ <li><span class="separator">|</span> <a href="http://nahodsa.sk/catalog/product_compare/add/product/1009648/uenc/aHR0cDovL25haG9kc2Euc2svY2hpbGRyZW4tYm95cy13ZXN0d2F5LXRyYWluZXJzLTEuaHRtbA,,/" class="link-compare">Pridať do porovnávania</a></li>
558
+ </ul>
559
+ </div>
560
+ <div class="product-viewed">
561
+ <div class="block-title">
562
+ <strong>Naposledy zobrazené produkty</strong>
563
+ </div>
564
+ <div class="block-content">
565
+ <ol id="recently-viewed-items">
566
+ <li class="item">
567
+ <a href="http://nahodsa.sk/children-boys-star-player-3v-mid-trainer.html" title="Children Boys Star Player 3V Mid Trainer"><img src="http://nahodsa.sk/media/catalog/product/cache/1/small_image/50x/9df78eab33525d08d6e5fb8d27136e95/c/o/converse-children-boys-star-player-3v-mid-trainer_navy.jpg" width="50" height="50" alt="Children Boys Star Player 3V Mid Trainer" /></a>
568
+ </li>
569
+ <li class="item">
570
+ <a href="http://nahodsa.sk/supra-above-ts-wht.html" title="SUPRA ABOVE TS WHT"><img src="http://nahodsa.sk/media/catalog/product/cache/1/small_image/50x/9df78eab33525d08d6e5fb8d27136e95/s/5/s5231401_wht.jpg.jpg" width="50" height="50" alt="SUPRA ABOVE TS WHT" /></a>
571
+ </li>
572
+ <li class="item">
573
+ <a href="http://nahodsa.sk/converse-chuck-taylor-knee-hi.html" title="Converse Chuck Taylor Knee Hi"><img src="http://nahodsa.sk/media/catalog/product/cache/1/small_image/50x/9df78eab33525d08d6e5fb8d27136e95/a/s/as_knee_hi_black01web.jpg" width="50" height="50" alt="Converse Chuck Taylor Knee Hi" /></a>
574
+ </li>
575
+ <li class="item">
576
+ <a href="http://nahodsa.sk/converse-italian-auckland-racer-grey-blue-unisex-tenisky.html" title="Converse Italian Auckland Racer Grey Blue Unisex Tenisky"><img src="http://nahodsa.sk/media/catalog/product/cache/1/small_image/50x/9df78eab33525d08d6e5fb8d27136e95/a/u/auck_italn_grey_blue01.jpg" width="50" height="50" alt="Converse Italian Auckland Racer Grey Blue Unisex Tenisky" /></a>
577
+ </li>
578
+ <li class="item">
579
+ <a href="http://nahodsa.sk/mens-troy-pumps-4.html" title="Mens Troy Pumps"><img src="http://nahodsa.sk/media/catalog/product/cache/1/small_image/50x/9df78eab33525d08d6e5fb8d27136e95/t/r/troy1_black_yellow.jpg" width="50" height="50" alt="Mens Troy Pumps" /></a>
580
+ </li>
581
+ </ol>
582
+ <div class="clearer"></div>
583
+ <script type="text/javascript">decorateList('recently-viewed-items');</script>
584
+ </div>
585
+ </div>
586
+ </form>
587
+ <script type="text/javascript">
588
+ //<![CDATA[
589
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
590
+ productAddToCartForm.submit = function(){
591
+ if (this.validator.validate()) {
592
+ this.form.submit();
593
+ }
594
+ }.bind(productAddToCartForm);
595
+ //]]>
596
+ </script>
597
+ </div>
598
+
599
+ <div class="product-collateral">
600
+
601
+
602
+ <ul class="tabs">
603
+
604
+ <li id="product_tabs_description_tabbed" class="active first"><a href='#'>Popis</a></li>
605
+
606
+
607
+ <li id="product_tabs_review_tabbed" ><a href="#">Recenzie (0)</a></li>
608
+
609
+ </ul>
610
+ <div class="padder">
611
+ <div id="product_tabs_description_tabbed_contents">
612
+
613
+ <div class="box-collateral box-description">
614
+ <div class="std">
615
+ <div class="kod-tovaru">
616
+ <span class="kod-tovaru-label">Kód tovaru:</span>
617
+ <span class="kod-tovaru-value">g36173</span>
618
+ </div>
619
+ <h2>Children Boys Westway Trainers</h2>Children Boys Westways Trainer In Navy & Red
620
+ Founded by Angel Cabada in 2006 Supra is one of the most daring brands available, its street & skateboard style is acknowledged within the music & skate industry, catching the eye of stars such as Chad Muska, Jay-Z, Justin Timberlake, plus many more, bring this Vaidar style home for your Kids
621
+ - Kids lace up High Trainer
622
+ -Suede panel to front
623
+ -Supra branding to tongue, heel & side.
624
+ -Textured Sole.
625
+ -Leather & Synthetic Upper, Textile Inner, Synthetic Sole. <div class="doslovny-preklad">Ospravedlňujeme sa za doslovný preklad. Ďakujeme.</div>
626
+ </div>
627
+ </div>
628
+ </div>
629
+ <div id="product_tabs_review_tabbed_contents">
630
+
631
+ <br/>
632
+
633
+ <div class="form-add">
634
+ <h2>Napíšte vlastnú recenziu</h2>
635
+ <p class="review-nologged" id="review-form">
636
+ Hodnotiť produkty môžu iba registrovaní užívatelia.<br />Prosím <a href="http://nahodsa.sk/customer/account/login/referer/aHR0cDovL25haG9kc2Euc2svY2F0YWxvZy9wcm9kdWN0L3ZpZXcvaWQvMTAwOTY0OC8_X19fU0lEPVUjcmV2aWV3LWZvcm0,/">prihláste sa</a> alebo sa <a href="http://nahodsa.sk/customer/account/create/">registrujte</a>. </p>
637
+ </div>
638
+
639
+
640
+ </div>
641
+ </div>
642
+
643
+ </div>
644
+ </div>
645
+
646
+ </div>
647
+ <script type="text/javascript">
648
+ Mage.Cookies.set('external_no_cache', 1);
649
+ </script>
650
+ </div>
651
+ </div>
652
+ </div>
653
+ <div class="clearer"></div>
654
+ <div class="footerx">
655
+ <div class="riadok1">
656
+ <ul>
657
+ <li class="first"><a href="http://nahodsa.sk/kategorie/muzi.html/">MUŽI</a></li>
658
+ <li><a href="http://nahodsa.sk/kategorie/zeny.html/">ŽENY</a></li>
659
+ <li><a href="http://nahodsa.sk/kategorie/deti.html/">DETI</a></li>
660
+ <li><a href="http://nahodsa.sk/ako-nakupovat/zakaznicky-servis.html/">KONTAKT</a></li>
661
+ <li><a href="http://nahodsa.sk/customer/account/create/">REGISTRÁCIA</a></li>
662
+ <li><a href="http://nahodsa.sk/kategorie/shopby/skladom.html/">AKCIA</a></li>
663
+ <li><a href="http://nahodsa.sk/kategorie.html?dir=desc&amp;order=created_at">NAJNOVŠIE</a></li>
664
+ <li><a href="http://nahodsa.sk/kategorie.html?dir=desc&amp;order=bestsellers">NAJPREDÁVANEJŠIE</a></li>
665
+ <li><a href="http://nahodsa.sk/kategorie/shopby/skladom.html/">SKLADOM</a></li>
666
+ <li><a href="http://nahodsa.sk/ako-nakupovat/obchodne-podmienky.html/">Obchodné podmienky</a></li>
667
+ </ul>
668
+ </div>
669
+ <div class="riadok2">
670
+ All rights reserved <a href="http://nahodsa.sk">nahodsa.sk</a> &copy; 2011 - 2013 </div>
671
+ <div class="riadok3">
672
+ <div>Ďalšie naše projekty: <a title="Nahodse.cz - sportovní obuv a oblečení" href="http://nahodse.cz">nahodse.cz</a> | <a title="Outletuj.sk - športová obuv a oblečenie" href="http://outletuj.sk">outletuj.sk</a> | <a title="Outletuj.cz - sportovní obuv a oblečení" href="http://outletuj.cz">outletuj.cz</a> | <a title="Nahodsa.sk - BLOG" href="http://nahodsa.sk/blog">Nahodsa.sk - BLOG</a></div> </div>
673
+ </div> <!--Start of Zopim Live Chat Script-->
674
+ <script type="text/javascript">
675
+ window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
676
+ d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
677
+ _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
678
+ $.src='//v2.zopim.com/?yCJyqISxknzJ1hgrnw07MNogt03VT2jx';z.t=+new Date;$.
679
+ type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
680
+ </script><!--End of Zopim Live Chat Script-->
681
+ <!--Zopim Options-->
682
+ <script>$zopim(function(){
683
+ $zopim.livechat.setLanguage('sk');
684
+ });
685
+ </script>
686
+ <!--EOF Zopim Options-->
687
+ <iframe src="//creativecdn.com/tags?id=pr_pHU6ezXaE4Q8RBBspqja_offer_g36173" width="1" height="1" scrolling="no" frameBorder="0"></iframe>
688
+ </div>
689
+ </div>
690
+ <script type="text/javascript">
691
+ //<![CDATA[
692
+ var _hwq = _hwq || [];
693
+ _hwq.push(['setKey', 'D100321D3AFF6B2A5D7CE41EA61DD80B']);_hwq.push(['setTopPos', '350']);_hwq.push(['showWidget', '21']);(function() {
694
+ var ho = document.createElement('script'); ho.type = 'text/javascript'; ho.async = true;
695
+ ho.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.heureka.sk/direct/i/gjs.php?n=wdgt&sak=D100321D3AFF6B2A5D7CE41EA61DD80B';
696
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ho, s);
697
+ })();
698
+ //]]>
699
+ </script>
700
+ </body>
701
+ </html>
forms/html/221.html ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
3
+
4
+ <html>
5
+ <!-- HEAD -->
6
+ <head>
7
+
8
+ <title>Сообщить новость | БЕЛОРУССКИЕ НОВОСТИ | Беларусь | Минск | факты | комментарии
9
+
10
+
11
+ </title>
12
+
13
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
14
+ <meta name="Author" content="Red Graphic Systems">
15
+ <meta name="keywords" content=" ">
16
+ <meta name="description" content=" ">
17
+
18
+ <link rel="stylesheet" type="text/css" href="/templates/css/default.css" media="screen">
19
+ <link rel="stylesheet" type="text/css" href="/templates/css/popup.css" media="screen">
20
+ <link rel="stylesheet" type="text/css" href="/templates/css/print.css" media="print">
21
+
22
+ <script language="JavaScript" type="text/javascript" src="/templates/js/common.js"></script>
23
+ <script>
24
+ function checkForm(){
25
+ if (document.formNews.formName.value!="" && document.formNews.formEmail.value!="" && document.formNews.formComment.value!="")
26
+ if (checkMail(document.formNews.formEmail))
27
+ return true;
28
+ else {
29
+ alert("Проверьте правильность E-mail");
30
+ return false;
31
+ }
32
+ else {
33
+ alert("Заполните все поля");
34
+ return false;
35
+ }
36
+
37
+ }
38
+
39
+ </script>
40
+ </head>
41
+
42
+ <body onload="setInit (); setAutoFocus ('formName');">
43
+
44
+ <!-- searchExclude -->
45
+ <div id="loHeader" class="header">
46
+ <div class="headerTitle">
47
+ <h1>Сообщить новость</h1>
48
+ </div>
49
+ </div>
50
+
51
+ <div id="loContent" class="content">
52
+ <div class="contentTextContent">
53
+ <p>Уважаемые читатели!<br/>
54
+ Вы можете сообщить нам о событии, не освещенном в "Белорусских новостях", или рекомендовать нам обратить внимание на те или иные обстоятельства произошедшего
55
+ </p>
56
+ </div>
57
+ <div class="contentFormContent">
58
+ <p><b></b></p>
59
+
60
+ <p><b></b></p>
61
+ <form id="formNews" name="formNews" method="post" action="" onsubmit="return checkForm()">
62
+ <table cellspacing="0" class="form formStandard">
63
+ <col class="colFormStandardInputTitle">
64
+ <col class="colFormStandardInput">
65
+ <tr>
66
+ <td class="formInputTitle"><label for="formName">Имя:</label></td>
67
+ <td class="formInput"><input type="text" style="width: 250px" id="formMistakeName" name="name" value="" class="textfield"></td>
68
+ </tr>
69
+ <tr>
70
+ <td class="formInputTitle"><label for="formEmail">E-Mail:</label></td>
71
+ <td class="formInput"><input type="text" style="width: 250px" id="formMistakeEmail" name="email" value="" class="textfield"></td>
72
+ </tr>
73
+ <tr class="formInputSeparator">
74
+ <td class="formInputTitle"><label for="formComment">Сообщение:</label></td>
75
+ <td class="formInput">
76
+ <textarea style="width: 250px" id="formMistakeComment" name="message" cols="20" rows="5" class="textfield" ></textarea></td>
77
+ </tr>
78
+ <tr>
79
+ <td class="formInputTitle">&nbsp;</td>
80
+ <td class="formButtonRow">
81
+ <input type="submit" id="formSubmit" value="Отправить" class="button">
82
+ <input type="button" id="formClose" value="Закрыть" class="button buttonClose" onclick="window.close();">
83
+ <input type="hidden" name="page" value="Сообщить новость"/>
84
+ </td>
85
+ </tr>
86
+ </table>
87
+ </form>
88
+ </div>
89
+ </div>
90
+ <script type="text/javascript">
91
+ var gaJsHost = (("https:" == document.location.protocol) ?
92
+ "https://ssl." : "http://www.");
93
+ document.write(unescape("%3Cscript src='" + gaJsHost +
94
+ "google-analytics.com/ga.js'
95
+ type='text/javascript'%3E%3C/script%3E"));
96
+ </script>
97
+ <script type="text/javascript">
98
+ try {
99
+ var pageTracker = _gat._getTracker("UA-7320939-1");
100
+ pageTracker._trackPageview();
101
+ } catch(err) {}</script>
102
+ <div class="hide">
103
+
104
+ <noindex>
105
+
106
+ <script type="text/javascript" src="http://mg.dt00.net/js/n/a/naviny.by.i1.js"></script>
107
+
108
+ <!-- (C)2009 Gemius SA - gemiusAudience / naviny.by / Home Page -->
109
+ <script type="text/javascript">
110
+ <!--//--><![CDATA[//><!--
111
+ var pp_gemius_identifier = new String('Aus70GNYcHJ_54Bg05U3xMbfHSEYkjrwwWB5vtycoQP.l7');
112
+ var pp_gemius_hitcollector = 'gaby.hit.gemius.pl';
113
+ //--><!]]>
114
+ </script>
115
+ <script type="text/javascript" src="/xgemius.js"></script>
116
+
117
+ <script type="text/javascript">
118
+ <!--//--><![CDATA[//><!--
119
+ var ghmxy_align = 'left';
120
+ var ghmxy_type = 'percent';
121
+ var ghmxy_identifier = '.K5KhnhgK8KTDEpkIQ_o5Za0LbqdiicgDf4gqUsuySb.w7';
122
+ //--><!]]>
123
+ </script>
124
+ <script type="text/javascript" src="http://pro.hit.gemius.pl/hmapxy.js"></script>
125
+
126
+ </noindex>
127
+
128
+ </div>
129
+
130
+ </body>
131
+ </html>
forms/html/222.html ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
3
+ <html>
4
+ <head>
5
+
6
+ <title>БЕЛОРУССКИЕ НОВОСТИ | Беларусь | Минск | факты | комментарии
7
+
8
+
9
+ </title>
10
+
11
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
12
+ <meta name="Author" content="Red Graphic Systems">
13
+ <meta name="keywords" content=" ">
14
+ <meta name="description" content=" ">
15
+
16
+ <link rel="stylesheet" type="text/css" href="/templates/css/default.css" media="screen">
17
+ <link rel="stylesheet" type="text/css" href="/templates/css/popup.css" media="screen">
18
+ <link rel="stylesheet" type="text/css" href="/templates/css/print.css" media="print">
19
+
20
+ <script language="JavaScript" type="text/javascript" src="/templates/js/common.js"></script>
21
+ <script>
22
+ function checkForm(){
23
+ var pat_email=/^[a-zA-Z][a-zA-Z\_\.\-\d]*@[a-zA-Z\_\.\-\d]+.[a-zA-Z]{2,4}$/;
24
+ var pat_text=/^\s*$/;
25
+ if (pat_text.test(document.formNews.formMistakeName.value)) {alert ("Заполните поле 'Имя'"); return false;}
26
+ if (pat_text.test(document.formNews.formMistakeCity.value)) {alert ("Заполните поле 'Город'"); return false;}
27
+ if (!pat_text.test(document.formNews.formMistakeEmail.value) && !pat_email.test(document.formNews.formMistakeEmail.value)) {alert ("Заполните правильно поле 'E-Mail'"); return false;}
28
+ if (pat_text.test(document.formNews.formMistakeComment.value)) {alert ("Заполните поле 'Сообщение'"); return false;}
29
+
30
+
31
+
32
+
33
+ }
34
+
35
+ </script>
36
+ </head>
37
+
38
+ <body onload="setInit (); setAutoFocus ('formMistakeName');">
39
+ <div id="loHeader" class="header">
40
+ <div class="headerTitle">
41
+ <h1>Пишите нам</h1>
42
+ </div>
43
+ </div>
44
+
45
+ <div id="loContent" class="content">
46
+ <div class="contentTextContent">
47
+ <p><strong><em>Уважаемые читатели!</em><br />Вы можете отправить нам свое сообщение.</strong></p>
48
+ </div>
49
+ <div class="contentFormContent">
50
+ <p><b></b></p>
51
+ <form id="formNews" name="formNews" method="post" action="" onsubmit="return checkForm()">
52
+ <table cellspacing="0" class="form formStandard">
53
+ <col class="colFormStandardInputTitle">
54
+ <col class="colFormStandardInput">
55
+ <tr>
56
+ <td class="formInputTitle"><label for="formMistakeName">Имя:</label></td>
57
+ <td class="formInput"><input type="text" style="width: 250px" id="formMistakeName" name="formMistakeName" value="" class="textfield"></td>
58
+ </tr>
59
+ <tr>
60
+ <td class="formInputTitle"><label for="formMistakeCity">Город:</label></td>
61
+ <td class="formInput"><input type="text" style="width: 250px" id="formMistakeCity" name="formMistakeCity" value="" class="textfield"></td>
62
+ </tr>
63
+ <tr>
64
+ <td class="formInputTitle"><label for="formMistakeEmail">E-Mail:</label></td>
65
+ <td class="formInput"><input type="text" style="width: 250px" id="formMistakeEmail" name="formMistakeEmail" value="" class="textfield"></td>
66
+ </tr>
67
+ <tr class="formInputSeparator">
68
+ <td class="formInputTitle"><label for="formMistakeComment">Сообщение:</label></td>
69
+ <td class="formInput"><textarea style="width: 250px" id="formMistakeComment" name="formMistakeComment" cols="20" rows="5" class="textfield"></textarea></td>
70
+ </tr>
71
+ <tr>
72
+ <td class="formInputTitle">&nbsp;</td>
73
+ <td class="formButtonRow">
74
+ <input type="submit" id="formMistakeSubmit" value="Отправить" class="button">
75
+ <input type="button" id="formMistakeClose" value="Закрыть" class="button buttonClose" onclick="window.close();">
76
+ </td>
77
+ </tr>
78
+ </table>
79
+ </form>
80
+ </div>
81
+ </div>
82
+ <!-- searchExclude -->
83
+ <div class="hide">
84
+
85
+ <noindex>
86
+
87
+ <script type="text/javascript" src="http://mg.dt00.net/js/n/a/naviny.by.i1.js"></script>
88
+
89
+ <!-- (C)2009 Gemius SA - gemiusAudience / naviny.by / Home Page -->
90
+ <script type="text/javascript">
91
+ <!--//--><![CDATA[//><!--
92
+ var pp_gemius_identifier = new String('Aus70GNYcHJ_54Bg05U3xMbfHSEYkjrwwWB5vtycoQP.l7');
93
+ var pp_gemius_hitcollector = 'gaby.hit.gemius.pl';
94
+ //--><!]]>
95
+ </script>
96
+ <script type="text/javascript" src="/xgemius.js"></script>
97
+
98
+ <script type="text/javascript">
99
+ <!--//--><![CDATA[//><!--
100
+ var ghmxy_align = 'left';
101
+ var ghmxy_type = 'percent';
102
+ var ghmxy_identifier = '.K5KhnhgK8KTDEpkIQ_o5Za0LbqdiicgDf4gqUsuySb.w7';
103
+ //--><!]]>
104
+ </script>
105
+ <script type="text/javascript" src="http://pro.hit.gemius.pl/hmapxy.js"></script>
106
+
107
+ </noindex>
108
+
109
+ </div>
110
+
111
+ </body>
112
+ </html>
forms/html/234.html ADDED
@@ -0,0 +1 @@
 
 
1
+ <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Site - Login</title><link href="http://xxxxxxxxxxxx.onion/assets/css/site.css" rel="stylesheet"><style type="text/css"> body > .grid { height: 100%; } .column { max-width: 350px; } </style></head><body><div class="ui middle aligned center aligned grid"><div class="column"><h1 class="ui center aligned header">Site</h1><div class="ui orange segment"><form class="ui form " method="post" action="http://xxxxxxxxxxxx.onion/login"><input type="hidden" name="_token" value="6VYuPM6fzf51UvMn6HDm95XQb5pT2iG1TxdBbzWQ"><div class="field "><div class="ui left icon input"><i class="user icon"></i><input name="username" placeholder="Username" type="text" value="" maxlength="30" required="required"></div></div><div class="field "><div class="ui left icon input"><i class="lock icon"></i><input name="password" placeholder="Password" type="password" required="required"></div></div><div class="field"><img class="ui rounded centered image" src="http://xxxxxxxxxxxx.onion/captcha/flat?Oy4OpZiW"/></div><div class="ui label text-justify" style="margin-bottom: 10px"> Please make absolutely sure the URL inside the security image matches the one in your browser! If they do not match, leave this site immediately. </div><div class="field "><div class="ui left icon input"><i class="write icon"></i><input name="captcha" placeholder="Captcha" type="text" maxlength="5" required="required"></div></div><button class="ui fluid large orange button" type="submit">Login</button><div class="ui message"> New to us? <a href="http://xxxxxxxxxxxx.onion/register">Sign Up</a></div></form></div></div></div></body></html>
forms/html/237.html ADDED
@@ -0,0 +1,561 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+ <title>Search</title>
8
+ <meta name="description" content="The International Journal of Computer Science: Theory and Application is an open access and peer-reviewed Journal. Authors are invited to submit original papers on both applied or/and theoretical aspects of computer science." />
9
+ <meta name="keywords" content="International Journal of Computer Science; Journal of Computer Science; Call For Papers in Computer Science; Open Access Journal; Research Papers Publication." />
10
+ <meta name="generator" content="Journal Systems 2.4.3.0" />
11
+ <title>International Journal of Computer Science</title>
12
+ <meta name="Description" content="The International Journal of Computer Science: Theory and Application (IJCSTA) is a bi-monthly, open access and peer-reviewed International Journal for academic researchers, industrial professionals, educators, developers and technical managers in the computer science field.
13
+ The journal covers all areas of computer science, like computer engineering, computer security, database management system Artificial Intelligence, Software Engineering and more. We publish original research papers, state-of-the-art reviews, and high quality technical notes, on both applied and theoretical aspects of computer science.
14
+ ">
15
+ <meta name="Keywords" content="Artificial Intelligence;
16
+ Algorithms, Programming language theory, Formal methods;
17
+ Computer architecture, Computer security, Computer graphics,
18
+ Computer Components, Digital Devices, and Interconnection Networks;
19
+ Computer Organizations and Architectures;
20
+ Data structures, Database theory;
21
+ Operating Systems, Software Systems and engineering, Soft computing, and Communication Protocols;
22
+ Computational Science, Theory of computation;
23
+ Real-time Systems, Distributed Systems and Embedded Systems;
24
+ Specification, Design, Prototyping, and Testing Methods and Tools;
25
+ Human-based computation, Human–computer interaction;
26
+ Reliability, Testability, Performance and Security;
27
+ Business intelligence;">
28
+ <meta name="Publisher" content="ORB Acadeic Publisher">
29
+ <meta name="Identifier-Url" content="http://www.orb-academic.org/index.php/journal-of-computer-science">
30
+ <link rel="icon" href="http://orb-academic.org/public/journals/2/journalFavicon_en_US.png" type="image/png" /> <link rel="stylesheet" href="http://orb-academic.org/lib/pkp/styles/pkp.css" type="text/css" />
31
+ <link rel="stylesheet" href="http://orb-academic.org/lib/pkp/styles/common.css" type="text/css" />
32
+ <link rel="stylesheet" href="http://orb-academic.org/styles/common.css" type="text/css" />
33
+ <link rel="stylesheet" href="http://orb-academic.org/styles/compiled.css" type="text/css" />
34
+
35
+ <!-- Base Jquery -->
36
+ <script type="text/javascript" src="//www.google.com/jsapi"></script>
37
+ <script type="text/javascript">
38
+ <!--
39
+ // Provide a local fallback if the CDN cannot be reached
40
+ if (typeof google == 'undefined') {
41
+ document.write(unescape("%3Cscript src='http://orb-academic.org/lib/pkp/js/lib/jquery/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
42
+ document.write(unescape("%3Cscript src='http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/jqueryUi.min.js' type='text/javascript'%3E%3C/script%3E"));
43
+ } else {
44
+ google.load("jquery", "1.4.4");
45
+ google.load("jqueryui", "1.8.6");
46
+ }
47
+ // -->
48
+ </script>
49
+
50
+
51
+
52
+ <link rel="stylesheet" href="http://orb-academic.org/styles/sidebar.css" type="text/css" /> <link rel="stylesheet" href="http://orb-academic.org/styles/rightSidebar.css" type="text/css" />
53
+ <link rel="stylesheet" href="http://orb-academic.org/public/site/sitestyle.css" type="text/css" />
54
+
55
+ <!-- Default global locale keys for JavaScript -->
56
+
57
+ <script type="text/javascript">
58
+ jQuery.pkp = jQuery.pkp || { };
59
+ jQuery.pkp.locale = { };
60
+
61
+ jQuery.pkp.locale.search_noKeywordError = 'You must enter at least one search keyword.';
62
+ </script>
63
+ <!-- Compiled scripts -->
64
+
65
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/jquery.tag-it.js"></script>
66
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/jquery.cookie.js"></script>
67
+
68
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/functions/fontController.js"></script>
69
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/functions/general.js"></script>
70
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/functions/jqueryValidatorI18n.js"></script>
71
+
72
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/Helper.js"></script>
73
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/ObjectProxy.js"></script>
74
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/Handler.js"></script>
75
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/linkAction/LinkActionRequest.js"></script>
76
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/features/Feature.js"></script>
77
+
78
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/SiteHandler.js"></script><!-- Included only for namespace definition -->
79
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/UrlInDivHandler.js"></script>
80
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/AutocompleteHandler.js"></script>
81
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/ExtrasOnDemandHandler.js"></script>
82
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/form/FormHandler.js"></script>
83
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/form/AjaxFormHandler.js"></script>
84
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/form/ClientFormHandler.js"></script>
85
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/grid/GridHandler.js"></script>
86
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/linkAction/LinkActionHandler.js"></script>
87
+
88
+ <script type="text/javascript" src="http://orb-academic.org/js/pages/search/SearchFormHandler.js"></script>
89
+ <script type="text/javascript" src="http://orb-academic.org/js/statistics/ReportGeneratorFormHandler.js"></script>
90
+ <script type="text/javascript" src="http://orb-academic.org/plugins/generic/lucene/js/LuceneAutocompleteHandler.js"></script>
91
+
92
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/jquery.pkp.js"></script>
93
+ <!-- Add javascript required for font sizer -->
94
+ <script type="text/javascript">
95
+ <!--
96
+ $(function(){
97
+ fontSize("#sizer", "body", 9, 16, 32, ""); // Initialize the font sizer
98
+ });
99
+ // -->
100
+ </script>
101
+
102
+ <!-- Form validation -->
103
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/validate/jquery.validate.js"></script>
104
+ <script type="text/javascript">
105
+ <!--
106
+ // initialise plugins
107
+
108
+ $(function(){
109
+ jqueryValidatorI18n("http://orb-academic.org", "en_US"); // include the appropriate validation localization
110
+
111
+ $(".tagit").live('click', function() {
112
+ $(this).find('input').focus();
113
+ });
114
+ });
115
+ // -->
116
+
117
+ </script>
118
+
119
+
120
+ </head>
121
+ <body>
122
+ <div id="container">
123
+
124
+ <div id="header">
125
+ <div id="headerTitle">
126
+ <h1>
127
+ <a href="http://orb-academic.org">
128
+ <img src="http://orb-academic.org/public/journals/2/pageHeaderTitleImage_en_US.png" width="869" height="98" alt="Page Header" />
129
+ </a>
130
+ </h1>
131
+ </div>
132
+
133
+
134
+ <div id="navbar">
135
+ <ul class="menu" id="menuprincipal">
136
+ <li id="home"><a href="http://orb-academic.org/index.php/journal-of-computer-science/index">Journal Home</a></li>
137
+ <li id="about"><a href="http://orb-academic.org/index.php/journal-of-computer-science/about">About Journal</a></li>
138
+
139
+
140
+ <li id="login"><a href="http://orb-academic.org/index.php/journal-of-computer-science/login">Login</a></li>
141
+ <li id="register"><a href="http://orb-academic.org/index.php/journal-of-computer-science/user/register">Register</a></li>
142
+ <li id="search"><a href="http://orb-academic.org/index.php/journal-of-computer-science/search">Search</a></li>
143
+
144
+
145
+ <li id="current"><a href="http://orb-academic.org/index.php/journal-of-computer-science/issue/current">Current</a></li>
146
+ <li id="archives"><a href="http://orb-academic.org/index.php/journal-of-computer-science/issue/archive">Archives</a></li>
147
+
148
+
149
+
150
+
151
+ </ul>
152
+ </div>
153
+
154
+ <div id="breadcrumb">
155
+ <div id="breadcrumbint">
156
+
157
+ <a href="http://orb-academic.org/index.php/journal-of-computer-science/index">Home</a> &#187;
158
+ <a href="http://orb-academic.org/index.php/journal-of-computer-science/search" class="current">Search</a></div>
159
+ </div>
160
+ </div>
161
+
162
+ <div id="body">
163
+
164
+ <div id="sidebar">
165
+ <div id="rightSidebar">
166
+
167
+
168
+
169
+
170
+
171
+
172
+ <div class="block" id="sidebarInformation">
173
+ <div id="imagePreface" >
174
+ <table>
175
+ <tr >
176
+ <td>
177
+ <div > <img src="http://orb-academic.org/public/journals/2/preface.png" width="100px" height="130px" alt="logo of journal"/> </div>
178
+ </td>
179
+ <td>
180
+ <div id="preface">
181
+
182
+ <table id="tablePreface">
183
+ <tr>
184
+ <td>
185
+ <div id="freq">
186
+ Frequency: 6/Year
187
+ </div>
188
+ </td>
189
+ </tr>
190
+
191
+ <tr>
192
+ <td width="400px"> <div id="freq"> ISSN:
193
+
194
+ 2336-0984
195
+ </div>
196
+
197
+ </td>
198
+ </tr>
199
+ </table>
200
+ </div>
201
+
202
+ </td>
203
+ </tr>
204
+ </table>
205
+ </div>
206
+ <br>
207
+
208
+
209
+ <div class="champsBarDroit" id="home"> &#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/index">Focus and Scope</a></div>
210
+
211
+
212
+ <div class="champsBarDroit" id="editorial"> &#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/about/editorialTeam">Journal Committee</a></div>
213
+
214
+ <div class="champsBarDroit" id="indexig"> &#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/information/indexing">Abstracting and Indexing</a></div>
215
+ <div class="champsBarDroit" id="submission"> &#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/about/submissions">Submission</a></div>
216
+
217
+
218
+ <div class="champsBarDroit" id="peer">&#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/information/peerReviewProcess">Peer Review Process</a></div>
219
+
220
+ <div class="champsBarDroit" id="auteur">&#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/information/authors">For Authors</a></div>
221
+
222
+ <div class="champsBarDroit" id="reviewer">&#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/information/reviewers">For Reviewers</a></div>
223
+
224
+ <div class="champsBarDroit" id="contactUs">&#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/about/contact">Contact</a></div>
225
+
226
+ <br>
227
+ <br>
228
+ <br>
229
+ <br>
230
+
231
+
232
+ </ul>
233
+ </div>
234
+
235
+ </div>
236
+ </div>
237
+
238
+ <div id="main">
239
+
240
+
241
+ <h2>Search</h2>
242
+
243
+
244
+ <div id="content">
245
+
246
+
247
+
248
+ <div id="search">
249
+ <script type="text/javascript">
250
+ $(function() {
251
+ // Attach the form handler.
252
+ $('#searchForm').pkpHandler('$.pkp.pages.search.SearchFormHandler');
253
+ });
254
+ </script>
255
+ <form method="post" id="searchForm" action="http://orb-academic.org/index.php/journal-of-computer-science/search/search">
256
+ <table class="data">
257
+ <tr valign="top">
258
+ <td class="label"><label for="query">Search for</label></td>
259
+ <td class="value">
260
+ <input type="text" id="query" name="query" size="40" maxlength="255" value="" class="textField" />
261
+ &nbsp;
262
+ <input type="submit" value="Search" class="button defaultButton" />
263
+ </td>
264
+ </tr>
265
+ </table>
266
+ <br/>
267
+ <script type="text/javascript">
268
+ // Initialise JS handler.
269
+ $(function() {
270
+ $('#emptyFilters').pkpHandler(
271
+ '$.pkp.controllers.ExtrasOnDemandHandler');
272
+ });
273
+ </script>
274
+ <div id="emptyFilters" class="pkp_controllers_extrasOnDemand">
275
+ <div class="toggleExtras">
276
+ <span class="ui-icon"></span>
277
+ <span class="toggleExtras-inactive">Additional Search Options <font color="red"> (click to show) </font>
278
+ </span>
279
+ <span class="toggleExtras-active">Additional Search Options <font color="red"> (click to hide)</font>
280
+ </span>
281
+ </div>
282
+ <div style="clear:both;"></div>
283
+ <div class="extrasContainer">
284
+ <table class="data">
285
+ <tr valign="top">
286
+ <td colspan="2" class="label"><h4>Search categories</h4></td>
287
+ </tr>
288
+ <tr>
289
+ <td class="label">
290
+ <label for="authors">Authors</label>
291
+ </td>
292
+ <td class="value">
293
+ <input type="text" name="authors" id="authors" size="40" maxlength="255" value="" class="textField">
294
+ </td>
295
+ </tr>
296
+ <tr>
297
+ <td class="label">
298
+ <label for="title">Title</label>
299
+ </td>
300
+ <td class="value">
301
+ <input type="text" name="title" id="title" size="40" maxlength="255" value="" class="textField">
302
+ </td>
303
+ </tr>
304
+ <tr>
305
+ <td class="label">
306
+ <label for="abstract">Abstract</label>
307
+ </td>
308
+ <td class="value">
309
+ <input type="text" name="abstract" id="abstract" size="40" maxlength="255" value="" class="textField">
310
+ </td>
311
+ </tr>
312
+ <tr>
313
+ <td class="label">
314
+ <label for="galleyFullText">Full Text</label>
315
+ </td>
316
+ <td class="value">
317
+ <input type="text" name="galleyFullText" id="galleyFullText" size="40" maxlength="255" value="" class="textField">
318
+ </td>
319
+ </tr>
320
+ <tr>
321
+ <td class="label">
322
+ <label for="suppFiles">Supplementary File(s)</label>
323
+ </td>
324
+ <td class="value">
325
+ <input type="text" name="suppFiles" id="suppFiles" size="40" maxlength="255" value="" class="textField">
326
+ </td>
327
+ </tr>
328
+ <tr valign="top">
329
+ <td colspan="2" class="formSubLabel"><h4>Publication Date</h4></td>
330
+ </tr>
331
+ <tr>
332
+ <td class="label">
333
+ <label for="dateFrom">From</label>
334
+ </td>
335
+ <td class="value">
336
+ <select name="dateFromMonth" class="selectMenu">
337
+ <option label="" value="" selected="selected"></option>
338
+ <option label="January" value="01">January</option>
339
+ <option label="February" value="02">February</option>
340
+ <option label="March" value="03">March</option>
341
+ <option label="April" value="04">April</option>
342
+ <option label="May" value="05">May</option>
343
+ <option label="June" value="06">June</option>
344
+ <option label="July" value="07">July</option>
345
+ <option label="August" value="08">August</option>
346
+ <option label="September" value="09">September</option>
347
+ <option label="October" value="10">October</option>
348
+ <option label="November" value="11">November</option>
349
+ <option label="December" value="12">December</option>
350
+ </select>
351
+ <select name="dateFromDay" class="selectMenu">
352
+ <option label="" value="" selected="selected"></option>
353
+ <option label="01" value="1">01</option>
354
+ <option label="02" value="2">02</option>
355
+ <option label="03" value="3">03</option>
356
+ <option label="04" value="4">04</option>
357
+ <option label="05" value="5">05</option>
358
+ <option label="06" value="6">06</option>
359
+ <option label="07" value="7">07</option>
360
+ <option label="08" value="8">08</option>
361
+ <option label="09" value="9">09</option>
362
+ <option label="10" value="10">10</option>
363
+ <option label="11" value="11">11</option>
364
+ <option label="12" value="12">12</option>
365
+ <option label="13" value="13">13</option>
366
+ <option label="14" value="14">14</option>
367
+ <option label="15" value="15">15</option>
368
+ <option label="16" value="16">16</option>
369
+ <option label="17" value="17">17</option>
370
+ <option label="18" value="18">18</option>
371
+ <option label="19" value="19">19</option>
372
+ <option label="20" value="20">20</option>
373
+ <option label="21" value="21">21</option>
374
+ <option label="22" value="22">22</option>
375
+ <option label="23" value="23">23</option>
376
+ <option label="24" value="24">24</option>
377
+ <option label="25" value="25">25</option>
378
+ <option label="26" value="26">26</option>
379
+ <option label="27" value="27">27</option>
380
+ <option label="28" value="28">28</option>
381
+ <option label="29" value="29">29</option>
382
+ <option label="30" value="30">30</option>
383
+ <option label="31" value="31">31</option>
384
+ </select>
385
+ <select name="dateFromYear" class="selectMenu">
386
+ <option label="" value="" selected="selected"></option>
387
+ <option label="2014" value="2014">2014</option>
388
+ <option label="2015" value="2015">2015</option>
389
+ </select>
390
+ </td>
391
+ </tr>
392
+ <tr>
393
+ <td class="label">
394
+ <label for="dateTo">Until</label>
395
+ </td>
396
+ <td class="value">
397
+ <select name="dateToMonth" class="selectMenu">
398
+ <option label="" value="" selected="selected"></option>
399
+ <option label="January" value="01">January</option>
400
+ <option label="February" value="02">February</option>
401
+ <option label="March" value="03">March</option>
402
+ <option label="April" value="04">April</option>
403
+ <option label="May" value="05">May</option>
404
+ <option label="June" value="06">June</option>
405
+ <option label="July" value="07">July</option>
406
+ <option label="August" value="08">August</option>
407
+ <option label="September" value="09">September</option>
408
+ <option label="October" value="10">October</option>
409
+ <option label="November" value="11">November</option>
410
+ <option label="December" value="12">December</option>
411
+ </select>
412
+ <select name="dateToDay" class="selectMenu">
413
+ <option label="" value="" selected="selected"></option>
414
+ <option label="01" value="1">01</option>
415
+ <option label="02" value="2">02</option>
416
+ <option label="03" value="3">03</option>
417
+ <option label="04" value="4">04</option>
418
+ <option label="05" value="5">05</option>
419
+ <option label="06" value="6">06</option>
420
+ <option label="07" value="7">07</option>
421
+ <option label="08" value="8">08</option>
422
+ <option label="09" value="9">09</option>
423
+ <option label="10" value="10">10</option>
424
+ <option label="11" value="11">11</option>
425
+ <option label="12" value="12">12</option>
426
+ <option label="13" value="13">13</option>
427
+ <option label="14" value="14">14</option>
428
+ <option label="15" value="15">15</option>
429
+ <option label="16" value="16">16</option>
430
+ <option label="17" value="17">17</option>
431
+ <option label="18" value="18">18</option>
432
+ <option label="19" value="19">19</option>
433
+ <option label="20" value="20">20</option>
434
+ <option label="21" value="21">21</option>
435
+ <option label="22" value="22">22</option>
436
+ <option label="23" value="23">23</option>
437
+ <option label="24" value="24">24</option>
438
+ <option label="25" value="25">25</option>
439
+ <option label="26" value="26">26</option>
440
+ <option label="27" value="27">27</option>
441
+ <option label="28" value="28">28</option>
442
+ <option label="29" value="29">29</option>
443
+ <option label="30" value="30">30</option>
444
+ <option label="31" value="31">31</option>
445
+ </select>
446
+ <select name="dateToYear" class="selectMenu">
447
+ <option label="" value="" selected="selected"></option>
448
+ <option label="2014" value="2014">2014</option>
449
+ <option label="2015" value="2015">2015</option>
450
+ </select>
451
+ <input type="hidden" name="dateToHour" value="23" />
452
+ <input type="hidden" name="dateToMinute" value="59" />
453
+ <input type="hidden" name="dateToSecond" value="59" />
454
+ </td>
455
+ </tr>
456
+ <tr valign="top">
457
+ <td colspan="2" class="label"><h4>Index terms</h4></td>
458
+ </tr>
459
+ <tr>
460
+ <td class="label">
461
+ <label for="discipline">Discipline(s)</label>
462
+ </td>
463
+ <td class="value">
464
+ <input type="text" name="discipline" id="discipline" size="40" maxlength="255" value="" class="textField">
465
+ </td>
466
+ </tr>
467
+ <tr>
468
+ <td class="label">
469
+ <label for="subject">Keyword(s)</label>
470
+ </td>
471
+ <td class="value">
472
+ <input type="text" name="subject" id="subject" size="40" maxlength="255" value="" class="textField">
473
+ </td>
474
+ </tr>
475
+ <tr>
476
+ <td class="label">
477
+ <label for="type">Type (method/approach)</label>
478
+ </td>
479
+ <td class="value">
480
+ <input type="text" name="type" id="type" size="40" maxlength="255" value="" class="textField">
481
+ </td>
482
+ </tr>
483
+ <tr>
484
+ <td class="label">
485
+ <label for="coverage">Coverage</label>
486
+ </td>
487
+ <td class="value">
488
+ <input type="text" name="coverage" id="coverage" size="40" maxlength="255" value="" class="textField">
489
+ </td>
490
+ </tr>
491
+ <tr>
492
+ <td class="label">
493
+ <label for="indexTerms">All index term fields</label>
494
+ </td>
495
+ <td class="value">
496
+ <input type="text" name="indexTerms" id="indexTerms" size="40" maxlength="255" value="" class="textField">
497
+ </td>
498
+ </tr>
499
+ </table>
500
+ <p><input type="submit" value="Search" class="button defaultButton" /></p>
501
+
502
+ </div>
503
+ </div>
504
+ <div style="clear:both"></div> </form>
505
+ </div>
506
+ <br />
507
+
508
+
509
+
510
+
511
+ <div id="results">
512
+ <table width="100%" class="listing">
513
+ <tr><td colspan="3" class="headseparator">&nbsp;</td></tr>
514
+ <tr class="heading" valign="bottom">
515
+ <td width="40%">Issue</td>
516
+ <td width="60%" colspan="2">Title</td>
517
+ </tr>
518
+ <tr><td colspan="3" class="headseparator">&nbsp;</td></tr>
519
+
520
+ <tr>
521
+ <td colspan="3" class="nodata">
522
+ No Results
523
+ </td>
524
+ </tr>
525
+ <tr><td colspan="3" class="endseparator">&nbsp;</td></tr>
526
+ </table>
527
+
528
+ <p>
529
+ Search tips: <ul>
530
+ <li>Search terms are case-insensitive</li>
531
+ <li>Common words are ignored</li>
532
+ <li>By default only articles containing <em>all</em> terms in the query are returned (i.e., <em>AND</em> is implied)</li>
533
+ <li>Combine multiple words with <em>OR</em> to find articles containing either term; e.g., <em>education OR research</em></li>
534
+ <li>Use parentheses to create more complex queries; e.g., <em>archive ((journal OR conference) NOT theses)</em></li>
535
+ <li>Search for an exact phrase by putting it in quotes; e.g., <em>"open access publishing"</em></li>
536
+ <li>Exclude a word by prefixing it with <strong>-</strong> or <em>NOT</em>; e.g. <em>online -politics</em> or <em>online NOT politics</em></li>
537
+ <li>Use <strong>*</strong> in a term as a wildcard to match any sequence of characters; e.g., <em>soci* morality</em> would match documents containing "sociological" or "societal"</li>
538
+ </ul>
539
+ </p>
540
+ </div>
541
+
542
+ <br /><br />
543
+ ISSN: 2336-0984
544
+ <!-- Google Analytics -->
545
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
546
+ </script>
547
+ <script type="text/javascript">
548
+ _uacct = "UA-46841413-1";
549
+ urchinTracker();
550
+ </script>
551
+ <!-- /Google Analytics -->
552
+
553
+ </div><!-- content -->
554
+ </div><!-- main -->
555
+ </div><!-- body -->
556
+
557
+
558
+
559
+ </div><!-- container -->
560
+ </body>
561
+ </html>
forms/html/238.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+ <title>Reset Password</title>
8
+ <meta name="description" content="The International Journal of Computer Science: Theory and Application is an open access and peer-reviewed Journal. Authors are invited to submit original papers on both applied or/and theoretical aspects of computer science." />
9
+ <meta name="keywords" content="International Journal of Computer Science; Journal of Computer Science; Call For Papers in Computer Science; Open Access Journal; Research Papers Publication." />
10
+ <meta name="generator" content="Journal Systems 2.4.3.0" />
11
+ <title>International Journal of Computer Science</title>
12
+ <meta name="Description" content="The International Journal of Computer Science: Theory and Application (IJCSTA) is a bi-monthly, open access and peer-reviewed International Journal for academic researchers, industrial professionals, educators, developers and technical managers in the computer science field.
13
+ The journal covers all areas of computer science, like computer engineering, computer security, database management system Artificial Intelligence, Software Engineering and more. We publish original research papers, state-of-the-art reviews, and high quality technical notes, on both applied and theoretical aspects of computer science.
14
+ ">
15
+ <meta name="Keywords" content="Artificial Intelligence;
16
+ Algorithms, Programming language theory, Formal methods;
17
+ Computer architecture, Computer security, Computer graphics,
18
+ Computer Components, Digital Devices, and Interconnection Networks;
19
+ Computer Organizations and Architectures;
20
+ Data structures, Database theory;
21
+ Operating Systems, Software Systems and engineering, Soft computing, and Communication Protocols;
22
+ Computational Science, Theory of computation;
23
+ Real-time Systems, Distributed Systems and Embedded Systems;
24
+ Specification, Design, Prototyping, and Testing Methods and Tools;
25
+ Human-based computation, Human–computer interaction;
26
+ Reliability, Testability, Performance and Security;
27
+ Business intelligence;">
28
+ <meta name="Publisher" content="ORB Acadeic Publisher">
29
+ <meta name="Identifier-Url" content="http://www.orb-academic.org/index.php/journal-of-computer-science">
30
+ <link rel="icon" href="http://orb-academic.org/public/journals/2/journalFavicon_en_US.png" type="image/png" /> <link rel="stylesheet" href="http://orb-academic.org/lib/pkp/styles/pkp.css" type="text/css" />
31
+ <link rel="stylesheet" href="http://orb-academic.org/lib/pkp/styles/common.css" type="text/css" />
32
+ <link rel="stylesheet" href="http://orb-academic.org/styles/common.css" type="text/css" />
33
+ <link rel="stylesheet" href="http://orb-academic.org/styles/compiled.css" type="text/css" />
34
+
35
+ <!-- Base Jquery -->
36
+ <script type="text/javascript" src="//www.google.com/jsapi"></script>
37
+ <script type="text/javascript">
38
+ <!--
39
+ // Provide a local fallback if the CDN cannot be reached
40
+ if (typeof google == 'undefined') {
41
+ document.write(unescape("%3Cscript src='http://orb-academic.org/lib/pkp/js/lib/jquery/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
42
+ document.write(unescape("%3Cscript src='http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/jqueryUi.min.js' type='text/javascript'%3E%3C/script%3E"));
43
+ } else {
44
+ google.load("jquery", "1.4.4");
45
+ google.load("jqueryui", "1.8.6");
46
+ }
47
+ // -->
48
+ </script>
49
+
50
+
51
+
52
+ <link rel="stylesheet" href="http://orb-academic.org/styles/sidebar.css" type="text/css" /> <link rel="stylesheet" href="http://orb-academic.org/styles/rightSidebar.css" type="text/css" />
53
+ <link rel="stylesheet" href="http://orb-academic.org/public/site/sitestyle.css" type="text/css" />
54
+
55
+ <!-- Default global locale keys for JavaScript -->
56
+
57
+ <script type="text/javascript">
58
+ jQuery.pkp = jQuery.pkp || { };
59
+ jQuery.pkp.locale = { };
60
+
61
+ jQuery.pkp.locale.form_dataHasChanged = 'The data on this form has changed. Continue anyway?';
62
+ </script>
63
+ <!-- Compiled scripts -->
64
+
65
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/jquery.tag-it.js"></script>
66
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/jquery.cookie.js"></script>
67
+
68
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/functions/fontController.js"></script>
69
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/functions/general.js"></script>
70
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/functions/jqueryValidatorI18n.js"></script>
71
+
72
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/Helper.js"></script>
73
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/ObjectProxy.js"></script>
74
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/Handler.js"></script>
75
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/linkAction/LinkActionRequest.js"></script>
76
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/classes/features/Feature.js"></script>
77
+
78
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/SiteHandler.js"></script><!-- Included only for namespace definition -->
79
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/UrlInDivHandler.js"></script>
80
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/AutocompleteHandler.js"></script>
81
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/ExtrasOnDemandHandler.js"></script>
82
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/form/FormHandler.js"></script>
83
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/form/AjaxFormHandler.js"></script>
84
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/form/ClientFormHandler.js"></script>
85
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/grid/GridHandler.js"></script>
86
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/controllers/linkAction/LinkActionHandler.js"></script>
87
+
88
+ <script type="text/javascript" src="http://orb-academic.org/js/pages/search/SearchFormHandler.js"></script>
89
+ <script type="text/javascript" src="http://orb-academic.org/js/statistics/ReportGeneratorFormHandler.js"></script>
90
+ <script type="text/javascript" src="http://orb-academic.org/plugins/generic/lucene/js/LuceneAutocompleteHandler.js"></script>
91
+
92
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/jquery.pkp.js"></script>
93
+ <!-- Add javascript required for font sizer -->
94
+ <script type="text/javascript">
95
+ <!--
96
+ $(function(){
97
+ fontSize("#sizer", "body", 9, 16, 32, ""); // Initialize the font sizer
98
+ });
99
+ // -->
100
+ </script>
101
+
102
+ <!-- Form validation -->
103
+ <script type="text/javascript" src="http://orb-academic.org/lib/pkp/js/lib/jquery/plugins/validate/jquery.validate.js"></script>
104
+ <script type="text/javascript">
105
+ <!--
106
+ // initialise plugins
107
+
108
+ $(function(){
109
+ jqueryValidatorI18n("http://orb-academic.org", "en_US"); // include the appropriate validation localization
110
+
111
+ $(".tagit").live('click', function() {
112
+ $(this).find('input').focus();
113
+ });
114
+ });
115
+ // -->
116
+
117
+ </script>
118
+
119
+
120
+ </head>
121
+ <body>
122
+ <div id="container">
123
+
124
+ <div id="header">
125
+ <div id="headerTitle">
126
+ <h1>
127
+ <a href="http://orb-academic.org">
128
+ <img src="http://orb-academic.org/public/journals/2/pageHeaderTitleImage_en_US.png" width="869" height="98" alt="Page Header" />
129
+ </a>
130
+ </h1>
131
+ </div>
132
+
133
+
134
+ <div id="navbar">
135
+ <ul class="menu" id="menuprincipal">
136
+ <li id="home"><a href="http://orb-academic.org/index.php/journal-of-computer-science/index">Journal Home</a></li>
137
+ <li id="about"><a href="http://orb-academic.org/index.php/journal-of-computer-science/about">About Journal</a></li>
138
+
139
+
140
+ <li id="login"><a href="http://orb-academic.org/index.php/journal-of-computer-science/login">Login</a></li>
141
+ <li id="register"><a href="http://orb-academic.org/index.php/journal-of-computer-science/user/register">Register</a></li>
142
+ <li id="search"><a href="http://orb-academic.org/index.php/journal-of-computer-science/search">Search</a></li>
143
+
144
+
145
+ <li id="current"><a href="http://orb-academic.org/index.php/journal-of-computer-science/issue/current">Current</a></li>
146
+ <li id="archives"><a href="http://orb-academic.org/index.php/journal-of-computer-science/issue/archive">Archives</a></li>
147
+
148
+
149
+
150
+
151
+ </ul>
152
+ </div>
153
+
154
+ <div id="breadcrumb">
155
+ <div id="breadcrumbint">
156
+
157
+ <a href="http://orb-academic.org/index.php/journal-of-computer-science/index">Home</a> &#187;
158
+ <a href="http://orb-academic.org/index.php/journal-of-computer-science/login/lostPassword" class="current">Reset Password</a></div>
159
+ </div>
160
+ </div>
161
+
162
+ <div id="body">
163
+
164
+ <div id="sidebar">
165
+ <div id="rightSidebar">
166
+
167
+
168
+
169
+
170
+
171
+
172
+ <div class="block" id="sidebarInformation">
173
+ <div id="imagePreface" >
174
+ <table>
175
+ <tr >
176
+ <td>
177
+ <div > <img src="http://orb-academic.org/public/journals/2/preface.png" width="100px" height="130px" alt="logo of journal"/> </div>
178
+ </td>
179
+ <td>
180
+ <div id="preface">
181
+
182
+ <table id="tablePreface">
183
+ <tr>
184
+ <td>
185
+ <div id="freq">
186
+ Frequency: 6/Year
187
+ </div>
188
+ </td>
189
+ </tr>
190
+
191
+ <tr>
192
+ <td width="400px"> <div id="freq"> ISSN:
193
+
194
+ 2336-0984
195
+ </div>
196
+
197
+ </td>
198
+ </tr>
199
+ </table>
200
+ </div>
201
+
202
+ </td>
203
+ </tr>
204
+ </table>
205
+ </div>
206
+ <br>
207
+
208
+
209
+ <div class="champsBarDroit" id="home"> &#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/index">Focus and Scope</a></div>
210
+
211
+
212
+ <div class="champsBarDroit" id="editorial"> &#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/about/editorialTeam">Journal Committee</a></div>
213
+
214
+ <div class="champsBarDroit" id="indexig"> &#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/information/indexing">Abstracting and Indexing</a></div>
215
+ <div class="champsBarDroit" id="submission"> &#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/about/submissions">Submission</a></div>
216
+
217
+
218
+ <div class="champsBarDroit" id="peer">&#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/information/peerReviewProcess">Peer Review Process</a></div>
219
+
220
+ <div class="champsBarDroit" id="auteur">&#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/information/authors">For Authors</a></div>
221
+
222
+ <div class="champsBarDroit" id="reviewer">&#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/information/reviewers">For Reviewers</a></div>
223
+
224
+ <div class="champsBarDroit" id="contactUs">&#149; <a href="http://orb-academic.org/index.php/journal-of-computer-science/about/contact">Contact</a></div>
225
+
226
+ <br>
227
+ <br>
228
+ <br>
229
+ <br>
230
+
231
+
232
+ </ul>
233
+ </div>
234
+
235
+ </div>
236
+ </div>
237
+
238
+ <div id="main">
239
+
240
+
241
+ <h2>Reset Password</h2>
242
+
243
+
244
+ <div id="content">
245
+
246
+
247
+
248
+ <form id="reset" action="http://orb-academic.org/index.php/journal-of-computer-science/login/requestResetPassword" method="post">
249
+ <p><span class="instruct">For security reasons, this system emails a reset password to registered users, rather than recalling the
250
+ current password.<br /><br />Enter your email address below to reset your password. A confirmation will be sent to this email address.</span></p>
251
+
252
+
253
+ <table id="lostPasswordTable" class="data" width="100%">
254
+ <tr valign="top">
255
+ <td class="label" width="25%">Registered user's email</td>
256
+ <td class="value" width="75%"><input type="text" name="email" value="" size="30" maxlength="90" class="textField" /></td>
257
+ </tr>
258
+ </table>
259
+
260
+ <p><input type="submit" value="Reset Password" class="button defaultButton" /></p>
261
+
262
+ &#187; <a href="http://orb-academic.org/index.php/journal-of-computer-science/user/register">Not a user? Register with this site</a>
263
+
264
+ <script type="text/javascript">
265
+ <!--
266
+ document.getElementById('reset').email.focus();
267
+ // -->
268
+ </script>
269
+ </form>
270
+
271
+ <br /><br />
272
+ ISSN: 2336-0984
273
+ <!-- Google Analytics -->
274
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
275
+ </script>
276
+ <script type="text/javascript">
277
+ _uacct = "UA-46841413-1";
278
+ urchinTracker();
279
+ </script>
280
+ <!-- /Google Analytics -->
281
+
282
+ </div><!-- content -->
283
+ </div><!-- main -->
284
+ </div><!-- body -->
285
+
286
+
287
+
288
+ </div><!-- container -->
289
+ </body>
290
+ </html>
forms/html/24.html ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
4
+ <head>
5
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6
+ <meta http-equiv="Content-Style-Type" content="text/css" />
7
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
+ <meta http-equiv="X-UA-Compatible" content="chrome=1" />
9
+ <title>Ask a Question</title>
10
+
11
+
12
+ <meta http-equiv="Pragma" content="no-cache"/>
13
+ <meta http-equiv="Expires" content="-1"/>
14
+ <style type='text/css'>
15
+ .rn_ScreenReaderOnly{position:absolute; height:1px; left:-10000px; overflow:hidden; top:auto; width:1px;}
16
+ .rn_Hidden{display:none;}
17
+ </style>
18
+ <base href='http://boston.custhelp.com/euf/rightnow/optimized/1415682238/themes/Boston/'></base>
19
+ <link href='/euf/rightnow/optimized/1415682238/templates/standard.themes.Boston.SITE.css' rel='stylesheet' type='text/css' media='all' />
20
+ <style type="text/css">.rn_NavigationTab2{display:inline-block;}
21
+ .rn_NavigationTab2 a{cursor:pointer;float:left;font-size:1em;font-weight:bold;height:20px;_height:18px;margin-right:0px;padding:5px 20px;position:relative;}
22
+ .rn_NavigationTab2 .rn_DropDown{padding-right:28px;}
23
+ .rn_NavigationTab2 a em{display:block;font-size:xx-small;height:18px;margin:3px 4px 0 0;position:absolute;right:0;top:0;width:20px;}
24
+ .rn_NavigationTab2 .rn_SubNavigation{display:block;float:none;position:absolute;z-index:1;width:150px;}
25
+ .rn_NavigationTab2 .rn_SubNavigation.rn_Hidden, .rn_NavigationTab2.rn_Hidden{display:none;}
26
+ .rn_NavigationTab2 .rn_SubNavigation a{display:block;float:none;margin:0;padding:5px 0 0 10px;width:140px;}
27
+ .rn_NavigationTab2 a{background:#EEEEEE url(/euf/assets/themes/Boston/images/bcom_nav_main_off.gif) repeat-x scroll 0 0px;border-top:1px solid #FFF;border-right:1px dotted #FFF;color:#203C73;text-decoration:none;text-transform:uppercase}
28
+ .rn_NavigationTab2 a:hover, .rn_NavigationTab2 a:focus{background: url(/euf/assets/themes/Boston/images/bcom_nav_main_on.gif) repeat-x scroll 0 0px #EEEEEE;color:#FFF;}
29
+ .rn_NavigationTab2 a:focus{outline:thin dotted #FFF;}
30
+ .rn_NavigationTab2 a.rn_SelectedTab{background:url(/euf/assets/themes/Boston/images/bcom_nav_main_on.gif) repeat-x scroll 0 0px #EEEEEE;color:#FFF;}
31
+ .rn_NavigationTab2 a em{background:url(/euf/assets/themes/Boston/images/tabBackground.png) no-repeat -20px 0;color:#000;font-size:0em;}
32
+ .rn_NavigationTab2 a:hover em, .rn_NavigationTab2 a:focus em{background-position:0px 0;}
33
+ .rn_NavigationTab2 .rn_SubNavigation{background:#FFF none repeat scroll 0 0;border:1px solid #CCC;padding:10px 0 0;top:100px;}
34
+ .rn_NavigationTab2 .rn_SubNavigation a{background:#FFF;border:none;color:#404040;height:auto !important;height:23px;margin-bottom:1px;min-height:23px;text-transform: none;}
35
+ .rn_NavigationTab2 .rn_SubNavigation a:hover{background:#EEE;}
36
+ .rn_NavigationTab2 .rn_SubNavigation a:focus{outline:thin dotted #777;}
37
+ .rn_SimpleSearch{position:relative;}
38
+ .rn_SimpleSearch .rn_SearchField{width:97%;}
39
+ .rn_SimpleSearch .rn_SearchImage{border:none;padding:0;position:absolute;right:0.2em;top:0.46em;*right:0.28em;*top:0.6em;}
40
+ .rn_SimpleSearch{margin:auto;max-width:400px;width:180px;}
41
+ .rn_SimpleSearch form{background-color:#FFF;border:1px solid #B1B1B1;}
42
+ .rn_SimpleSearch .rn_SearchField{border:0px none;color:#222;font-weight:bold;height:1.8em;max-width:200px;padding:4px 4px 0px;width:85%;}
43
+ .rn_RightNowLogo a{background:url(/euf/rightnow/images/PoweredByOracle.png) no-repeat scroll right 0 !important;display:block !important;height:29px !important;width:134px !important;}
44
+ .rn_RightNowLogo a:focus, .rn_RightNowLogo a:hover{background-position:right -37px !important;}
45
+ </style>
46
+ <link href='/euf/rightnow/optimized/1415682238/pages/ask.themes.Boston.css' rel='stylesheet' type='text/css' media='all' />
47
+ <link type="text/css" rel="stylesheet" href="/rnt/rnw/yui_2.7/treeview/assets/treeview-menu.css" />
48
+
49
+ <link rel="icon" href="images/favicon.png" type="image/png"/>
50
+ </head>
51
+ <body class="yui-skin-sam">
52
+ <form class='rn_Hidden'><input id='rn_History_Field' type='hidden'/></form>
53
+
54
+ <!-- SiteCatalyst code version: H.23.8. Copyright 1996-2011 Adobe, Inc. All Rights Reserved. More info available at http://www.omniture.com -->
55
+ <script language="JavaScript" type="text/javascript" src="https://cache.boston.com/omniture/hcode/s_code.js"></script>
56
+ <script language="JavaScript" type="text/javascript"><!--
57
+ s.pageName='Help | Customer Help | Customer help pages (all)';
58
+ s.channel='Help';
59
+ s.prop1='Help | Customer Help';
60
+ s.server='',s.pageType='',s.prop2='',s.prop3='',s.prop4='',s.prop5='',s.prop6='Custhelp.com page',s.prop7='',s.prop8='',s.prop9='',s.prop10='',s.prop14='',s.prop41=s.eVar41='Boston.com';
61
+ /* Conversion Variables */
62
+ s.campaign='',s.state='',s.zip='',s.events='',s.products='',s.purchaseID='',s.eVar1='',s.eVar2='',s.eVar3='',s.eVar4='',s.eVar5='',s.eVar6='',s.eVar7='',s.eVar8='',s.eVar9='',s.eVar10='';
63
+ /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
64
+ var s_code=s.t();if(s_code)document.write(s_code)//--></script>
65
+ <script language="JavaScript" type="text/javascript"><!--
66
+ if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
67
+ //--></script><noscript><img src="http://nytbglobe.112.2O7.net/b/ss/nytbglobe/1/H.19.3--NS/0" height="1" width="1" border="0" alt="" /></noscript><!--/DO NOT REMOVE/-->
68
+ <!-- End SiteCatalyst code version: H.23.8. -->
69
+ <div id="rn_Container" >
70
+ <div id="rn_SkipNav"><a href="#rn_MainContent">Skip Navigation</a></div>
71
+ <div id="rn_Header" role="banner">
72
+ <noscript><h1>Scripting must be enabled to use this site.</h1></noscript>
73
+ <div id="rn_Logo"><a href="http://boston.com"><img src="/euf/assets/images/bcom_small2.gif" alt="Boston.com" /></a></div>
74
+ <div id="rn_LoginStatus">
75
+ <!--<a href="javascript:void(0);" id="rn_LoginLink">Log In</a>
76
+ <rn:condition hide_on_pages="utils/create_account, utils/login_form, utils/account_assistance">
77
+ <rn:widget path="login/LoginDialog2" trigger_element="rn_LoginLink"/>
78
+ </rn:condition>
79
+ <rn:condition show_on_pages="utils/create_account, utils/login_form, utils/account_assistance">
80
+ <rn:widget path="login/LoginDialog2" trigger_element="rn_LoginLink" redirect_url="/app/account/overview" />
81
+ </rn:condition>-->
82
+ </div>
83
+ </div>
84
+ <div id="rn_Navigation">
85
+ <div id="rn_NavigationBar" role="navigation">
86
+ <ul>
87
+ <li><span id="rn_NavigationTab2_1" class="rn_NavigationTab2 ">
88
+ <a class="" href="/app/home" target="_self">
89
+ <span>Support Home</span>
90
+ </a>
91
+ </span>
92
+ </li>
93
+ <li><span id="rn_NavigationTab2_2" class="rn_NavigationTab2 ">
94
+ <a class="" href="/app/answers/list" target="_self">
95
+ <span>Answers</span>
96
+ </a>
97
+ </span>
98
+ </li>
99
+ <li><span id="rn_NavigationTab2_3" class="rn_NavigationTab2 ">
100
+ <a class="rn_SelectedTab" href="/app/ask" target="_self">
101
+ <span>Contact Us</span>
102
+ </a>
103
+ </span>
104
+ </li>
105
+ <!-- <li><rn:widget path="custom/navigation/NavigationTab2" label_tab="Your Account" link="/app/account/overview" pages="utils/account_assistance, account/overview, account/profile, account/notif, account/change_password, account/questions/list, account/questions/detail, account/notif/list, utils/login_form, utils/create_account, utils/submit/password_changed, utils/submit/profile_updated"
106
+ subpages="Account Overview > /app/account/overview, Support History > /app/account/questions/list, Notifications > /app/account/notif/list"/></li>-->
107
+ </ul>
108
+ </div>
109
+ </div>
110
+ <div id="rn_Body">
111
+ <div id="rn_MainColumn" role="main">
112
+ <a name="rn_MainContent" id="rn_MainContent"></a>
113
+
114
+
115
+ <div id="rn_PageTitle" class="rn_AskQuestion">
116
+ <h1>Submit a question to our support team:</h1>
117
+ </div>
118
+ <div id="rn_PageContent" class="rn_AskQuestion">
119
+ <div class="rn_Padding">
120
+ <form id="rn_QuestionSubmit" method="post" action="" onsubmit="return false;">
121
+ <div id="rn_ErrorLocation"></div>
122
+ <div id="rn_TextInput_5" class="rn_TextInput">
123
+ <label for="rn_TextInput_5_email" id="rn_TextInput_5_Label" class="rn_Label">E-mail Address <span class="rn_Required"> * </span><span class="rn_ScreenReaderOnly">Required</span>
124
+ </label>
125
+ <input type="text" id="rn_TextInput_5_email" name="rn_TextInput_5_email" class="rn_Text" maxlength="80" value=""/>
126
+ </div>
127
+ <div id="rn_ProductCategoryInput_6" class="rn_ProductCategoryInput">
128
+ <a href="javascript:void(0);" class="rn_ScreenReaderOnly" id="rn_ProductCategoryInput_6_LinksTrigger">Screen Reader users press enter to select a Subject.&nbsp;<span id="rn_ProductCategoryInput_6_TreeDescription"></span></a>
129
+ <span class="rn_Label">
130
+ Subject <span class="rn_Required"> *</span><span id="rn_ProductCategoryInput_6_RequiredLabel" class="rn_RequiredLabel">
131
+ <span class="rn_ScreenReaderOnly">
132
+ Required </span>
133
+ </span>
134
+ </span>
135
+ <button type="button" id="rn_ProductCategoryInput_6_categories_Button" class="rn_DisplayButton" ><span class="rn_ScreenReaderOnly">This button does not work with screen readers. Please use the previous link instead.</span> <span id="rn_ProductCategoryInput_6_Button_Visible_Text">Select a category</span></button>
136
+ <div class="rn_Hidden" id="rn_ProductCategoryInput_6_Links"></div>
137
+ <div id="rn_ProductCategoryInput_6_Tree" class="rn_Panel rn_Hidden">
138
+ </div>
139
+ </div>
140
+ <div id="rn_TextInput_8" class="rn_TextInput">
141
+ <label for="rn_TextInput_8_thread" id="rn_TextInput_8_Label" class="rn_Label">Question <span class="rn_Required"> * </span><span class="rn_ScreenReaderOnly">Required</span>
142
+ </label>
143
+ <textarea id="rn_TextInput_8_thread" class="rn_TextArea" rows="7" cols="60" ></textarea>
144
+ </div>
145
+ <div id="rn_SelectionInput_9" class="rn_SelectionInput">
146
+ <label for="rn_SelectionInput_9_user_contact_pref" id="rn_SelectionInput_9_Label" class="rn_Label">Please send me a reply <span class="rn_Required"> * </span><span class="rn_ScreenReaderOnly">Required</span>
147
+ </label>
148
+ <select id="rn_SelectionInput_9_user_contact_pref" >
149
+ <option value="">--</option>
150
+ <option value="13" >Yes</option>
151
+ <option value="14" >No</option>
152
+ <option value="15" >No Preference</option>
153
+ </select>
154
+ </div>
155
+ <div id="rn_FileAttachmentUpload2_10" class="rn_FileAttachmentUpload2">
156
+ <label for="rn_FileAttachmentUpload2_10_FileInput" id="rn_FileAttachmentUpload2_10_Label">Attach Documents </label>
157
+ <input name="file" id="rn_FileAttachmentUpload2_10_FileInput" type="file" />
158
+ <img id="rn_FileAttachmentUpload2_10_LoadingIcon" class="rn_Hidden" alt="" src="images/indicator.gif" />
159
+ <span id="rn_FileAttachmentUpload2_10_StatusMessage"></span>
160
+ </div>
161
+ <div id="rn_TextInput_12" class="rn_TextInput">
162
+ <label for="rn_TextInput_12_problem_url" id="rn_TextInput_12_Label" class="rn_Label">URL where issue occurred (if applicable) </label>
163
+ <input type="text" id="rn_TextInput_12_problem_url" name="rn_TextInput_12_problem_url" class="rn_Text" maxlength="175" value=""/>
164
+ </div>
165
+
166
+ <div id="screenResContainer" style="display: none;">
167
+ <div id="rn_TextInput_14" class="rn_TextInput">
168
+ <input type="text" id="rn_TextInput_14_user_screen_resolution" name="rn_TextInput_14_user_screen_resolution" class="rn_Text" maxlength="25" value="Unavailable"/>
169
+ </div>
170
+ </div>
171
+ <div id="rn_SelectionInputHidden_15" class="rn_SelectionInput rn_Hidden">
172
+ <fieldset>
173
+ <legend id="rn_SelectionInputHidden_15_Label" class="rn_Label">user_cookies</legend>
174
+ <input type="radio" name="rn_SelectionInputHidden_15_Radio" id="rn_SelectionInputHidden_15_user_cookies_1" value="1"/>
175
+ <label for="rn_SelectionInputHidden_15_user_cookies_1">Yes</label>
176
+ <input type="radio" name="rn_SelectionInputHidden_15_Radio" id="rn_SelectionInputHidden_15_user_cookies_0" value="0"/>
177
+ <label for="rn_SelectionInputHidden_15_user_cookies_0">No</label>
178
+ </fieldset>
179
+ </div>
180
+
181
+ <script type="text/javascript">
182
+ document.getElementById('screenResContainer').childNodes[1].childNodes[1].setAttribute('value', screen.width + ' x ' + screen.height);
183
+ </script>
184
+
185
+ <div id="rn_FormSubmit_16" class="rn_FormSubmit">
186
+ <input type="submit" id="rn_FormSubmit_16_Button" value="Submit"/>
187
+ <img id="rn_FormSubmit_16_LoadingIcon" class="rn_Hidden" alt="Loading" src="images/indicator.gif" />
188
+ <span id="rn_FormSubmit_16_StatusMessage"></span>
189
+ <span class="rn_Hidden">
190
+ <input id="rn_FormSubmit_16_Submission" type="checkbox" class="rn_Hidden"/>
191
+ <label for="rn_FormSubmit_16_Submission" class="rn_Hidden">&nbsp;</label>
192
+ </span>
193
+ </div>
194
+
195
+
196
+
197
+ </form>
198
+
199
+ <div id="rn_SmartAssistantDialogCustom_17" class="rn_SmartAssistantDialog rn_Hidden">
200
+ <div class="rn_MessageBox rn_InfoMessage">
201
+ <span class="rn_Heading">Your question hasn't been submitted yet.</span>
202
+ </div>
203
+ <div id="rn_SmartAssistantDialogCustom_17_DialogContent"></div>
204
+ </div>
205
+
206
+ </div>
207
+ </div>
208
+
209
+ </div>
210
+ <div id="rn_SideBar" role="navigation">
211
+ <div class="rn_Padding">
212
+ <div class="rn_Module" role="search">
213
+ <h2>Find Answers</h2>
214
+ <div id="rn_SimpleSearch_18" class="rn_SimpleSearch">
215
+ <form id="rn_SimpleSearch_18_SearchForm" onsubmit="return false;">
216
+ <input type="text" id="rn_SimpleSearch_18_SearchField" name="rn_SimpleSearch_18_SearchField" class="rn_SearchField" maxlength="255" value="Search" title="Search" />
217
+ <input type="image" id="rn_SimpleSearch_18_Submit" class="rn_SearchImage" src="images/icons/search.png" alt="Search"/>
218
+ </form>
219
+ </div>
220
+ </div>
221
+ <div class="rn_Module">
222
+ <h2>Contact Us</h2>
223
+ <div class="rn_HelpResources">
224
+ <div class="rn_Questions">
225
+ <a href="/app/ask">Ask a Question</a>
226
+ <span>Submit a question to our support team:</span>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ <div id="rn_Footer" role="contentinfo">
234
+ <div id="rn_RightNowCredit">
235
+ <div id="tp_footerBar">
236
+ <ul>
237
+ <li class="tp_bottomLinks">
238
+ <span id="tp_footerLink" class="tp_footerLink">
239
+ <a href="http://www.boston.com/help/bostoncom_info/" rel="nofollow">Contact Boston.com</a>
240
+ </span>
241
+ </li>
242
+ <li class="tp_bottomLinks">|</li>
243
+ <li class="tp_bottomLinks">
244
+ <span id="tp_footerLink" class="tp_footerLink">
245
+ <a href="http://www.boston.com/help/" rel="nofollow">Help</a>
246
+ </span>
247
+ </li>
248
+ <li class="tp_bottomLinks">|</li>
249
+ <li class="tp_bottomLinks">
250
+ <span id="tp_footerLink" class="tp_footerLink">
251
+ <a href="http://services.bostonglobe.com/advertiser/online/online.aspx?id=13052" rel="nofollow">Advertise</a>
252
+ </span>
253
+ </li>
254
+ <li class="tp_bottomLinks">|</li>
255
+ <li class="tp_bottomLinks">
256
+ <span id="tp_footerLink" class="tp_footerLink">
257
+ <a href="http://jobsearch.boston.monster.com/jobs/boston-globe-media+boston-globe+boston_2ecom_666?where=boston_2C-MA&amp;rad=10&amp;sort=rv.dt&amp;cy=us">Work here</a>
258
+ </span>
259
+ </li>
260
+ <li class="tp_bottomLinks">|</li>
261
+ <li class="tp_bottomLinks">
262
+ <span id="tp_footerLink" class="tp_footerLink">
263
+ <a href="http://www.boston.com/help/privacy-policy/" rel="nofollow">Privacy Policy</a>
264
+ </span>
265
+ </li>
266
+ <li class="tp_bottomLinks">|</li>
267
+ <li class="tp_bottomLinks">
268
+ <span id="tp_footerLink" class="tp_footerLink">
269
+ <a href="http://www.boston.com/help/privacy-policy/" rel="nofollow">Your Ad Choices</a>
270
+ </span>
271
+ </li>
272
+ <li class="tp_bottomLinks">|</li>
273
+ <li class="tp_bottomLinks">
274
+ <span id="tp_footerLink" class="tp_footerLink">
275
+ <a href="http://www.boston.com/help/memberagreement/" rel="nofollow">Terms of Service</a>
276
+ </span>
277
+ </li>
278
+ <li class="tp_bottomLinks">|</li>
279
+ <li class="tp_bottomLinks">
280
+ <span id="tp_footerLink" class="tp_footerLink">
281
+ <a href="http://www.boston.com/Boston/email">Newsletters</a>
282
+ </span>
283
+ </li>
284
+ <li class="tp_bottomLinks">|</li>
285
+ <li class="tp_bottomLinks">
286
+ <span id="tp_footerLink" class="tp_footerLink">
287
+ <a href="http://www.boston.com/tools/mobile" rel="nofollow">Mobile</a>
288
+ </span>
289
+ </li>
290
+ <li class="tp_bottomLinks">|</li>
291
+ <li class="tp_bottomLinks">
292
+ <span id="tp_footerLink" class="tp_footerLink">
293
+ <a href="http://www.boston.com/tools/rss" rel="nofollow">RSS feeds</a>
294
+ </span>
295
+ </li>
296
+ <li class="tp_bottomLinks">|</li>
297
+ </ul>
298
+ <ul>
299
+ <li class="tp_bottomLinks">
300
+ <span id="tp_footerLink" class="tp_footerLink">
301
+ <a href="http://services.bostonglobe.com/aboutus/contact_us/default.aspx" rel="nofollow">Contact The Boston Globe</a>
302
+ </span>
303
+ </li>
304
+ <li class="tp_bottomLinks">|</li>
305
+ <li class="tp_bottomLinks">
306
+ <span id="tp_footerLink" class="tp_footerLink">
307
+ <a href="http://services.bostonglobe.com/subscribers/homedelivery.aspx?id=5278">Subscribe</a>
308
+ </span>
309
+ </li>
310
+ <li class="tp_bottomLinks">|</li>
311
+ <li class="tp_bottomLinks">
312
+ <span id="tp_footerLink" class="tp_footerLink">
313
+ <a href="http://services.bostonglobe.com/subscribers/custserv.aspx?id=5274" rel="nofollow">Manage your subscription</a>
314
+ </span>
315
+ </li>
316
+ <li class="tp_bottomLinks">|</li>
317
+ <li class="tp_bottomLinks">
318
+ <span id="tp_footerLink" class="tp_footerLink">
319
+ <a href="http://services.bostonglobe.com/advertiser/default.aspx" rel="nofollow">Advertise</a>
320
+ </span>
321
+ </li>
322
+ <li class="tp_bottomLinks">|</li>
323
+ <li class="tp_bottomLinks">
324
+ <span id="tp_footerLink" class="tp_footerLink">
325
+ <a href="http://bostonglobe.com/insiders" rel="nofollow">Boston Globe Insiders</a>
326
+ </span>
327
+ </li>
328
+ <li class="tp_bottomLinks">|</li>
329
+ <li class="tp_bottomLinks">
330
+ <span id="tp_footerLink" class="tp_footerLink">
331
+ <a href="http://www.doriancolor.com/page3.html" rel="nofollow">The Boston Globe Gallery</a>
332
+ </span>
333
+ </li>
334
+ <li class="tp_bottomLinks">|</li>
335
+ <li class="tp_bottomLinks">
336
+ <span id="tp_footerLink" class="tp_footerLink">
337
+ <a href="http://services.bostonglobe.com/news/contentservices/services.aspx?id=6354" rel="nofollow">Reprints</a>
338
+ </span>
339
+ </li>
340
+ <li class="tp_bottomLinks">|</li>
341
+ <li class="tp_bottomLinks">&copy;<span>2014</span> BOSTON GLOBE MEDIA PARTNERS, LLC</li>
342
+ <li class="tp_bottomLinks">|</li>
343
+ </ul>
344
+ </div>
345
+ </div>
346
+ <div></div>
347
+ <div class="tp_bottomLogo">
348
+ <div class="rn_FloatRight">
349
+ <span id="rn_RightNowLogo_19" class="rn_RightNowLogo">
350
+ <a href="http://www.oracle.com/rightnowcx" target="_blank" title="Powered By Oracle"><span class="rn_ScreenReaderOnly">Powered By Oracle</span></a>
351
+ </span>
352
+ </div>
353
+ </div>
354
+ </div>
355
+ </div>
356
+ <script type="text/javascript" src="/euf/rightnow/js/14.5.0.1.3.119/min/RightNow.js"></script>
357
+ <script type="text/javascript" src="/euf/rightnow/optimized/1415682238/templates/standard.js"></script>
358
+ <script type="text/javascript" src="/euf/rightnow/optimized/1415682238/pages/ask.js"></script>
359
+ <script type="text/javascript">
360
+ /* <![CDATA[ */
361
+ RightNow.Url.setParameterSegment(4);
362
+ RightNow.Event.setNoSessionCookies(true);
363
+ RightNow.Interface.Constants =
364
+ {"ACTION_ADD":1,"ANY_FILTER_VALUE":"~any~","EUF_DT_CHECK":12,"EUF_DT_DATE":1,"EUF_DT_DATETIME":2,"EUF_DT_FATTACH":11,"EUF_DT_HIERMENU":9,"EUF_DT_INT":5,"EUF_DT_MEMO":6,"EUF_DT_PASSWORD":7,"EUF_DT_RADIO":3,"EUF_DT_SELECT":4,"EUF_DT_THREAD":10,"EUF_DT_VARCHAR":8,"INT_NULL":-2147483647,"CAN_USE_ARIA":false,"API_VALIDATION_REGEX_EMAIL":"((([-_!#$%&'*+\/=?^~`{|}\\w]+([.][-_!#$%&'*+\/=?^~`{|}\\w]*)*)|(\"[^\"]+\"))@[0-9A-Za-z]+([\\-]+[0-9A-Za-z]+)*(\\.[0-9A-Za-z]+([\\-]+[0-9A-Za-z]+)*)+[;, ]*)+"};
365
+ RightNow.Interface.setMessagebase(function(){return {"WARNING_LBL":"Warning","INFORMATION_LBL":"Information","HELP_LBL":"Help","ERROR_REQUEST_ACTION_COMPLETED_MSG":"There was an error with the request and the action could not be completed.","OK_LBL":"OK","DIALOG_LBL":"dialog","DIALOG_PLEASE_READ_TEXT_DIALOG_MSG_MSG":"dialog, please read above text for dialog message","BEG_DIALOG_PLS_DISMISS_DIALOG_BEF_MSG":"Beginning of dialog, please dismiss dialog before continuing","END_DIALOG_PLS_DISMISS_DIALOG_BEF_MSG":"End of dialog, please dismiss dialog before continuing","ERR_SUBMITTING_FORM_DUE_INV_INPUT_LBL":"There was an error submitting the form due to invalid input","ERR_SUBMITTING_SEARCH_MSG":"There was a problem with your request. Please change your search terms and try again.","CLOSE_CMD":"Close","BACK_LBL":"Back","ALT_LBL":"Alt","ALT_PLUS_SHIFT_LBL":"Alt + Shift","CTRL_LBL":"Ctrl","CTRL_PLUS_OPT_LBL":"Ctrl + Opt","ACCESSKEY_LBL":"Accesskey","LOADING_ELLIPSES_LBL":"Loading...","PCT_S_IS_NOT_COMPLETELY_FILLED_IN_MSG":"%s is not completely filled in","PCT_S_VALUE_MIN_VALUE_PCT_S_MSG":"%s value is too small (min value: %s)","PCT_S_IS_NOT_A_VALID_DATE_MSG":"%s is not a valid date","VALUE_MUST_BE_AN_INTEGER_MSG":"value must be an integer","VALUE_IS_TOO_LARGE_MAX_VALUE_MSG":"value is too large (max value: ","VALUE_IS_TOO_SMALL_MIN_VALUE_MSG":"value is too small (min value: ","PCT_S_REQUIREMENTS_MET_LBL":"%s requirements have not been met","PCT_S_DOES_NOT_MATCH_LBL":"%s does not match","EXCEEDS_SZ_LIMIT_PCT_D_CHARS_PCT_D_LBL":"exceeds its size limit of %d characters by %d characters","MEET_MINIMUM_CHAR_LNG_PCT_D_CHARS_LBL":"does not meet the minimum character length of %d characters by %d characters","CONTAIN_SPACES_PLEASE_TRY_MSG":"must not contain spaces. Please try again.","CONT_DOUBLE_QUOTE_CHARS_PLS_TRY_MSG":"must not contain double quote characters. Please try again.","NOT_CONT_EITHER_GT_LT_MSG":"must not contain either '<' or '>'","PCT_S_IS_AN_INVALID_POSTAL_CODE_MSG":"%s is an invalid postal code","PCT_S_IS_AN_INVALID_PHONE_NUMBER_MSG":"%s is an invalid phone number","PCT_S_IS_INVALID_MSG":"%s is invalid","IS_NOT_A_VALID_URL_MSG":"is not a valid URL","EXPECTED_INPUT_LBL":"Expected Input","PCT_S_DIDNT_MATCH_EXPECTED_INPUT_LBL":"%s didn't match expected input","WAITING_FOR_CHARACTER_LBL":"Waiting for character: ' ","PLEASE_TYPE_A_NUMBER_MSG":"Please type a number","PLEASE_ENTER_UPPERCASE_LETTER_MSG":"Please enter an uppercase letter or a number","PLEASE_ENTER_AN_UPPERCASE_LETTER_MSG":"Please enter an uppercase letter","PLS_ENTER_UPPERCASE_LETTER_SPECIAL_MSG":"Please enter an uppercase letter, a number or a special character","PLEASE_ENTER_LOWERCASE_LETTER_MSG":"Please enter a lowercase letter or a number","PLEASE_ENTER_A_LOWERCASE_LETTER_MSG":"Please enter a lowercase letter","PLS_ENTER_LOWERCASE_LETTER_SPECIAL_MSG":"Please enter a lowercase letter, a number or a special character","PLEASE_ENTER_A_LETTER_OR_A_NUMBER_MSG":"Please enter a letter or a number","PLEASE_ENTER_A_LETTER_MSG":"Please enter a letter","PLEASE_ENTER_LETTER_SPECIAL_CHAR_MSG":"Please enter a letter, a number or a special character","THE_INPUT_IS_TOO_LONG_MSG":"The input is too long","THE_INPUT_IS_TOO_SHORT_MSG":"The input is too short","CHARACTER_LBL":"Character","PERFECT_LBL":"Perfect","PASSWORD_IS_TOO_INSECURE_MSG":"Password is too insecure","PASSWORD_IS_TOO_SHORT_MSG":"Password is too short","COMPLETE_LBL":"Complete","INCOMPLETE_LBL":"Incomplete","CANCEL_CMD":"Cancel","NO_VAL_LBL":"No Value","SELECTION_PCT_S_ACTIVATE_LINK_JUMP_MSG":"The current selection is: '%s'. Activate this link to jump to the current selection.","PCT_S_LNKS_DEPTH_ANNOUNCED_MSG":"%s below using the links provided. Depth is announced as you navigate through the list.","UPLOADING_ELLIPSIS_MSG":"Uploading...","FILE_UPLOAD_COMPLETE_LBL":"File upload complete","FILE_PATH_FOUND_MSG":"The specified file path could not be found","FILE_ATT_UPLOAD_EMPTY_PLS_ENSURE_MSG":"The file you are attempting to upload is empty. Please ensure that you've selected the correct file to attach and try again.","KB_LBL":"KB","FILE_DELETED_LBL":"File deleted","FORMSUBMIT_PLACED_FORM_UNIQUE_ID_MSG":"FormSubmit must be placed within a form with a unique ID.","SUBMITTING_ELLIPSIS_MSG":"Submitting...","ERROR_PAGE_PLEASE_S_TRY_MSG":"There is an error on the page. Please correct the problem(s) and try again.","PLS_VERIFY_REQ_ENTERING_TEXT_IMG_MSG":"Please verify your request by entering the text in the image.","FORM_EXP_PLS_CONFIRM_WISH_CONTINUE_MSG":"This form is about to expire. Please confirm that you wish to continue filling it out."};});
366
+ RightNow.Interface.setConfigbase(function(){return {"DE_VALID_EMAIL_PATTERN":"^(([-!#$%&'*+\/=?^~`{|}\\w\\x80-\\xFF]+(\\.[-!#$%&'*+\/=?^~`{|}\\w\\x80-\\xFF]+)*)|(\"[^\"]+\"))@[0-9A-Za-z]+(-[0-9A-Za-z]+)*(\\.[0-9A-Za-z]+(-[0-9A-Za-z]+)*)+$","CP_HOME_URL":"home","CP_FILE_UPLOAD_MAX_TIME":300,"OE_WEB_SERVER":"boston.custhelp.com","CP_ANSWERS_DETAIL_URL":"answers\/detail"};});
367
+ YAHOO.util.Event.onDOMReady(function(){this.Dialog.setRenderDiv(); this.prepareVirtualBufferUpdateTrigger(); this.ariaHideFrames();}, null, RightNow.UI);
368
+ YAHOO.util.Event.onDOMReady(function(){
369
+ var W = RightNow.Widget,
370
+ c = 'createWidgetInstance';
371
+ W[c]({"i":{"c":"NavigationTab2","n":"NavigationTab2_1","w":1},"a":{"label_tab":"Support Home","link":"\/app\/home","pages":["home",""],"subpages":"","css_class":"rn_SelectedTab","target":"_self","external":false,"searches_done":0},"j":[]},'NavigationTab2_1','custom/navigation/NavigationTab2','NavigationTab2','1');
372
+ W[c]({"i":{"c":"NavigationTab2","n":"NavigationTab2_2","w":2},"a":{"label_tab":"Answers","link":"\/app\/answers\/list","pages":["answers\/list","answers\/detail"],"subpages":"","css_class":"rn_SelectedTab","target":"_self","external":false,"searches_done":0},"j":[]},'NavigationTab2_2','custom/navigation/NavigationTab2','NavigationTab2','2');
373
+ W[c]({"i":{"c":"NavigationTab2","n":"NavigationTab2_3","w":3},"a":{"label_tab":"Contact Us","link":"\/app\/ask","pages":["ask","ask_confirm"],"subpages":"","css_class":"rn_SelectedTab","target":"_self","external":false,"searches_done":0},"j":[]},'NavigationTab2_3','custom/navigation/NavigationTab2','NavigationTab2','3');
374
+ W[c]({"i":{"c":"FormInput","n":"FormInput_4","w":4},"a":{"label_input":"E-mail Address","label_error":"","label_required":"%s is required","name":"contacts.email","required":true,"hint":"","always_show_hint":false,"initial_focus":true,"validate_on_blur":false,"always_show_mask":false,"default_value":"","allow_external_login_updates":false,"hide_hint":false,"require_validation":false,"label_validation_incorrect":"%s does not match %s","label_validation":"Re-enter %s","maximum_length":0,"minimum_length":0,"disable_password_autocomplete":false},"j":{"type":8,"table":"contacts","name":"email","mask":null,"prev":null,"contactToken":"_p1kmWKZbJl8mXiZfJl2mUaZSJlOmU4H9gfQIeQXxiMHn58!"}},'TextInput_5','standard/input/TextInput','TextInput','5');
375
+ W[c]({"i":{"c":"ProductCategoryInput","n":"ProductCategoryInput_6","w":6},"a":{"default_value":"","label_input":"Subject","label_error":"","label_set_button":"Products","label_required":"Please select an item under %s","label_confirm_button":"OK","label_cancel_button":"Cancel","label_nothing_selected":"Select a category","label_accessible_interface":"This button does not work with screen readers. Please use the previous link instead.","label_screen_reader_selected":"Values selected:","label_screen_reader_accessible_option":"Screen Reader users press enter to select a %s.","data_type":"categories","table":"incidents","required_lvl":1,"max_lvl":6,"linking_off":false,"set_button":false,"allow_external_login_updates":false,"treeview_css":"\/rnt\/rnw\/yui_2.7\/treeview\/assets\/treeview-menu.css","show_confirm_button_in_dialog":false,"hint":"","always_show_hint":false},"j":{"linkingOn":1,"hierData":[[{"value":0,"label":"No Value"},{"value":307,"label":"Registration","parentID":0,"selected":false,"hasChildren":1},{"value":315,"label":"Suggestion\/Comments","parentID":0,"selected":false,"hasChildren":0},{"value":325,"label":"Site Content","parentID":0,"selected":false,"hasChildren":1},{"value":429,"label":"RadioBDC","parentID":0,"selected":false,"hasChildren":1},{"value":352,"label":"Technical Problems","parentID":0,"selected":false,"hasChildren":0},{"value":356,"label":"Help Finding Something","parentID":0,"selected":false,"hasChildren":0},{"value":300,"label":"Advertisements","parentID":0,"selected":false,"hasChildren":0},{"value":303,"label":"Article comments and forums","parentID":0,"selected":false,"hasChildren":0},{"value":304,"label":"Mobile","parentID":0,"selected":false,"hasChildren":1},{"value":301,"label":"E-mail Newsletters","parentID":0,"selected":false,"hasChildren":1},{"value":290,"label":"Other","parentID":0,"selected":false,"hasChildren":0}]],"hm_type":14,"hierDataNone":[[{"value":0,"label":"No Value"},{"value":307,"label":"Registration","parentID":0,"selected":false,"hasChildren":1},{"value":315,"label":"Suggestion\/Comments","parentID":0,"selected":false,"hasChildren":0},{"value":325,"label":"Site Content","parentID":0,"selected":false,"hasChildren":1},{"value":429,"label":"RadioBDC","parentID":0,"selected":false,"hasChildren":1},{"value":352,"label":"Technical Problems","parentID":0,"selected":false,"hasChildren":0},{"value":356,"label":"Help Finding Something","parentID":0,"selected":false,"hasChildren":0},{"value":300,"label":"Advertisements","parentID":0,"selected":false,"hasChildren":0},{"value":303,"label":"Article comments and forums","parentID":0,"selected":false,"hasChildren":0},{"value":304,"label":"Mobile","parentID":0,"selected":false,"hasChildren":1},{"value":301,"label":"E-mail Newsletters","parentID":0,"selected":false,"hasChildren":1},{"value":290,"label":"Other","parentID":0,"selected":false,"hasChildren":0}]]}},'ProductCategoryInput_6','standard/input/ProductCategoryInput','ProductCategoryInput','6');
376
+ W[c]({"i":{"c":"FormInput","n":"FormInput_7","w":7},"a":{"label_input":"Question","label_error":"","label_required":"%s is required","name":"incidents.thread","required":true,"hint":"","always_show_hint":false,"initial_focus":false,"validate_on_blur":false,"always_show_mask":false,"default_value":"","allow_external_login_updates":false,"hide_hint":false,"require_validation":false,"label_validation_incorrect":"%s does not match %s","label_validation":"Re-enter %s","maximum_length":0,"minimum_length":0,"disable_password_autocomplete":false},"j":{"type":10,"table":"incidents","name":"thread","mask":null,"prev":null,"contactToken":"_p1kmWKZbJl8mXiZfJl2mUaZSJlOmU4H9gfQIeQXxiMHn58!"}},'TextInput_8','standard/input/TextInput','TextInput','8');
377
+ W[c]({"i":{"c":"SelectionInput","n":"SelectionInput_9","w":9},"a":{"label_input":"Please send me a reply","label_error":"","label_required":"%s is required","name":"incidents.c$user_contact_pref","required":true,"hint":"","always_show_hint":false,"initial_focus":false,"validate_on_blur":false,"default_value":"","allow_external_login_updates":false,"hide_hint":false,"display_as_checkbox":false},"j":{"type":4,"table":"incidents","name":"user_contact_pref","mask":null,"customID":33,"prev":null}},'SelectionInput_9','standard/input/SelectionInput','SelectionInput','9');
378
+ W[c]({"i":{"c":"FileAttachmentUpload2","n":"FileAttachmentUpload2_10","w":10},"a":{"label_input":"Attach Documents","label_error":"","label_remove":"Remove","max_attachments":0,"label_max_attachment_limit":"You have reached the limit of files that may be uploaded. To add another file, you must first remove one of the files above.","label_generic_error":"The file could not be successfully uploaded. Either the file was too large, or the path to the file was incorrect.","loading_icon_path":"images\/indicator.gif","min_required_attachments":0,"label_min_required":"%s requires %s file(s)","valid_file_extensions":"","label_invalid_extension":"Only the following file types are allowed: %s"},"j":[]},'FileAttachmentUpload2_10','standard/input/FileAttachmentUpload2','FileAttachmentUpload2','10');
379
+ W[c]({"i":{"c":"FormInput","n":"FormInput_11","w":11},"a":{"label_input":"URL where issue occurred (if applicable)","label_error":"","label_required":"%s is required","name":"incidents.c$problem_url","required":false,"hint":"","always_show_hint":false,"initial_focus":false,"validate_on_blur":false,"always_show_mask":false,"default_value":"","allow_external_login_updates":false,"hide_hint":false,"require_validation":false,"label_validation_incorrect":"%s does not match %s","label_validation":"Re-enter %s","maximum_length":0,"minimum_length":0,"disable_password_autocomplete":false},"j":{"type":8,"table":"incidents","name":"problem_url","mask":null,"customID":34,"prev":null,"contactToken":"_p1kmWKZbJl8mXiZfJl2mUaZSJlOmU4H9gfQIeQXxiMHn58!"}},'TextInput_12','standard/input/TextInput','TextInput','12');
380
+ W[c]({"i":{"c":"FormInput","n":"FormInput_13","w":13},"a":{"label_input":"","label_error":"","label_required":"%s is required","name":"incidents.c$user_screen_resolution","required":false,"hint":"","always_show_hint":false,"initial_focus":false,"validate_on_blur":false,"always_show_mask":false,"default_value":"Unavailable","allow_external_login_updates":false,"hide_hint":false,"require_validation":false,"label_validation_incorrect":"%s does not match %s","label_validation":"Re-enter %s","maximum_length":0,"minimum_length":0,"disable_password_autocomplete":false},"j":{"type":8,"table":"incidents","name":"user_screen_resolution","mask":null,"customID":21,"prev":"Unavailable","contactToken":"_p1kmWKZbJl8mXiZfJl2mUaZSJlOmU4H9gfQIeQXxiMHn58!"}},'TextInput_14','standard/input/TextInput','TextInput','14');
381
+ W[c]({"i":{"c":"SelectionInputHidden","n":"SelectionInputHidden_15","w":15},"a":{"label_input":"user_cookies","label_error":"","label_required":"%s is required","name":"incidents.c$user_cookies","required":false,"hint":"","always_show_hint":false,"initial_focus":false,"validate_on_blur":false,"default_value":"","allow_external_login_updates":false,"hide_hint":false,"display_as_checkbox":false},"j":{"type":3,"table":"incidents","name":"user_cookies","mask":null,"customID":22,"prev":null}},'SelectionInputHidden_15','custom/input/SelectionInputHidden','SelectionInputHidden','15');
382
+ W[c]({"i":{"c":"FormSubmit","n":"FormSubmit_16","w":16},"a":{"label_button":"Submit","label_confirm_dialog":"","on_success_url":"\/app\/ask_confirm","loading_icon_path":"images\/indicator.gif","error_location":"rn_ErrorLocation","add_params_to_url":"","challenge_location":"","challenge_required":false},"j":{"f_tok":"_p9kmWKZbJl8mXiZfJl2mUaZSJlOmUwH9gfQIeQXxiMHn58!","formExpiration":1500000}},'FormSubmit_16','standard/input/FormSubmit','FormSubmit','16');
383
+ W[c]({"i":{"c":"SmartAssistantDialogCustom","n":"SmartAssistantDialogCustom_17","w":17},"a":{"label_banner":"Your question hasn't been submitted yet.","label_prompt":"The following answers might help you immediately. (Answers open in a separate window.)","label_no_results":"No matches were found.","label_submit_button":"Finish Submitting Question","label_cancel_button":"Back","label_dialog_title":"Finish submitting your question","display_answers_inline":false,"label_collapsed":"Answer closed, click or double tap to open","label_expanded":"Answer opened, click or double tap to close","label_accesskey":"If you prefer the keyboard, you can use %s + 1-%d to access each answer","accesskeys_enabled":true,"dialog_width":"600px"},"j":[]},'SmartAssistantDialogCustom_17','custom/input/SmartAssistantDialogCustom','SmartAssistantDialogCustom','17');
384
+ W[c]({"i":{"c":"SimpleSearch","n":"SimpleSearch_18","w":18},"a":{"initial_focus":false,"report_page_url":"\/app\/answers\/list","icon_path":"images\/icons\/search.png","alt_text":"Search","label_hint":"Search"},"j":[]},'SimpleSearch_18','standard/search/SimpleSearch','SimpleSearch','18');
385
+ RightNow.Url.transformLinks();});
386
+ /* ]]> */
387
+ </script>
388
+ <script type="text/javascript">
389
+ var _rnq=_rnq||[];_rnq.push({"s":"9N2xF49m","uh":"e1c229e6","uc":"boston.custhelp.com\/app\/ask","b":"ca57239","i":"bostonglobe:boston","f":"rnw","p":"Customer Portal","v":"14.5.0.1-b119-sp3","th":"www.rnengage.com"});
390
+ (function(f){var b,d,a=document.createElement("iframe"),c=document.getElementsByTagName("script");a.src="javascript:false";a.title="";a.role="presentation";(a.frameElement||a).style.cssText="width:0;height:0;border:0";c=c[c.length-1];c.parentNode.insertBefore(a,c);try{b=a.contentWindow.document}catch(g){d=document.domain,a.src="javascript:var d=document.open();d.domain='"+d+"';void(0);",b=a.contentWindow.document}b.open()._l=function(){for(var a;f.length;)a=this.createElement("script"),d&&(this.domain=
391
+ d),a.src=f.pop(),this.body.appendChild(a)};b.write('<body onload="document._l();">');b.close()})(["https://www.rnengage.com/api/e/ca57239/e.js","//www.rnengage.com/api/1/javascript/acs.js"]);
392
+ </script>
393
+ <script type='text/javascript' src='/rnt/rnw/yui_2.7/treeview/treeview-min.js'></script>
394
+ </body>
395
+
396
+ </html>
forms/html/243.html ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <!--[if IEMobile 7]><html class="iem7" lang="gl" dir="ltr"><![endif]-->
3
+ <!--[if lte IE 6]><html class="lt-ie9 lt-ie8 lt-ie7" lang="gl" dir="ltr"><![endif]-->
4
+ <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8" lang="gl" dir="ltr"><![endif]-->
5
+ <!--[if IE 8]><html class="lt-ie9" lang="gl" dir="ltr"><![endif]-->
6
+ <!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html lang="gl" dir="ltr"
7
+ xmlns:og="http://ogp.me/ns#"><!--<![endif]-->
8
+
9
+ <head profile="http://www.w3.org/1999/xhtml/vocab">
10
+ <meta charset="utf-8" />
11
+ <meta property="og:title" content="Conta de usuario" />
12
+ <meta property="og:site_name" content="Compañía de Radio/Televisión de Galicia. | CRTVG - pasouoquepasou - Arquivo en liña" />
13
+ <meta property="og:url" content="http://pasouoquepasou.crtvg.es/user/password" />
14
+ <link rel="shortcut icon" href="http://pasouoquepasou.crtvg.es/sites/all/themes/custom/basetheme/favicon.ico" type="image/vnd.microsoft.icon" />
15
+ <meta property="og:type" content="article" />
16
+ <meta name="dcterms.type" content="Text" />
17
+ <meta name="generator" content="Drupal 7 (http://drupal.org)" />
18
+ <link rel="canonical" href="http://pasouoquepasou.crtvg.es/user/password" />
19
+ <link rel="shortlink" href="http://pasouoquepasou.crtvg.es/user/password" />
20
+ <meta name="dcterms.title" content="Conta de usuario" />
21
+ <meta name="dcterms.format" content="text/html" />
22
+ <title>Conta de usuario | Compañía de Radio/Televisión de Galicia. | CRTVG - pasouoquepasou - Arquivo en liña</title>
23
+ <meta name="MobileOptimized" content="width">
24
+ <meta name="HandheldFriendly" content="true">
25
+ <meta name="viewport" content="width=device-width">
26
+ <link type="text/css" rel="stylesheet" href="http://pasouoquepasou.crtvg.es/sites/default/files/css/css_pbm0lsQQJ7A7WCCIMgxLho6mI_kBNgznNUWmTWcnfoE.css" media="all" />
27
+ <link type="text/css" rel="stylesheet" href="http://pasouoquepasou.crtvg.es/sites/default/files/css/css_IViljsZVWJO2uTRG53g8n5DiAJMo1VOERpg9iE3B7n4.css" media="all" />
28
+ <link type="text/css" rel="stylesheet" href="http://pasouoquepasou.crtvg.es/sites/default/files/css/css_YnbYH2kROZrjhaPuJADBKKmlErJW-V2LSO9KYKRC0yQ.css" media="all" />
29
+ <link type="text/css" rel="stylesheet" href="http://pasouoquepasou.crtvg.es/sites/default/files/css/css_s1319OEZjVgo-FBSq9N0LDAYmGMtL6mktRVQBmjIDSY.css" media="all" />
30
+ <link rel="stylesheet" type="text/css" media="only screen and (max-width: 900px), only screen and (max-device-width: 900px)" href="/sites/all/themes/custom/basetheme/css/mobile.css" />
31
+ <script src="http://pasouoquepasou.crtvg.es/sites/default/files/js/js_xAPl0qIk9eowy_iS9tNkCWXLUVoat94SQT48UBCFkyQ.js"></script>
32
+ <script src="http://pasouoquepasou.crtvg.es/sites/default/files/js/js_70-8nWquRTYYmSyOJ-Elih_in60S1fe5l2LOKSKNIqQ.js"></script>
33
+ <script>var RecaptchaOptions = {"theme":"clean","lang":"gl"};</script>
34
+ <script src="http://pasouoquepasou.crtvg.es/sites/default/files/js/js_lgAAOlplEun7p_8Pb-8dM079wtvnfwLZ0hAK0mH7Dto.js"></script>
35
+ <script>var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-1161664-5"]);(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
36
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
37
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
38
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
39
+
40
+ ga('create', 'UA-1161664-5', 'crtvg.es');
41
+ ga('send', 'pageview');_gaq.push(["_trackPageview"]);(function() {var ga = document.createElement("script");ga.type = "text/javascript";ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(ga, s);})();</script>
42
+ <script src="http://pasouoquepasou.crtvg.es/sites/default/files/js/js_puv3Q3rrxMWbVM3RRLespwWO6gwOQEBy7YoWS3W_fIU.js"></script>
43
+ <script>jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"basetheme","theme_token":"oUMYZ9J6sbWwcEhFFSwUJPFkn9veSEHSVD_-lk_d_hY","js":{"misc\/jquery.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"public:\/\/languages\/gl_qxWy_QTfAIDXGYfkmis6nowoekIvbWN9G7m8ugg8Bl8.js":1,"sites\/all\/libraries\/colorbox\/jquery.colorbox-min.js":1,"sites\/all\/modules\/download\/colorbox\/js\/colorbox.js":1,"sites\/all\/modules\/download\/colorbox\/styles\/default\/colorbox_style.js":1,"sites\/all\/modules\/download\/pollanon\/js\/jquery.cookie.min.js":1,"sites\/all\/modules\/download\/pollanon\/js\/pollanon.pack.js":1,"sites\/all\/modules\/download\/views_slideshow\/js\/views_slideshow.js":1,"sites\/all\/modules\/download\/captcha\/captcha.js":1,"0":1,"sites\/all\/modules\/download\/google_analytics\/googleanalytics.js":1,"1":1,"sites\/all\/themes\/custom\/basetheme\/js\/custom.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"modules\/comment\/comment.css":1,"sites\/all\/modules\/download\/date\/date_api\/date.css":1,"sites\/all\/modules\/download\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"modules\/poll\/poll.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/download\/views\/css\/views.css":1,"sites\/all\/modules\/download\/colorbox\/styles\/default\/colorbox_style.css":1,"sites\/all\/modules\/download\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/download\/pollanon\/pollanon.css":1,"sites\/all\/modules\/download\/rate\/rate.css":1,"sites\/all\/modules\/download\/views_slideshow\/views_slideshow.css":1,"sites\/all\/themes\/custom\/basetheme\/css\/reset.css":1,"sites\/all\/themes\/custom\/basetheme\/css\/style.css":1,"sites\/all\/themes\/custom\/basetheme\/css\/block.css":1}},"colorbox":{"opacity":"0.85","current":"{current} of {total}","previous":"\u00ab Prev","next":"Next \u00bb","close":"Activar pechar","maxWidth":"98%","maxHeight":"98%","fixed":true},"googleanalytics":{"trackOutbound":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"}});</script>
44
+ <!--[if lt IE 9]>
45
+ <script src="/sites/all/themes/custom/basetheme/js/html5-respond.js"></script>
46
+ <script src="/sites/all/themes/custom/basetheme/js/html5.js"></script>
47
+ <![endif]-->
48
+ <!--[if lt IE 8]>
49
+ <link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/custom/basetheme/css/fix-ie.css" />
50
+ <![endif]-->
51
+ </head>
52
+ <body class="html not-front not-logged-in no-sidebars page-user page-user-password i18n-gl" >
53
+ <div id="skip-link">
54
+ <a href="#main-content" class="element-invisible element-focusable">Ir o contido principal</a>
55
+ </div>
56
+
57
+ <div id="social-networks">
58
+ <a href="http://www.facebook.com/CRTVG" class="logo-facebook" title="Facebook" target="_blank">Facebook</a>
59
+ <a href="https://twitter.com/#!/crtvg" class="logo-twitter" title="Twitter" target="_blank">Twitter</a>
60
+ <a href="http://www.youtube.com/tvg" class="logo-youtube" title="Youtube" target="_blank">Youtube</a>
61
+ </div>
62
+
63
+ <div id="feedback">
64
+ <a href="/contact">Opina</a></div>
65
+
66
+ <div id="page-wrapper">
67
+ <div id="page">
68
+
69
+ <div id="aboveHeader-wrapper">
70
+ <div id="aboveHeader">
71
+ <div class="region region-aboveheader">
72
+ <div id="block-block-5" class="block block-block">
73
+ <div class="block-wrapper">
74
+
75
+ <div class="content">
76
+ <script type="text/javascript">
77
+ sas_tmstp=Math.round(Math.random()*10000000000);sas_masterflag=1;
78
+ function SmartAdServer(sas_pageid,sas_formatid,sas_target) {
79
+ if (sas_masterflag==1) {sas_masterflag=0;sas_master='M';} else {sas_master='S';};
80
+ document.write('<scr'+'ipt src="http://www6.smartadserver.com/call/pubj/' + sas_pageid + '/' + sas_formatid + '/' + sas_master + '/' + sas_tmstp + '/' + escape(sas_target) + '?"></scr'+'ipt>');
81
+ }
82
+ </script>
83
+
84
+ <script type="text/javascript">
85
+ sas_pageid='53780/389060'; // Página : Pasouoquepasou/portada
86
+ sas_formatid=16402; // Formato : mega 728x180
87
+ sas_target=''; // Segmentación
88
+ SmartAdServer(sas_pageid,sas_formatid,sas_target);
89
+ </script>
90
+ <noscript>
91
+ <a href="http://www6.smartadserver.com/call/pubjumpi/53780/389060/16402/M/[timestamp]/?" target="_blank">
92
+ <img src="http://www6.smartadserver.com/call/pubi/53780/389060/16402/M/[timestamp]/?" border="0" alt="" /></a>
93
+ </noscript> </div>
94
+ </div>
95
+ </div>
96
+ </div><!-- /.region -->
97
+ </div>
98
+ </div><!-- /#aboveHeader -->
99
+
100
+
101
+ <div id="header-wrapper">
102
+ <header id="header">
103
+ <a href="/" title="Inicio" rel="home" id="logo">
104
+ <img src="http://pasouoquepasou.crtvg.es/sites/default/files/logo_2.png" alt="Inicio" />
105
+ </a>
106
+
107
+
108
+ <nav id="primary-menu-nav" role="navigation">
109
+ <ul id="main-menu" class="links inline clearfix"><li class="menu-409 first"><a href="/categorias/arquivo-historico" title="Arquivo histórico">Arquivo Histórico</a></li>
110
+ <li class="menu-410"><a href="/novidades" title="Novidades">Novidades</a></li>
111
+ <li class="menu-411"><a href="/participa" title="Participa">Participa</a></li>
112
+ <li class="menu-412 last"><a href="/user/register" title="Únete">Únete</a></li>
113
+ </ul> </nav>
114
+
115
+ <form action="/search/node" method="GET" id="buscador-general" accept-charset="UTF-8"><div><div class="form-item form-type-textfield form-item-combine">
116
+ <input placeholder="Buscar..." type="text" id="edit-combine" name="combine" value="" size="60" maxlength="128" class="form-text" />
117
+ </div>
118
+ <input type="submit" id="edit-search" name="op" value="Buscar" class="form-submit" /></div></form>
119
+ <div class="beak-3"></div>
120
+
121
+ </header>
122
+
123
+ </div> <!-- /#header -->
124
+
125
+ <div id="header-bottom-wrapper">
126
+ <div id="header-bottom">
127
+ <div class="region region-header">
128
+ <div id="block-menu-menu-categorias" class="block block-menu">
129
+ <div class="block-wrapper">
130
+
131
+ <div class="content">
132
+ <ul class="menu"><li class="first leaf"><a href="/categorias/politica-e-institucions" title="">Política e Institucións</a></li>
133
+ <li class="leaf"><a href="/categorias/cultura-e-educacion" title="">Cultura e Educación</a></li>
134
+ <li class="leaf"><a href="/categorias/deportes" title="">Deportes</a></li>
135
+ <li class="leaf"><a href="/categorias/ciencia-saude-e-medio-ambiente" title="">Ciencia, Saúde e Medio Ambiente</a></li>
136
+ <li class="leaf"><a href="/categorias/economia" title="">Economía e Infraestruturas</a></li>
137
+ <li class="leaf"><a href="/categorias/sociedade" title="">Sociedade</a></li>
138
+ <li class="last collapsed"><a href="/categorias/arquivo-historico" title="Arquivo Histórico">Arquivo Histórico</a></li>
139
+ </ul> </div>
140
+ </div>
141
+ </div>
142
+ <div id="block-views-men-categorias-block" class="block block-views">
143
+ <div class="block-wrapper">
144
+
145
+ <div class="content">
146
+ <div class="view view-men-categorias view-id-men_categorias view-display-id-block view-dom-id-70d2074199e818401347b3bc0356a607">
147
+
148
+
149
+
150
+ <div class="view-content">
151
+ <div class="item-list"> <ul> <li class="views-row views-row-1 views-row-odd views-row-first">
152
+ <div class="views-field views-field-name"> <span class="field-content"><a href="/categorias/politica-e-institucions">Política e Institucións</a></span> </div></li>
153
+ <li class="views-row views-row-2 views-row-even">
154
+ <div class="views-field views-field-name"> <span class="field-content"><a href="/categorias/cultura-e-educacion">Cultura e Educación</a></span> </div></li>
155
+ <li class="views-row views-row-3 views-row-odd">
156
+ <div class="views-field views-field-name"> <span class="field-content"><a href="/categorias/deportes">Deportes</a></span> </div></li>
157
+ <li class="views-row views-row-4 views-row-even">
158
+ <div class="views-field views-field-name"> <span class="field-content"><a href="/categorias/economia">Economía</a></span> </div></li>
159
+ <li class="views-row views-row-5 views-row-odd">
160
+ <div class="views-field views-field-name"> <span class="field-content"><a href="/categorias/ciencia-saude-e-medio-ambiente">Ciencia; Saúde e Medio Ambiente</a></span> </div></li>
161
+ <li class="views-row views-row-6 views-row-even">
162
+ <div class="views-field views-field-name"> <span class="field-content"><a href="/categorias/sociedade">Sociedade</a></span> </div></li>
163
+ <li class="views-row views-row-7 views-row-odd views-row-last">
164
+ <div class="views-field views-field-name"> <span class="field-content"><a href="/categorias/persoeiros">Persoeiros</a></span> </div></li>
165
+ </ul></div> </div>
166
+
167
+
168
+
169
+
170
+
171
+
172
+ </div> </div>
173
+ </div>
174
+ </div>
175
+ </div><!-- /.region -->
176
+ </div>
177
+ </div>
178
+
179
+ <div id="top-main-wrapper">
180
+ <div id="top-main">
181
+ <nav id="breadcrumb"><div class="breadcrumb"><span class="breadcrumb-0 first"><a href="/">Inicio</a></span><span class="breadcrumb-1 last"><a href="/user">Conta de usuario</a></span></nav>
182
+
183
+
184
+ </div>
185
+ </div>
186
+
187
+ <div id="main-wrapper"><div id="main">
188
+
189
+
190
+ <div id="content" class="column" role="main">
191
+
192
+ <a id="main-content"></a>
193
+ <h1 class="title" id="page-title">Conta de usuario</h1> <h2 class="element-invisible">Pestanas principais</h2><ul class="tabs primary"><li><a href="/user/register">Crear nova conta</a></li>
194
+ <li><a href="/user">Iniciar sesión</a></li>
195
+ <li class="active"><a href="/user/password" class="active">Solicitar un novo contrasinal<span class="element-invisible">(solapa activa)</span></a></li>
196
+ </ul> <div class="region region-content">
197
+ <div id="block-system-main" class="block block-system">
198
+ <div class="block-wrapper">
199
+
200
+ <div class="content">
201
+ <form action="/user/password" method="post" id="user-pass" accept-charset="UTF-8"><div><div class="form-item form-type-textfield form-item-name">
202
+ <label for="edit-name">Nome de usuario ou enderezo de correo-e <span class="form-required" title="Este campo é necesario.">*</span></label>
203
+ <input type="text" id="edit-name" name="name" value="" size="60" maxlength="254" class="form-text required" />
204
+ </div>
205
+ <input type="hidden" name="form_build_id" value="form-YcbyzpKL75rZPf08d5aiukWLvkSeDVhdnFUNIkSDMVs" />
206
+ <input type="hidden" name="form_id" value="user_pass" />
207
+ <fieldset class="captcha form-wrapper"><legend><span class="fieldset-legend">CAPTCHA</span></legend><div class="fieldset-wrapper"><div class="fieldset-description">Esta pregunta é para comprobar que vostede é unha persoa e prever o envío automático de lixo.</div><input type="hidden" name="captcha_sid" value="34388" />
208
+ <input type="hidden" name="captcha_token" value="0046e79041e0f9add775dbc209b9ed62" />
209
+ <input type="hidden" name="captcha_response" value="reCAPTCHA" />
210
+ <div id="edit-captcha-form" class="form-item form-type-item">
211
+ <script type="text/javascript" src="https://www.google.com/recaptcha/api/challenge?k=6LefSuMSAAAAAOk4T5urFl_knTvMCLbS3iWRzK49"></script>
212
+
213
+ <noscript>
214
+ <iframe src="https://www.google.com/recaptcha/api/noscript?k=6LefSuMSAAAAAOk4T5urFl_knTvMCLbS3iWRzK49" height="300" width="500" frameborder="0"></iframe><br/>
215
+ <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
216
+ <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
217
+ </noscript>
218
+ </div>
219
+ </div></fieldset>
220
+ <div class="form-actions form-wrapper" id="edit-actions"><input type="submit" id="edit-submit" name="op" value="Enviar o novo contrasinal por correo-e" class="form-submit" /></div></div></form> </div>
221
+ </div>
222
+ </div>
223
+ </div><!-- /.region -->
224
+ </div> <!-- /#content -->
225
+
226
+
227
+ </div></div> <!-- /#main, /#main-wrapper -->
228
+
229
+
230
+ <div id="three-columns-wrapper">
231
+ <div id="three-columns">
232
+ </div>
233
+ </div>
234
+
235
+ <div id="footer-wrapper">
236
+ <footer id="footer">
237
+ <a href="/" title="Inicio" rel="home" id="logo-footer">
238
+ <img src="http://pasouoquepasou.crtvg.es/sites/default/files/logo_2.png" alt="Inicio" />
239
+ </a>
240
+ <div id="footer-blocks" class="region region-footer">
241
+ <div id="block-block-4" class="block block-block">
242
+ <div class="block-wrapper">
243
+
244
+ <div class="content">
245
+ <p>Este arquivo recolle unicamente os documentos sobre os que a CRTVG ten dereitos de emisión.</p>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ <div id="block-menu-menu-menu-pe-paxina" class="block block-menu">
250
+ <div class="block-wrapper">
251
+
252
+ <div class="content">
253
+ <ul class="menu"><li class="first leaf"><a href="http://www.crtvg.es/" title="Crtvg.es">Crtvg.es</a></li>
254
+ <li class="leaf"><a href="http://www.crtvg.es/tvg/tvg-en-directo/canle/galicia-tv-europa" title="Galicia TV América">Galicia TV América</a></li>
255
+ <li class="leaf"><a href="http://www.crtvg.es/tvg/tvg-en-directo/canle/galicia-tv-europa" title="Galicia TV Europa">Galicia TV Europa</a></li>
256
+ <li class="leaf"><a href="http://www.crtvg.es/rg/rg-en-directo/canle/rg" title="RG">RG</a></li>
257
+ <li class="leaf"><a href="http://www.crtvg.es/rg/rg-en-directo/canle/rg-musica" title="RG Música">RG Música</a></li>
258
+ <li class="leaf"><a href="http://www.crtvg.es/crtvg/camaras-web" title="Servizo de webcams">Servizo de webcams</a></li>
259
+ <li class="last leaf"><a href="http://www.crtvg.es/informativos" title="TVG Informativos">TVG Informativos</a></li>
260
+ </ul> </div>
261
+ </div>
262
+ </div>
263
+ <div id="block-menu-menu-menu-pe-paxina-2" class="block block-menu">
264
+ <div class="block-wrapper">
265
+
266
+ <div class="content">
267
+ <ul class="menu"><li class="first leaf"><a href="http://www.crtvg.es/" title="© CRTVG">© CRTVG</a></li>
268
+ <li class="leaf"><a href="http://www.crtvg.es/crtvg/oficina/perfil-contratante" title="Perfil do contratante">Perfil do contratante</a></li>
269
+ <li class="last leaf"><a href="http://www.crtvg.es/aviso-legal" title="Aviso legal">Aviso legal</a></li>
270
+ </ul> </div>
271
+ </div>
272
+ </div>
273
+ </div><!-- region__footer -->
274
+ </footer>
275
+ </div><!-- /#footer -->
276
+
277
+ </div>
278
+ </div> <!-- /#page, /#page-wrapper -->
279
+
280
+ </body>
281
+ </html>
forms/html/255.html ADDED
@@ -0,0 +1,828 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Натяжные потолки в Уфе и Башкирии напрямую от производителя</title>
5
+ <meta name="keywords" content="натяжной потолок уфа, тканевые потолки, натяжные потолки, установка потолка, потолки купить, натяжные потолки уфа, натяжные потолки в уфе, потолки двухуровневые, потолки натяжные купить, потолки натяжные уфа" />
6
+ <meta name="description" content="Натяжные потолки в уфе. Матовые, сатиновые, глянцевые и др. Потолок в подарок, гарантия 10 лет. Безопасный монтаж. " />
7
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
8
+ <meta name="viewport" content="width=device-width" />
9
+ <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico" />
10
+ <link rel="stylesheet" type="text/css" href="css/jquery.fancybox.css">
11
+ <link rel="stylesheet" type="text/css" media="(min-width: 1000px)" href="css/animated.css" />
12
+ <link rel="stylesheet" type="text/css" href="css/main.css" />
13
+ <link rel="stylesheet" type="text/css" media="(min-width : 600px) and (max-width : 1024px)" href="css/pad.css" />
14
+ <link rel="stylesheet" href="css/glide.core.css">
15
+ <link rel="stylesheet" href="css/glide.theme.css">
16
+ <link rel="stylesheet" type="text/css" media="(max-width: 600px)" href="css/phone.css" />
17
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
18
+ <script type="text/javascript" src="js/main.js"></script>
19
+ <script type="text/javascript" src="js/jquery.maskedinput.js"></script>
20
+ <script type="text/javascript" src="/js/jquery.fancybox.pack.js"></script>
21
+ <script src="js/glide.js"></script>
22
+ </head>
23
+ <body>
24
+ <header>
25
+ <div class="top_header">
26
+ <div class="container_test">
27
+ <div class="top flex">
28
+ <div class="blocks flex">
29
+ <img src="/img/headm_img1.png" alt="">
30
+ <p>Работаем по договору</p>
31
+ </div>
32
+ <div class="blocks flex">
33
+ <img src="/img/headm_img2.png" alt="">
34
+ <p>Гарантия на потолки 15 лет</p>
35
+ </div>
36
+ <div class="blocks flex">
37
+ <img src="/img/headm_img3.png" alt="">
38
+ <p>Большой выбор полотен<br>в наличии</p>
39
+ </div>
40
+ </div>
41
+ <div class="bot flex">
42
+ <div class="blocks flex logo">
43
+ <img src="/img/logo.png" alt=""> Студия Эдвин
44
+ <p class="logo_text">Установка бесшовных натяжных потолков в Уфе</p>
45
+ </div>
46
+ <div class="blocks flex">
47
+ <p class="num">
48
+ +7 (347) 229-45-02<br>
49
+ <span>Ежедневно с 8:00 до 23:00</span>
50
+ </p>
51
+ </div>
52
+ <div class="blocks flex">
53
+ <a class="fancy_btn fancybox.ajax" href='/im_blocks/imassage.php?zag1=%D0%9F%D0%BE%D0%BB%D1%83%D1%87%D0%B8%D1%82%D0%B5+%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%83%D1%8E+%D0%BA%D0%BE%D0%BD%D1%81%D1%83%D0%BB%D1%8C%D1%82%D0%B0%D1%86%D0%B8%D1%8E&zag2=%D0%BE%D1%82+%D0%BD%D0%B0%D1%88%D0%B5%D0%B3%D0%BE+%D0%BC%D0%B5%D0%BD%D0%B5%D0%B4%D0%B6%D0%B5%D1%80%D0%B0&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%A8%D0%B0%D0%BF%D0%BA%D0%B0+%28%D0%B7%D0%B0%D0%BA%D0%B0%D0%B7+%D0%B7%D0%B2%D0%BE%D0%BD%D0%BA%D0%B0%29&reachgoal=zvonok&utm_source=&utm_term='>
54
+ <button class="btn uppercase"><div class="h_btn flex">Перезвоните мне</div></button>
55
+ </a>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ <div class="main_block">
61
+ <div class="container_test" style='background: url(/img/fon/standart.jpg) top center no-repeat; -webkit-background-size: cover; background-size: cover;'>
62
+ <h1>Установим натяжной потолок в Уфе</h1>
63
+ <p class="text">от производителя. Монтаж за 2 часа. Уберем за собой мусор.</p>
64
+ <center>
65
+ <a class="fancy_btn fancybox.ajax" href='/im_blocks/imassage.php?zag1=%D0%9F%D0%BE%D0%BB%D1%83%D1%87%D0%B8%D1%82%D0%B5+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82+%D1%81%D1%82%D0%BE%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8&zag2=%D0%B2+3%D1%85+%D0%B2%D0%B0%D1%80%D0%B8%D0%B0%D0%BD%D1%82%D0%B0%D1%85&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F+%D0%BA%D0%BD%D0%BE%D0%BF%D0%BA%D0%B0+%28%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82%29&reachgoal=mainbutton&utm_source=&utm_term='>
66
+ <button class="btn uppercase">Расчет по вашим размерам</button>
67
+ </a>
68
+ </center>
69
+ </div>
70
+ </div>
71
+ </header>
72
+ <a name='recommend'></a>
73
+ <div class="our_recomend">
74
+ <div class="mtext">
75
+ <div class="top">
76
+ <img src="/img/mtext_img.png" alt="">
77
+ </div>
78
+ <p>Нас рекомендуют</p>
79
+ </div>
80
+ <div class="container_test flex">
81
+ <div class="blocks flex">
82
+ <div class="our_recomend_img flex">
83
+ <img src="/img/our_recomend_img1.png" alt="">
84
+ </div>
85
+ <div class="our_recomend_img_hover">
86
+ <div class="our_recomend_img_hover_in">
87
+ <h5>Творческая мастерская Арт-объект</h5>
88
+ <p>Декоративная штукатурка и жидкие обои, дизайн интерьеров, авторская роспись и лепные панно, картины на заказ </p>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ <div class="blocks flex">
93
+ <div class="our_recomend_img flex">
94
+ <img src="/img/our_recomend_img2.png" alt="">
95
+ </div>
96
+ <div class="our_recomend_img_hover">
97
+ <div class="our_recomend_img_hover_in">
98
+ <h5>Башкирская Аккумуляторная компания</h5>
99
+ <p>Оптовые продажи аккумуляторных стартерных батарей на территории Республики Башкортостан и за ее пределами.</p>
100
+ </div>
101
+ </div>
102
+ </div>
103
+ <div class="blocks flex">
104
+ <div class="our_recomend_img flex">
105
+ <img src="/img/our_recomend_img3.png" alt="">
106
+ </div>
107
+ <div class="our_recomend_img_hover">
108
+ <div class="our_recomend_img_hover_in">
109
+ <h5>ВостокНефтеЗаводМонтаж</h5>
110
+ <p>Строительно-монтажная компания, оказывающая услуги в области строительства объектов нефтегазового комплекса.</p>
111
+ </div>
112
+ </div>
113
+ </div>
114
+ <div class="blocks last flex">
115
+ <div class="our_recomend_img flex">
116
+ <img src="/img/our_recomend_img4.png" alt="">
117
+ </div>
118
+ <div class="our_recomend_img_hover">
119
+ <div class="our_recomend_img_hover_in">
120
+ <h5>Башкирский инвестиционный дом</h5>
121
+ <p>Одна из компаний-долгожителей на Уфимском строительном рынке с 23-летним опытом успешной работы</p>
122
+ </div>
123
+ </div>
124
+ </div>
125
+ <div class="blocks last flex">
126
+ <div class="our_recomend_img flex">
127
+ <img src="/img/our_recomend_img5.png" alt="">
128
+ </div>
129
+ <div class="our_recomend_img_hover">
130
+ <div class="our_recomend_img_hover_in">
131
+ <h5>Рестораны «Dasko Garden»</h5>
132
+ <p>4 ресторана различных направлений, расположенных в живописном и экологически-чистом парке им. М. Гафури. </p>
133
+ </div>
134
+ </div>
135
+ </div>
136
+ <div class="blocks last flex">
137
+ <div class="our_recomend_img flex">
138
+ <img src="/img/our_recomend_img6.png" alt="">
139
+ </div>
140
+ <div class="our_recomend_img_hover">
141
+ <div class="our_recomend_img_hover_in">
142
+ <h5>НефтеХим-Процессинг</h5>
143
+ <p>Одна из самых успешных компаний на рынке реализации нефтепродуктов. Оптовая реализация нефтепродуктов и нефтехимии. </p>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ <div class="where">
150
+ <div class="mtext">
151
+ <div class="top">
152
+ <img src="/img/mtext_img1.png" alt="">
153
+ </div>
154
+ <p>Монтируем потолки</p>
155
+ </div>
156
+ <div class="container_test flex">
157
+ <div class="blocks">
158
+ <a class="fancy_btn fancybox.ajax" href='/im_blocks/imassage.php?zag1=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82&zag2=%D1%81%D1%82%D0%BE%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D0%B4%D0%B5%D1%82%D1%81%D0%BA%D1%83%D1%8E&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D0%B4%D0%B5%D1%82%D1%81%D0%BA%D1%83%D1%8E+%28%D0%B1%D0%BB%D0%BE%D0%BA+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BE%D0%BA+%D0%B2..%29&reachgoal=potolokv&utm_source=&utm_term='>
159
+ <img src="/img/where_img1.jpg" alt="">
160
+ </a>
161
+ <p class="text uppercase">В детскую</p>
162
+ </div>
163
+ <div class="blocks">
164
+ <a class="fancy_btn fancybox.ajax" href='/im_blocks/imassage.php?zag1=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82&zag2=%D1%81%D1%82%D0%BE%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D0%B7%D0%B0%D0%BB&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D0%B7%D0%B0%D0%BB+%28%D0%B1%D0%BB%D0%BE%D0%BA+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BE%D0%BA+%D0%B2..%29&reachgoal=potolokv&utm_source=&utm_term='>
165
+ <img src="/img/where_img2.jpg" alt="">
166
+ </a>
167
+ <p class="text uppercase">В зал</p>
168
+ </div>
169
+ <div class="blocks">
170
+ <a class="fancy_btn fancybox.ajax" href='/im_blocks/imassage.php?zag1=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82&zag2=%D1%81%D1%82%D0%BE%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D1%81%D0%BF%D0%B0%D0%BB%D1%8C%D0%BD%D1%8E&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D1%81%D0%BF%D0%B0%D0%BB%D1%8C%D0%BD%D1%8E+%28%D0%B1%D0%BB%D0%BE%D0%BA+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BE%D0%BA+%D0%B2..%29&reachgoal=potolokv&utm_source=&utm_term='>
171
+ <img src="/img/where_img3.jpg" alt="">
172
+ </a>
173
+ <p class="text uppercase">В спальню</p>
174
+ </div>
175
+ <div class="blocks">
176
+ <a class="fancy_btn fancybox.ajax" href='/im_blocks/imassage.php?zag1=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82&zag2=%D1%81%D1%82%D0%BE%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D0%B2%D0%B0%D0%BD%D0%BD%D1%83%D1%8E&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D0%B2%D0%B0%D0%BD%D0%BD%D1%83%D1%8E+%28%D0%B1%D0%BB%D0%BE%D0%BA+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BE%D0%BA+%D0%B2..%29&reachgoal=potolokv&utm_source=&utm_term='>
177
+ <img src="/img/where_img4.jpg" alt="">
178
+ </a>
179
+ <p class="text uppercase">В ванную</p>
180
+ </div>
181
+ <div class="blocks">
182
+ <a class="fancy_btn fancybox.ajax" href='/im_blocks/imassage.php?zag1=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82&zag2=%D1%81%D1%82%D0%BE%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%BD%D0%B0+%D0%BA%D1%83%D1%85%D0%BD%D1%8E&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%BD%D0%B0+%D0%BA%D1%83%D1%85%D0%BD%D1%8E+%28%D0%B1%D0%BB%D0%BE%D0%BA+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BE%D0%BA+%D0%B2..%29&reachgoal=potolokv&utm_source=&utm_term='>
183
+ <img src="/img/where_img5.jpg" alt="">
184
+ </a>
185
+ <p class="text uppercase">В кухню</p>
186
+ </div>
187
+ <div class="blocks">
188
+ <a class="fancy_btn fancybox.ajax" href='/im_blocks/imassage.php?zag1=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82&zag2=%D1%81%D1%82%D0%BE%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%80%D0%B8%D0%B4%D0%BE%D1%80&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2+%D0%BA%D0%BE%D1%80%D0%B8%D0%B4%D0%BE%D1%80+%28%D0%B1%D0%BB%D0%BE%D0%BA+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BE%D0%BA+%D0%B2..%29&reachgoal=potolokv&utm_source=&utm_term='>
189
+ <img src="/img/where_img6.jpg" alt="">
190
+ </a>
191
+ <p class="text uppercase">В коридор</p>
192
+ </div>
193
+ <div class="big_block flex" style='position: relative;'>
194
+ <a name='akc' style='position: absolute; top: 0px;'></a>
195
+ <div class="big_block_in">
196
+ <p class="text uppercase">
197
+ Потолки во всю квартиру<br>
198
+ <span>со скидкой</span>
199
+ </p>
200
+ <p class="num">
201
+ 30%
202
+ </p>
203
+ <a class="fancy_btn fancybox.ajax" href="/im_blocks/imassage.php?zag1=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82&zag2=%D1%81%D1%82%D0%BE%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2%D0%BE+%D0%B2%D1%81%D1%8E+%D0%BA%D0%B2%D0%B0%D1%80%D1%82%D0%B8%D1%80%D1%83&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D1%80%D0%B0%D1%81%D1%87%D0%B5%D1%82+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BA%D0%B0+%D0%B2%D0%BE+%D0%B2%D1%81%D1%8E+%D0%BA%D0%B2%D0%B0%D1%80%D1%82%D0%B8%D1%80%D1%83+%28%D0%B1%D0%BB%D0%BE%D0%BA+%D0%BF%D0%BE%D1%82%D0%BE%D0%BB%D0%BE%D0%BA+%D0%B2..%29&reachgoal=potolokv&utm_source=&utm_term=">
204
+ <button class="btn uppercase"><div class="h_btn flex">Заказать</div></button>
205
+ </a>
206
+ </div>
207
+ </div>
208
+ </div>
209
+ </div>
210
+ <a name='predlag'></a>
211
+ <div class="for_you">
212
+ <div class="mtext">
213
+ <div class="top">
214
+ <img src="/img/mtext_img2.png" alt="">
215
+ </div>
216
+ <p>Что мы предлагаем</p>
217
+ </div>
218
+ <div class="container_test flex">
219
+ <div class="blocks flex">
220
+ <div class="left">
221
+ <img src="/img/for_you_img1.jpg" alt="">
222
+ </div>
223
+ <div class="right">
224
+ <p class="htext uppercase">Одноуровневые потолки</p>
225
+ <p class="text">
226
+ Одноуровневый натяжной потолок – это специальное
227
+ полотно или пленка ПВХ, которая закрепляется по
228
+ периметру помещения металлическим профилем, а затем
229
+ натягивается до идеально ровного состояния. Цвет и
230
+ фактуру материала Вы можете выбрать сами и создать
231
+ свой неповторимый стиль.
232
+ </p>
233
+ </div>
234
+ <div class="line"></div>
235
+ </div>
236
+ <div class="blocks flex">
237
+ <div class="left">
238
+ <img src="/img/for_you_img2.jpg" alt="">
239
+ </div>
240
+ <div class="right">
241
+ <p class="htext uppercase">Многоуровневые потолки</p>
242
+ <p class="text">
243
+ Многоуровневые натяжные потолки – это элитные потолки,
244
+ они смонтированы на нескольких уровнях и, как правило,
245
+ этим не ограничиваются. Владельцы элитных квартир
246
+ предпочитают именно такие натяжные потолки.Безусловно,
247
+ при помощи разноуровневых натяжных потолков можно
248
+ создать абсолютно любую конструкцию, но наибольшей
249
+ популярностью пользуются именно двухуровневые
250
+ натяжные потолки (двухъярусные). Именно 2 х уровневые
251
+ потолки позволяют создать великолепный потолок с
252
+ минимальным опусканием от начального уровня.
253
+ </p>
254
+ </div>
255
+ <div class="line"></div>
256
+ </div>
257
+ <div class="blocks flex">
258
+ <div class="left">
259
+ <img src="/img/for_you_img3.jpg" alt="">
260
+ </div>
261
+ <div class="right">
262
+ <p class="htext uppercase">Потолок с Фотопечатью</p>
263
+ <p class="text">
264
+ Хотите сделать интерьер в своем доме эксклюзивным,
265
+ стильным и уютным одновременно?
266
+ <br><br>
267
+ С нашей помощью натяжных потолков с фотопечатью
268
+ вы сможете поместить на потолке свое любимое фото,
269
+ пейзаж или любой другой рисунок.
270
+ </p>
271
+ </div>
272
+ <div class="line"></div>
273
+ </div>
274
+ <div class="blocks flex">
275
+ <div class="left">
276
+ <img src="/img/for_you_img4.jpg" alt="">
277
+ </div>
278
+ <div class="right">
279
+ <p class="htext uppercase">Звездное небо на потолке</p>
280
+ <p class="text">
281
+ Натяжные потолки "Звездное небо" можно рассматривать
282
+ как совершенно отдельный вид натяжных потолков. Такие
283
+ покрытия могут иметь различное исполнение, и от этого
284
+ зависит то, как они выглядят. Например, натяжные потолки
285
+ "Звездное небо" с люминесцентной окраской днем
286
+ выглядят как обычные матовые натяжные потолки
287
+ спектрально белого цвета, но в вечернее время они
288
+ совершенно преображаются, так как люминесцентное
289
+ оформление заметно только в темное время суток. При
290
+ помощи люминесцентной краски могут быть нанесены
291
+ самые разнообразные изображения, не обязательно
292
+ звездного неба.
293
+ </p>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+ <div class="kinds">
299
+ <div class="mtext">
300
+ <div class="top">
301
+ <img src="/img/mtext_img3.png" alt="">
302
+ </div>
303
+ <p>Виды полотен в наличии</p>
304
+ </div>
305
+ <div class="container_test flex">
306
+ <div class="blocks">
307
+ <img src="/img/kinds_img1.jpg" alt="">
308
+ <p>Мат</p>
309
+ </div>
310
+ <div class="blocks">
311
+ <img src="/img/kinds_img2.jpg" alt="">
312
+ <p>Глянец</p>
313
+ </div>
314
+ <div class="blocks">
315
+ <img src="/img/kinds_img3.jpg" alt="">
316
+ <p>Сатин</p>
317
+ </div>
318
+ </div>
319
+ </div>
320
+ <div class="colors">
321
+ <div class="mtext">
322
+ <div class="top">
323
+ <img src="/img/mtext_img4.png" alt="">
324
+ </div>
325
+ <p>Цвет потолка</p>
326
+ </div>
327
+ <p class="pre_mtext">Мы имеем в наличии 256 цветов</p>
328
+ <div class="container_test">
329
+ <img src="/img/colors.jpg" alt="">
330
+ </div>
331
+ <a name='individual'></a>
332
+ <div class="container_test">
333
+ <div class="individual_form flex">
334
+ <div class="left">
335
+ <div class="line"></div>
336
+ <p class="htext">
337
+ Индивидуальное<br>
338
+ решение
339
+ </p>
340
+ <div class="line"></div>
341
+ <p class="text">
342
+ Наши специалисты с легкостью превратят
343
+ любое ваше представление об идеальном
344
+ потолке в реальность
345
+ </p>
346
+ </div>
347
+ <div class="right">
348
+ <p class="htext uppercase">Запишитесь на консультацию</p>
349
+ <p class="text">
350
+ и получите расчет стоимости<br>
351
+ вашего идеального потолка<br>
352
+ в 3х вариантах
353
+ </p>
354
+ <form class="main_form" method="POST" action="ok.php" id="form1" alt="1">
355
+ <input name="name" class="inputname" id="name1" placeholder="Как Вас зовут">
356
+ <input name="phone" class="inputphone" id="phone1" placeholder="Номер телефона">
357
+ <input name="head_mess" type="hidden" id="type5" value="Заказ (блок Индивидуальное решение)">
358
+ <input name="utm_source" type="hidden" value="">
359
+ <input name="utm_term" type="hidden" value="">
360
+ <div id="forma_main" class="form_button btn uppercase" onclick="formcheck(1, 'individual');">Оставить заявку</div>
361
+ </form>
362
+ </div>
363
+ </div>
364
+ </div>
365
+ </div>
366
+ <div class="setup">
367
+ <div class="mtext">
368
+ <div class="top">
369
+ <img src="/img/mtext_img5.png" alt="">
370
+ </div>
371
+ <p>Технологии установки</p>
372
+ </div>
373
+ <div class="container_test flex">
374
+ <div class="blocks">
375
+ <div class="img"><img src="/img/setup_img1.png" alt=""></div>
376
+ <p class="htext">Взрывобезопасное<br>оборудование</p>
377
+ <p class="text">
378
+ Всё используемое нами оборудование сертифицировано и прошло проверку пожарной безопасности.
379
+ </p>
380
+ </div>
381
+ <div class="blocks">
382
+ <div class="img"><img src="/img/setup_img2.png" alt=""></div>
383
+ <p class="htext">Беспылевой<br>монтаж</p>
384
+ <p class="text">
385
+ Благодаря современным технологиям мы имеем новейшее оборудование, которое позволяет проводить монтаж практически без пыли.
386
+ </p>
387
+ </div>
388
+ <div class="blocks">
389
+ <div class="img"><img src="/img/setup_img3.png" alt=""></div>
390
+ <p class="htext">Сертифицированные<br>полотна</p>
391
+ <p class="text">
392
+ Наша компания является официальным дилером компании «Эколонг» и имеет все документы на экологичность полотен.
393
+ </p>
394
+ </div>
395
+ </div>
396
+ </div>
397
+ <div class="we" style='display:none;'>
398
+ <div class="mtext">
399
+ <div class="top">
400
+ <img src="/img/mtext_img6.png" alt="">
401
+ </div>
402
+ <p>Будем знакомы</p>
403
+ </div>
404
+ <p class="pmtext">
405
+ «Эдвин» в лице генерального директора и всех профессионалов компании<br>
406
+ в своей работе придерживается принципа честности и открытости.<br>
407
+ Поэтому знакомьтесь - вот специалисты, с которыми вам предстоит сотрудничать
408
+ </p>
409
+ <div class="container_test flex">
410
+ <div class="blocks">
411
+ <img src="/img/we_img1.jpg" alt="">
412
+ <p class="htext">Иван Иванов</p>
413
+ <p class="text">генеральный директор</p>
414
+ </div>
415
+ <div class="blocks">
416
+ <img src="/img/we_img1.jpg" alt="">
417
+ <p class="htext">Иван Иванов</p>
418
+ <p class="text">генеральный директор</p>
419
+ </div>
420
+ <div class="blocks">
421
+ <img src="/img/we_img1.jpg" alt="">
422
+ <p class="htext">Иван Иванов</p>
423
+ <p class="text">генеральный директор</p>
424
+ </div>
425
+ <div class="blocks">
426
+ <img src="/img/we_img1.jpg" alt="">
427
+ <p class="htext">Иван Иванов</p>
428
+ <p class="text">генеральный директор</p>
429
+ </div>
430
+ <div class="blocks">
431
+ <img src="/img/we_img1.jpg" alt="">
432
+ <p class="htext">Иван Иванов</p>
433
+ <p class="text">генеральный директор</p>
434
+ </div>
435
+ <div class="blocks">
436
+ <img src="/img/we_img1.jpg" alt="">
437
+ <p class="htext">Иван Иванов</p>
438
+ <p class="text">генеральный директор</p>
439
+ </div>
440
+ <div class="blocks">
441
+ <img src="/img/we_img1.jpg" alt="">
442
+ <p class="htext">Иван Иванов</p>
443
+ <p class="text">генеральный директор</p>
444
+ </div>
445
+ <div class="blocks">
446
+ <img src="/img/we_img1.jpg" alt="">
447
+ <p class="htext">Иван Иванов</p>
448
+ <p class="text">генеральный директор</p>
449
+ </div>
450
+ </div>
451
+ </div>
452
+ <div class="why_we">
453
+ <div class="mtext">
454
+ <div class="top">
455
+ <img src="/img/mtext_img7.png" alt="">
456
+ </div>
457
+ <p>Наши ценности</p>
458
+ </div>
459
+ <div class="container_test flex">
460
+ <div class="why_we_b blocks">
461
+ <div class="line"></div>
462
+ <p class="htext">Мастера</p>
463
+ <p class="text">
464
+ Одну и ту же работу разные люди сделают с разным качеством и в разные сроки. Есть те, кто делает долго и плохо. А есть те, кто быстро и хорошо. Мы отобрали себе тех, кто делает быстро и хорошо. При этом мы сделали так, что работникам выгодно делать быстро (за это они получают премии), и не выгодно делать плохо (очень жесткие штрафы).
465
+ </p>
466
+ <p class="btext">
467
+ Мы сделали систему, когда у нас работают толковые мастера, и работают они быстро и хорошо.
468
+ </p>
469
+ </div>
470
+ <div class="why_we_b blocks">
471
+ <div class="line"></div>
472
+ <p class="htext">Материалы</p>
473
+ <p class="text">
474
+ Вы будете смеяться, но некоторые мастера не знают, какие есть современные материалы, где их брать, как использовать. Они пользуются тем, чем пользовались 10 лет назад. При этом сейчас появились такие материалы, срок службы которых выше в 2-3 раза.
475
+ </p>
476
+ <p class="btext">
477
+ Мы знаем, какие материалы когда использовать. Мы отслеживаем, что появляется нового. Для нас это важно. Мы это знаем и за счет этого сокращаем время ремонта.
478
+ </p>
479
+ </div>
480
+ <div class="why_we_b blocks">
481
+ <div class="line"></div>
482
+ <p class="htext">Инструменты</p>
483
+ <p class="text">
484
+ Кто-то до сих пор пользуется рулеткой.Кто-то определяет ровность поверхности с помощью пузыря в бутылке с водой. Но у нас не так. Для нас новые технологии - это способ сократить время работ, сделав их качественнее. У нас есть все, что нужно: от лазерных уровней, электронных угломеров, шумомеров до шуруповертов с телескопическими сгибающимися насадками.
485
+ </p>
486
+ <p class="btext">
487
+ Наш инструмент также обеспечивает экономное использование материалов.
488
+ </p>
489
+ </div>
490
+ <div class="why_we_b blocks">
491
+ <div class="line"></div>
492
+ <p class="htext">Выполнение обязательств</p>
493
+ <p class="text">
494
+ Подход прост - взять на себя работу. И сделать ее.
495
+ </p>
496
+ <p class="btext">
497
+ Мы выполняем взятые на себя обязательства.
498
+ </p>
499
+ </div>
500
+ <div class="clear"></div>
501
+ <a class="fancy_btn fancybox.ajax" href="/im_blocks/imassage.php?zag1=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D1%83%D1%8E&zag2=%D0%BA%D0%BE%D0%BD%D1%81%D1%83%D0%BB%D1%8C%D1%82%D0%B0%D1%86%D0%B8%D1%8E+%D0%BC%D0%B5%D0%BD%D0%B5%D0%B4%D0%B6%D0%B5%D1%80%D0%B0&zag3=%D0%9E%D1%81%D1%82%D0%B0%D0%B2%D1%8C%D1%82%D0%B5+%D0%B7%D0%B0%D1%8F%D0%B2%D0%BA%D1%83&zag4=%D0%97%D0%B2%D0%BE%D0%BD%D0%BE%D0%BA+%D0%B7%D0%B0+%D0%BD%D0%B0%D1%88+%D1%81%D1%87%D0%B5%D1%82&headmess=%D0%97%D0%B0%D1%8F%D0%B2%D0%BA%D0%B0+%D0%BD%D0%B0+%D0%BF%D0%B5%D1%80%D1%81%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%83%D1%8E+%D0%BA%D0%BE%D0%BD%D1%81%D1%83%D0%BB%D1%8C%D1%82%D0%B0%D1%86%D0%B8%D1%8E+%28%D0%B1%D0%BB%D0%BE%D0%BA+%D1%86%D0%B5%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D0%B8%29&reachgoal=poboltat&utm_source=&utm_term=">
502
+ <button class="btn uppercase">Пообщаемся по телефону?</button>
503
+ </a>
504
+ </div>
505
+ </div>
506
+ <div class="works">
507
+ <div class="mtext">
508
+ <div class="top">
509
+ <img src="/img/mtext_img8.png" alt="">
510
+ </div>
511
+ <p>Выполненные работы</p>
512
+ </div>
513
+ <div class="container_test">
514
+ <div id="Glide" class="glide">
515
+
516
+ <div class="glide__arrows">
517
+ <span class="glide__arrow prev" data-glide-dir="<"><</span>
518
+ <span class="glide__arrow next" data-glide-dir=">">></span>
519
+ </div>
520
+
521
+ <div class="glide__wrapper">
522
+ <ul class="glide__track">
523
+ <li class="glide__slide">
524
+ <div class="slide_img" style='background:url(/img//slider/1.jpg) center center no-repeat;-webkit-background-size: cover;background-size: cover;'></div>
525
+ <div class="mask flex">
526
+ <p class="htext">Веселая 4</p>
527
+ <p class="phtext">Транслюцентная пленка</p>
528
+ <p class="text">В данном помещении изготовлены конструкции с использованием специальной транслюцентной плёнки и внутренней светодиодной подсветки, имитирующие световые панели (светильники). Оставшееся пространство было затянуто полотном матовой фактуры.</p>
529
+ </div>
530
+ </li>
531
+ <li class="glide__slide">
532
+ <div class="slide_img" style='background:url(/img//slider/2.jpg) center center no-repeat;-webkit-background-size: cover;background-size: cover;'></div>
533
+ <div class="mask flex">
534
+ <p class="htext">Кухня на Зорге 67</p>
535
+ <p class="phtext">Фотопечать</p>
536
+ <p class="text">Натяжной потолок в кухне по дизайнерскому проекту. Задача заключалась в том чтобы оттенок цвета фотопечати на потолке совпадал с оттенком картины на стене. Для этого дизайнер в специальной программе откорректировал цвет картинки и получился красивый, сочетаемый по дизайну потолок.</p>
537
+ </div>
538
+ </li>
539
+ <li class="glide__slide">
540
+ <div class="slide_img" style='background:url(/img//slider/3.jpg) center center no-repeat;-webkit-background-size: cover;background-size: cover;'></div>
541
+ <div class="mask flex">
542
+ <p class="htext">Цюрупы 16</p>
543
+ <p class="phtext">Фотопечать</p>
544
+ <p class="text"> В данном случае использовалось транслюцентная полотно, с нанесением высококачественной фотопечати, которое выполняет функцию плафона а за натяжным потолком смонтирована светодиодная лента.</p>
545
+ </div>
546
+ </li>
547
+ <li class="glide__slide">
548
+ <div class="slide_img" style='background:url(/img//slider/4.jpg) center center no-repeat;-webkit-background-size: cover;background-size: cover;'></div>
549
+ <div class="mask flex">
550
+ <p class="htext">Зал на Генерала Горбатого 5</p>
551
+ <p class="phtext">Двухуровневый криволинейный потолок</p>
552
+ <p class="text">Здесь выделены две зоны одновременно. Первая зона над компьютерным столом, находящаяся в углу комнаты. Вторая зона отдыха над диваном, расположенном вдоль стены. Помимо основного освещения, на нижнем уровне натяжного потолка установлены светильники.</p>
553
+ </div>
554
+ </li>
555
+ <li class="glide__slide">
556
+ <div class="slide_img" style='background:url(/img//slider/5.jpg) center center no-repeat;-webkit-background-size: cover;background-size: cover;'></div>
557
+ <div class="mask flex">
558
+ <p class="htext">Детская на Жукова 11</p>
559
+ <p class="phtext">Двухуровневый криволинейный потолок</p>
560
+ <p class="text">В этой детской комнате установлен двухуровневый натяжной потолок, нижние уровни которого расположены параллельно друг другу, с повторяющейся криволинейной траекторией и дополнительным освещением.</p>
561
+ </div>
562
+ </li>
563
+ <li class="glide__slide">
564
+ <div class="slide_img" style='background:url(/img//slider/6.jpg) center center no-repeat;-webkit-background-size: cover;background-size: cover;'></div>
565
+ <div class="mask flex">
566
+ <p class="htext">Гостиная на Зорге 69</p>
567
+ <p class="phtext">Двухуровневневый криволинейный потолок</p>
568
+ <p class="text">В данной гостиной смонтирована конструкция в виде двух уровнего, независящего друг от друга потолка. Визуально создаётся ощущение парящего в воздухе 2-го уровня. Также в образовавшуюся нишу (между первым и вторым уровнем) установлена светодиодная подсветка для декор освещения.</p>
569
+ </div>
570
+ </li>
571
+ <li class="glide__slide">
572
+ <div class="slide_img" style='background:url(/img//slider/7.jpg) center center no-repeat;-webkit-background-size: cover;background-size: cover;'></div>
573
+ <div class="mask flex">
574
+ <p class="htext">Кухня на Кувыкина 19</p>
575
+ <p class="phtext">Двухуровневый натяжной потолок</p>
576
+ <p class="text">В данном случае изготовлена конструкция для второго уровня таким образом, чтобы подчеркнуть кухонный гарнитур а над рабочей поверхностью смонтированы светильники.</p>
577
+ </div>
578
+ </li>
579
+ <li class="glide__slide">
580
+ <div class="slide_img" style='background:url(/img//slider/8.jpg) center center no-repeat;-webkit-background-size: cover;background-size: cover;'></div>
581
+ <div class="mask flex">
582
+ <p class="htext">Прихожая в Акбердино</p>
583
+ <p class="phtext">Фотопечать + транслюцентная пленка</p>
584
+ <p class="text">На данной фотографии натяжной потолок состоящий из двух фактур. Основная фактура по краю матовая, а в середине транслюцентная (полупрозрачная) с нанесением высококачественной фотопечати. Для дополнительного эффекта за полотном с фотопечатью светодиодная лента. В итоге получился витраж из натяжного потолка.</p>
585
+ </div>
586
+ </li>
587
+ </ul>
588
+ </div>
589
+
590
+ <ul class="glide__bullets"></ul>
591
+
592
+ </div>
593
+ </div>
594
+ <script>
595
+ $("#Glide").glide({
596
+ type: "slideshow",
597
+ autoheight: true,
598
+ autoplay: false
599
+ });
600
+ var glide = $('.glide').glide().data('api_glide');
601
+
602
+ $(window).on('keyup', function (key) {
603
+ if (key.keyCode === 13) {
604
+ glide.jump(3, console.log('Wooo!'));
605
+ };
606
+ });
607
+
608
+ $('.slider-arrow').on('click', function() {
609
+ console.log(glide.current());
610
+ });
611
+ </script>
612
+ </div>
613
+ <div class="about_us">
614
+ <div class="mtext">
615
+ <div class="top">
616
+ <img src="/img/mtext_img9.png" alt="">
617
+ </div>
618
+ <p>Наши клиенты о нас</p>
619
+ </div>
620
+ <div class="container_test flex">
621
+ <div class="blocks">
622
+ <div class="imgs flex">
623
+ <div class="img">
624
+ <a class="fancy_gal" rel="about_us1" href="/img/about_us_img1_1.jpg">
625
+ <img src="/img/about_us_img1.jpg" alt="">
626
+ </a>
627
+ </div>
628
+ <div class="img">
629
+ <a class="fancy_gal" rel="about_us1" href="/img/about_us_img2_1.jpg">
630
+ <img src="/img/about_us_img2.jpg" alt="">
631
+ </a>
632
+ </div>
633
+ </div>
634
+ <p class="htext">Айрат Зиевич</p>
635
+ <p class="phtext">Зорге 67</p>
636
+ <p class="text">
637
+ Очень красиво, если бы я знал, что так будет красиво,
638
+ я бы еще чего нибудь придумал бы по рисункам,
639
+ но уже все сделано.
640
+ Качество работ хорошее, очень понравилось.
641
+ Сейчас будут приходить в гости, смотреть, буду рекомендовать
642
+ вашу компанию.
643
+ </p>
644
+ </div>
645
+ <div class="blocks">
646
+ <div class="imgs flex">
647
+ <div class="img">
648
+ <a class="fancy_gal" rel="about_us2" href="/img/about_us_img3_1.jpg">
649
+ <img src="/img/about_us_img3.jpg" alt="">
650
+ </a>
651
+ </div>
652
+ <div class="img">
653
+ <a class="fancy_gal" rel="about_us2" href="/img/about_us_img4_1.jpg">
654
+ <img src="/img/about_us_img4.jpg" alt="">
655
+ </a>
656
+ </div>
657
+ </div>
658
+ <p class="htext">Олеся Викторовна</p>
659
+ <p class="phtext">Акбердино</p>
660
+ <p class="text">
661
+ Я хочу сказать, что работа ребят нам очень понравилась.
662
+ Ребята добросовестные, к работе относятся своей до такой степени щепетильно,
663
+ что претензий нет.
664
+ Вначале много спрашивали, интересовались, они все доступно объяснили, все рассказали.
665
+ Все сделали аккуратно, сейчас у нас двухуровневый потолок, работу выполнили на отлично.
666
+ Большое спасибо!
667
+ </p>
668
+ </div>
669
+ <div class="about_us_form">
670
+ <div class="form_in">
671
+ <img src="/img/about_us_form_girl.png" alt="" class="about_us_form_girl phone_hidden">
672
+ <p class="htext uppercase">Срочный расчет стоимости</p>
673
+ <p class="phtext">Вашего потолка</p>
674
+ <form class="main_form flex" method="POST" action="ok.php" id="form2" alt="2">
675
+ <div class="line"></div>
676
+ <div class="bf_block">
677
+ <div class='mf_text'>Выберите комнату</div>
678
+ <select name="room">
679
+ <option value='Спальня'>Спальня</option>
680
+ <option value='Ванная комната'>Ванная комната</option>
681
+ <option value='Кухня' selected>Кухня</option>
682
+ <option value='Детская'>Детская</option>
683
+ <option value='Студия'>Студия</option>
684
+ <option value='Гостиная'>Гостиная</option>
685
+ </select>
686
+ </div>
687
+ <div class="bf_block">
688
+ <div class='mf_text'>Количество углов</div>
689
+ <select name="uglov">
690
+ <option value='3'>3</option>
691
+ <option value='4' selected>4</option>
692
+ <option value='5'>5</option>
693
+ <option value='6'>6</option>
694
+ <option value='7'>7</option>
695
+ </select>
696
+ </div>
697
+ <div class="bf_block">
698
+ <div class='mf_text'>Площадь</div>
699
+ <input name="ploshad" class="inputname" id="area2" placeholder="м2">
700
+ </div>
701
+ <div class="bf_block">
702
+ <div class='mf_text'>Сложность оформления</div>
703
+ <select name="oformlenie">
704
+ <option value='Норма'>Норма</option>
705
+ <option value='Премиум'>Премиум</option>
706
+ <option value='Люкс'>Люкс</option>
707
+ </select>
708
+ </div>
709
+ <div class="bf_block">
710
+ <div class='mf_text'>Как к Вам обращаться</div>
711
+ <input name="name" class="inputname" id="name2" placeholder="Имя">
712
+ </div>
713
+ <div class="bf_block">
714
+ <div class='mf_text'>Номер телефона</div>
715
+ <input name="phone" class="inputphone" id="phone2" placeholder="Телефон">
716
+ </div>
717
+ <input name="head_mess" type="hidden" id="type5" value="Калькулятор">
718
+ <input name="utm_source" type="hidden" value="">
719
+ <input name="utm_term" type="hidden" value="">
720
+ <div class="line"></div>
721
+ <div id="forma_main" class="form_button btn uppercase" onclick="formcheck(2, 'calc');">Рассчитать</div>
722
+ </form>
723
+ </div>
724
+ </div>
725
+ </div>
726
+ </div>
727
+ <div class="question">
728
+ <div class="mtext">
729
+ <div class="top">
730
+ <img src="/img/mtext_img10.png" alt="">
731
+ </div>
732
+ <p>Часто задаваемые вопросы</p>
733
+ </div>
734
+ <div class="container_test flex">
735
+ <div class="blocks">
736
+ <p class="htext questions_block-show"><span>?</span>В каких помещениях можно устанавливать натяжные потолки, а в каких не рекомендуют?</p>
737
+ <div class="text question_ul2" style='display: block;'>
738
+ Уникальность натяжных потолков состоит в том, что они идеально подходят абсолютно для любых помещений
739
+ и сочетаются с различными интерьерами (классика, модерн, hi-tech и т.д.). Сегодня натяжные потолочные
740
+ конструкции часто встречаются в дизайн-интерьерах офисов, ресторанов, кафе, магазинов, салонов, торговых
741
+ и развлекательных центрах, медицинских и учебных заведениях, барах и т.д. Благодаря огромному выбору
742
+ цветовой гаммы и фактуры подобрать современный потолок не составляет особого труда.
743
+ </div>
744
+ </div>
745
+ <div class="blocks">
746
+ <p class="htext questions_block-show"><span>?</span>Какой тип натяжного потолка лучше выбрать?</p>
747
+ <div class="text question_ul2">
748
+ Для тех, кому матовые потолки кажутся слишком скучными, а глянцевые — чересчур экстравагантными, стоит обратить внимание на тканевые. Но мы советуем выбирать потолки исходя из конкретной комнаты и что в ней будет находиться: ванная, детская, спальня, гостиная...
749
+ </div>
750
+ </div>
751
+ <div class="blocks">
752
+ <p class="htext questions_block-show"><span>?</span>Как долго натяжные потолки служат в эксплуатации?</p>
753
+ <div class="text question_ul2">
754
+ До 30 лет
755
+ </div>
756
+ </div>
757
+ <div class="blocks">
758
+ <p class="htext questions_block-show"><span>?</span>Какой срок гарантии на потолки?</p>
759
+ <div class="text question_ul2">
760
+ Мы гарантируем 10 лет на материалы и монтаж
761
+ </div>
762
+ </div>
763
+ <div class="blocks">
764
+ <p class="htext questions_block-show"><span>?</span>Как продлить жизнь натяжному потолку?</p>
765
+ <div class="text question_ul2">
766
+ Чтобы, к примеру, не допустить расплавления участков потолочного полотна вокруг встроенных светильников, рекомендуется использовать лампы накаливания мощностью не более 60 Вт, а галогенные лампы — не более 35 Вт. Ответы на эти и другие вопросы вы сможете найти в нашей справке.
767
+ </div>
768
+ </div>
769
+ <div class="blocks">
770
+ <p class="htext questions_block-show"><span>?</span>Можно ли устанавливать натяжные потолки в помещениях с повешенной влажностью и высокими температурами, например в ванных, бассейнах и саунах?</p>
771
+ <div class="text question_ul2">
772
+ Натяжные потолки – идеальный вариант для любых помещений с постоянным высоким уровнем влажности. Главная особенность материала, который используется в качестве основы для потолка – это устойчивость к высокой влажности, отсутствие пятен и разводов после высыхания воды. Полотно не запотевает, выдерживает достаточно высокую температуру с одной оговоркой – наивысшая температура воздуха в помещении не должна превышать отметку в 50 градусов (материал становится очень пластичным) и не должна падать ниже 0 (для глянцевых полотен).
773
+ </div>
774
+ </div>
775
+ <div class="blocks">
776
+ <p class="htext questions_block-show"><span>?</span>Как начать с вами работу?</p>
777
+ <div class="text question_ul2">
778
+ Начинается все со знакомства. Мы знакомимся, чтобы понять насколько комфортно нам будет работать друг с другом. Рассказываем о том, что делали раньше, и что можем сделать для вас. Это важно.
779
+ Далее мы составляем смету с указанием не только цен, но и сроков работ. Вы изучаете это наше предложение и принимаете решение о работе с нами.
780
+ </div>
781
+ </div>
782
+ <div class="question_form">
783
+ <p class="htext">Сейчас мы можем взять<br>несколько объектов</p>
784
+ <form class="main_form" method="POST" action="ok.php" id="form3" alt="3">
785
+ <input name="name" class="inputname" id="name3" placeholder="Как Вас зовут">
786
+ <input name="phone" class="inputphone" id="phone3" placeholder="Номер телефона">
787
+ <input name="head_mess" type="hidden" id="type5" value="Форма внизу (Заявка на замер)">
788
+ <input name="utm_source" type="hidden" value="">
789
+ <input name="utm_term" type="hidden" value="">
790
+ <div id="forma_main" class="form_button btn uppercase" onclick="formcheck(3, 'vnizzamer');">Оставить заявку на замер</div>
791
+ </form>
792
+ <p class="text">Давайте пообщаемся, мы расскажем подробности работы, все посчитаем. И вы сможете решить.</p>
793
+ <p class="text margin"><b>Вы можете позвонить нам: +7 (347) 229-45-02</b></p>
794
+ <p class="text"><b>Или приехать к нам в гости: г.Уфа ул,Индустриальное шоссе 44/1, ЦТР 2 этаж, бутик 56-57</b></p>
795
+ <img src="/img/quest_form_img.png" alt="" class='shadow'>
796
+ </div>
797
+ </div>
798
+ </div>
799
+ <footer class='flex'>
800
+ <p>ООО"Студия Эдвин"© 2014. Все Права Защищены.<br>ОГРН 311028003900305 ИНН 027715120823</p>
801
+ <a class="politic_text fancybox.ajax" href="/im_blocks/politic.php">Политика конфиденциальности</a>
802
+ </footer>
803
+ <div class="iobertka "></div>
804
+ <div class="imessage">
805
+ <div class="imessage_in">
806
+ <p class="htext">Один Вопрос</p>
807
+ <p class="phtext">нажмите на ваш вариант,<br> чтобы открыть сайт</p>
808
+ <p class="text">Оцените вашу готовность к покупке</p>
809
+ <div class="ibtns flex">
810
+ <button class='btn_close btn uppercase' data-id='Сегодня-завтра'>Сегодня-завтра</button>
811
+ <button class='btn_close btn uppercase' data-id='На этой неделе'>На этой неделе</button>
812
+ <button class='btn_close btn uppercase' data-id='В этом месяце'>В этом месяце</button>
813
+ <button class='btn_close btn uppercase' data-id='Просто смотрю'>Просто смотрю</button>
814
+ </div>
815
+ </div>
816
+ </div>
817
+
818
+
819
+
820
+ <!-- Yandex.Metrika counter -->
821
+ <noscript><div><img src="https://mc.yandex.ru/watch/21224164" style="position:absolute; left:-9999px;" alt="" /></div></noscript><!-- /Yandex.Metrika counter -->
822
+ <script type="text/javascript">
823
+ // Проверяем, есть ли значение session тип посетителя
824
+ var yaParams = {podarok: 'Без предложения',posetitType: 'без типа'};
825
+ (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter21224164 = new Ya.Metrika({ id:21224164, params:yaParams, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks");
826
+ </script>
827
+ </body>
828
+ </html>
forms/html/259.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
+ <head>
6
+
7
+ <meta content="text/html; charset=utf-8" http-equiv="content-type"/>
8
+ <title>Request password reset : Python Package Index</title>
9
+ <meta content="python programming language object oriented web free source package index download software"/>
10
+ <meta content="The Python Package Index is a repository of software for the Python programming language."/>
11
+ <link rel="alternate" type="application/rss+xml" title="RSS: 40 latest updates" href="https://pypi.python.org/pypi?:action=rss"/>
12
+ <link rel="alternate" type="application/rss+xml" title="RSS: 40 newest packages" href="https://pypi.python.org/pypi?:action=packages_rss"/>
13
+ <link rel="stylesheet" media="screen" href="/static/styles/screen-switcher-default.css" type="text/css"/>
14
+ <link media="screen" href="/static/styles/netscape4.css" type="text/css" rel="stylesheet"/>
15
+ <link media="print" href="/static/styles/print.css" type="text/css" rel="stylesheet"/>
16
+ <link media="screen" href="/static/styles/largestyles.css" type="text/css" rel="alternate stylesheet" title="large text"/>
17
+ <link media="screen" href="/static/styles/defaultfonts.css" type="text/css" rel="alternate stylesheet" title="default fonts"/>
18
+ <link rel="stylesheet" media="screen" href="/static/css/docutils.css" type="text/css"/>
19
+ <link rel="stylesheet" media="screen" href="/static/css/pygments.css" type="text/css"/>
20
+
21
+ <!-- allow pypi to override the standard pydotorg/docutils/etc. styles -->
22
+ <link rel="stylesheet" href="/static/css/pypi.css" type="text/css"/>
23
+ <link media="screen" rel="stylesheet" href="/static/css/pypi-screen.css" type="text/css"/>
24
+
25
+
26
+ <meta name="google-site-verification" content="NSgF04qslVV4P7nymxJDSkWVK09zfdPTxgZfU3dNSoQ"/>
27
+
28
+
29
+
30
+
31
+ <style type="text/css">
32
+ </style>
33
+ </head>
34
+ <body>
35
+
36
+
37
+ <!-- Logo -->
38
+ <h1 id="logoheader">
39
+ <a accesskey="1" href="http://www.python.org" id="logolink">
40
+ <img src="/static/images/python-logo.png" alt="homepage" border="0" id="logo"/>
41
+ </a>
42
+ </h1>
43
+ <!-- Skip to Navigation -->
44
+ <div class="skiptonav"><a accesskey="2" href="#left-hand-navigation"><img src="/static/images/trans.gif" alt="skip to navigation" border="0" id="skiptonav"/></a></div>
45
+ <div class="skiptonav"><a accesskey="3" href="#content-body"><img src="/static/images/trans.gif" alt="skip to content" border="0" id="skiptocontent"/></a></div>
46
+ <!-- Utility Menu -->
47
+
48
+ <div id="utility-menu">
49
+ <!-- Search Box -->
50
+ <div id="searchbox">
51
+ <form id="searchform" method="get" name="searchform" action="/pypi">
52
+ <input type="hidden" name=":action" value="search"/>
53
+ <div id="search">
54
+ <input class="input-text" id="term" name="term" autofocus="autofocus"/>
55
+ <input class="input-button" type="submit" name="submit" value="search" id="submit"/>
56
+ </div>
57
+ </form>
58
+ </div>
59
+ <!-- XXX: reinstate this <div id="screen-switcher"></div> -->
60
+ </div>
61
+ <div id="left-hand-navigation">
62
+
63
+ <!-- Main Menu NEED LEVEL TWO HEADER AND FOOTER -->
64
+ <div id="menu">
65
+ <ul class="level-one">
66
+ <li class="selected">
67
+ <a class="selected" href="/pypi">Package Index</a>
68
+
69
+ <ul class="level-two">
70
+
71
+
72
+ <li class=""><a class="" href="/pypi?%3Aaction=browse">Browse&nbsp;packages</a></li>
73
+
74
+
75
+ <li class=""><a class="" href="/pypi?%3Aaction=submit_form">Package&nbsp;submission</a></li>
76
+
77
+
78
+ <li class=""><a class="" href="/pypi?%3Aaction=list_classifiers">List&nbsp;trove&nbsp;classifiers</a></li>
79
+
80
+
81
+ <li class=""><a class="" href="/pypi?%3Aaction=index">List&nbsp;packages</a></li>
82
+
83
+
84
+ <li class=""><a class="" href="/pypi?%3Aaction=rss">RSS&nbsp;(latest&nbsp;40&nbsp;updates)</a></li>
85
+
86
+
87
+ <li class=""><a class="" href="/pypi?%3Aaction=packages_rss">RSS&nbsp;(newest&nbsp;40&nbsp;packages)</a></li>
88
+
89
+ <li><a href="/pypi?:action=browse&amp;c=533&amp;show=all">Python 3 Packages</a></li>
90
+ <li><a href="http://wiki.python.org/moin/CheeseShopTutorial">PyPI Tutorial</a></li>
91
+ <li><a href="/security">PyPI Security</a></li>
92
+ <li><a href="http://sourceforge.net/tracker/?group_id=66150&amp;atid=513504">PyPI Support</a></li>
93
+ <li><a href="https://bitbucket.org/pypa/pypi/issues">PyPI Bug Reports</a></li>
94
+ <li><a href="http://www.python.org/sigs/distutils-sig/">PyPI Discussion</a></li>
95
+ <li><a href="http://wiki.python.org/moin/CheeseShopDev">PyPI Developer Info</a></li>
96
+ </ul>
97
+
98
+ </li>
99
+
100
+
101
+
102
+
103
+ <li class=""><a href="http://www.python.org/about" class="" title="About The Python Language">About</a>
104
+ </li><li class=""><a href="http://www.python.org/news" class="" title="">News</a>
105
+ </li><li class=""><a href="http://www.python.org/doc" class="" title="">Documentation</a>
106
+ </li><li class=""><a href="http://www.python.org/download" title="">Download</a>
107
+
108
+
109
+ </li><li class=""><a href="http://www.python.org/community" class="" title="">Community</a>
110
+ </li><li class=""><a href="http://www.python.org/psf" class="" title="Python Software Foundation">Foundation</a>
111
+ </li><li class=""><a href="http://www.python.org/dev" class="" title="Python Core Language Development">Core Development</a>
112
+ </li>
113
+ </ul>
114
+ </div>
115
+
116
+ </div>
117
+ <div id="content-body">
118
+ <div id="body-main">
119
+ <div id="content">
120
+
121
+ <div id="breadcrumb">
122
+ <a href="/pypi">Package Index</a>
123
+
124
+
125
+
126
+ </div>
127
+
128
+ <div id="document-floating">
129
+
130
+ <div id="document-navigation" style="overflow-y: auto; max-height: 15em; overflow-x: hidden;">
131
+
132
+ <h4>Not Logged In</h4>
133
+
134
+ <ul>
135
+
136
+ <li><a href="/pypi?%3Aaction=login">Login</a></li>
137
+ <li><a href="/pypi?%3Aaction=register_form">Register</a></li>
138
+ <li><a href="/pypi?%3Aaction=forgotten_password_form">Lost Login?</a></li>
139
+ <li>Use <a href="/pypi?:action=openid">OpenID</a>
140
+
141
+ <a style="border: none;" href="/pypi?:action=login&amp;provider=Google"><img width="16" height="16" src="https://www.google.com/favicon.ico" alt="Google" title="Google"/></a>
142
+
143
+
144
+ <a style="border: none;" href="/pypi?:action=login&amp;provider=Launchpad"><img width="16" height="16" src="https://launchpad.net/@@/launchpad.png" alt="Launchpad" title="Launchpad"/></a>
145
+
146
+ </li>
147
+ </ul>
148
+
149
+
150
+
151
+
152
+
153
+ <div id="statusdiv">
154
+ </div>
155
+ </div>
156
+ </div>
157
+
158
+
159
+
160
+ <div class="section">
161
+ <h1>Request password reset</h1>
162
+
163
+
164
+ <p>To reset your account password please enter the username below.</p>
165
+
166
+
167
+
168
+ <form method="POST" action="/pypi">
169
+ <input type="hidden" name=":action" value="forgotten_password"/>
170
+ <table class="form">
171
+ <tr>
172
+ <th>Username:</th>
173
+ <td><input name="name"/></td>
174
+ </tr>
175
+ <tr>
176
+ <td/>
177
+ <td><input type="submit" value="Reset password"/></td>
178
+ </tr>
179
+ </table>
180
+ </form>
181
+
182
+ <p>An email will be sent to you at the account registered address -
183
+ please follow the instructions within it to complete the reset process.</p>
184
+
185
+
186
+
187
+ </div>
188
+
189
+
190
+ </div>
191
+ <div id="footer"><div id="credits">
192
+ <a href="http://www.python.org/about/website">Website maintained by the Python community</a><br/>
193
+ <a href="https://www.fastly.com/" title="Real-time CDN services provided by Fastly">Real-time CDN by Fastly</a> /
194
+ <a href="http://developer.rackspace.com/" title="Server hosting by Rackspace Open Source support">hosting by Rackspace</a> /
195
+ <a href="http://www.timparkin.co.uk/" title="Design by Tim Parkin, Yorkshire man, photographer and developer">design by Tim Parkin</a>
196
+ </div>
197
+ Copyright © 1990-2014, <a href="http://www.python.org/psf">Python Software Foundation</a><br/>
198
+ <a href="http://www.python.org/about/legal">Legal Statements</a>
199
+
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+
205
+ <script>
206
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
207
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
208
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
209
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
210
+
211
+ ga('create', 'UA-55961911-1', 'auto');
212
+ ga('require', 'linkid', 'linkid.js');
213
+ ga('send', 'pageview');
214
+ </script>
215
+
216
+
217
+ <script type="text/javascript" src="//statuspage-production.s3.amazonaws.com/se-v2.js">
218
+ </script>
219
+ <script type="text/javascript">
220
+ var sp = new StatusPage.page({ page : '2p66nmmycsj3' });
221
+ sp.summary({
222
+ // <![CDATA[
223
+ success: function(data) {
224
+ var div = document.getElementById('statusdiv');
225
+ var reports = "</br><h4 id='statusbox'>Status</h4>\n";
226
+ var outage = 0;
227
+ var maintenance = 0;
228
+ for (i in data.incidents) {
229
+ var incident = data.incidents[i];
230
+ var message, status = incident.status;
231
+ if (status === 'scheduled') {
232
+ message = '<li><a href="' + incident.shortlink + '">' + incident.name + ' scheduled.</a></li>\n';
233
+ reports += message;
234
+ maintenance += 1;
235
+ } else if (status === 'in_progress') {
236
+ message = '<li><a href="' + incident.shortlink + '">' + incident.name + ' is currently in progress.' + '</a></li>\n';
237
+ reports += message;
238
+ maintenance += 1;
239
+ } else if (status !== 'resolved' && status !== 'postmortem' && status !== 'completed') {
240
+ message = '<li><a href="' + incident.shortlink + '">' + incident.name + ': ' + incident.status + '</a></li>\n';
241
+ reports += message;
242
+ outage += 1;
243
+ }
244
+ }
245
+ if (outage + maintenance === 0) {
246
+ reports += "<li><a href='http://status.python.org'>Nothing to report</a></li>";
247
+ }
248
+ div.innerHTML=reports;
249
+ if (outage > 0) {
250
+ var statusbox = document.getElementById("statusbox");
251
+ statusbox.style.background = '#FC234A';
252
+ }
253
+ }
254
+ // ]]>
255
+ });
256
+ </script>
257
+
258
+ </body>
259
+ </html>
260
+
forms/html/260.html ADDED
@@ -0,0 +1,816 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML>
2
+ <html lang="pl">
3
+ <head>
4
+ <base href="http://pzd.pl/" />
5
+ <meta charset="UTF-8" />
6
+ <title>Polski Związek Działkowców - Strona główna</title>
7
+ <meta name="description" content="Polski Związek Działkowców"/>
8
+ <meta name="author" content="Esencja Studio @ www.esencja-studio.pl"/>
9
+ <meta name="robots" content="noodp, noydir, noarchive"/>
10
+ <meta name="revisit-after" content="2 days" />
11
+ <link rel="shortcut icon" href="uploads/tpl/favicon.ico"/>
12
+ <link rel="stylesheet" type="text/css" href="uploads/tpl/css/main.css?v3" media="all"/>
13
+ <script type="text/javascript" src="uploads/tpl/js/jquery-1.7.1.min.js?v2"></script>
14
+ <script type="text/javascript" src="uploads/tpl/js/jquery.cycle.all.js?v2"></script>
15
+ <script type="text/javascript" src="uploads/tpl/js/global.js?v3"></script>
16
+ <script type="text/javascript" src="uploads/tpl/js/cookielayerPro.js?v2"></script>
17
+ <link rel="stylesheet" type="text/css" href="uploads/tpl/css/home.css?v2" media="all"/>
18
+
19
+ <script type="text/javascript">
20
+ var _gaq = _gaq || [];
21
+ _gaq.push(['_setAccount', 'UA-29861149-1']);
22
+ _gaq.push(['_trackPageview']);
23
+ (function() {
24
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
25
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
26
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
27
+ })();
28
+ </script>
29
+
30
+
31
+ <!-- Gallery/HomepageWydawnictwo -->
32
+
33
+ <!-- Gallery/Homepage -->
34
+ </head>
35
+ <body>
36
+ <div id="top">
37
+ <div class="content">
38
+ <div id="slider"><img src="uploads/tpl/slider/rodzina.jpg" alt="" /><img src="uploads/tpl/slider/zdrowie.jpg" alt="" /><img src="uploads/tpl/slider/ekologia.jpg" alt="" /><img src="uploads/tpl/slider/edukacja.jpg" alt="" /><img src="uploads/tpl/slider/wypoczynek.jpg" alt="" /></div>
39
+ <div id="sliderTitles"><div>Rodzina</div><div>Zdrowie</div><div>Ekologia</div><div>Edukacja</div><div>Wypoczynek</div></div>
40
+ <a href="http://pzd.pl"><img id="logo" src="uploads/tpl/img/logo-pzd.png" alt="Polski Związek Działkowców" /></a>
41
+ <div class="page-menu"><div class="left"></div>
42
+ <div id="menuwrapper">
43
+ <ul id="primary-nav">
44
+ <li class="menuactive"><a class="menuactive"
45
+ href="http://pzd.pl/"><span>Strona główna</span></a>
46
+ </li>
47
+ <li class="menuparent"><a class="menuparent"
48
+ href="http://pzd.pl/aktualnosci.html"><span>Aktualności</span></a>
49
+ <ul class="unli">
50
+ <li>
51
+ <a
52
+ href="http://pzd.pl/biezace-wydarzenia.html"><span>Bieżące wydarzenia</span></a>
53
+ </li>
54
+ <li>
55
+ <a
56
+ href="http://pzd.pl/fundusze-unijne.html"><span>FUNDUSZE UNIJNE</span></a>
57
+ </li>
58
+ <li>
59
+ <a
60
+ href="http://pzd.pl/przeglad-mediow.html"><span>Przegląd mediów</span></a>
61
+ </li>
62
+ <li>
63
+ <a
64
+ href="http://pzd.pl/publicystyka-zwiazkowa.html"><span>Publicystyka związkowa</span></a>
65
+ </li>
66
+ <li>
67
+ <a
68
+ href="http://pzd.pl/stowarzyszenia.html"><span>Stowarzyszenia</span></a>
69
+ </li>
70
+ <li>
71
+ <a
72
+ href="http://pzd.pl/zwiazek-miast-polskich.html"><span>Związek Miast Polskich</span></a>
73
+ </li>
74
+ <li>
75
+ <a
76
+ href="http://pzd.pl/aktualnosci-informacje-i-komunikaty-kr-pzd.html"><span>Informacje i komunikaty KR PZD</span></a>
77
+ </li>
78
+ <li>
79
+ <a
80
+ href="http://pzd.pl/informacje-z-oz-2.html"><span>Informacje z OZ</span></a>
81
+ </li>
82
+ <li>
83
+ <a
84
+ href="http://pzd.pl/z-zycia-rod.html"><span>Z życia ROD</span></a>
85
+ </li>
86
+ <li>
87
+ <a
88
+ href="http://pzd.pl/porady-ogrodnicze-2.html"><span>Porady ogrodnicze</span></a>
89
+ </li>
90
+ <li class="menuparent"><a class="menuparent"
91
+ href="http://pzd.pl/konkursy.html"><span>Konkursy</span></a>
92
+ <ul class="unli">
93
+ <li>
94
+ <a
95
+ href="http://pzd.pl/krajowe.html"><span>Krajowe</span></a>
96
+ </li>
97
+ <li>
98
+ <a
99
+ href="http://pzd.pl/okregowe.html"><span>Okręgowe</span></a>
100
+ </li><li class="separator once" style="list-style-type: none;">&nbsp;</li></ul></li><li class="separator once" style="list-style-type: none;">&nbsp;</li></ul>
101
+ </li>
102
+ <li class="menuparent"><a class="menuparent"
103
+ href="http://pzd.pl/co-to-jest-pzd.html"><span>O nas</span></a>
104
+ <ul class="unli">
105
+ <li>
106
+ <a
107
+ href="http://pzd.pl/co-to-jest-pzd.html"><span>Co to jest PZD </span></a>
108
+ </li>
109
+ <li>
110
+ <a
111
+ href="http://pzd.pl/hymn-i-godlo-pzd.html"><span>Hymn i Godło PZD</span></a>
112
+ </li>
113
+ <li>
114
+ <a
115
+ href="http://pzd.pl/o-nas---dokonania-zwiazku.html"><span>Dokonania Związku</span></a>
116
+ </li>
117
+ <li class="menuparent"><a class="menuparent"
118
+ href="http://pzd.pl/organizacja-krajowa.html"><span>Jednostka Krajowa</span></a>
119
+ <ul class="unli">
120
+ <li>
121
+ <a
122
+ href="http://pzd.pl/kr-2.html"><span>Krajowa Rada</span></a>
123
+ </li>
124
+ <li>
125
+ <a
126
+ href="http://pzd.pl/komisja-rewizyjna.html"><span>Komisja Rewizyjna</span></a>
127
+ </li><li class="separator once" style="list-style-type: none;">&nbsp;</li></ul>
128
+ </li>
129
+ <li>
130
+ <a
131
+ href="http://pzd.pl/okregowe-zarzady.html"><span>Jednostki terenowe</span></a>
132
+ </li>
133
+ <li>
134
+ <a
135
+ href="http://pzd.pl/ogrody.html"><span>Ogrody</span></a>
136
+ </li>
137
+ <li>
138
+ <a
139
+ href="http://pzd.pl/media-o-nas.html"><span>Media o Nas</span></a>
140
+ </li>
141
+ <li>
142
+ <a
143
+ href="http://pzd.pl/polityka-zwiazku.html"><span>Polityka Związku</span></a>
144
+ </li><li class="separator once" style="list-style-type: none;">&nbsp;</li></ul>
145
+ </li>
146
+ <li class="menuparent"><a class="menuparent"
147
+ href="http://pzd.pl/prawo.html"><span>Prawo</span></a>
148
+ <ul class="unli">
149
+ <li>
150
+ <a
151
+ href="http://pzd.pl/ustawa.html"><span>Ustawa</span></a>
152
+ </li>
153
+ <li>
154
+ <a
155
+ href="http://pzd.pl/statut.html"><span>Statut</span></a>
156
+ </li>
157
+ <li>
158
+ <a
159
+ href="http://pzd.pl/regulamin.html"><span>Regulamin PZD</span></a>
160
+ </li>
161
+ <li><a ><span class="sectionheader">Uchwały</span></a>
162
+ <ul class="unli">
163
+ <li>
164
+ <a
165
+ href="http://pzd.pl/skladka-czlonkowska-i-inne-oplaty.html"><span>Członkostwo w PZD i składka</span></a>
166
+ </li>
167
+ <li>
168
+ <a
169
+ href="http://pzd.pl/sprawy-gospodarki-gruntami-oraz-likwidacje-rod.html"><span>Sprawy gospodarki gruntami</span></a>
170
+ </li>
171
+ <li>
172
+ <a
173
+ href="http://pzd.pl/finanse.html"><span>Finanse</span></a>
174
+ </li>
175
+ <li>
176
+ <a
177
+ href="http://pzd.pl/fundusze.html"><span>Fundusze PZD</span></a>
178
+ </li>
179
+ <li>
180
+ <a
181
+ href="http://pzd.pl/pozyskiwanie-funduszy.html"><span>Pozyskiwanie środków z UE i WFOŚIGW</span></a>
182
+ </li>
183
+ <li>
184
+ <a
185
+ href="http://pzd.pl/sprawy-rozne.html"><span>Sprawy różne</span></a>
186
+ </li>
187
+ <li>
188
+ <a
189
+ href="http://pzd.pl/funkcjonowanie-rod.html"><span>Funkcjonowanie ROD</span></a>
190
+ </li>
191
+ <li>
192
+ <a
193
+ href="http://pzd.pl/xii-krajowy-zjazd-delegatow-pzd.html"><span>XII Krajowy Zjazd Delegatów PZD</span></a>
194
+ </li><li class="separator once" style="list-style-type: none;">&nbsp;</li></ul>
195
+ </li>
196
+ <li>
197
+ <a
198
+ href="http://pzd.pl/wzory-dokumentow.html"><span>Wzory dokumentów</span></a>
199
+ </li>
200
+ <li>
201
+ <a
202
+ href="http://pzd.pl/porady-prawne-2.html"><span>Porady prawne.</span></a>
203
+ </li>
204
+ <li>
205
+ <a
206
+ href="http://pzd.pl/regulamin-kkr.html"><span>Regulamin Komisji Rewizyjnych</span></a>
207
+ </li><li class="separator once" style="list-style-type: none;">&nbsp;</li></ul>
208
+ </li>
209
+ <li class="menuparent"><a class="menuparent"
210
+ href="http://pzd.pl/linki.html"><span>Kontakt </span></a>
211
+ <ul class="unli">
212
+ <li>
213
+ <a
214
+ href="http://pzd.pl/kr-pzd.html"><span>KR PZD</span></a>
215
+ </li>
216
+ <li>
217
+ <a
218
+ href="http://pzd.pl/oz-pzd.html"><span>OZ PZD</span></a>
219
+ </li>
220
+ <li>
221
+ <a
222
+ href="http://pzd.pl/linki.html"><span>Delegatury OZ</span></a>
223
+ </li>
224
+ <li>
225
+ <a
226
+ href="http://pzd.pl/rod-2.html"><span>ROD</span></a>
227
+ </li>
228
+ <li>
229
+ <a
230
+ href="http://pzd.pl/organizacje-miedzynarodowe.html"><span>Organizacje Zagraniczne</span></a>
231
+ </li><li class="separator once" style="list-style-type: none;">&nbsp;</li></ul>
232
+ </li>
233
+ <li class="menuparent"><a class="menuparent"
234
+ href="http://pzd.pl/wydawnictwa.html"><span>Wydawnictwa</span></a>
235
+ <ul class="unli">
236
+ <li>
237
+ <a
238
+ href="http://pzd.pl/biuletyn-informacyjny.html"><span>Biuletyn Informacyjny</span></a>
239
+ </li>
240
+ <li>
241
+ <a
242
+ href="http://pzd.pl/dzialkowiec.html"><span>Działkowiec</span></a>
243
+ </li>
244
+ <li>
245
+ <a
246
+ href="http://pzd.pl/zielona-rzeczpospolita.html"><span>Zielona Rzeczpospolita</span></a>
247
+ </li>
248
+ <li>
249
+ <a
250
+ href="http://pzd.pl/informator.html"><span>Informator</span></a>
251
+ </li>
252
+ <li>
253
+ <a
254
+ href="http://pzd.pl/inne.html"><span>Inne</span></a>
255
+ </li>
256
+ <li>
257
+ <a
258
+ href="http://pzd.pl/broszury.html"><span>Broszury</span></a>
259
+ </li><li class="separator once" style="list-style-type: none;">&nbsp;</li></ul>
260
+ </li>
261
+ <li>
262
+ <a
263
+ href="http://pzd.pl/pzd.pl/altany"><span>ALTANY</span></a>
264
+ </li>
265
+ <li>
266
+ <a
267
+ href="http://pzd.pl/archiwum/"><span>Archiwum</span></a>
268
+ </li>
269
+ <li class="menuparent"><a class="menuparent"
270
+ href="http://pzd.pl/allotments.html"><span>English</span></a>
271
+ <ul class="unli">
272
+ <li>
273
+ <a
274
+ href="http://pzd.pl/allotments.html"><span>Allotments</span></a>
275
+ </li><li class="separator once" style="list-style-type: none;">&nbsp;</li></ul>
276
+ </li>
277
+ </ul>
278
+ <div class="clearb"></div>
279
+ </div>
280
+ <div class="right"><a href="http://pzd.pl/szukaj.html"><img src="uploads/tpl/img/menu-search-ico.png" class="ico-search" alt="" /></a></div></div>
281
+ </div>
282
+ <div id="strip"></div>
283
+ </div>
284
+ <div id="main">
285
+ <div id="column">
286
+ <div id="hometopbox" class="left"><!-- Displaying CGBlog Module -->
287
+ <h2><a href='http://pzd.pl/artykuly/16918/113/Nowy-regulamin-ROD.html' title='Nowy regulamin ROD'>Nowy regulamin ROD - 30.10.2015</a></h2>
288
+ <p style="text-align: justify;"><span style="font-size: medium;"><strong><img style="float: left;" src="http://www.obrienteamnormal.com/images/icon-information.png" alt="" width="170" />W dniu 1 października br. Krajowa Rada Polskiego Związku Działkowców uchwaliła nowy regulamin ROD, który wejdzie w życie 1 stycznia 2016 r. To kolejny etap dostosowywania reguł obowiązujących w 4738 ogrodach prowadzonych przez PZD do nowej ustawy o rodzinnych ogrodach działkowych. Zgodnie z ustawą, zawarte w nim zasady mają obowiązywać nie tylko działkowców, ale każdą osobę przebywającą w ogrodzie.</strong></span></p> <p class="more"><a href='http://pzd.pl/artykuly/16918/113/Nowy-regulamin-ROD.html' title='Nowy regulamin ROD'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
289
+ <div class="clear"></div><!-- END CGBLOG Module -->
290
+ </div>
291
+ <div id="homepressgallery" class="right">
292
+ <div class="pressgallerywrap">
293
+ <div class="item">
294
+ <h3>działkowiec</h3>
295
+ <a href="http://pzd.pl/artykuly/17010/112/Czytajcie-dzialkowca.html"><img src="uploads/images/GalleryThumbs/2081-12.jpg" /></a>
296
+ </div>
297
+ <div class="item">
298
+ <h3>Zielona Rzeczpospolita</h3>
299
+ <a href="http://pzd.pl/artykuly/16836/188/Najnowszy-numer-Zielonej-Rzeczpospolitej-juz-w-Twoim-ogrodzie.html"><img src="uploads/images/GalleryThumbs/2077-12.jpg" /></a>
300
+ </div>
301
+ <div class="item">
302
+ <h3>Informator Działkowca</h3>
303
+ <a href="http://pzd.pl/artykuly/17011/188/Informator-Dzialkowca-juz-w-Twoim-ogrodzie.html"><img src="uploads/images/GalleryThumbs/2082-12.jpg" /></a>
304
+ </div>
305
+ <div class="item">
306
+ <h3>Biuletyn Informacyjny</h3>
307
+ <a href="http://pzd.pl/artykuly/16884/188/Biuletyn-Informacyjny.html"><img src="uploads/images/GalleryThumbs/2080-12.jpg" /></a>
308
+ </div>
309
+ <div class="item">
310
+ <h3>Mój Ogródek</h3>
311
+ <a href="http://pzd.pl/artykuly/17012/99/Moj-Ogrodek-pomaga-radzi-inspiruje.html"><img src="uploads/images/GalleryThumbs/2083-12.jpg" /></a>
312
+ </div>
313
+ </div>
314
+ <div class="navi prev"></div>
315
+ <div class="navi next"></div>
316
+ </div>
317
+ <div class="clear"></div>
318
+ <h3 class="homebox left">Bieżące wydarzenia</h3>
319
+ <h3 class="homebox right">Działkowcy walczą o swoje prawa</h3>
320
+ <div class="homebox left" id="homebox1">
321
+
322
+ <!-- Displaying CGBlog Module -->
323
+ <!--<div style="display:none;"></div>-->
324
+ <div class="newslist">
325
+ <div class="item">
326
+ <div class="icon">
327
+ <a href='http://pzd.pl/artykuly/17073/188/Czas-na-podsumowanie-i-rozliczenie-dotacji-w-ROD.html' title='Czas na podsumowanie i rozliczenie dotacji w ROD'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
328
+ </div>
329
+ <div class="content">
330
+ <h2><a href='http://pzd.pl/artykuly/17073/188/Czas-na-podsumowanie-i-rozliczenie-dotacji-w-ROD.html' title='Czas na podsumowanie i rozliczenie dotacji w ROD'>Czas na podsumowanie i rozliczenie dotacji w ROD - 03.12.2015</a></h2>
331
+ <p style="text-align: justify;"><img style="float: left;" src="uploads/images/ŁP/pieniadze-kasa-banknoty_19821484.jpg" alt="" width="150" height="99" /><span style="font-size: small;">Tarnobrzeski Samorząd wpiera dotacją celową nasze ogrody już od 2009 roku. W roku 2015 kwota przyznanej dotacji to prawie 70 000zł  na 7 ogrodów w obrębie Miasta Tarnobrzega.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17073/188/Czas-na-podsumowanie-i-rozliczenie-dotacji-w-ROD.html' title='Czas na podsumowanie i rozliczenie dotacji w ROD'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
332
+ </div>
333
+ <div class="clear"></div>
334
+ </div>
335
+ <div class="item">
336
+ <div class="icon">
337
+ <a href='http://pzd.pl/artykuly/17071/188/Przeglad-medialnych-doniesien-o-dzialkowcach-i-ogrodach-dzialkowych.html' title='Przegląd medialnych doniesień o działkowcach i ogrodach działkowych'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
338
+ </div>
339
+ <div class="content">
340
+ <h2><a href='http://pzd.pl/artykuly/17071/188/Przeglad-medialnych-doniesien-o-dzialkowcach-i-ogrodach-dzialkowych.html' title='Przegląd medialnych doniesień o działkowcach i ogrodach działkowych'>Przegląd medialnych doniesień o działkowcach i ogrodach działkowych - 03.12.2015</a></h2>
341
+ <p style="text-align: justify;"><img style="float: left;" src="uploads/images/ŁP/06image-ipad-media.jpg" alt="" width="150" height="112" /><span style="font-size: small;">W najnowszym przeglądzie prasy przeczytasz m.in. o wzmożonej aktywności złodziei, którzy plądrują altany w ogrodach działkowych. Dowiesz się, co można zrobić, gdy nie jesteśmy w stanie porozumieć się z sąsiadem, kiedy jego drzewo utrudnia swobodne korzystanie z własnej działki, a ponadto przeczytasz o spotkaniu burmistrza Wągrowca z działkowcami, problemie pruszkowskich działkowców z łamiącymi się konarami oraz o coraz większej popularności ogrodów działkowych wśród młodych. </span></p> <p class="more"><a href='http://pzd.pl/artykuly/17071/188/Przeglad-medialnych-doniesien-o-dzialkowcach-i-ogrodach-dzialkowych.html' title='Przegląd medialnych doniesień o działkowcach i ogrodach działkowych'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
342
+ </div>
343
+ <div class="clear"></div>
344
+ </div>
345
+ <div class="item">
346
+ <div class="icon">
347
+ <a href='http://pzd.pl/artykuly/17070/188/Poznanskie-ogrody-otwieraja-sie-na-seniorow.html' title='Poznańskie ogrody otwierają się na seniorów'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
348
+ </div>
349
+ <div class="content">
350
+ <h2><a href='http://pzd.pl/artykuly/17070/188/Poznanskie-ogrody-otwieraja-sie-na-seniorow.html' title='Poznańskie ogrody otwierają się na seniorów'>Poznańskie ogrody otwierają się na seniorów - 03.12.2015</a></h2>
351
+ <p style="text-align: justify;"><img style="float: left;" src="http://www.poznan.pzd.pl/edc_media/List/Item-1091/Image2/800x600mAUTOcWHITE.jpg" alt="" width="150" /><span style="font-size: small;">Poznańscy działkowcy chcą otwierać się na potrzeby seniorów w wieku 60+ nie tylko z własnego środowiska, ale także z lokalnej społeczności. Dysponując bazą lokalową w wielu ogrodach działkowych organizowane są wczasy na działkach, funkcjonują kluby i koła zainteresowań. Przed działkowcami pojawia się jednak kolejna szansa i wyzwanie. Przyjęty przez Radę Ministrów wieloletni program "Senior - WIGOR" jest szansą dla ogrodów działkowych nie tylko na rozszerzenie swojej działalności ukierunkowanej na otwieranie sie na potrzeby społeczeństwa, ale także szansą na unowocześnienie posiadanej infrastruktury ROD przez pozyskanie środków z programu.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17070/188/Poznanskie-ogrody-otwieraja-sie-na-seniorow.html' title='Poznańskie ogrody otwierają się na seniorów'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
352
+ </div>
353
+ <div class="clear"></div>
354
+ </div>
355
+ <div class="item">
356
+ <div class="icon">
357
+ <a href='http://pzd.pl/artykuly/17069/188/Szkolenie-Przewodniczacych-Ogrodowych-Komisji-Rewizyjnych-PZD-w-okregu-warminsko---mazurskim.html' title='Szkolenie Przewodniczących Ogrodowych Komisji Rewizyjnych PZD w okręgu warmińsko - mazurskim'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
358
+ </div>
359
+ <div class="content">
360
+ <h2><a href='http://pzd.pl/artykuly/17069/188/Szkolenie-Przewodniczacych-Ogrodowych-Komisji-Rewizyjnych-PZD-w-okregu-warminsko---mazurskim.html' title='Szkolenie Przewodniczących Ogrodowych Komisji Rewizyjnych PZD w okręgu warmińsko - mazurskim'>Szkolenie Przewodniczących Ogrodowych Komisji Rewizyjnych PZD w okręgu warmińsko - mazurskim - 03.12.2015</a></h2>
361
+ <p style="text-align: justify;"><img style="float: left;" src="http://icons.iconarchive.com/icons/iynque/ios7-style/256/Notes-icon.png" alt="Notes icon" width="130" /><span style="font-size: small;">W dniu 1 grudnia 2015 r. w Olsztynie odbyło się szkolenie Przewodniczących Ogrodowych Komisji Rewizyjnych Polskiego Związku Działkowców okręgu warmińsko-mazurskiego. </span></p> <p class="more"><a href='http://pzd.pl/artykuly/17069/188/Szkolenie-Przewodniczacych-Ogrodowych-Komisji-Rewizyjnych-PZD-w-okregu-warminsko---mazurskim.html' title='Szkolenie Przewodniczących Ogrodowych Komisji Rewizyjnych PZD w okręgu warmińsko - mazurskim'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
362
+ </div>
363
+ <div class="clear"></div>
364
+ </div>
365
+ <div class="item">
366
+ <div class="icon">
367
+ <a href='http://pzd.pl/artykuly/17062/188/Dziennik-Trybuna-Zimowi-lokatorzy---problem-rodzinnych-ogrodow-dzialkowych.html' title='Dziennik Trybuna: Zimowi lokatorzy - problem rodzinnych ogrodów działkowych'><img src='uploads/tpl/img/ico-kat-media-o-nas.png' alt='' /></a>
368
+ </div>
369
+ <div class="content">
370
+ <h2><a href='http://pzd.pl/artykuly/17062/188/Dziennik-Trybuna-Zimowi-lokatorzy---problem-rodzinnych-ogrodow-dzialkowych.html' title='Dziennik Trybuna: Zimowi lokatorzy - problem rodzinnych ogrodów działkowych'>Dziennik Trybuna: Zimowi lokatorzy - problem rodzinnych ogrodów działkowych - 02.12.2015</a></h2>
371
+ <p style="text-align: justify;"><img style="float: left;" src="uploads/images/1/Dziennik%20Trybuna.jpg" alt="" width="150" height="100" /><span style="font-size: small;">"Od wczesnej wiosny do późnej jesieni działkowcy spędzają czas w rodzinnych ogrodach działkowych na uprawie roślin i wypoczynku. Na zimę ogrody jednak pustoszeją, a działki okrywają się grubą warstwą śnieżnego puchu. Niestety ROD tylko z pozoru są puste w okresie zimowym, bowiem altanki stają się schronieniem dla osób bezdomnych i niektórych działkowców, którzy swoje altany chcieliby traktować jak całoroczne domy" - czytamy w Dzienniku Trybuna.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17062/188/Dziennik-Trybuna-Zimowi-lokatorzy---problem-rodzinnych-ogrodow-dzialkowych.html' title='Dziennik Trybuna: Zimowi lokatorzy - problem rodzinnych ogrodów działkowych'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
372
+ </div>
373
+ <div class="clear"></div>
374
+ </div>
375
+ <div class="item">
376
+ <div class="icon">
377
+ <a href='http://pzd.pl/artykuly/17067/188/Spotkanie-z-Marszalkiem-Wojewodztwa-Warminsko-Mazurskiego-w-sprawie-srodkow-unijnych.html' title='Spotkanie z Marszałkiem Województwa Warmińsko-Mazurskiego w sprawie środków unijnych'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
378
+ </div>
379
+ <div class="content">
380
+ <h2><a href='http://pzd.pl/artykuly/17067/188/Spotkanie-z-Marszalkiem-Wojewodztwa-Warminsko-Mazurskiego-w-sprawie-srodkow-unijnych.html' title='Spotkanie z Marszałkiem Województwa Warmińsko-Mazurskiego w sprawie środków unijnych'>Spotkanie z Marszałkiem Województwa Warmińsko-Mazurskiego w sprawie środków unijnych - 02.12.2015</a></h2>
381
+ <p style="text-align: justify;"><img style="float: left;" src="http://www.ozpzd-olsztyn.pl/images/stories/artyku%C5%82y_2015/spotkanie_z_marszalkiem.JPG" alt="spotkanie z marszalkiem" width="150" height="79" /><span style="font-size: small;">W dniu 30  listopada 2015 r. w Urzędzie Marszałkowskim w Olsztynie odbyło się spotkanie Marszałka Województwa Warmińsko-Mazurskiego Pana Gustawa Marka Brzezina z przedstawicielami OZ Warmińsko-Mazurskiego i OZ Elbląskiego. Z ramienia OZ PZD Warmińsko-Mazurskiego w spotkaniu udział wzięli: Prezes OZ PZD Pan Zbigniew Kołodziejczak. Okręg Elbląski reprezentowali: Prezes OZ PZD - Pan Antoni Dalak oraz I Wiceprezes OZ PZD - Pan Zygmunt Wójcik.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17067/188/Spotkanie-z-Marszalkiem-Wojewodztwa-Warminsko-Mazurskiego-w-sprawie-srodkow-unijnych.html' title='Spotkanie z Marszałkiem Województwa Warmińsko-Mazurskiego w sprawie środków unijnych'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
382
+ </div>
383
+ <div class="clear"></div>
384
+ </div>
385
+ <div class="item">
386
+ <div class="icon">
387
+ <a href='http://pzd.pl/artykuly/17064/188/OZ-w-Czestochowie-zakonczyl-szkolenia-dla-nowych-dzialkowcow.html' title='OZ w Częstochowie zakończył szkolenia dla nowych działkowców'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
388
+ </div>
389
+ <div class="content">
390
+ <h2><a href='http://pzd.pl/artykuly/17064/188/OZ-w-Czestochowie-zakonczyl-szkolenia-dla-nowych-dzialkowcow.html' title='OZ w Częstochowie zakończył szkolenia dla nowych działkowców'>OZ w Częstochowie zakończył szkolenia dla nowych działkowców - 02.12.2015</a></h2>
391
+ <p style="text-align: justify;"><img style="float: left;" src="http://icons.iconarchive.com/icons/chrisbanks2/cold-fusion-hd/128/notes-2-icon.png" alt="notes 2 icon" width="130" /><span style="font-size: small;">Okręgowy Zarząd Polskiego Związku Działkowców w Częstochowie w roku 2015 zorganizował zgodnie z przyjętym planem pracy na 2015 rok 11 kursów dla nowych użytkowników działek w rodzinnych ogrodach działkowych. Szkolenia odbywały się od stycznia do listopada w Ośrodku szkolenia przy Okręgowym Zarządzie oraz w Lublińcu i Blachowni. W sumie w tegorocznych szkoleniach wzięło udział 360 nowych użytkowników, którzy gospodarują na 268 działkach w naszych rodzinnych ogrodach działkowych.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17064/188/OZ-w-Czestochowie-zakonczyl-szkolenia-dla-nowych-dzialkowcow.html' title='OZ w Częstochowie zakończył szkolenia dla nowych działkowców'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
392
+ </div>
393
+ <div class="clear"></div>
394
+ </div>
395
+ <div class="item">
396
+ <div class="icon">
397
+ <a href='http://pzd.pl/artykuly/17068/188/III-posiedzenie-Okregowego-Zarzadu-Mazowieckiego-PZD.html' title='III posiedzenie Okręgowego Zarządu Mazowieckiego PZD'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
398
+ </div>
399
+ <div class="content">
400
+ <h2><a href='http://pzd.pl/artykuly/17068/188/III-posiedzenie-Okregowego-Zarzadu-Mazowieckiego-PZD.html' title='III posiedzenie Okręgowego Zarządu Mazowieckiego PZD'>III posiedzenie Okręgowego Zarządu Mazowieckiego PZD - 02.12.2015</a></h2>
401
+ <p style="text-align: justify;"><img style="float: left;" src="uploads/images/ŁP/zjazd.jpg" alt="" width="150" height="113" /><span style="font-size: small;">30 listopada br. w ośrodku szkoleniowym OZM PZD w Warszawie odbyło się posiedzenie Okręgowego Zarządu Mazowieckiego PZD, któremu przewodniczył Prezes OZM PZD Zygmunt Kacprzak. W obradach uczestniczył Prezes PZD Eugeniusz Kondracki, a także Wiceprezes PZD Stanisław Zawadka, Monika Pilzak z Wydziału Gospodarki Gruntami KR PZD i Kierownik Wydziału Prezydialnego KR Marek Pytka.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17068/188/III-posiedzenie-Okregowego-Zarzadu-Mazowieckiego-PZD.html' title='III posiedzenie Okręgowego Zarządu Mazowieckiego PZD'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
402
+ </div>
403
+ <div class="clear"></div>
404
+ </div>
405
+ <div class="item">
406
+ <div class="icon">
407
+ <a href='http://pzd.pl/artykuly/17066/188/Kierunki-zmian-w-Gdansku-Nic-o-Nas-bez-Nas.html' title='Kierunki zmian w Gdańsku? Nic o Nas bez Nas'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
408
+ </div>
409
+ <div class="content">
410
+ <h2><a href='http://pzd.pl/artykuly/17066/188/Kierunki-zmian-w-Gdansku-Nic-o-Nas-bez-Nas.html' title='Kierunki zmian w Gdańsku? Nic o Nas bez Nas'>Kierunki zmian w Gdańsku? Nic o Nas bez Nas - 02.12.2015</a></h2>
411
+ <p style="text-align: justify;"><img style="float: left;" src="http://www.gdansk.pl/urzad/download/2009_12/29382_big.jpg" alt="" width="150" /><span style="font-size: small;">30 listopada 2015 r. w siedzibie Biura Rozwoju Miasta Gdańska odbyło się robocze spotkanie poświęcone tematyce ogrodów działkowych, ich rozwojowi w mieście, możliwościach dalszego działania, problemów ogrodów oraz przygotowywanego nowego studium kierunków zagospodarowania przestrzennego. W spotkaniu uczestniczył starszy inspektor ds. terenowo-prawnych Okręgowego Zarządu PZD w Gdańsku Artur Lemański.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17066/188/Kierunki-zmian-w-Gdansku-Nic-o-Nas-bez-Nas.html' title='Kierunki zmian w Gdańsku? Nic o Nas bez Nas'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
412
+ </div>
413
+ <div class="clear"></div>
414
+ </div>
415
+ <div class="item">
416
+ <div class="icon">
417
+ <a href='http://pzd.pl/artykuly/17065/188/Dzialkowcy-u-Prezydenta-Gdyni.html' title='Działkowcy u Prezydenta Gdyni'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
418
+ </div>
419
+ <div class="content">
420
+ <h2><a href='http://pzd.pl/artykuly/17065/188/Dzialkowcy-u-Prezydenta-Gdyni.html' title='Działkowcy u Prezydenta Gdyni'>Działkowcy u Prezydenta Gdyni - 02.12.2015</a></h2>
421
+ <p><img style="float: left;" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/POL_Gdynia_COA.svg/2000px-POL_Gdynia_COA.svg.png" alt="" width="130" /></p>
422
+ <p style="text-align: justify;"><span style="font-size: small;">Po raz kolejny doszło do spotkania przedstawicieli Kolegium Prezesów Gdyńskich Ogrodów Działkowych z Prezydentem Miasta Gdynia Panem Wojciechem Szczurkiem. Spotkanie przebiegało w miłej i życzliwej atmosferze. Poruszono wiele tematów, które nurtowały do tej pory użytkowników działek. Wiele przedstawianych tematów znalazło uznanie w oczach Prezydenta Miasta. Uzgodniono, nowe dotychczas niestosowane formy współpracy. Działkowcy, w co raz w szerszym stopniu będą się otwierać na potrzeby społeczności lokalnych, przedszkoli oraz szkół.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17065/188/Dzialkowcy-u-Prezydenta-Gdyni.html' title='Działkowcy u Prezydenta Gdyni'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
423
+ </div>
424
+ <div class="clear"></div>
425
+ </div>
426
+ <div class="item">
427
+ <div class="icon">
428
+ <a href='http://pzd.pl/artykuly/17060/188/Rodzinne-ogrody-dzialkowe-przeglad-mediow.html' title='Rodzinne ogrody działkowe – przegląd mediów'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
429
+ </div>
430
+ <div class="content">
431
+ <h2><a href='http://pzd.pl/artykuly/17060/188/Rodzinne-ogrody-dzialkowe-przeglad-mediow.html' title='Rodzinne ogrody działkowe – przegląd mediów'>Rodzinne ogrody działkowe – przegląd mediów - 01.12.2015</a></h2>
432
+ <p style="text-align: justify;"><img style="float: left;" src="http://icons.iconarchive.com/icons/elegantthemes/beautiful-flat/128/tv-icon.png" alt="tv icon" width="130" /><span style="font-size: small;">Media donoszą o kolejnych kontrolach służb miejskich w ROD pod kątem przerywania w nich osób bezdomnych. Jednocześnie proszą o zgłaszanie na numery alarmowe ich obecności w ogrodach. Ponadto w najnowszym przeglądzie prasy: działkowcy z ROD "Górki Ustanowskie " w Szczecinie świętują - ich ogród nie zostanie zlikwidowany przez władze miasta, a także kłopoty głubczyckich działkowców, których 10 ha ROD władze Głubczyc chcą przejąć pod inwestycje. Zachęcamy do lektury!</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17060/188/Rodzinne-ogrody-dzialkowe-przeglad-mediow.html' title='Rodzinne ogrody działkowe – przegląd mediów'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
433
+ </div>
434
+ <div class="clear"></div>
435
+ </div>
436
+ <div class="item">
437
+ <div class="icon">
438
+ <a href='http://pzd.pl/artykuly/17057/188/IV-posiedzenie-OZ-we-Wroclawiu.html' title='IV posiedzenie OZ we Wrocławiu'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
439
+ </div>
440
+ <div class="content">
441
+ <h2><a href='http://pzd.pl/artykuly/17057/188/IV-posiedzenie-OZ-we-Wroclawiu.html' title='IV posiedzenie OZ we Wrocławiu'>IV posiedzenie OZ we Wrocławiu - 01.12.2015</a></h2>
442
+ <p style="text-align: justify;"><img style="float: left;" src="http://icons.iconarchive.com/icons/dryicons/aesthetica-2/128/calendar-empty-icon.png" alt="calendar empty icon" width="130" /><span style="font-size: small;">W dniu 28 listopada 2015r. odbyło się IV-te posiedzenie Okręgowego Zarządu PZD we Wrocławiu. Posiedzenie dotyczyło tak ważnych tematów jak: budownictwa ponadnormatywnego na działkach w ROD, zamieszkiwania na działkach w ROD, wprowadzenia terenów ogrodów do Studium uwarunkowań i kierunków zagospodarowania przestrzennego Wrocławia, pozyskiwania środków unijnych i Wojewódzkiego funduszu Ochrony Środowiska i Gospodarki Wodnej na zadania w ogrodach, zebrań sprawozdawczych w ROD okręgu wrocławskiego w 2016 r.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17057/188/IV-posiedzenie-OZ-we-Wroclawiu.html' title='IV posiedzenie OZ we Wrocławiu'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
443
+ </div>
444
+ <div class="clear"></div>
445
+ </div>
446
+ </div><!-- END CGBLOG Module -->
447
+
448
+ <p class="moreCategory"><a href="http://pzd.pl/biezace-wydarzenia.html">Sprawdź wszystkie wydarzenia <img alt="" src="uploads/tpl/img/ico-more.png"></a></p>
449
+ </div>
450
+ <div class="homebox right" id="homebox2">
451
+
452
+ <!-- Displaying CGBlog Module -->
453
+ <!--<div style="display:none;"></div>-->
454
+ <div class="newslist">
455
+ <div class="item">
456
+ <div class="icon">
457
+ <a href='http://pzd.pl/artykuly/16777/114/Regulamin-ROD.html' title='Regulamin ROD'><img src='uploads/tpl/img/ico-kat-prawo.png' alt='' /></a>
458
+ </div>
459
+ <div class="content">
460
+ <h2><a href='http://pzd.pl/artykuly/16777/114/Regulamin-ROD.html' title='Regulamin ROD'>Regulamin ROD - 02.12.2015</a></h2>
461
+ <p style="text-align: justify;"><img style="float: left;" src="http://www.toplistwy.pl/mobile/regulamin-icon.png" alt="" width="150" /><span style="font-size: small;">1 października 2015 roku Krajowa Rada PZD uchwaliła regulamin ROD. <strong>Nowy regulamin ROD wchodzi w życie 1 stycznia 2016 roku.</strong> W załączeniu dostępny jest obecnie obowiązujący regulamin ROD oraz nowy regulamin ROD, który wejdzie w życie od 1 stycznia 2016 roku.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/16777/114/Regulamin-ROD.html' title='Regulamin ROD'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
462
+ </div>
463
+ <div class="clear"></div>
464
+ </div>
465
+ <div class="item">
466
+ <div class="icon">
467
+ <a href='http://pzd.pl/artykuly/16593/114/Statut-PZD.html' title='Statut PZD'><img src='uploads/tpl/img/ico-kat-prawo.png' alt='' /></a>
468
+ </div>
469
+ <div class="content">
470
+ <h2><a href='http://pzd.pl/artykuly/16593/114/Statut-PZD.html' title='Statut PZD'>Statut PZD - 02.12.2015</a></h2>
471
+ <p style="text-align: justify;"><img style="float: left;" src="http://sp2.pinczow.com/images/statut.gif" alt="" width="140" height="107" />9 września 2015r. w Krajowym Rejestrze Sądowym (KRS) zarejestrowany został statut PZD uchwalony 2 lipca br. przez XII Krajowy Zjazd Delegatów PZD <a href="uploads/1aga/Statut%20PZD%20(uchwalony%202015)...pdf" target="_blank"><span style="color: #ff0000;"><strong>(<span style="color: #ff0000;">STATUT dostępny tutaj</span>)</strong></span></a> Tym samym spełniono obowiązek wynikający z art. 68 ustawy o ROD, a więc uchwalono - w terminie 18 miesięcy od dnia wejścia w życie ustawy - nowy statut na zasadach określonych w dotychczasowym statucie, a także zarejestrowano go w KRS<span style="color: #ff0000;"><a href="uploads/1aga/krs%202015%20PZD%20stow%20ogrodowe.pdf" target="_blank"><span style="text-decoration: underline; color: #ff0000;"> <strong><span style="color: #ff0000; text-decoration: underline;">(zobacz dokument).</span></strong></span></a></span></p> <p class="more"><a href='http://pzd.pl/artykuly/16593/114/Statut-PZD.html' title='Statut PZD'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
472
+ </div>
473
+ <div class="clear"></div>
474
+ </div>
475
+ <div class="item">
476
+ <div class="icon">
477
+ <a href='http://pzd.pl/artykuly/16186/114/Gdzie-znalezc-informacje-o-funduszach-unijnych.html' title='Gdzie znaleźć informacje o funduszach unijnych?'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
478
+ </div>
479
+ <div class="content">
480
+ <h2><a href='http://pzd.pl/artykuly/16186/114/Gdzie-znalezc-informacje-o-funduszach-unijnych.html' title='Gdzie znaleźć informacje o funduszach unijnych?'>Gdzie znaleźć informacje o funduszach unijnych? - 02.12.2015</a></h2>
481
+ <p style="text-align: justify;"><img style="float: left;" src="http://www.lodzkie.pl/images/761028flaga_ue0.gif" alt="" width="150" /><span style="font-size: small;">Od 2004 r. w Polsce dofinansowanie z UE uzyskało około 200 tys. projektów. Na to, by dołączyć do tego grona i skorzystać ze środków europejskich nigdy nie jest za późno. Na stronie <a href="https://www.funduszeeuropejskie.gov.pl/" target="_blank">funduszeeuropejskie.gov.pl</a> znajdziesz wszelkie potrzebne informacje, aby pozyskać fundusze także dla swojego ogrodu. Sprawdź też zakładkę <a href="fundusze-unijne.html" target="_blank">aktualności - fundusze unijne</a> na stronie pzd.pl. </span></p> <p class="more"><a href='http://pzd.pl/artykuly/16186/114/Gdzie-znalezc-informacje-o-funduszach-unijnych.html' title='Gdzie znaleźć informacje o funduszach unijnych?'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
482
+ </div>
483
+ <div class="clear"></div>
484
+ </div>
485
+ <div class="item">
486
+ <div class="icon">
487
+ <a href='http://pzd.pl/artykuly/17063/114/Komunikat-KR-PZD-w-sprawie-wydania-i-dystrybucji-Statutu-PZD-Regulaminu-ROD-i-innych-dokumentow.html' title='Komunikat KR PZD w sprawie wydania i dystrybucji Statutu PZD, Regulaminu ROD i innych dokumentów'><img src='uploads/tpl/img/ico-kat-wazne-wydarzenia.png' alt='' /></a>
488
+ </div>
489
+ <div class="content">
490
+ <h2><a href='http://pzd.pl/artykuly/17063/114/Komunikat-KR-PZD-w-sprawie-wydania-i-dystrybucji-Statutu-PZD-Regulaminu-ROD-i-innych-dokumentow.html' title='Komunikat KR PZD w sprawie wydania i dystrybucji Statutu PZD, Regulaminu ROD i innych dokumentów'>Komunikat KR PZD w sprawie wydania i dystrybucji Statutu PZD, Regulaminu ROD i innych dokumentów - 02.12.2015</a></h2>
491
+ <p style="text-align: justify;"><span style="font-size: small;"><img style="float: left;" src="http://icons.iconarchive.com/icons/graphicloads/long-shadow-documents/256/document-file-icon.png" alt="document file icon" width="130" />Krajowa Rada PZD informuje, że Prezydium Krajowej Rady w ostatnim czasie podjęło kilka decyzji o wydaniu pozycji, które ułatwią funkcjonowanie i właściwe zarządzanie organom PZD, a działkowcom ułatwią korzystanie z prawa w PZD.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17063/114/Komunikat-KR-PZD-w-sprawie-wydania-i-dystrybucji-Statutu-PZD-Regulaminu-ROD-i-innych-dokumentow.html' title='Komunikat KR PZD w sprawie wydania i dystrybucji Statutu PZD, Regulaminu ROD i innych dokumentów'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
492
+ </div>
493
+ <div class="clear"></div>
494
+ </div>
495
+ <div class="item">
496
+ <div class="icon">
497
+ <a href='http://pzd.pl/artykuly/17055/114/Komunikat-KR-PZD-w-sprawie-pomocy-finansowej-dla-ROD.html' title='Komunikat KR PZD w sprawie pomocy finansowej dla ROD'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
498
+ </div>
499
+ <div class="content">
500
+ <h2><a href='http://pzd.pl/artykuly/17055/114/Komunikat-KR-PZD-w-sprawie-pomocy-finansowej-dla-ROD.html' title='Komunikat KR PZD w sprawie pomocy finansowej dla ROD'>Komunikat KR PZD w sprawie pomocy finansowej dla ROD - 02.12.2015</a></h2>
501
+ <p style="text-align: justify;"><span style="font-size: small;"><img style="float: left;" src="http://icons.iconarchive.com/icons/icojoy/enjoyment/256/money-icon.png" alt="money icon" width="130" />Polski Związek Działkowców w trzech kwartałach 2015 roku przekazał na rzecz 368 rodzinnych ogrodów działkowych środki finansowe w formie dotacji w wysokości blisko 2 miliony 700 tysięcy złotych. Środki przeznaczane są dla ROD, które podejmują się realizacji zadań inwestycyjnych związanych z budową nowej lub modernizacją istniejącej ogólnoogrodowej infrastruktury. </span></p> <p class="more"><a href='http://pzd.pl/artykuly/17055/114/Komunikat-KR-PZD-w-sprawie-pomocy-finansowej-dla-ROD.html' title='Komunikat KR PZD w sprawie pomocy finansowej dla ROD'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
502
+ </div>
503
+ <div class="clear"></div>
504
+ </div>
505
+ <div class="item">
506
+ <div class="icon">
507
+ <a href='http://pzd.pl/artykuly/17050/114/Komunikat-KR-PZD-oplaty-w-ROD-bez-zmian.html' title='Komunikat KR PZD: opłaty w ROD bez zmian '><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
508
+ </div>
509
+ <div class="content">
510
+ <h2><a href='http://pzd.pl/artykuly/17050/114/Komunikat-KR-PZD-oplaty-w-ROD-bez-zmian.html' title='Komunikat KR PZD: opłaty w ROD bez zmian '>Komunikat KR PZD: opłaty w ROD bez zmian - 02.12.2015</a></h2>
511
+ <p style="text-align: justify;"><img style="float: left;" src="http://icons.iconarchive.com/icons/awicons/vista-artistic/256/coin-search-icon.png" alt="coin search icon" width="130" /><span style="font-size: small;">W dniu 25 listopada 2015 r. KR PZD podjęła decyzje finansowe odnoszące się do wszystkich ROD prowadzonych przez PZD. Jak wynika z przyjętych uchwał, w 2016 r. te z obciążeń finansowych działkowców, o których wysokości decyduje KR PZD, mają pozostać na tegorocznym poziomie.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/17050/114/Komunikat-KR-PZD-oplaty-w-ROD-bez-zmian.html' title='Komunikat KR PZD: opłaty w ROD bez zmian '>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
512
+ </div>
513
+ <div class="clear"></div>
514
+ </div>
515
+ <div class="item">
516
+ <div class="icon">
517
+ <a href='http://pzd.pl/artykuly/17051/114/Komunikat-KR-PZD-w-sprawie-regulacji-stanu-prawnego-gruntow-ROD.html' title='Komunikat KR PZD w sprawie regulacji stanu prawnego gruntów ROD'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
518
+ </div>
519
+ <div class="content">
520
+ <h2><a href='http://pzd.pl/artykuly/17051/114/Komunikat-KR-PZD-w-sprawie-regulacji-stanu-prawnego-gruntow-ROD.html' title='Komunikat KR PZD w sprawie regulacji stanu prawnego gruntów ROD'>Komunikat KR PZD w sprawie regulacji stanu prawnego gruntów ROD - 01.12.2015</a></h2>
521
+ <p style="text-align: justify;"><span style="font-size: small;"><img style="float: left;" src="http://icons.iconarchive.com/icons/lawyerwordpress/law/128/Notary-icon.png" alt="Notary icon" width="130" />Krajowa Rada PZD na posiedzeniu w dniu 25 listopada 2015 r. zapoznała się ze stanem zaawansowania działań w zakresie regulacji stanu prawnego gruntów ROD na podstawie art. 76 ustawy o ROD. Temat jest na bieżąco monitorowany, gdyż regulacja stanu prawnego gruntów ROD jest niezwykle istotna dla dalszego ich funkcjonowania oraz zabezpieczenia praw działkowców i PZD. <strong>Dotychczas zakwalifikowano</strong> <strong>1684 ROD o powierzchni bliskiej 10tyś ha do regulacji stanu prawnego na podstawie art. 76 ustawy o ROD.</strong></span></p> <p class="more"><a href='http://pzd.pl/artykuly/17051/114/Komunikat-KR-PZD-w-sprawie-regulacji-stanu-prawnego-gruntow-ROD.html' title='Komunikat KR PZD w sprawie regulacji stanu prawnego gruntów ROD'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
522
+ </div>
523
+ <div class="clear"></div>
524
+ </div>
525
+ <div class="item">
526
+ <div class="icon">
527
+ <a href='http://pzd.pl/artykuly/16887/114/Komunikat-KR-PZD-w-sprawie-pozyskiwania-srodkow-z-budzetu-gminy.html' title='Komunikat KR PZD w sprawie pozyskiwania środków z budżetu gminy'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
528
+ </div>
529
+ <div class="content">
530
+ <h2><a href='http://pzd.pl/artykuly/16887/114/Komunikat-KR-PZD-w-sprawie-pozyskiwania-srodkow-z-budzetu-gminy.html' title='Komunikat KR PZD w sprawie pozyskiwania środków z budżetu gminy'>Komunikat KR PZD w sprawie pozyskiwania środków z budżetu gminy - 30.10.2015</a></h2>
531
+ <p style="text-align: justify;"><span style="font-size: small;"><img style="float: left;" src="http://icons.iconarchive.com/icons/icons8/ios7/256/Finance-Cash-Receiving-icon.png" alt="Finance Cash Receiving icon" width="150" />KR PZD przypomina zarządom ROD o możliwości ubiegania się o dotacje celowe z budżetu Gmin. Obecne unormowania zawarte w art. 17 ustawy z dnia 13 grudnia 2013 r. o ROD, dają podstawy prawne gminom do udzielenia dotacji przeznaczonej na rozwój ROD, a w szczególności na budowę lub modernizację infrastruktury ogrodowej, o ile wpłynie to na poprawę warunków do korzystania z ROD przez działkowców lub zwiększy dostępność społeczności lokalnej do ROD. Zatem warto potrzebami ogrodów i działkowców zainteresować włodarzy gmin pamiętając, że gminy mają obowiązek <span style="text-decoration: underline;">do dnia 15 listopada</span> każdego roku opracować projekt planu budżetu swojej gminy.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/16887/114/Komunikat-KR-PZD-w-sprawie-pozyskiwania-srodkow-z-budzetu-gminy.html' title='Komunikat KR PZD w sprawie pozyskiwania środków z budżetu gminy'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
532
+ </div>
533
+ <div class="clear"></div>
534
+ </div>
535
+ <div class="item">
536
+ <div class="icon">
537
+ <a href='http://pzd.pl/artykuly/15150/114/Komunikat-KR-PZD-w-sprawie-drukow-dokumentow-dla-ROD-dotyczacych-inwestycji-i-remontow.html' title='Komunikat KR PZD w sprawie druków dokumentów dla ROD dotyczących inwestycji i remontów '><img src='uploads/tpl/img/ico-kat-wazny-dokument-do-sc.png' alt='' /></a>
538
+ </div>
539
+ <div class="content">
540
+ <h2><a href='http://pzd.pl/artykuly/15150/114/Komunikat-KR-PZD-w-sprawie-drukow-dokumentow-dla-ROD-dotyczacych-inwestycji-i-remontow.html' title='Komunikat KR PZD w sprawie druków dokumentów dla ROD dotyczących inwestycji i remontów '>Komunikat KR PZD w sprawie druków dokumentów dla ROD dotyczących inwestycji i remontów - 30.10.2015</a></h2>
541
+ <p style="text-align: justify;"><span style="text-align: justify; font-size: 10px;"><span style="font-size: small;"><img style="float: left;" src="http://icons.iconarchive.com/icons/treetog/i/256/Documents-icon.png" alt="Documents icon" width="150" />Zbliża się okres walnych zebrań sprawozdawczo – wyborczych członków PZD w ROD. Jest to najlepsza okazja, aby zastanowić się nad potrzebami ROD w zakresie zagospodarowania i zaplanować nowe inwestycje lub remonty. Mimo, iż co roku ogrody działkowe przeprowadzają wiele inwestycji i remontów infrastruktury ogrodowej, to potrzeby w tym zakresie są w dalszym ciągu spore. </span></span></p> <p class="more"><a href='http://pzd.pl/artykuly/15150/114/Komunikat-KR-PZD-w-sprawie-drukow-dokumentow-dla-ROD-dotyczacych-inwestycji-i-remontow.html' title='Komunikat KR PZD w sprawie druków dokumentów dla ROD dotyczących inwestycji i remontów '>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
542
+ </div>
543
+ <div class="clear"></div>
544
+ </div>
545
+ <div class="item">
546
+ <div class="icon">
547
+ <a href='http://pzd.pl/artykuly/16203/114/XII-Krajowy-Zjazd-Delegatow-PZD.html' title='XII Krajowy Zjazd Delegatów PZD'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
548
+ </div>
549
+ <div class="content">
550
+ <h2><a href='http://pzd.pl/artykuly/16203/114/XII-Krajowy-Zjazd-Delegatow-PZD.html' title='XII Krajowy Zjazd Delegatów PZD'>XII Krajowy Zjazd Delegatów PZD - 30.10.2015</a></h2>
551
+ <p style="text-align: justify;"><img style="float: left;" src="http://www.mos.gov.pl/g2/big/2012_03/c1bfa2a26e446c592dc4fa540f0a59f0.jpg" alt="" width="150" /><span style="font-size: small;">2 - 3 lipca w Warszawie odbył się XII Krajowy Zjazd Delegatów. Zjazd uchwalił statutu PZD, wybrał nowe władze Związku oraz podjął szereg uchwał i stanowisk. W załączeniu dokumenty zjazdowe.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/16203/114/XII-Krajowy-Zjazd-Delegatow-PZD.html' title='XII Krajowy Zjazd Delegatów PZD'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
552
+ </div>
553
+ <div class="clear"></div>
554
+ </div>
555
+ <div class="item">
556
+ <div class="icon">
557
+ <a href='http://pzd.pl/artykuly/16920/114/Posiedzenia-KR-PZD-minionej-kadencji.html' title='Posiedzenia KR PZD minionej kadencji'><img src='uploads/tpl/img/ico-kat-wydarzenia.png' alt='' /></a>
558
+ </div>
559
+ <div class="content">
560
+ <h2><a href='http://pzd.pl/artykuly/16920/114/Posiedzenia-KR-PZD-minionej-kadencji.html' title='Posiedzenia KR PZD minionej kadencji'>Posiedzenia KR PZD minionej kadencji - 30.10.2015</a></h2>
561
+ <p style="text-align: justify;"><img style="float: left;" src="http://icons.iconarchive.com/icons/iconleak/or/256/auction-hammer-icon.png" alt="auction hammer icon" width="130" /><span style="font-size: small;">W załączeniu uchwały, stanowiska i listy podjęte przez Krajową Radę PZD w minionej kadencji.</span></p> <p class="more"><a href='http://pzd.pl/artykuly/16920/114/Posiedzenia-KR-PZD-minionej-kadencji.html' title='Posiedzenia KR PZD minionej kadencji'>czytaj więcej <img src='uploads/tpl/img/ico-more.png' alt=''/></a></p>
562
+ </div>
563
+ <div class="clear"></div>
564
+ </div>
565
+ </div><!-- END CGBLOG Module -->
566
+
567
+ <p class="moreCategory"><a href="">Działkowcy w obronie Ustawy o ROD <img alt="" src="uploads/tpl/img/ico-more.png"></a></p>
568
+ </div>
569
+ <div class="clear"></div>
570
+ <h3 class="homebox left">Galeria zdjęć</h3>
571
+ <h3 class="homebox right">Filmy</h3>
572
+ <div class="homebox left" id="homebox3">
573
+ <div class="gallerylist">
574
+ <ul>
575
+ <li>
576
+
577
+ <div class="item dir">
578
+ <a class="dir" href="http://pzd.pl/gallery/Zjazd---Statut/93.html" title="XII Krajowy Zjazd Delegatów Polskiego Związku Działkowców"><img src="uploads/images/GalleryThumbs/1635-10.jpg" alt="XII Krajowy Zjazd Delegatów Polskiego Związku Działkowców" /></a>
579
+ <p>XII Krajowy Zjazd Delegatów Polskiego Związku Działkowców</p>
580
+ </div>
581
+
582
+ <div class="item dir">
583
+ <a class="dir" href="http://pzd.pl/gallery/wystawa-tczewskich-ROD/93.html" title="Wystawa tczewskich ROD na Krajowych Dniach Działkowca 2015"><img src="uploads/images/GalleryThumbs/2010-10.jpg" alt="Wystawa tczewskich ROD na Krajowych Dniach Działkowca 2015" /></a>
584
+ <p>Wystawa tczewskich ROD na Krajowych Dniach Działkowca 2015</p>
585
+ </div>
586
+
587
+ </li><li> <div class="item dir">
588
+ <a class="dir" href="http://pzd.pl/gallery/Podziekowania-dla-dlugoletnich-Prezesow-ROD/93.html" title="Podziękowania dla długoletnich Prezesów ROD"><img src="uploads/images/GalleryThumbs/2031-10.jpg" alt="Podziękowania dla długoletnich Prezesów ROD" /></a>
589
+ <p>Podziękowania dla długoletnich Prezesów ROD</p>
590
+ </div>
591
+
592
+ <div class="item dir">
593
+ <a class="dir" href="http://pzd.pl/gallery/Dzialkowcy-skladaja-700-000-podpisow/93.html" title="Działkowcy składają 700 000 podpisów"><img src="uploads/images/GalleryThumbs/1420-10.jpg" alt="Działkowcy składają 700 000 podpisów" /></a>
594
+ <p>Działkowcy składają 700 000 podpisów</p>
595
+ </div>
596
+
597
+ </li><li> <div class="item dir">
598
+ <a class="dir" href="http://pzd.pl/gallery/zjazd-statut/93.html" title=" Nadzwyczajny XI Krajowy Zjazd Delegatów PZD"><img src="uploads/images/GalleryThumbs/1457-10.jpg" alt=" Nadzwyczajny XI Krajowy Zjazd Delegatów PZD" /></a>
599
+ <p> Nadzwyczajny XI Krajowy Zjazd Delegatów PZD</p>
600
+ </div>
601
+
602
+ <div class="item dir">
603
+ <a class="dir" href="http://pzd.pl/gallery/Spotkanie-z-Premier-Ewa-Kopacz-19-maja-2015-r/93.html" title="Spotkanie Premier Ewy Kopacz z warszawskimi działkowcami"><img src="uploads/images/GalleryThumbs/1508-10.jpg" alt="Spotkanie Premier Ewy Kopacz z warszawskimi działkowcami" /></a>
604
+ <p>Spotkanie Premier Ewy Kopacz z warszawskimi działkowcami</p>
605
+ </div>
606
+
607
+ </li><li> <div class="item dir">
608
+ <a class="dir" href="http://pzd.pl/gallery/Krajowe-Dni-Dzialkowca---Tczew-2015/93.html" title="Krajowe Dni Działkowca - Tczew 2015"><img src="uploads/images/GalleryThumbs/1833-10.jpg" alt="Krajowe Dni Działkowca - Tczew 2015" /></a>
609
+ <p>Krajowe Dni Działkowca - Tczew 2015</p>
610
+ </div>
611
+
612
+ <div class="item dir">
613
+ <a class="dir" href="http://pzd.pl/gallery/xii-zjazd/93.html" title="XII Krajowy Zjazd Delegatów - dzień drugi"><img src="uploads/images/GalleryThumbs/1594-10.jpg" alt="XII Krajowy Zjazd Delegatów - dzień drugi" /></a>
614
+ <p>XII Krajowy Zjazd Delegatów - dzień drugi</p>
615
+ </div>
616
+
617
+ </li><li> <div class="item dir">
618
+ <a class="dir" href="http://pzd.pl/gallery/Dzialkowe-wypieki-oraz-wina-i-nalewki/93.html" title="Działkowe wypieki oraz wina i nalewki"><img src="uploads/images/GalleryThumbs/1405-10.jpg" alt="Działkowe wypieki oraz wina i nalewki" /></a>
619
+ <p>Działkowe wypieki oraz wina i nalewki</p>
620
+ </div>
621
+
622
+ <div class="item dir">
623
+ <a class="dir" href="http://pzd.pl/gallery/Krajowe-Dni-Dzialkowca-2014r/93.html" title="Krajowe Dni Działkowca 2014r."><img src="uploads/images/GalleryThumbs/1286-10.jpg" alt="Krajowe Dni Działkowca 2014r." /></a>
624
+ <p>Krajowe Dni Działkowca 2014r.</p>
625
+ </div>
626
+
627
+ </li><li> <div class="item dir">
628
+ <a class="dir" href="http://pzd.pl/gallery/Altany-kiedys/93.html" title="Altany kiedyś"><img src="uploads/images/GalleryThumbs/1187-10.jpg" alt="Altany kiedyś" /></a>
629
+ <p>Altany kiedyś</p>
630
+ </div>
631
+
632
+ <div class="item dir">
633
+ <a class="dir" href="http://pzd.pl/gallery/Altany-kiedys-i-dzisiaj/93.html" title="Altany-kiedys-i-dzisiaj"><img src="uploads/images/GalleryThumbs/1159-10.jpg" alt="Altany-kiedys-i-dzisiaj" /></a>
634
+ <p>Altany-kiedys-i-dzisiaj</p>
635
+ </div>
636
+
637
+ </li><li> <div class="item dir">
638
+ <a class="dir" href="http://pzd.pl/gallery/Wiosna-na-dzialkach/93.html" title="Wiosna na działkach"><img src="uploads/images/GalleryThumbs/1114-10.jpg" alt="Wiosna na działkach" /></a>
639
+ <p>Wiosna na działkach</p>
640
+ </div>
641
+
642
+ <div class="item dir">
643
+ <a class="dir" href="http://pzd.pl/gallery/Altany-dzis-cz-2/93.html" title="Altany dziś cz. 2"><img src="uploads/images/GalleryThumbs/1205-10.jpg" alt="Altany dziś cz. 2" /></a>
644
+ <p>Altany dziś cz. 2</p>
645
+ </div>
646
+
647
+ </li><li> <div class="item dir">
648
+ <a class="dir" href="http://pzd.pl/gallery/Altany-dzis/93.html" title="Altany dziś"><img src="uploads/images/GalleryThumbs/1199-10.jpg" alt="Altany dziś" /></a>
649
+ <p>Altany dziś</p>
650
+ </div>
651
+
652
+ <div class="item dir">
653
+ <a class="dir" href="http://pzd.pl/gallery/Altany-w-holenderskich-ogrodach-dzialkowych/93.html" title="Altany w holenderskich ogrodach działkowych"><img src="uploads/images/GalleryThumbs/1243-10.jpg" alt="Altany w holenderskich ogrodach działkowych" /></a>
654
+ <p>Altany w holenderskich ogrodach działkowych</p>
655
+ </div>
656
+
657
+ </li><li> <div class="item dir">
658
+ <a class="dir" href="http://pzd.pl/gallery/Altany-dzis-cz-3/93.html" title="Altany dziś cz.3"><img src="uploads/images/GalleryThumbs/1226-10.jpg" alt="Altany dziś cz.3" /></a>
659
+ <p>Altany dziś cz.3</p>
660
+ </div>
661
+
662
+ <div class="item dir">
663
+ <a class="dir" href="http://pzd.pl/gallery/Ogolnopolska-Manifestacja-Dzialkowcow-1/93.html" title="Ogólnopolska Manifestacja Działkowców (1)"><img src="uploads/images/GalleryThumbs/991-10.jpg" alt="Ogólnopolska Manifestacja Działkowców (1)" /></a>
664
+ <p>Ogólnopolska Manifestacja Działkowców (1)</p>
665
+ </div>
666
+
667
+ </li><li> <div class="item dir">
668
+ <a class="dir" href="http://pzd.pl/gallery/Manifestacja-Dzialkowcow-10-pazdziernika/93.html" title="Manifestacja Działkowców (10 października)"><img src="uploads/images/GalleryThumbs/889-10.jpg" alt="Manifestacja Działkowców (10 października)" /></a>
669
+ <p>Manifestacja Działkowców (10 października)</p>
670
+ </div>
671
+
672
+ <div class="item dir">
673
+ <a class="dir" href="http://pzd.pl/gallery/Manifestacja-dzialkowcow-10-10-13/93.html" title="Manifestacja działkowców (10.10.13)"><img src="uploads/images/GalleryThumbs/1044-10.jpg" alt="Manifestacja działkowców (10.10.13)" /></a>
674
+ <p>Manifestacja działkowców (10.10.13)</p>
675
+ </div>
676
+
677
+ </li><li> <div class="item dir">
678
+ <a class="dir" href="http://pzd.pl/gallery/Ogolnopolska-Manifestacja-Dzialkowcow-galeria2/93.html" title="Ogólnopolska Manifestacja Działkowców (galeria2)"><img src="uploads/images/GalleryThumbs/957-10.jpg" alt="Ogólnopolska Manifestacja Działkowców (galeria2)" /></a>
679
+ <p>Ogólnopolska Manifestacja Działkowców (galeria2)</p>
680
+ </div>
681
+
682
+ <div class="item dir">
683
+ <a class="dir" href="http://pzd.pl/gallery/Ogolnopolska-manifestacja-dzialkowcow-10-10/93.html" title="Ogólnopolska manifestacja działkowców (10.10)"><img src="uploads/images/GalleryThumbs/895-10.jpg" alt="Ogólnopolska manifestacja działkowców (10.10)" /></a>
684
+ <p>Ogólnopolska manifestacja działkowców (10.10)</p>
685
+ </div>
686
+
687
+ </li><li> <div class="item dir">
688
+ <a class="dir" href="http://pzd.pl/gallery/Manifestacje-dzialkowcow-20-wrzesnia-2013/93.html" title="Manifestacje działkowców 20 września 2013"><img src="uploads/images/GalleryThumbs/655-10.jpg" alt="Manifestacje działkowców 20 września 2013" /></a>
689
+ <p>Manifestacje działkowców 20 września 2013</p>
690
+ </div>
691
+
692
+ <div class="item dir">
693
+ <a class="dir" href="http://pzd.pl/gallery/Krajowe-Dni-Dzialkowca---kosze-dozynkowe/93.html" title="Krajowe Dni Działkowca 2013 - kosze dożynkowe"><img src="uploads/images/GalleryThumbs/633-10.jpg" alt="Krajowe Dni Działkowca 2013 - kosze dożynkowe" /></a>
694
+ <p>Krajowe Dni Działkowca 2013 - kosze dożynkowe</p>
695
+ </div>
696
+
697
+ </li><li> <div class="item dir">
698
+ <a class="dir" href="http://pzd.pl/gallery/Manifestacja-dzialkowcow-przed-kancelaria-premiera-Donalda-Tuska/93.html" title="Manifestacja działkowców przed kancelarią premiera Donalda Tuska"><img src="uploads/images/GalleryThumbs/550-10.jpg" alt="Manifestacja działkowców przed kancelarią premiera Donalda Tuska" /></a>
699
+ <p>Manifestacja działkowców przed kancelarią premiera Donalda Tuska</p>
700
+ </div>
701
+
702
+ <div class="item dir">
703
+ <a class="dir" href="http://pzd.pl/gallery/Krajowe-Dni-Dzialkowca-2013/93.html" title="Krajowe Dni Działkowca 2013"><img src="uploads/images/GalleryThumbs/609-10.jpg" alt="Krajowe Dni Działkowca 2013" /></a>
704
+ <p>Krajowe Dni Działkowca 2013</p>
705
+ </div>
706
+
707
+ </li><li> <div class="item dir">
708
+ <a class="dir" href="http://pzd.pl/gallery/Manifestacja-dzialkowcow/93.html" title="Manifestacja działkowców"><img src="uploads/images/GalleryThumbs/556-10.jpg" alt="Manifestacja działkowców" /></a>
709
+ <p>Manifestacja działkowców</p>
710
+ </div>
711
+
712
+ <div class="item dir">
713
+ <a class="dir" href="http://pzd.pl/gallery/Spotkanie-z-przedstawicielami-PSL/93.html" title="Spotkanie z przedstawicielami PSL"><img src="uploads/images/GalleryThumbs/524-10.jpg" alt="Spotkanie z przedstawicielami PSL" /></a>
714
+ <p>Spotkanie z przedstawicielami PSL</p>
715
+ </div>
716
+
717
+ </li><li> <div class="item dir">
718
+ <a class="dir" href="http://pzd.pl/gallery/PZD-i-Greenpeace-pomagaja-pszczolom/93.html" title="PZD i Greenpeace pomagają pszczołom"><img src="uploads/images/GalleryThumbs/506-10.jpg" alt="PZD i Greenpeace pomagają pszczołom" /></a>
719
+ <p>PZD i Greenpeace pomagają pszczołom</p>
720
+ </div>
721
+
722
+ <div class="item dir">
723
+ <a class="dir" href="http://pzd.pl/gallery/Pikiety/93.html" title="Pikiety działkowców pod biurami poselskimi PO"><img src="uploads/images/GalleryThumbs/486-10.jpg" alt="Pikiety działkowców pod biurami poselskimi PO" /></a>
724
+ <p>Pikiety działkowców pod biurami poselskimi PO</p>
725
+ </div>
726
+
727
+ </li><li> <div class="item dir">
728
+ <a class="dir" href="http://pzd.pl/gallery/Protest/93.html" title="Działkowcy popierają projekt obywatelski"><img src="uploads/images/GalleryThumbs/472-10.jpg" alt="Działkowcy popierają projekt obywatelski" /></a>
729
+ <p>Działkowcy popierają projekt obywatelski</p>
730
+ </div>
731
+
732
+ <div class="item dir">
733
+ <a class="dir" href="http://pzd.pl/gallery/Spotkanie-z-parlamentarzystami/93.html" title="Spotkanie z Marszałek Sejmu"><img src="uploads/images/GalleryThumbs/455-10.jpg" alt="Spotkanie z Marszałek Sejmu" /></a>
734
+ <p>Spotkanie z Marszałek Sejmu</p>
735
+ </div>
736
+
737
+ </li><li> <div class="item dir">
738
+ <a class="dir" href="http://pzd.pl/gallery/Dzialkowcy-skladaja-podpisy-w-Sejmie/93.html" title="Działkowcy składają podpisy w Sejmie"><img src="uploads/images/GalleryThumbs/440-10.jpg" alt="Działkowcy składają podpisy w Sejmie" /></a>
739
+ <p>Działkowcy składają podpisy w Sejmie</p>
740
+ </div>
741
+
742
+ <div class="item dir">
743
+ <a class="dir" href="http://pzd.pl/gallery/Narada-w-Sieradzu/93.html" title="Narada w Sieradzu"><img src="uploads/images/GalleryThumbs/413-10.jpg" alt="Narada w Sieradzu" /></a>
744
+ <p>Narada w Sieradzu</p>
745
+ </div>
746
+
747
+ </li><li> <div class="item dir">
748
+ <a class="dir" href="http://pzd.pl/gallery/Trybunal-Konstytucyjny/93.html" title="Trybunał Konstytucyjny"><img src="uploads/images/GalleryThumbs/243-10.jpg" alt="Trybunał Konstytucyjny" /></a>
749
+ <p>Trybunał Konstytucyjny</p>
750
+ </div>
751
+
752
+ <div class="item dir">
753
+ <a class="dir" href="http://pzd.pl/gallery/Nadzwyczajny-X-Krajowy-Zjazd-Delegatow-PZD/93.html" title="Nadzwyczajny X Krajowy Zjazd Delegatów PZD"><img src="uploads/images/GalleryThumbs/325-10.jpg" alt="Nadzwyczajny X Krajowy Zjazd Delegatów PZD" /></a>
754
+ <p>Nadzwyczajny X Krajowy Zjazd Delegatów PZD</p>
755
+ </div>
756
+
757
+ </li><li> <div class="item dir">
758
+ <a class="dir" href="http://pzd.pl/gallery/Galeria-zdjec-z-Nadzwyczajnego-X-Krajowego-Zjazdu-Delegatow-PZD/93.html" title="Nadzwyczajny X Krajowy Zjazd Delegatów PZD"><img src="uploads/images/GalleryThumbs/354-10.jpg" alt="Nadzwyczajny X Krajowy Zjazd Delegatów PZD" /></a>
759
+ <p>Nadzwyczajny X Krajowy Zjazd Delegatów PZD</p>
760
+ </div>
761
+
762
+ <div class="item dir">
763
+ <a class="dir" href="http://pzd.pl/gallery/ciecie/93.html" title="Pokazy cięcia w ROD"><img src="uploads/images/GalleryThumbs/140-10.jpg" alt="Pokazy cięcia w ROD" /></a>
764
+ <p>Pokazy cięcia w ROD</p>
765
+ </div>
766
+
767
+ </li><li> <div class="item dir">
768
+ <a class="dir" href="http://pzd.pl/gallery/Sadzenie-drzewka-kongresowego-w-Okregu-swietokrzyskim/93.html" title="Sadzenie drzewka kongresowego w Okręgu Świętokrzyskim"><img src="uploads/images/GalleryThumbs/124-10.jpg" alt="Sadzenie drzewka kongresowego w Okręgu Świętokrzyskim" /></a>
769
+ <p>Sadzenie drzewka kongresowego w Okręgu Świętokrzyskim</p>
770
+ </div>
771
+
772
+ <div class="item dir">
773
+ <a class="dir" href="http://pzd.pl/gallery/Testowa/93.html" title="I Kongres PZD"><img src="uploads/images/GalleryThumbs/31-10.jpg" alt="I Kongres PZD" /></a>
774
+ <p>I Kongres PZD</p>
775
+ </div>
776
+
777
+ </li><li> <div class="item dir">
778
+ <a class="dir" href="http://pzd.pl/gallery/IX-Krajowy-Zjazd-Delegatow/93.html" title="IX Krajowy Zjazd Delegatów"><img src="uploads/images/GalleryThumbs/95-10.jpg" alt="IX Krajowy Zjazd Delegatów" /></a>
779
+ <p>IX Krajowy Zjazd Delegatów</p>
780
+ </div>
781
+
782
+ <div class="item dir">
783
+ <a class="dir" href="http://pzd.pl/gallery/II-Kongres-PZD/93.html" title="II Kongres PZD"><img src="uploads/images/GalleryThumbs/72-10.jpg" alt="II Kongres PZD" /></a>
784
+ <p>II Kongres PZD</p>
785
+ </div>
786
+ </li>
787
+ </ul>
788
+ </div>
789
+ <div class="clear"></div>
790
+ <div class="navi prev"></div>
791
+ <div class="navi next"></div>
792
+ </div>
793
+ <div class="homebox right" id="homebox4">
794
+
795
+ <ul><li><span style="display:none">//www.youtube.com/embed/nDqRkM3Ds30</span></li><li><span style="display:none">http://www.youtube.com/embed/6KKJ5Ta4gC0</span></li><li><span style="display:none">http://www.youtube.com/embed/9I69JX9lyts</span></li><li><span style="display:none">http://www.youtube.com/embed/T4jZ5sFw7Dk</span></li><li><span style="display:none">http://www.youtube.com/embed/ZYCzrdty2oQ</span></li><li><span style="display:none">http://www.youtube.com/embed/ojYlTv0U_mo</span></li><li><span style="display:none">http://www.youtube.com/embed/kTzs0zG4rwE</span></li><li><span style="display:none">http://www.youtube.com/embed/WM-i1bY2bFc</span></li><li><span style="display:none">http://www.youtube.com/embed/kXZGLzyFpTI</span></li><li><span style="display:none">http://www.youtube.com/embed/Y_EoDMn_36E</span></li><li><span style="display:none">http://www.youtube.com/embed/AMDBhoL0F9k</span></li><li><span style="display:none">http://www.youtube.com/embed/IKuUEX8cZIA</span></li></ul>
796
+ <div class="clear"></div>
797
+ <div class="navi prev"></div>
798
+ <div class="navi next"></div>
799
+ </div>
800
+ </div>
801
+ <div class="clear"></div>
802
+ <div id="foo">
803
+ <div id="newsletter">
804
+ <div id="fooclaim"><p><a href=""><strong>Twoja działka</strong><br />czeka na Ciebie</a></p></div>
805
+ <form id="newsletterform" method="post" action="#">
806
+ <div><input type="text" id="in-newsletter" name="in-newsletter" value="Adres email" /></div>
807
+ <div class="submit"></div>
808
+ </form>
809
+ </div>
810
+ <p id="copy">Copyright &copy; 2015 <a href="http://pzd.pl">Polski Związek Działkowców</a> All rights reserved.</p>
811
+ <p id="made">made by <a href="http://www.esencja-studio.pl/" title="Agencja interaktywna Esencja Studio">Esencja Studio</a></p>
812
+ <div class="clear"></div>
813
+ </div>
814
+ </div>
815
+ </body>
816
+ </html>
forms/html/263.html ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
4
+ <head profile="http://gmpg.org/xfn/11">
5
+ <title>Add your Rental to Petswelcome.com</title>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
+ <meta name="description" content="">
8
+ <script type="text/javascript">
9
+ //<![CDATA[
10
+ try{if (!window.CloudFlare) {var CloudFlare=[{verbose:0,p:1417668567,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/dok2v=1613a3a185/"},atok:"22682dc015eb5c6a9cd539fc95906df4",petok:"fa1ef7aaf0508c89772ee368d6d50251b29c5c5d-1417733373-1800",zone:"petswelcome.com",rocket:"0",apps:{"ga_key":{"ua":"UA-6856491-4","ga_bs":"2"}}}];!function(a,b){a=document.createElement("script"),b=document.getElementsByTagName("script")[0],a.async=!0,a.src="//ajax.cloudflare.com/cdn-cgi/nexp/dok2v=919620257c/cloudflare.min.js",b.parentNode.insertBefore(a,b)}()}}catch(e){};
11
+ //]]>
12
+ </script>
13
+ <link rel="stylesheet" href="/style.css" type="text/css" media="screen, projection" />
14
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
15
+ <script src="/js/submit.js" type="text/javascript"></script>
16
+ <script type="text/javascript">/* CloudFlare analytics upgrade */
17
+ </script>
18
+ <script type="text/javascript">
19
+ /* <![CDATA[ */
20
+ var _gaq = _gaq || [];
21
+ _gaq.push(['_setAccount', 'UA-6856491-4']);
22
+ _gaq.push(['_trackPageview']);
23
+
24
+ (function() {
25
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
26
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
27
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
28
+ })();
29
+
30
+ (function(b){(function(a){"__CF"in b&&"DJS"in b.__CF?b.__CF.DJS.push(a):"addEventListener"in b?b.addEventListener("load",a,!1):b.attachEvent("onload",a)})(function(){"FB"in b&&"Event"in FB&&"subscribe"in FB.Event&&(FB.Event.subscribe("edge.create",function(a){_gaq.push(["_trackSocial","facebook","like",a])}),FB.Event.subscribe("edge.remove",function(a){_gaq.push(["_trackSocial","facebook","unlike",a])}),FB.Event.subscribe("message.send",function(a){_gaq.push(["_trackSocial","facebook","send",a])}));"twttr"in b&&"events"in twttr&&"bind"in twttr.events&&twttr.events.bind("tweet",function(a){if(a){var b;if(a.target&&a.target.nodeName=="IFRAME")a:{if(a=a.target.src){a=a.split("#")[0].match(/[^?=&]+=([^&]*)?/g);b=0;for(var c;c=a[b];++b)if(c.indexOf("url")===0){b=unescape(c.split("=")[1]);break a}}b=void 0}_gaq.push(["_trackSocial","twitter","tweet",b])}})})})(window);
31
+ /* ]]> */
32
+ </script>
33
+ </head>
34
+
35
+ <body>
36
+ <div id="outercontainer">
37
+ <div id="container">
38
+
39
+ <div id="header">
40
+ <div id="logocloud">
41
+ <div id="topMenu">
42
+ <ul id="nav" class="dropdown dropdown-horizontal">
43
+ <li class="dir"><a rel="nofollow" href="#">Lodgings</a>
44
+ <ul>
45
+ <li><a href="http://www.petswelcome.com/milkbone/map.html">U.S. Lodgings</a></li>
46
+ <li><a href="http://www.petswelcome.com/locatorv2/tripplanner.php">Search by Route</a></li>
47
+ <li><a href="http://hotels.petswelcome.com/chains/">Hotel Chains</a></li>
48
+ <li><a href="http://www.petswelcome.com/milkbone/dogmap.html">For Larger Dogs</a></li>
49
+ <li><a href="http://www.petswelcome.com/milkbone/catmap.html">For Cats</a></li>
50
+ <li><a href="http://www.petswelcome.com/milkbone/canmap.html">Canadian Lodgings</a></li>
51
+ <li><a href="http://www.petswelcome.com/milkbone/intermap.html">International Lodgings</a></li>
52
+ <li><a href="http://rentals.petswelcome.com/">Vacation Rentals</a></li>
53
+ <li><a href="http://vacations.petswelcome.com/">Vacation Destinations</a></li>
54
+ <li><a href="http://www.petswelcome.com/milkbone/bedmap.html">Bed & Breakfasts</a></li>
55
+ <li><a href="http://www.petswelcome.com/milkbone/cabinmap.html">Cabins & Cottages</a></li>
56
+ <li><a href="http://www.petswelcome.com/milkbone/campmap.html">Campgrounds</a></li>
57
+ <li><a href="http://www.petswelcome.com/milkbone/classrent.html">Classifieds</a></li>
58
+ </ul>
59
+ </li>
60
+ <li class="dir"><a rel="nofollow" href="#">Travel Tips</a>
61
+ <ul>
62
+ <li><a href="http://www.petswelcome.com/articles/travel-tips">Traveling with a Pet</a></li>
63
+ <li><a href="http://www.petswelcome.com/articles/">Pet Travel Articles</a></li>
64
+ <li><a href="http://www.petswelcome.com/articles/moving-with-pets">Moving with Pets</a></li>
65
+ <li><a href="http://www.petswelcome.com/articles/pet-air-travel">Pet Air Travel</a></li>
66
+ <li><a href="http://www.petswelcome.com/articles/pet-disasters">Pets & Disasters</a></li>
67
+ <li><a href="http://forums.petswelcome.com/">Info Xchange Bulletin Board</a></li>
68
+ <li><a href="http://www.petswelcome.com/milkbone/classnew.html">Classified Ads, Services & Supplies</a></li>
69
+ </ul>
70
+ </li>
71
+ <li class="dir"><a rel="nofollow" href="#">Day Care & Vets</a>
72
+ <ul>
73
+ <li><a href="http://www.petswelcome.com/milkbone/newsittersmap.html">Find Pet Sitters</a></li>
74
+ <li><a href="http://www.petswelcome.com/milkbone/kenmap.html">Day Care-Kennels</a></li>
75
+ <li><a href="http://www.petswelcome.com/milkbone/vetmap.html">Emergency Vets</a></li>
76
+ <li><a href="http://www.petswelcome.com/health-insurance/">Pet Insurance</a></li>
77
+ </ul>
78
+ </li>
79
+ <li class="dir"><a rel="nofollow" href="#">Fun Places</a>
80
+ <ul>
81
+ <li><a href="http://www.petswelcome.com/milkbone/funmap.html">Fun and Cool Places</a></li>
82
+ <li><a href="http://www.petswelcome.com/milkbone/amusemap.html">Amusement Parks</a></li>
83
+ <li><a href="http://www.petswelcome.com/milkbone/beachmap.html">Beaches</a></li>
84
+ <li><a href="http://www.petswelcome.com/milkbone/skimap.html">Ski Resorts</a></li>
85
+ </ul>
86
+ </li>
87
+ <li class="dir"><a rel="nofollow" href="#">Sign-Up</a>
88
+ <ul>
89
+ <li><a href="http://www.petswelcome.com/milkbone/freemonth2.html">Lodgings Sign-Up</a></li>
90
+ <li><a href="http://rentals.petswelcome.com/new-rental.php">Vacation Rentals Sign-Up</a></li>
91
+ <li><a href="http://www.petswelcome.com/mpages/petsitters/register.html">Pet Sitters Sign-Up</a></li>
92
+ <li><a href="http://places.petswelcome.com/new-pick.php">Fun & Cool Places Sign-Up</a></li>
93
+ <li><a href="http://places.petswelcome.com/new-pick.php">Event Sign-Up</a></li>
94
+ </ul>
95
+ </li>
96
+ <li class="dir"><a rel="nofollow" href="#">About Us</a>
97
+ <ul>
98
+ <li><a rel="nofollow" href="http://www.petswelcome.com/milkbone/framecontact.html">Contact Us</a></li>
99
+ <li><a rel="nofollow" href="http://www.petswelcome.com/milkbone/framewanted.html">Help Wanted</a></li>
100
+ <li><a rel="nofollow" href="http://www.petswelcome.com/milkbone/framemanagement.html">Management</a></li>
101
+ <li><a rel="nofollow" href="http://www.petswelcome.com/articles/customer-service">Customer Service</a></li>
102
+ </ul>
103
+ </li>
104
+ <li><a rel="nofollow" href="http://www.petswelcome.com/articles">Blog</a></li>
105
+ </ul>
106
+ </div> </div>
107
+ <h1>Petswelcome Vacation Rental Inquiry</h1>
108
+ <a id="SBR" href="http://hotels.petswelcome.com/searchbyroute/" alt="Search by Route">Search by Route</a>
109
+ </div>
110
+
111
+ <div class="darkTransition"></div>
112
+ <!-- end header -->
113
+ <div id="contentwrapper">
114
+
115
+ <div id="content" class="picks">
116
+ <div id="maincol" class="new-rental">
117
+ <div id="listings">
118
+ <div id="listings-top"></div>
119
+ <h3>List your Pet-Friendly Vacation Rentals on Petswelcome.com for a free 30-day trial period</h3> <div class="lodging">
120
+ <div class="intro">
121
+ <img width="613px" src="/styles/images/new-rental.jpg" />
122
+
123
+
124
+ <h2></h2>
125
+
126
+ <p>We are offering this trial because we understand that many property owners and property managers are hesitant to sign up for a vacation rental site without knowing if it will produce revenue. We are so confident in our services that we want to prove our value before you pay for it!</p>
127
+ <ul>
128
+ <li>No risk, no obligation, no credit card required for free trial</li>
129
+ <li>Full page designated to your property</li>
130
+ <li>Unlimited number of photos at no additional charge. Petswelcome believes photos are what ultimately books your property so the more photos the better.</li>
131
+ <li>Renter emails go directly to you</li>
132
+ <li>Direct link to site page for property</li>
133
+ </ul>
134
+ <p>If you decide to continue, it will cost $150 for a full year subscription per property for owners direct and special bulk pricing is available for all property managers with over 5 properties to list.</p>
135
+
136
+ <p>Once the trial is over and you decide to subscribe to our site, more benefits will kick in:</p>
137
+ <ul>
138
+ <li>Your listing will also appear on our high-traffic main lodging directory pages</li>
139
+ <li>Mapped location of the property</li>
140
+ <li>Your rates will be updated automatically</li>
141
+ <li>For Property Managers listing all their pet-friendly properties—and/or those listing more than 25--your logo will appear with a link to your home page from each location you have properties displayed on our site.</li>
142
+ </ul>
143
+ <p>Sign up now and a Petswelcome specialist will call to verify your listing and activate your free trial. Or, if you have any further questions or comments, feel free to contact Cindy Dahlen, our Marketing Director, at <a href="/cdn-cgi/l/email-protection#a1c2c8cfc5d8e1d1c4d5d2d6c4cdc2ceccc48fc2cecc"><span class="__cf_email__" data-cfemail="b8dbd1d6dcc1f8c8ddcccbcfddd4dbd7d5dd96dbd7d5">[email&nbsp;protected]</span><script type="text/javascript">
144
+ /* <![CDATA[ */
145
+ (function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
146
+ /* ]]> */
147
+ </script></a> or 320-766-9374.</p>
148
+
149
+ </div><!-- intro -->
150
+
151
+ <div id="submit_form">
152
+ <form method="post" action="" name="NewRentalForm" id="NewRentalForm" enctype="multipart/form-data">
153
+ <fieldset id="basic">
154
+ <ol>
155
+
156
+ <!-- Property Name -->
157
+ <li>
158
+ <label class="input_label">Property Name:</label>
159
+ <input type="text" size="36" maxlength="36" name="Name" id="name" class="text-input" value="" />
160
+ </li>
161
+
162
+ <li>
163
+ <label class="input_label">Manager Type:</label>
164
+ <select name="Manager[Type]" id="managerType">
165
+ <option value="0">Realtor</option>
166
+ <option value="1">Owner</option>
167
+ </select>
168
+ </li>
169
+
170
+ <li class="realtor"> <label class="input_label">Realtor/Company Name:</label>
171
+ <p style="display:inline-block;width:200px;">Choose from dropdown if you've already submitted or are currently listing properties on petswelcome. Otherwise, please fill out First-time Realtor/Company Name if you are not currently listing.</span></li>
172
+
173
+ <!-- Select Manager -->
174
+ <li class="realtor">
175
+ <label class="input_label">Realtor/Company Name:</label>
176
+ <select name="CompanyID" id="manager">
177
+ <option value="">Select Company</option>
178
+ <option value='57'>A Great Place to Stay Vacation Rentals</option><option value='316'>Ali Hector</option><option value='76'>Atwood Vacation Rentals</option><option value='74'>Avocet Vacation Rentals</option><option value='54'>Beach Pros Realty</option><option value='53'>Beachtime Vacation Rentals, LLC</option><option value='315'>Betsy Hinson</option><option value='305'>Big Bear Cool Cabins</option><option value='63'>Bluefish Vacation Rentals</option><option value='45'>Boardwalk Realty</option><option value='44'>Brindly Beach Vacations</option><option value='46'>Carolina Designs Realty, Inc.</option><option value='301'>Caryn Erickson</option><option value='59'>Cobtree Corp.</option><option value='68'>Colorado Rocky Mountain Cabin Rental</option><option value='307'>Daniela Domínguez</option><option value='300'>Desiree McDonald</option><option value='73'>Dogwood Retreats</option><option value='321'>Dr. Joe</option><option value='58'>Emerald Isle Realty, Inc.</option><option value='47'>Garcia Vacations</option><option value='78'>Gualano Associates, Inc.</option><option value='50'>Hattera Realty, Inc</option><option value='72'>Hilton Head Rentals & Golf</option><option value='324'>Island Real Estate of Anna Maria Island Inc.</option><option value='304'>Karen Lawson</option><option value='313'>Kathy Hendricks</option><option value='75'>Kentucky Lake Cabins</option><option value='320'>Kiran Patel</option><option value='180'>Lahaina Island Accommodations</option><option value='317'>Linda Foy</option><option value='77'>Luv San Diego Surf</option><option value='65'>Luxury Rentals Park City</option><option value='323'>Melissa Adler</option><option value='64'>Nicolle Sallee</option><option value='66'>Oregon Shores Vacation Rentals</option><option value='51'>Reed Real Estate</option><option value='55'>San Diego Vacation Rentals</option><option value='52'>Sandbridge Realty, Inc.</option><option value='69'>Seaside Vacation Homes</option><option value='49'>Siebert Realty</option><option value='319'>Stephanie</option><option value='62'>Sun Palace Vacations</option><option value='322'>Tess Mickelsen</option><option value='48'>Topsail Realty</option><option value='71'>Vacation Rental By Owner</option><option value='67'>Vacation Station Sun River</option><option value='303'>Valerie Byrnes</option><option value='314'>Valerie Byrnes</option><option value='310'>Valerie Byrnes</option><option value='302'>Valerie Byrnes</option><option value='306'>Valerie Byrnes</option><option value='308'>Valerie Byrnes</option><option value='309'>Valerie Byrnes</option><option value='311'>Valerie Byrnes</option><option value='312'>Valerie Byrnes</option><option value='56'>Valet Vacation Rentals</option><option value='61'>Visit Up North</option><option value='318'>Wendy Kapp</option> </select>
179
+ </li>
180
+ <li class="manager realtor">
181
+ <label class="input_label">First-time Realtor/Company Name:</label>
182
+ <input type="text" size="36" maxlength="250" name="Manager[Name]" class="text-input" value="" />
183
+ </li>
184
+
185
+ <!-- Manager Contact Name -->
186
+ <li class="manager">
187
+ <label class="input_label">Contact Name:</label>
188
+ <input type="text" size="36" maxlength="36" name="Manager[ContactName]" class="text-input" value="" />
189
+ </li>
190
+
191
+ <!-- Manager Email -->
192
+ <li class="manager">
193
+ <label class="input_label">Contact Email:</label>
194
+ <input type="text" size="36" maxlength="36" name="Manager[ContactEmail]" class="text-input" value="" />
195
+ </li>
196
+
197
+ <!-- Manager Phone -->
198
+ <li class="manager">
199
+ <label class="input_label">Contact Phone:</label>
200
+ <input type="text" size="36" maxlength="36" name="Manager[ContactPhone]" class="text-input" value="" />
201
+ </li>
202
+
203
+ <!-- Address -->
204
+ <li>
205
+ <label class="input_label">Address:</label>
206
+ <input type="text" size="36" maxlength="36" name="Address" id="addr" class="text-input" value="" />
207
+ </li>
208
+
209
+ <!-- State -->
210
+ <li>
211
+ <!-- <input type="hidden" name="tmpChoice"> -->
212
+ <label for="state" id="state_label" class="input_label">State: <span class="star">*</span></label>
213
+ <select style="width:200px; " name="State" id="state" class="required">
214
+ <option value="">Select a State</option><option value='AL'>Alabama</option>
215
+ <option value='AK'>Alaska</option>
216
+ <option value='AZ'>Arizona</option>
217
+ <option value='AR'>Arkansas</option>
218
+ <option value='CA'>California</option>
219
+ <option value='CO'>Colorado</option>
220
+ <option value='CT'>Connecticut</option>
221
+ <option value='DE'>Delaware</option>
222
+ <option value='FL'>Florida</option>
223
+ <option value='GA'>Georgia</option>
224
+ <option value='HI'>Hawaii</option>
225
+ <option value='ID'>Idaho</option>
226
+ <option value='IL'>Illinois</option>
227
+ <option value='IN'>Indiana</option>
228
+ <option value='IA'>Iowa</option>
229
+ <option value='KS'>Kansas</option>
230
+ <option value='KY'>Kentucky</option>
231
+ <option value='LA'>Louisiana</option>
232
+ <option value='ME'>Maine</option>
233
+ <option value='MD'>Maryland</option>
234
+ <option value='MA'>Massachusetts</option>
235
+ <option value='MI'>Michigan</option>
236
+ <option value='MN'>Minnesota</option>
237
+ <option value='MS'>Mississippi</option>
238
+ <option value='MO'>Missouri</option>
239
+ <option value='MT'>Montana</option>
240
+ <option value='NE'>Nebraska</option>
241
+ <option value='NV'>Nevada</option>
242
+ <option value='NH'>New Hampshire</option>
243
+ <option value='NJ'>New Jersey</option>
244
+ <option value='NM'>New Mexico</option>
245
+ <option value='NY'>New York</option>
246
+ <option value='NC'>North Carolina</option>
247
+ <option value='ND'>North Dakota</option>
248
+ <option value='OH'>Ohio</option>
249
+ <option value='OK'>Oklahoma</option>
250
+ <option value='OR'>Oregon</option>
251
+ <option value='PA'>Pennsylvania</option>
252
+ <option value='RI'>Rhode Island</option>
253
+ <option value='SC'>South Carolina</option>
254
+ <option value='SD'>South Dakota</option>
255
+ <option value='TN'>Tennessee</option>
256
+ <option value='TX'>Texas</option>
257
+ <option value='UT'>Utah</option>
258
+ <option value='VT'>Vermont</option>
259
+ <option value='VA'>Virginia</option>
260
+ <option value='WA'>Washington</option>
261
+ <option value='DC'>Washington D.C.</option>
262
+ <option value='WV'>West Virginia</option>
263
+ <option value='WI'>Wisconsin</option>
264
+ <option value='WY'>Wyoming</option>
265
+ <option value='AB'>Alberta</option>
266
+ <option value='BC'>British Columbia</option>
267
+ <option value='MB'>Manitoba</option>
268
+ <option value='NB'>New Brunswick</option>
269
+ <option value='NF'>Newfoundland and Labrador</option>
270
+ <option value='NT'>Northwest Territories</option>
271
+ <option value='NS'>Nova Scotia</option>
272
+ <option value='NU'>Nunavut</option>
273
+ <option value='ON'>Ontario</option>
274
+ <option value='PE'>Prince Edward Island</option>
275
+ <option value='PQ'>Quebec</option>
276
+ <option value='SK'>Saskatchewan</option>
277
+ <option value='YK'>Yukon</option>
278
+ </select>
279
+
280
+ <label for="state" id="state_error" class="errors">This field is required.</label><br />
281
+ </li>
282
+
283
+ <!-- City -->
284
+ <li class="city">
285
+ <label for="city" id="city_label unsubbed" class="input_label">City: <span class="star">*</span></label>
286
+ <select style="width: 200px;" name="City" id="city" class="required">
287
+ <option value="">Select a City</option> </select>
288
+ <label for="city" id="city_error" class="errors">This field is required.</label><br />
289
+ </li>
290
+
291
+ <li id="newCity">
292
+ <label for="newCityName" class="input_label">Suggest a New City: <span class="star">*</span></label>
293
+ <input type="text" name="newCityName" >
294
+ </li>
295
+
296
+ <li>
297
+ <label class="input_label">Zip Code:</label>
298
+ <input type="text" size="36" maxlength="36" name="Zip" id="zip" class="text-input" value="" />
299
+ </li>
300
+
301
+ <li>
302
+ <label class="input_label">Category</label>
303
+ <select name="Category">
304
+ <option value="Home">Home</option>
305
+ <option value="Condo">Condo</option>
306
+ <option value="Townhouse">Townhouse</option>
307
+ <option value="Apartment">Apartment</option>
308
+ <option value="Other">Other</option>
309
+ </select>
310
+ </li>
311
+
312
+ <li>
313
+ <label class="input_label">Phone:</label>
314
+ <input type="text" size="36" maxlength="36" name="Phone" id="phone" class="text-input" value="" />
315
+ </li>
316
+
317
+ <li>
318
+ <label class="input_label">Email:</label>
319
+ <input type="text" size="36" name="Email" id="email" class="text-input" value="" />
320
+ </li>
321
+
322
+ <!-- URL -->
323
+ <li>
324
+ <label class="input_label">URL:</label>
325
+ <input type="text" size="36" maxlength="250" name="URL" id="url" class="text-input" value="" />
326
+ </li>
327
+
328
+ <li>
329
+ <label class="input_label">Pet Policy:</label>
330
+ <textarea name="PetPolicy" class="textarea"></textarea>
331
+ </li>
332
+ <li>
333
+ <label class="input_label">General Description:</label>
334
+ <textarea name="Description" class="textarea"></textarea>
335
+ </li>
336
+ <li>
337
+ <label class="input_label">Rates:</label>
338
+ <textarea name="Rates" class="textarea"></textarea>
339
+ </li>
340
+ <li>
341
+ <label class="input_label">Rates URL:</label>
342
+ <input type="text" size="36" maxlength="250" name="RatesURL" id="url" class="text-input" value="" />
343
+ </li>
344
+
345
+ <li>
346
+ <label class="input_label">Minimum Length of Stay:</label>
347
+ <input type="text" size="36" maxlength="250" name="MinStay" id="url" class="text-input" value="" />
348
+ </li>
349
+
350
+ <li>
351
+ <label class="input_label">Number of Bedrooms:</label>
352
+ <select name="Bedrooms">
353
+ <option value="1">1</option>
354
+ <option value="2">2</option>
355
+ <option value="3">3</option>
356
+ <option value="4">4</option>
357
+ <option value="5">5</option>
358
+ <option value="6">6</option>
359
+ <option value="7">7</option>
360
+ <option value="8">8</option>
361
+ <option value="9">9</option>
362
+ <option value="10">10+</option>
363
+ </select>
364
+ </li>
365
+ <li>
366
+ <label class="input_label">Number of Bathrooms:</label>
367
+ <select name="Bathrooms">
368
+ <option value="1">1</option>
369
+ <option value="2">2</option>
370
+ <option value="3">3</option>
371
+ <option value="4">4</option>
372
+ <option value="5">5</option>
373
+ <option value="6">6</option>
374
+ <option value="7">7</option>
375
+ <option value="8">8</option>
376
+ <option value="9">9</option>
377
+ <option value="10">10+</option>
378
+ </select>
379
+ </li>
380
+ <li>
381
+ <label class="input_label">Hot Tub:</label>
382
+ <input type="checkbox" name="Pool" value="Pool" />
383
+ </li>
384
+
385
+ <li>
386
+ <label class="input_label">Pool:</label>
387
+ <input type="checkbox" name="HotTub" value="HotTub" />
388
+ </li>
389
+
390
+ <li>
391
+ <h3>Other Amenities</h3>
392
+ </li>
393
+ <li>
394
+ <label class="input_label">Cable/Satellite TV:</label>
395
+ <input type="checkbox" name="Cable" value="1" />
396
+ </li>
397
+ <li>
398
+ <label class="input_label">Internet:</label>
399
+ <input type="checkbox" name="Internet" value="1" />
400
+ </li>
401
+ <li>
402
+ <label class="input_label">Deck/Patio:</label>
403
+ <input type="checkbox" name="Deck" value="1" />
404
+ </li>
405
+ <li>
406
+ <label class="input_label">Garage:</label>
407
+ <input type="checkbox" name="Garage" value="1" />
408
+ </li>
409
+ <li>
410
+ <label class="input_label">Linens Provided:</label>
411
+ <input type="checkbox" name="Linens" value="1" />
412
+ </li>
413
+ <li>
414
+ <label class="input_label">Game Room:</label>
415
+ <input type="checkbox" name="Game" value="1" />
416
+ </li>
417
+ <li>
418
+ <label class="input_label">Maid Service:</label>
419
+ <input type="checkbox" name="Maid" value="1" />
420
+ </li>
421
+ <li>
422
+ <label class="input_label">Chef:</label>
423
+ <input type="checkbox" name="Chef" value="1" />
424
+ </li>
425
+ <li>
426
+ <label class="input_label">Dishwasher:</label>
427
+ <input type="checkbox" name="Dishwasher" value="1" />
428
+ </li>
429
+ <li>
430
+ <label class="input_label">Washer/Dryer:</label>
431
+ <input type="checkbox" name="Washer" value="1" /> </li>
432
+ </li>
433
+
434
+ <li>
435
+ <label class="input_label">Sleeps:</label>
436
+ <input type="text" size="36" maxlength="250" name="Sleeps" id="url" class="text-input" value="" />
437
+ </li>
438
+
439
+ <li>
440
+ <label class="input_label">Customer Property Number:</label>
441
+ <input type="text" size="36" maxlength="250" name="CustID" id="url" class="text-input" value="" />
442
+ </li>
443
+ </ol>
444
+ </fieldset>
445
+
446
+ <fieldset><legend>Submit your rental(s)!</legend>
447
+ <ol>
448
+ <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6Lc_CAcAAAAAAPUfXdlJS5USjd6aHcUZq4N74HTJ "></script>
449
+
450
+ <noscript>
451
+ <iframe src="http://api.recaptcha.net/noscript?k=6Lc_CAcAAAAAAPUfXdlJS5USjd6aHcUZq4N74HTJ " height="300" width="500" frameborder="0"></iframe><br/>
452
+ <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
453
+ <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
454
+ </noscript></ol>
455
+ <input type="reset" name="reset" id="reset" value="Start Over" />
456
+ <input type="submit" name="submit" id="submit" value="Submit Your Rental(s)!" />
457
+
458
+ </fieldset>
459
+ </form>
460
+ </div></div>
461
+ <div id="listings-bottom"></div>
462
+ </div>
463
+
464
+ </div><!-- maincol -->
465
+
466
+ </div><!-- content -->
467
+ </div>
468
+ </div> <!-- container -->
469
+
470
+
471
+
472
+ </div><!-- contentwrapper -->
473
+
474
+
475
+ <script type="text/javascript">
476
+ /* <![CDATA[ */
477
+ (function(){try{var s,a,i,j,r,c,l=document.getElementsByTagName("a"),t=document.createElement("textarea");for(i=0;l.length-i;i++){try{a=l[i].getAttribute("href");if(a&&a.indexOf("/cdn-cgi/l/email-protection") > -1 && (a.length > 28)){s='';j=27+ 1 + a.indexOf("/cdn-cgi/l/email-protection");if (a.length > j) {r=parseInt(a.substr(j,2),16);for(j+=2;a.length>j&&a.substr(j,1)!='X';j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}j+=1;s+=a.substr(j,a.length-j);}t.innerHTML=s.replace(/</g,"&lt;").replace(/>/g,"&gt;");l[i].setAttribute("href","mailto:"+t.value);}}catch(e){}}}catch(e){}})();
478
+ /* ]]> */
479
+ </script>
480
+ </body>
481
+ </html>
forms/html/275.html ADDED
@@ -0,0 +1,952 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!DOCTYPE html>
3
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
4
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
5
+ <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
6
+ <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
7
+ <head>
8
+ <title>DStv Self Service | Self Service</title>
9
+ <meta charset="utf-8">
10
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
11
+ <meta name="keywords" content="dstv self service, self service for dstv, dstv help, help with dstv, manage dstv, dstv account, dstv care, dstv customer care, multichoice customer care" />
12
+ <meta name="description" content="Manage your DStv account online, easily clear error codes from your PC, find an answer to frequently asked questions, learn more about your decoder and what packages are on offer." />
13
+ <meta name="robots" content="index, follow" />
14
+
15
+
16
+ <link href="/app_themes/dstv/fonts/dinMedium.css" rel="stylesheet" type="text/css" />
17
+ <link href="/app_themes/dstv/fonts/ptsans.css" rel="stylesheet" type="text/css" />
18
+ <link href="/favicon.ico" rel="icon" type="image/x-icon" />
19
+ <link rel="stylesheet" href="/app_themes/connect/css/dstvConnect.css" />
20
+ <link href="/app_themes/dstv/reset.css" rel="stylesheet" type="text/css" />
21
+ <link href="/app_themes/dstv/dstv.css?cb=024555" rel="stylesheet" type="text/css" media="screen"/>
22
+ <!--Mega Nav CSS-->
23
+ <link rel="stylesheet" href="http://cdn.dstv.com/www.dstv.com/MegaNav/CSS/mega_nav.css " />
24
+ <link href="/app_themes/dstv/content.css?cb=024555" rel="stylesheet" type="text/css" media="all"/>
25
+ <link href="/app_themes/dstv/print.css" rel="stylesheet" type="text/css" media="print" />
26
+ <link href="/css/jquery.jscrollpane.css" rel="stylesheet" type="text/css" />
27
+ <link href="/css/feature-carousel.css" rel="stylesheet" type="text/css" />
28
+ <link href="/css/colorbox.css" rel="stylesheet" type="text/css" />
29
+ <link href="/app_themes/dstv/tipTip.css" rel="stylesheet" type="text/css" />
30
+ <link href="/css/cupertino/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css" />
31
+ <link href="/css/jquery.tagsinput.css" rel="stylesheet" type="text/css" />
32
+ <link href="/css/jquery.ibutton.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8" />
33
+ <link href="/app_themes/dstv/exceptions.css" rel="stylesheet" type="text/css" media="all"/>
34
+ <link href="http://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css" rel="stylesheet" />
35
+ <link href="/css/clock.css" rel="stylesheet" type="text/css"/>
36
+ <link href="/css/ClockApol.css" rel="stylesheet" type="text/css"/>
37
+ <!--<link href="/css/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" />-->
38
+ <link href="/css/jquery-ui-1.9.2.custom.min.css" rel="stylesheet" type="text/css" />
39
+ <!--[if lt IE 9]>
40
+ <link rel="stylesheet" type="text/css" href="/app_themes/dstv/ie8-and-down.css" />
41
+ <![endif]-->
42
+ <script src="/scripts/jquery-1.7.1.min.js" type="text/javascript"></script>
43
+ <!---->
44
+
45
+
46
+ <script type="text/javascript" src="/scripts/jquery.hoverIntent.minified.js"></script>
47
+ <script type="text/javascript" src="/scripts/jquery-ui.js?v=0.2"></script>
48
+ <script src="/scripts/easing.js" type="text/javascript"></script>
49
+ <script src="/scripts/jquery.fancydropdown.js" type="text/javascript"></script>
50
+ <script src="/scripts/json2.js" type="text/javascript"></script>
51
+ <script src="/scripts/jquery.webMethod.js" type="text/javascript"></script>
52
+ <script src="/scripts/DStvConnect.js" type="text/javascript"></script>
53
+
54
+ <script src="https://ssl.dstv.com/Connect/SSO/Scripts/AuthScript.ashx" type="text/javascript"></script>
55
+
56
+ <script src="/scripts/jquery.tipTip.js" type="text/javascript"></script>
57
+ <script src="/scripts/jquery.cookie.js" type="text/javascript"></script>
58
+ <script src="/scripts/jquery.collapsor.js" type="text/javascript"></script>
59
+ <script src="/scripts/jquery.touchwipe.min.js" type="text/javascript"></script>
60
+ <script src="/scripts/jquery.cycle.all.2.74.js" type="text/javascript"></script>
61
+ <script src="/scripts/jquery.colorbox-min.js" type="text/javascript"></script>
62
+ <script src="/scripts/jquery.ui.mouse.js" type="text/javascript"></script>
63
+ <script src="/scripts/jquery.ui.sortable.js" type="text/javascript"></script>
64
+ <!--<script src="/scripts/jquery-ui-1.8.18.DatePicker.min.js" type="text/javascript"></script>-->
65
+
66
+ <script src="/scripts/jquery.dragtable.js" type="text/javascript"></script>
67
+ <script src="/scripts/jquery.featureCarousel.js" type="text/javascript"></script>
68
+ <script src="/scripts/jscroller2-1.61.js" type="text/javascript"></script>
69
+ <script src="/scripts/jquery.jscrollpane.min.js" type="text/javascript"></script>
70
+ <script src="/scripts/jquery.mousewheel.js" type="text/javascript"></script>
71
+ <script src="/scripts/jquery.metadata.js" type="text/javascript"></script>
72
+ <script src="/scripts/jquery.uniform.min.js" type="text/javascript"></script>
73
+ <script src="/scripts/jquery.validate.js" type="text/javascript"></script>
74
+ <script src="/scripts/jquery.tagsinput.min.js" type="text/javascript"></script>
75
+ <script src="/scripts/jquery.placeholder.js" type="text/javascript"></script>
76
+ <script src="/scripts/jquery.ibutton.js" type="text/javascript" charset="utf-8"></script>
77
+ <script src="/scripts/script.js" type="text/javascript"></script>
78
+ <script src="/scripts/DStvServices.js" type="text/javascript"></script>
79
+ <script src="/scripts/DStvManageServices.js?cb=024555" type="text/javascript"></script>
80
+ <script src="/scripts/fileUploadHelper.js" type="text/javascript"></script>
81
+ <script src="/scripts/jquery.carouFredSel-6.2.1-packed.js" type="text/javascript"></script>
82
+ <script src="/scripts/modernizr.custom.mediaqueries.js" type="text/javascript"></script>
83
+ <!--[if lt IE 9]>
84
+ <script src="/scripts/ie8-and-down.js" type="text/javascript"></script>
85
+ <![endif]-->
86
+ <script src="/scripts/woopra.ashx" type="text/javascript"></script>
87
+ <!-- Mega nav JS-->
88
+ <script type="text/javascript" src="http://cdn.dstv.com/www.dstv.com/MegaNav/Scripts/meganav.js"></script>
89
+ <script src="/scripts/meganav_selfservice.js" type="text/javascript"></script>
90
+ <script src="/scripts/CountdownClock.js" type="text/javascript"></script>
91
+ <!--CSR Nav Stylesheet-->
92
+ <link rel="stylesheet" type="text/css" href="/app_themes/dstv/navStyle.css?v=0.1"/>
93
+
94
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0, user-scalable=1" />
95
+ <!--[if !IE]>-->
96
+ <link type="text/css" rel="stylesheet" media="only screen and (min-device-width: 320px) and (max-device-width: 640px)" href="/app_themes/dstv/iPhone.css" />
97
+ <!--<![endif]-->
98
+ <link type="text/css" rel="stylesheet" media="only screen and (max-width: 640px)" href="/app_themes/dstv/iPhone.css" />
99
+
100
+ <!--[if lt IE 7]>
101
+ <script type="text/javascript" src="newscripts/jquery.pngFix.js"></script>
102
+ <script type="text/javascript">
103
+ $(document).ready(function(){
104
+ $(document).pngFix();
105
+ });
106
+ </script>
107
+ <![endif]-->
108
+ </head>
109
+ <body>
110
+ <div class="printlogo"><img src="/app_themes/dstv/images/print_logo.png" alt="DStv Logo" /></div>
111
+ <div id="loading" class="loadingVeil">
112
+ <div style="background:transparent url() no-repeat 50% 50%; margin:-25px 0 0 -100px; width:200px; height:50px; color:#fff; position:absolute; top:20%; left:47%; overflow:hidden; text-indent:-99999px"></div>
113
+ <div style="margin:25px 0 0 -100px; width:200px; height:100px; color:#fff; position:absolute; top:50%; left:50%; text-align:center; font-size:large"></div>
114
+ </div>
115
+
116
+
117
+
118
+
119
+
120
+ <!-- BEGIN HEADER -->
121
+ <div class="mobileMenuHolder">
122
+ <div id="mobileMenu">
123
+ <div class="mobiLoading">Loading Menu</div>
124
+ </div>
125
+ <div class="toprow">
126
+ <div class="toprow-wrapper">
127
+ <div class="breadcrumbs">
128
+ <a href="http://www.dstv.com">DStv.com</a><strong>Self Service</strong></div>
129
+ <!-- LOGGED OUT BEGIN -->
130
+ <div class="logreg">
131
+
132
+ <span id="popUpDiv" class="hide"><span id="popUpMsg"></span><img src="/images/ajax/ajax-loader.gif" alt="" /></span>
133
+
134
+ <div class="loginWrap">
135
+ <a id="connectLogin" href="/self-service/my-account/" class="toolTip connectLoginPopup" title="Click here to Sign in using your DStv Connect credentials.">
136
+ Login</a>
137
+ <span class="blueSep"></span> <a href="/self-service/forgot-password/" class="smlLink toolTip forgotPasswordPopup" title="Click here to reset your Password.">Forgot Password?</a><span
138
+ class="blueSep"></span> <a href="/self-service/register/" class="smlLink toolTip registerPopup" title="Click here to Register.">Register</a>
139
+ </div>
140
+
141
+ <div class="countryWrap">
142
+ <div id="showMenu"><a href="#"><img class="menuIcoMob" src="/images/menu-icon.png" alt=""></a></div>
143
+ <select title="care" name="Country" class="countryList" id="ddlCountries" onchange="location.href='http://' + $(this).val()">
144
+ <option value="selfservice.dstv.com" selected="selected">South Africa</option>
145
+ <option value="pt-angola.selfservice.dstv.com" >Angola</option>
146
+ <option value="en-benin.selfservice.dstv.com" >Benin</option>
147
+ <option value="en-botswana.selfservice.dstv.com" >Botswana</option>
148
+ <option value="en-burkinafaso.selfservice.dstv.com" >Burkina Faso</option>
149
+ <option value="en-burundi.selfservice.dstv.com" >Burundi</option>
150
+ <option value="en-cameroon.selfservice.dstv.com" >Cameroon</option>
151
+ <option value="en-capeverde.selfservice.dstv.com" >Cape Verde</option>
152
+ <option value="en-centralafricanrepublic.selfservice.dstv.com" >Central African Rep</option>
153
+ <option value="en-chad.selfservice.dstv.com" >Chad</option>
154
+ <option value="en-comores.selfservice.dstv.com" >Comores</option>
155
+ <option value="en-congo.selfservice.dstv.com" >Congo</option>
156
+ <option value="en-cotedvoire.selfservice.dstv.com" >Cote d Ivoire</option>
157
+ <option value="en-djibouti.selfservice.dstv.com" >Djibouti</option>
158
+ <option value="en-drc.selfservice.dstv.com" >DRC</option>
159
+ <option value="en-equatorialguinea.selfservice.dstv.com" >Equatorial Guinea</option>
160
+ <option value="en-eritrea.selfservice.dstv.com" >Eritrea</option>
161
+ <option value="en-ethiopia.selfservice.dstv.com" >Ethiopia</option>
162
+ <option value="en-gabon.selfservice.dstv.com" >Gabon</option>
163
+ <option value="en-gambia.selfservice.dstv.com" >Gambia</option>
164
+ <option value="en-ghana.selfservice.dstv.com" >Ghana</option>
165
+ <option value="en-guinea.selfservice.dstv.com" >Guinea</option>
166
+ <option value="en-guineabissau.selfservice.dstv.com" >Guinea Bissau</option>
167
+ <option value="en-kenya.selfservice.dstv.com" >Kenya</option>
168
+ <option value="en-liberia.selfservice.dstv.com" >Liberia</option>
169
+ <option value="en-madagascar.selfservice.dstv.com" >Madagascar</option>
170
+ <option value="en-malawi.selfservice.dstv.com" >Malawi</option>
171
+ <option value="en-mali.selfservice.dstv.com" >Mali</option>
172
+ <option value="en-mauritania.selfservice.dstv.com" >Mauritania</option>
173
+ <option value="en-mauritius.selfservice.dstv.com" >Mauritius</option>
174
+ <option value="pt-mozambique.selfservice.dstv.com" >Mozambique</option>
175
+ <option value="en-namibia.selfservice.dstv.com" >Namibia</option>
176
+ <option value="en-niger.selfservice.dstv.com" >Niger</option>
177
+ <option value="en-nigeria.selfservice.dstv.com" >Nigeria</option>
178
+ <option value="en-rwanda.selfservice.dstv.com" >Rwanda</option>
179
+ <option value="en-saotomeandprincipe.selfservice.dstv.com" >Sao Tome and Principe</option>
180
+ <option value="en-senegal.selfservice.dstv.com" >Senegal</option>
181
+ <option value="en-seychelles.selfservice.dstv.com" >Seychelles</option>
182
+ <option value="en-sierraleone.selfservice.dstv.com" >Sierra Leone</option>
183
+ <option value="en-sthelena.selfservice.dstv.com" >St Helena</option>
184
+ <option value="en-sudan.selfservice.dstv.com" >Sudan</option>
185
+ <option value="en-swaziland.selfservice.dstv.com" >Swaziland</option>
186
+ <option value="en-tanzania.selfservice.dstv.com" >Tanzania</option>
187
+ <option value="en-togo.selfservice.dstv.com" >Togo</option>
188
+ <option value="en-uganda.selfservice.dstv.com" >Uganda</option>
189
+ <option value="en-zambia.selfservice.dstv.com" >Zambia</option>
190
+ <option value="en-zimbabwe.selfservice.dstv.com" >Zimbabwe</option>
191
+ </select><img width="23" height="20" alt="South Africa" src="/media/4650672/flag_south_africa.png" />
192
+ </div>
193
+
194
+
195
+ </div>
196
+ </div>
197
+ <!-- LOGGED OUT END -->
198
+ </div>
199
+ <div id="headContainer">
200
+ <div id="floatLogo" class="dstvLogo">
201
+ <img src="/app_themes/dstv/images/dstvlogo.png" class="logo" alt=" " /><a href="http://www.dstv.com"><img src="/images/spacer.gif" class="logolink" alt="dstvlogo" width="90" height="50" /></a>
202
+ </div>
203
+
204
+ <div class="global_header">
205
+ <div class="headerContent">
206
+ <div class="toplogo"><a href="/"><img src="/app_themes/dstv/images/dstvlogomain.png" width="238" height="161" border="0" alt="DStv.com" /></a></div>
207
+ <div class="leaderBoard">
208
+ </div>
209
+ </div>
210
+
211
+ <!-- New Mega Nav-->
212
+ <div id="showMenu"><a href="#">Menu</a></div>
213
+ <!--http://dstvapps.dstv.com/api/getMegaNavigation?apikey=bda11d91-7ade-4da1-855d-24adfe39d174&c=za&l=english&p=false-->
214
+ <!--http://dstvapps.dstv.com/api/getHeaderSection?apikey=bda11d91-7ade-4da1-855d-24adfe39d174&c=za&l=english&o=Dstv.com&p=False&d=http://selfservice.dstv.com-->
215
+ <link href="//cdn.dstv.com/www.dstv.com/header/header.css" rel="stylesheet" type="text/css" />
216
+ <div id="global_header1" class="global_header1"><div id="headerContent1" class="headerContent1"><div class="toplogo"><a href="http://selfservice.dstv.com" target="_self"><img src="http://cdn.dstv.com/www.dstv.com/header/dstvlogomain.png" width="238" height="161" border="0" alt="DStv.com" /></a></div><div id="headerBoard" class="headerBoard"><div class="searchcontainer"><div class="tfbutton4" onclick="DoSearch();e.returnValue = false;e.cancel = true;return false;" style="margin-top: 4px;margin-left: 539px;"></div><input type="text" style="width: 94%;" id="txtsearch" onkeypress="javascript:return SearchKeyPress(event);" class="tftextinput4" name="q" size="21" maxlength="120" value="Search"></div><div class="feature_container" style="padding-left: 0px; top:0px;"><ul id="featurelist" style="top:0px;"><li>Big Brother Hotshots</li><li><a href="http://bigbrotherafrica.dstv.com/Article">Latest News</a><span id="tri_ngle"></span></li><li><a href="http://bigbrotherafrica.dstv.com/Video">Hottest Videos</a><span id="tri_ngle"></span></li><li><a href="http://bigbrotherafrica.dstv.com/Vote">Vote for your favourite</a><span id="tri_ngle"></span></li></ul></div><div class="top_advert"><a href="http://campaigns.dstv.com/explora/"> <img id="top_img_ad" src="http://cdn.dstv.com/www.dstv.com/2014/Header/Adverts_banner_BBA1.png" width="238" height="161" border="0" /><span id="top_ad_h1">Get your </span><span id="top_ad_txt">DStv Explora</span></a></div></div></div></div><ul class="socialm"><li><small><a href="http://twitter.com/dstv" onclick="var s=s_gi('dstvdev');s.linkTrackVars='prop20,eVar40,events';s.linkTrackEvents='event14';s.prop20='twitter';s.eVar40='twitter';s.events='event14';s.tl(this,'e','twitter');" target="_blank"><img src="http://cdn.dstv.com/www.dstv.com/2014/social/twit_com.png" border="0" alt="Find us on twitter."</a></small><small><a href="https://plus.google.com/114851365715597869691/posts" onclick="" target="_blank"><img src="http://cdn.dstv.com/www.dstv.com/2014/social/g_com.png" border="0" alt="Find us on googleplus."</a></small><small><a href="http://www.facebook.com/dstv" onclick="var s=s_gi('dstvdev');s.linkTrackVars='prop20,eVar40,events';s.linkTrackEvents='event14';s.prop20='facebook';s.eVar40='facebook';s.events='event14';s.tl(this,'e','facebook');" target="_blank"><img src="http://cdn.dstv.com/www.dstv.com/2014/social/fb_com.png" border="0" alt="Find us on facebook."</a></small><small><a href="http://www.dstv.com/News/Add-DStv-on-WeChat/80545" onclick="" target="_blank"><img src="http://cdn.dstv.com/www.dstv.com/2014/social/wechat_com.png" border="0" alt="Find us on wechat."</a></small></li></ul><div id="main-nav-wrap"><div id="main-nav" class="group container_main"><ul><li id="home"><a href="http://www.dstv.com"><span class="translatable">Home</span></a></li><li id="TopNav-9"><a href="#" target="_self">Find & Watch</a></li><li id="TopNav-10"><a href="#" target="_self">Get DStv</a></li><li id="TopNav-11"><a href="#" target="_self">Rewards</a></li><li id="TopNav-12"><a href="#" target="_self">My DStv</a></li><li id="TopNav-13"><a href="//selfservice.dstv.com/" target="_self">Self Service</a></li></ul><div style="visibility: visible"><div id="search"><div id="tfheader"><div class="tfclear"></div></div></div></div></div><div id="main-subnav"><div class="container_main"><div style="display: none;" id="TopNav-9-subnav" class="group mn_submenegroup"><div class="alpha omega"><div class="grid_1 alpha omega border-left-no"><h2>What's On</h2><ul><li><a href="http://www.dstv.com/guide/" target="_self">TV Guide</a></li><li><a href="http://www.dstv.com/highlights/" target="_self">Highlights</a></li><li><a href="http://www.dstv.com/News/Movies%20Calendar/81051" target="_self">Movies Calendar</a></li><li><a href="http://www.dstv.com/News/Series-Calendar/326" target="_self">Series Calendar</a></li><li><a href="http://www.dstv.com/mobile/broadcast" target="_self">Mobile TV Broadcast</a></li><li><a href="http://www.dstv.com/mobile/streaming" target="_self">Mobile TV Streaming</a></li><li><a href="http://www.dstv.com/news/" target="_self">Entertainment News</a></li></ul></div><div class="grid_1 alpha omega"><h2>Watch Now</h2><ul><li><a href="http://boxoffice.dstv.com/" target="_self">BoxOffice</a></li><li><a href="http://catchup.dstv.com/" target="_self">Catch Up</a></li><li><a href="http://www.dstv.com/video/" target="_self">Video Gallery</a></li><li><a href="http://www.supersport.com/live-video" target="_self">Live Sport</a></li></ul></div><div class="grid_1 alpha omega"><h2>Shows</h2><ul><li><a href="http://masterchefsa.dstv.com/" target="_self">MasterChef SA</a></li><li><a href="http://www.dstv.com/News/Chad-Coleman-on-The-Walking-Dead/97495" target="_self">The Walking Dead</a></li><li><a href="http://boersoeknvrou.dstv.com/" target="_self">Boer Soek 'n Vrou</a></li><li><a href="http://carteblanche.dstv.com/" target="_self">Carte Blanche</a></li><li><a href="http://bigbrotherafrica.dstv.com/" target="_self">Big Brother Hotshots</a></li><li><a href="http://www.dstv.com/content/DStvHomegrown/695" target="_self">Dragon's Den Mzansi</a></li><li><a href="http://www.dstv.com/content/Behind-the-scenes-on-Isisbaya/465" target="_self">Isibaya</a></li><li><a href="http://www.dstv.com/highlights/" target="_self"> ...More Shows</a></li></ul></div><div class="grid_1 alpha omega border-right-no"><h2>Latest</h2><ul><li><a href="http://www.dstv.com/content/DStv-Foodies/475" target="_self">MasterChef and more</a></li><li><a href="http://www.dstv.com/content/DStvHomegrown/695" target="_self">Pawn Stars SA</a></li><li><a href="http://www.dstv.com/content/DStv_Music/515" target="_self">#CHOAMVA14</a></li><li><a href="http://www.dstv.com/News/kykNET-plans-pop-up-movie-channel/104625" target="_self">kykNET plans pop-up movie channel</a></li><li><a href="http://www.dstv.com/News/Get-your-DStv-Explora-Connected/105775" target="_self">Get your DStv Explora Connected</a></li><li><a href="http://www.dstv.com/content/DStvReviews/905" target="_self">Get the latest reviews</a></li><li><a href="http://www.dstv.com/News/Telkom-offers-DStv-Explora-deal/107225" target="_self">Telkom offers DStv Explora deal</a></li><li><a href="http://www.dstv.com/news/" target="_self"> ...More News</a></li></ul></div><div class="container_level_2"><h3>Must See on DStv</h3><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://www.dstv.com/News/Meet-The-Musketeers/108575" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Musketeers.jpg"></a></div><ul><li><strong><a href="http://www.dstv.com/News/Meet-The-Musketeers/108575" target="_self">Meet The Musketeers</a></strong></li></ul></div></div><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://www.dstv.com/News/CHOAMVA-winners-talk-DStv/108955" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/CHOAMVAWinners.jpg"></a></div><ul><li><strong><a href="http://www.dstv.com/News/CHOAMVA-winners-talk-DStv/108955" target="_self">CHOAMVA winners talk DStv</a></strong></li></ul></div></div><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://www.dstv.com/content/DStvReviews/905" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Reviews.jpg"></a></div><ul><li><strong><a href="http://www.dstv.com/content/DStvReviews/905" target="_self">Get the latest reviews</a></strong></li></ul></div></div><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://www.dstv.com/News/Perfect-potrayals-of-SA-stories/108705" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Elba.jpg"></a></div><ul><li><strong><a href="http://www.dstv.com/News/Perfect-potrayals-of-SA-stories/108705" target="_self">Idris Elba on A Long Walk</a></strong></li></ul></div></div></div></div></div><div style="display: none;" id="TopNav-10-subnav" class="group mn_submenegroup"><div class="alpha omega"><div class="grid_1 alpha omega border-left-no"><h2>Get DStv</h2><ul><li><a href="http://selfservice.dstv.com/get-dstv/" target="_self">Get DStv </a></li><li><a href="http://selfservice.dstv.com/get-dstv/compare-packages/" target="_self">Compare Packages</a></li><li><a href="http://selfservice.dstv.com/self-service/decoders/compare-decoders/" target="_self">Compare Decoders</a></li><li><a href="http://www.dstv.com/channels/" target="_self">View Channels </a></li><li><a href="http://selfservice.dstv.com/get-dstv/get-pricing/" target="_self">Get Pricing</a></li><li><a href="http://selfservice.dstv.com/self-service/services/dstv-mobile/" target="_self">DStv Mobile</a></li></ul></div><div class="grid_1 alpha omega"><h2>Apps</h2><ul><li><a href="https://itunes.apple.com/za/app/dstv-guide-for-ipad/id467168196?mt=8" target="_self">DStv Now for iOS</a></li><li><a href="https://play.google.com/store/apps/details?id=com.dstvmobile.android&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5kc3R2bW9iaWxlLmFuZHJvaWQiXQ%20" target="_self">DStv Now for Android</a></li><li><a href="https://play.google.com/store/apps/details?id=com.dstvmobile.android.tablet.boxoffice" target="_self">BoxOffice App</a></li><li><a href="http://www.dstv.com/content/Mobile%20Application%20Downloads/455" target="_blank">Mobile TV Apps</a></li><li><a href="http://www.dstv.com/content/Mobile Guides/115" target="_self"> ...All DStv Apps</a></li></ul></div><div class="grid_1 alpha omega"><h2>Get More</h2><ul><li><a href="http://catchup.dstv.com/" target="_self">Catch Up</a></li><li><a href="http://www.multichoice.co.za/" target="_self">MultiChoice</a></li><li><a href="http://boxoffice.dstv.com/" target="_self">BoxOffice</a></li><li><a href="http://selfservice.dstv.com/self-service/packages/dstv-mobile/" target="_self">DStv Mobile</a></li></ul></div><div class="grid_1 alpha omega border-right-no"><h2>Shop</h2><ul><li><a href="http://www.kalahari.com/s?Ntt=Dstv&searchCategories=4294966903&N=4294966903&Ntk=def&Ntx=mode%2Bmatchpartial&pageSize=12&linkId=2655053&affiliateId=9581&linkType=ORDER_REFERRAL" target="_self">DStv Shop</a></li><li><a href="http://www.kalahari.com/s?N=19998&Ns=p_salestd%7c1&linkId=860374&affiliateId=9581&linkType=ORDER_REFERRAL" target="_self">Best Sellers</a></li><li><a href="http://www.kalahari.com/?linkId=559448&affiliateId=9581&linkType=ORDER_REFERRAL" target="_self">Kalahari</a></li><li><a href="http://www.mweb.co.za/" target="_self">Broadband</a></li><li><a href="http://globalsupportsystems.com/travel/" target="_self">Travel Club</a></li></ul></div><div class="container_level_2"><h3>Feel Every Moment</h3><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://campaigns.dstv.com/Explora/" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/ExploraNew.jpg"></a></div><ul><li><strong><a href="http://campaigns.dstv.com/Explora/" target="_self">DStv Explora</a></strong></li></ul></div></div><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://campaign.dstv.com/unlock-premium/" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Meganav_201x112_3.jpg"></a></div><ul><li><strong><a href="http://campaign.dstv.com/unlock-premium/" target="_self">Unlock Premium</a></strong></li></ul></div></div><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://campaign.dstv.com/nicelifeproblems/" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/NiceLifeProblems.jpg"></a></div><ul><li><strong><a href="http://campaign.dstv.com/nicelifeproblems/" target="_self">#NiceLifeProblems</a></strong></li></ul></div></div><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://campaigns.dstv.com/getconnected/" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/ConnectedServices.jpg"></a></div><ul><li><strong><a href="http://campaigns.dstv.com/getconnected/" target="_self">DStv Connected Services</a></strong></li></ul></div></div></div></div></div><div style="display: none;" id="TopNav-11-subnav" class="group mn_submenegroup"><div class="alpha omega"><div class="grid_1 alpha omega border-left-no"><div class="img_hover"><div class="grid_img"><a href="http://www.dstv.com/Competitions/Win-tickets-to-the-incredible-War-Horse-/3965" class="grid_img" target="_self"><img class="grid_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Comps/Warhorse_MN.jpg"></a></div><ul><li><a href="http://www.dstv.com/Competitions/Win-tickets-to-the-incredible-War-Horse-/3965" target="_self">Win tickets to the incredible War Horse</a></li></ul><p>Upgrade to Premium and answer an easy question to enter</p></div></div><div class="grid_1 alpha omega"><div class="img_hover"><div class="grid_img"><a href="www.dstv.com/Competitions/Win-tickets-to-the-Kids-Xtravaganza-this-December/4145" class="grid_img" target="_self"><img class="grid_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Kids_Mega.jpg"></a></div><ul><li><a href="www.dstv.com/Competitions/Win-tickets-to-the-Kids-Xtravaganza-this-December/4145" target="_self">Win tickets to the Kids Xtravaganza this December</a></li></ul><p>Calling all kids, stand a chance tot win tickets to the DStv Xtravaganza.</p></div></div><div class="grid_1 alpha omega"><div class="img_hover"><div class="grid_img"><a href="http://www.dstv.com/Competitions/Win-tickets-to-Sonar-in-Cape-Town-/4065" class="grid_img" target="_self"><img class="grid_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Sonar.jpg"></a></div><ul><li><a href="http://www.dstv.com/Competitions/Win-tickets-to-Sonar-in-Cape-Town-/4065" target="_self">Win tickets to Sonar in Cape Town</a></li></ul><p>DStv is giving you the chance to win tickets to the International Festival of Advanced Music and New Art, Sonar at the Good Hope Center</p></div></div><div class="grid_1 alpha omega border-right-no"><h2>Win with DStv</h2><ul><li><a href="http://www.dstv.com/SubPages/Deals%20for%20you/32/114" target="_self">Deals for You</a></li><li><a href="http://www.dstv.com/content/Winner_s Circle/105" target="_self">Winner's Circle</a></li><li><a href="http://campaigns.dstv.com/getconnected/" target="_blank">Connect & Win</a></li><li><a href="http://www.dstv.com/competitions/" target="_self"> ...More Competitions</a></li></ul></div></div></div><div style="display: none;" id="TopNav-12-subnav" class="group mn_submenegroup"><div class="alpha omega"><div class="grid_1 alpha omega border-left-no"><h2>My DStv</h2><ul><li><a href="https://selfservice.dstv.com/self-service/my-account/" target="_self">My DStv Account</a></li><li><a href="http://www.dstv.com/Connect/Smartcards/" target="_self">Link My Smartcard</a></li><li><a href="http://go.dstv.com/digimag/dish_digimag.html" target="_self">My Digital Magazine</a></li><li><a href="http://drifta.dstvmobile.com/activation" target="_self">Activate My Mobile Device</a></li></ul></div><div class="grid_1 alpha omega"><h2>My Details</h2><ul><li><a href="http://www.dstv.com/Connect/Profile/Default.aspx" target="_self">My Connect Profile</a></li><li><a href="http://www.dstv.com/Connect/Newsletters/" target="_self">My Newsletters</a></li></ul></div><div class="grid_1 alpha omega"><h2>New Connect Profile</h2><ul><li><a href="http://campaigns.dstv.com/getconnected/" target="_self">Find Out More</a></li><li><a href="http://campaigns.dstv.com/getconnected/" target="_self">Register </a></li></ul></div><div class="grid_1 alpha omega border-right-no"><div class="img_hover"><div class="grid_img"><a href="http://links.sp.dstvcomms.com/servlet/MailView?ms=NDc0OTI1MTIS1&r=MTE2Nzc2OTA5ODczS0&j=NTYzNTcxNDMyS0&mt=1&rt=0" class="grid_img" target="_self"><img class="grid_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Newsletter/26Nov.jpg"></a></div><ul><li><a href="http://links.sp.dstvcomms.com/servlet/MailView?ms=NDc0OTI1MTIS1&r=MTE2Nzc2OTA5ODczS0&j=NTYzNTcxNDMyS0&mt=1&rt=0" target="_self">Newsletter</a></li></ul><p>Get info on the latest shows, comps and news</p></div></div></div></div><div style="display: none;" id="TopNav-13-subnav" class="group mn_submenegroup"><div class="alpha omega"><div class="grid_1 alpha omega border-left-no"><h2>I Want To</h2><ul><li><a href="http://selfservice.dstv.com/" target="_self">Visit Self Service </a></li><li><a href="https://selfservice.dstv.com/self-service/my-account/" target="_self">Manage My Account</a></li><li><a href="https://selfservice.dstv.com/self-service/my-account/subscriptions/credit-card-payments/ " target="_self">Make a Payment</a></li><li><a href="http://selfservice.dstv.com/self-service/" target="_self">Clear Errors</a></li><li><a href="http://selfservice.dstv.com/self-service/announcements/" target="_self">Visit Alerts & Announcements</a></li></ul></div><div class="grid_1 alpha omega"><h2>I Need Help With</h2><ul><li><a href="http://selfservice.dstv.com/self-service/decoders/ " target="_self">Decoders & Devices</a></li><li><a href="http://selfservice.dstv.com/self-service/packages/" target="_self">Packages</a></li><li><a href="http://selfservice.dstv.com/self-service/services/ " target="_self">Services</a></li><li><a href="http://selfservice.dstv.com/self-service/faqs/ " target="_self">FAQs</a></li><li><a href="http://selfservice.dstv.com/self-service/how-to/" target="_self">How Tos</a></li><li><a href="http://selfservice.dstv.com/self-service/services/boxoffice/" target="_self">BoxOffice</a></li><li><a href="http://selfservice.dstv.com/self-service/services/dstv-catch-up/" target="_self">Catch Up</a></li></ul></div><div class="grid_1 alpha omega"><h2>Contact Us</h2><ul><li><a href="http://selfservice.dstv.com/self-service/service-providers/installers/ " target="_self">Find an Installer</a></li><li><a href="http://selfservice.dstv.com/self-service/service-providers/agencies/ " target="_self">Find an Agency</a></li><li><a href="http://selfservice.dstv.com/self-service/service-providers/ " target="_self">Find a Service Centre</a></li><li><a href="http://selfservice.dstv.com/self-service/contact-us/online-contact-form/ " target="_self">Send a Message</a></li><li><a href="https://www.facebook.com/dstv" target="_self">Find us on Facebook</a></li><li><a href="https://twitter.com/DStv" target="_self">Follow us on Twitter</a></li></ul></div><div class="grid_1 alpha omega border-right-no"><div class="img_hover"><div class="grid_img"><a href="http://selfservice.dstv.com/self-service/announcements/weekly-retail-specials" class="grid_img" target="_self"><img class="grid_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/RetailSpecials_MEGANAV.jpg"></a></div><ul><li><a href="http://selfservice.dstv.com/self-service/announcements/weekly-retail-specials" target="_self">Retail Specials</a></li></ul><p>Take a look at the weekly retail specials on offer. </p></div></div><div class="container_level_2"><h3>Self Service</h3><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="https://selfservice.dstv.com/self-service/my-account/" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Self Service/Icon_Profile_op.png"></a></div><ul><li><strong><a href="https://selfservice.dstv.com/self-service/my-account/" target="_self">My Account</a></strong></li></ul></div></div><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://selfservice.dstv.com/self-service/how-to-pay/" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Self Service/Icon_Pay_op.png"></a></div><ul><li><strong><a href="http://selfservice.dstv.com/self-service/how-to-pay/" target="_self">How To Pay</a></strong></li></ul></div></div><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://selfservice.dstv.com/self-service/clear-errors/" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Self Service/Icon_ClearErrors_op.png"></a></div><ul><li><strong><a href="http://selfservice.dstv.com/self-service/clear-errors/" target="_self">Clear Errors</a></strong></li></ul></div></div><div class="grid_2 alpha_grid_2 omega_grid_2"><div class="img_hover_get"><div class="hardw_img"><a href="http://selfservice.dstv.com/self-service/service-providers/" class="hardw_img" target="_self"><img class="hardw_img" src="http://cdn.dstv.com/www.dstv.com/2014/Meganav/Self Service/Icon_FindUs_op.png"></a></div><ul><li><strong><a href="http://selfservice.dstv.com/self-service/service-providers/" target="_self">Service Providers</a></strong></li></ul></div></div></div></div></div></div></div></div>
217
+
218
+ </div>
219
+ <div class="global_wrapper">
220
+ <div class="bodyBG">
221
+
222
+
223
+ <div class="bodycontent ">
224
+ <div class="content-area">
225
+
226
+
227
+
228
+ <div class="support-Header">
229
+ <div class="homeTopButtons">
230
+ <a href="/self-service/my-account/" class="homeMs"></a>
231
+ <a href="/self-service/how-to-pay/" class="homeHtp"></a>
232
+ <a href="#result" class="homeEc"></a>
233
+ <a href="/self-service/contact-us/moving-home/" class="homeMh"></a>
234
+
235
+ </div>
236
+ <div id="result"></div>
237
+ <div class="homeErrorCodes">
238
+ <div class="errorCodesPage">
239
+ <div class="leftSection">
240
+ <h2>Clear Error Codes<br /><div style="color:white; font-size:13px;">South African customers only</div></h2>
241
+ <div id="result"></div>
242
+ <div class="clearErrors" id="notLoggedIn2">
243
+ <div class="cell">
244
+ <label>Smartcard/Serial No.</label>
245
+ <div class="inputContainer"><input type="text" id="serialNumber"/></div>
246
+ </div>
247
+ <div class="cell">
248
+ <label>Surname</label>
249
+ <div class="inputContainer"><input type="text" disabled="disabled" id="surname" /></div>
250
+ </div>
251
+ <div class="cell">
252
+ <label>Error Codes</label>
253
+ <div class="inputContainer">
254
+ <select disabled="disabled" id="errorCodes"></select>
255
+ </div>
256
+ </div>
257
+ <div class="cell resetButton">
258
+ <button disabled="disabled" class="but" id="reset">Reset</button>
259
+ </div>
260
+ </div>
261
+
262
+
263
+
264
+
265
+
266
+ </div>
267
+ </div>
268
+ </div>
269
+ <div class="noticeBanners">
270
+
271
+ <div class="noticeCarouselBanners">
272
+ <div class="subbanner">
273
+
274
+ <div class="subimage"><a href="/self-service/announcements/beware-of-these-scams/"><img src="/media/3615031/homepage_scam.png" width="63" height="63" alt="" /></a></div>
275
+ <div class="subtitle"><a href="/self-service/announcements/beware-of-these-scams/">Scam Alert</a></div>
276
+ <div class="subcopy">Please be aware of these scams that have been brought to our attention.</div>
277
+ </div>
278
+ <div class="subbanner">
279
+
280
+ <div class="subimage"><a href="/self-service/announcements/dstv-debit-order-its-on-us!/"><img src="/media/3637731/homepage_credit.png" width="63" height="63" alt="" /></a></div>
281
+ <div class="subtitle"><a href="/self-service/announcements/dstv-debit-order-its-on-us!/">DStv Debit Order</a></div>
282
+ <div class="subcopy">Win with DStv by switching to Debit Order</div>
283
+ </div>
284
+ <div class="subbanner">
285
+
286
+ <div class="subimage"><a href="/self-service/announcements/repeats-on-dstv/"><img src="/media/3615026/homepage_repeats.png" width="63" height="63" alt="" /></a></div>
287
+ <div class="subtitle"><a href="/self-service/announcements/repeats-on-dstv/">Repeats on DStv</a></div>
288
+ <div class="subcopy">Explanations regarding repeats and DStv&#39;s programming schedule.</div>
289
+ </div>
290
+ </div>
291
+
292
+
293
+ </div>
294
+ </div>
295
+
296
+
297
+ <div class="linklists">
298
+
299
+ <div class="list">
300
+ <h3>COMMON FAQ&#39;S</h3>
301
+ <h4>Common questions asked</h4>
302
+ <ul>
303
+ <li><a href="/self-service/how-to-pay/">How do I pay my DStv Account?</a></li>
304
+ <li><a href="/self-service/faqs/xtraview/what-is-xtraview/">What is XtraView?</a></li>
305
+ <li><a href="/self-service/faqs/decoder-care-contract/what-is-a-decoder-care-contract-(dcc)/">What is Decoder Care Contract (DCC)?</a></li>
306
+ <li><a href="/self-service/faqs/dstv-catch-up/on-your-decoder/what-is-dstv-catch-up/">What is DStv Catch Up?</a></li>
307
+ </ul>
308
+ <div class="linkToSection"><a href="/self-service/faqs/">View all FAQ's</a></div>
309
+ </div>
310
+ <div class="list">
311
+ <h3>COMMON ERROR CODES</h3>
312
+ <h4>Explanations on common Error Codes</h4>
313
+ <ul>
314
+ <li><a href="/self-service/clear-errors/possible-error-codes/e04-please-insert-smartcard/">E04 - Please insert Smartcard</a></li>
315
+ <li><a href="/self-service/clear-errors/possible-error-codes/e16-service-is-currently-scrambled/">E16 - Service currently scrambled</a></li>
316
+ <li><a href="/self-service/clear-errors/possible-error-codes/e17-smartcard-marriage-conflict/">E17 - Smartcard marriage conflict</a></li>
317
+ <li><a href="/self-service/clear-errors/possible-error-codes/e37-invalid-channel-number/">E37 - Invalid channel number</a></li>
318
+
319
+ </ul>
320
+ <div class="linkToSection"><a href="/self-service/clear-errors/">View all Error Codes</a></div>
321
+ </div>
322
+ <div class="list">
323
+ <h3>HOW TO ...</h3>
324
+ <h4>All your DStv how to’s</h4>
325
+ <ul>
326
+ <li><a href="/self-service/how-to/standard-sd-pvr/how-to-setup-parental-control-on-standard-or-sd-pvr-decoders/">Setting up Parental Control</a></li>
327
+ <li><a href="/self-service/how-to/dstv-touch/how-to-view-the-multichoice-terms-and-conditions-using-dstv-touch/">Viewing the MultiChoice Ts &amp; Cs</a></li>
328
+ <li><a href="/self-service/how-to/dstv-mobile/how-to-install-the-drifta-application-on-your-pc/">Installing Drifta on your PC</a></li>
329
+ <li><a href="/self-service/how-to/hd-pvr/how-to-delete-the-entire-playlist-on-my-hd-pvr/">Deleting the Playlist on HD PVR</a></li>
330
+ </ul>
331
+ <div class="linkToSection"><a href="/self-service/how-to/">View all How Tos</a></div>
332
+ </div>
333
+ <div class="homeBottomLists">
334
+ <div class="list">
335
+ <h3>Packages</h3>
336
+ <div class="homePackages">
337
+ <div class="linkLogoSection">
338
+ <img src="/media/3461936/premium.png" class="hPackageImage h1327" alt="DStv Premium" />
339
+ <img src="/media/3461906/compact.png" class="hPackageImage h1998" alt="DStv Compact" />
340
+ <img src="/media/4650670/family.png" class="hPackageImage h47968" alt="DStv Family" />
341
+ <img src="/media/3703061/access.png" class="hPackageImage h2871" alt="DStv Access" />
342
+ <img src="/media/3461931/portuguesa.png" class="hPackageImage h4514" alt="DStv Portuguesa" />
343
+ </div>
344
+ <div class="linkListSection">
345
+ <ul>
346
+ <li><a href="/self-service/packages/dstv-premium/" id="h1327">DStv Premium</a></li>
347
+ <li><a href="/self-service/packages/dstv-compact/" id="h1998">DStv Compact</a></li>
348
+ <li><a href="/self-service/packages/dstv-family/" id="h47968">DStv Family</a></li>
349
+ <li><a href="/self-service/packages/dstv-access/" id="h2871">DStv Access</a></li>
350
+ <li><a href="/self-service/packages/dstv-portuguesa/" id="h4514">DStv Portuguesa</a></li>
351
+ </ul>
352
+ </div>
353
+ </div>
354
+ <div class="linkToSection"><a href="/self-service/packages/">View all Packages</a></div>
355
+ </div>
356
+ <div class="list">
357
+ <h3>Services</h3>
358
+
359
+ <div class="homeServices">
360
+ <div class="linkLogoSection">
361
+ <img src="/media/2961831/img-dstv-mobile.jpg" width="285" height="118" class="hServiceImage j7835" alt="DStv Mobile" />
362
+ <img src="/media/2961841/bannergoingonholiday.jpg" width="285" height="118" class="hServiceImage j6033" alt="Holiday Viewing" />
363
+ <img src="/media/3813118/catch-up.jpg" width="285" height="118" class="hServiceImage j6040" alt="DStv Catch Up" />
364
+ <img src="/media/4650674/img-xtraview.jpg" width="285" height="118" class="hServiceImage j6126" alt="XtraView" />
365
+ <img src="/media/2961811/img-boxoffice.jpg" width="285" height="118" class="hServiceImage j6133" alt="BoxOffice" />
366
+ </div>
367
+ <div class="linkListSection">
368
+ <ul>
369
+ <li><a href="/self-service/services/dstv-mobile/" id="j7835">DStv Mobile</a></li>
370
+ <li><a href="/self-service/services/holiday-viewing/" id="j6033">Holiday Viewing</a></li>
371
+ <li><a href="/self-service/services/dstv-catch-up/" id="j6040">DStv Catch Up</a></li>
372
+ <li><a href="/self-service/services/xtraview/" id="j6126">XtraView</a></li>
373
+ <li><a href="/self-service/services/boxoffice/" id="j6133">BoxOffice</a></li>
374
+ </ul>
375
+ </div>
376
+ </div>
377
+
378
+ <div class="linkToSection"><a href="/self-service/services/">View all Services</a></div>
379
+ </div>
380
+ <div class="list">
381
+ <h3>Decoders</h3>
382
+ <a href="/self-service/decoders/"><img src="/app_themes/dstv/images/home_decoder.png" alt="Decoders" /></a>
383
+ <div class="linkToSection"><a href="/self-service/decoders/">View all Decoders</a></div>
384
+ </div>
385
+ </div>
386
+
387
+ </div>
388
+
389
+ <div class="support-Footer">
390
+ <div class="mainbanners">
391
+
392
+
393
+ <div class="slideshow">
394
+ <div id="nav"><a id="prev" href="#">Prev</a> <a id="next" href="#">Next</a></div>
395
+ <div id="pager"><ul id="pages"></ul></div>
396
+
397
+
398
+ <div class="mainbanner" style="width:640px; height:287px; background:url(/media/5188517/Explora-640x287.jpg) no-repeat 0 0">
399
+ <div class="mainbannercopy">
400
+ <div class="copy">
401
+ <h3><a href="http://campaigns.dstv.com/explora/payments/" target="_blank">DStv Explora for R99pm*</a></h3>
402
+ <p>The Decoder Payment Plan (DPP) allows you to buy the Explora decoder for R99 a month (over 24 months) and pay for it via debit order - click to find out more.</p>
403
+ </div>
404
+ </div>
405
+ </div>
406
+ <div class="mainbanner" style="width:640px; height:287px; background:url(/media/3611997/bannergoingonholiday.jpg) no-repeat 0 0">
407
+ <div class="mainbannercopy">
408
+ <div class="copy">
409
+ <h3><a href="/self-service/services/holiday-viewing/">Even while on holiday, don&#39;t miss our 5 star entertainment! </a></h3>
410
+ <p>Read more about our Holiday Options and find out if you will be required to travel with your decoder + smartcard or if you can just take your smartcard. </p>
411
+ </div>
412
+ </div>
413
+ </div>
414
+ <div class="mainbanner" style="width:640px; height:287px; background:url(/media/5529236/banner-centurion.jpg) no-repeat 0 0">
415
+ <div class="mainbannercopy">
416
+ <div class="copy">
417
+ <h3><a href="/self-service/contact-us/dstv-service-centres/dstv-service-centre-centurion/">DStv Service Centre Centurion</a></h3>
418
+ <p>DStv is proud to announce the opening of a new Service Centre in Centurion, Pretoria - for all your Customer Care needs.</p>
419
+ </div>
420
+ </div>
421
+ </div>
422
+ <div class="mainbanner" style="width:640px; height:287px; background:url(/media/4574666/banner-operations-DCC.jpg) no-repeat 0 0">
423
+ <div class="mainbannercopy">
424
+ <div class="copy">
425
+ <h3><a href="/self-service/services/decoder-care-contract/">Decoder Care Contract</a></h3>
426
+ <p>What would you do if your decoder was stolen, struck by lightning, damaged in a fire or was faulty? Are you able to replace it? Have you ever thought of insuring it? </p>
427
+ </div>
428
+ </div>
429
+ </div>
430
+ <div class="mainbanner" style="width:640px; height:287px; background:url(/media/596231/banneraccessfee.jpg) no-repeat 0 0">
431
+ <div class="mainbannercopy">
432
+ <div class="copy">
433
+ <h3><a href="/self-service/announcements/dstv-access-fee/">Pay one Access Fee!</a></h3>
434
+ <p>For only R70 you gain access to our multiple environments allowing you to experience so much more!</p>
435
+ </div>
436
+ </div>
437
+ </div>
438
+ <div class="mainbanner" style="width:640px; height:287px; background:url(/media/2882621/weekly_retail_specials_banner.jpg) no-repeat 0 0">
439
+ <div class="mainbannercopy">
440
+ <div class="copy">
441
+ <h3><a href="/self-service/announcements/weekly-retail-specials/">Weekly Retail Specials</a></h3>
442
+ <p>View some of the Weekly Retail Special offers from selected stores near you!</p>
443
+ </div>
444
+ </div>
445
+ </div>
446
+
447
+ </div>
448
+
449
+
450
+ </div>
451
+ <div class="subbanners">
452
+ <a href="/self-service/my-account/"><img src="/app_themes/dstv/images/home_login.png" /></a>
453
+
454
+ </div>
455
+ <div class="contact_banner">
456
+ <div class="contact_block">
457
+ <div class="contact_header">
458
+ <h2>Contact Us</h2>
459
+ <p>For all technical, accounts and programming enquiries</p>
460
+ </div>
461
+ </div>
462
+ <div class="contact_block middle">
463
+ <div class="header">
464
+ <p><b>Calling from your mobile:</b></p>
465
+ <div class="contactno">083 900 3788</div>
466
+ <div>*VAS rates apply</div>
467
+ <p><b>Call Centre hours:</b></p>
468
+ <p>07:00 - 23:00 (Mon - Sun, incl Public Holidays)</p>
469
+ </div>
470
+ </div>
471
+ <div class="contact_block numbers">
472
+ <p><b>Calling from your landline:</b></p>
473
+ <ul>
474
+ <li>JHB: (011) 289-2222</li>
475
+ <li>PTA: (012) 422-2222</li>
476
+ <li>CT: (021) 508-2222</li>
477
+ <li>DBN: (031) 710-2222</li>
478
+ <li>PE: (041) 395-2222</li>
479
+ <li>BLOEM: (051) 503-2222</li>
480
+ </ul>
481
+ </div>
482
+ </div>
483
+ </div>
484
+ </div>
485
+ </div>
486
+
487
+
488
+ <div id="footer">
489
+ <ul>
490
+ <li class="block">
491
+ <h5>HOME</h5>
492
+ <ul>
493
+ <li><a href="http://www.dstv.com">DStv.com</a></li>
494
+ <li><a href="http://www.supersport.com" target="_blank">SuperSport.com</a></li>
495
+ <li><a href="http://catchup.dstv.com">Catch Up</a></li>
496
+ <li><a href="http://www.dstvafrica.com/">DStv Africa</a></li>
497
+ <li><a href="http://www.dstv.com/Pages/Channels/">Channels</a></li>
498
+ </ul>
499
+ </li>
500
+ <li class="block">
501
+ <h5>WHAT'S ON</h5>
502
+ <ul>
503
+ <li><a href="http://www.dstv.com/Pages/Guide/">TV Guide</a></li>
504
+ <li><a href="http://www.dstv.com">Highlights</a></li>
505
+ <li><a href="http://www.dstv.com/Pages/SubPages/19/17/Dish%20Digital">Dish Digital</a></li>
506
+ <li><a href="http://www.dstv.com/Pages/News/326/Series-Calendar">Series Calendar</a></li>
507
+ <li><a href="http://www.dstv.com/Account/Newsletters.aspx">Newsletters</a></li>
508
+ </ul>
509
+ </li>
510
+ <li class="block">
511
+ <h5>SOCIAL</h5>
512
+ <ul>
513
+ <li><a href="http://www.facebook.com/dstv" target="_blank">Facebook</a></li>
514
+ <li><a href="http://twitter.com/dstv" target="_blank">Twitter</a></li>
515
+ <li><a href="http://forum.dstv.com/index.php">Forum</a></li>
516
+ </ul>
517
+ </li>
518
+ <li class="block">
519
+ <h5>MOBILE</h5>
520
+ <ul>
521
+ <li><a href="http://mobi.dstv.com">DStv mobi</a></li>
522
+ <li><a href="http://www.dstvmobile.com" target="_blank">DStv mobile</a></li>
523
+ </ul>
524
+ </li>
525
+ <li class="block">
526
+ <h5>CONTACT US</h5>
527
+ <ul>
528
+ <li><a href="http://www.dstv.com/Pages/ContactUs/">Contact DStv</a></li>
529
+ <li><a href="/">DStv Self Service</a></li>
530
+ <li><a href="http://www.multichoice.co.za/multichoice/view/multichoice/en/page44245" target="_blank">Contact MultiChoice</a></li>
531
+ <li><a href="http://www.multichoice.co.za" target="_blank">MultiChoice</a></li>
532
+ <li><a href="http://shop.dstv.com/" target="_blank">Online Shop</a></li>
533
+ </ul>
534
+ </li>
535
+ </ul>
536
+ </div>
537
+ <div class="footer_content">
538
+ <div class="logo">
539
+ <img src="/app_themes/dstv/images/logo_multiChoice.jpg" alt="MultiChoice"></div>
540
+ <div class="copy">
541
+ &copy; 2011 MultiChoice (PTY) LTD. All rights reserved.<br />
542
+ <a href="http://www.multichoice.co.za/">MultiChoice Website</a> | <a href="/self-service/subscriber-terms-and-conditions/">
543
+ Terms &amp; Conditions</a> | <a href="http://www.dstv.com/Pages/PrivacyPolicy/">Privacy
544
+ Policy</a> | <a href="http://www.dstv.com/Pages/Copyright/">Copyright</a>
545
+ | <a href="/self-service/announcements/">Announcements</a> |
546
+ <a href="/sitemap/">Site Map</a> |
547
+ <a href="http://www.dmma.co.za/">DMMA</a> | <a href="/self-service/contact-us/">Contact us</a>
548
+ </div>
549
+ </div>
550
+ </div>
551
+ </div>
552
+ </div>
553
+ <script type="text/javascript">
554
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
555
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
556
+ </script>
557
+
558
+ <script type="text/javascript">
559
+
560
+ var _gaq = _gaq || [];
561
+ _gaq.push(['_setAccount', 'UA-27500314-1']);
562
+ _gaq.push(['_trackPageview']);
563
+
564
+ (function () {
565
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
566
+ ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
567
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
568
+ })();
569
+
570
+ </script>
571
+
572
+
573
+ <!--script type="text/javascript">//<![CDATA[
574
+ var pageTracker;
575
+ var tc = "UA-16143278-1";
576
+ var atc = tc.split(";");
577
+ try {
578
+ for (var i = 0; i < atc.length; i++) {
579
+ pageTracker = _gat._getTracker(atc[i]);
580
+ pageTracker._trackPageview();
581
+ }
582
+ } catch (err) { $("#footer").attr("title", $("#footer").attr("title") + " error: " + err.message); }
583
+ //]]></script-->
584
+ <!-- COPYRIGHT EFFECTIVE MEASURE -->
585
+ <script type="text/javascript">
586
+ (function () {
587
+ var em = document.createElement('script'); em.type = 'text/javascript'; em.async = true;
588
+ em.src = ('https:' == document.location.protocol ? 'https://za-ssl' : 'http://za-cdn') + '.effectivemeasure.net/em.js';
589
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(em, s);
590
+ })();
591
+ </script>
592
+ <noscript>
593
+ <img src="https://za-ssl.effectivemeasure.net/em_image" alt="" style="position: absolute;
594
+ left: -5px;" />
595
+ </noscript>
596
+ <!--END EFFECTIVE MEASURE CODE -->
597
+
598
+
599
+ <!-- Start Alexa Certify Javascript -->
600
+ <script type="text/javascript">
601
+ _atrk_opts = { atrk_acct: "3z+mh1a0k700iP", domain: "dstv.com", dynamic: true };
602
+ (function () { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(as, s); })();
603
+ </script>
604
+ <noscript>
605
+ <img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=3z+mh1a0k700iP" style="display: none" height="1" width="1" alt="" /></noscript>
606
+ <!-- End Alexa Certify Javascript -->
607
+
608
+
609
+
610
+
611
+ <!-- CSRRemoteUser == null -->
612
+ <script type="text/javascript">
613
+ var chatuser;
614
+ </script>
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+ <div id="fadeWrap">
627
+ <div id="fade">
628
+ <div id="fadeMsg"></div>
629
+ </div>
630
+ </div>
631
+
632
+ <div id="popup">
633
+ <div class="popMain">
634
+ <div class="popInner">
635
+ <div id="con_modals" class="con_modals">
636
+ <div id="AuthenticationMenu1_ctrlLogin_closeUpdatePanel">
637
+ <a href="javascript:void()" class="closeModal">
638
+ <div class="close" id="close">
639
+ <div class="closetxt">
640
+ x
641
+ </div>
642
+ </div>
643
+ </a>
644
+ </div>
645
+ <div id="AuthenticationMenu1_ctrlLogin_loginPanel">
646
+ <div id="divLogin" class="login active" style="display: block;">
647
+ <h3 class="con_modalsh3">
648
+ <img src="/app_themes/connect/images/lock.png" alt="" />Login<img class="con_logo" src="/app_themes/connect/images/ConnectLogo.png" alt="" /></h3>
649
+ <div class="stripes">
650
+ &nbsp;
651
+ </div>
652
+ <div class="column">
653
+ <div id="loginModalContent">
654
+ <h4 class="con_h4">Login with your DStv Connect details</h4>
655
+ <div id="loginMsg">
656
+ <ul>
657
+
658
+ </ul>
659
+ </div>
660
+ <div class="webform">
661
+ <form id="login_form" method="post" action="">
662
+
663
+ <label for="txtLoginEmailAddress">Enter your email address / username</label>
664
+ <input type="email" class="EmailAddressTextBoxSelector con_input" id="login_email" name="login_email" title="Please enter your Email Address" value="" />
665
+ <label>Enter your password</label>
666
+ <input class="PasswordTextBoxSelector con_input" id="login_password" type="password" title="Please enter your Password" name="login_password" />
667
+ <!-- An error occurred with your login request. Please try login again.//-->
668
+
669
+
670
+
671
+ <span class="visibleError">
672
+ <span id="msg" class="login-"></span>
673
+ </span>
674
+ <a href="/self-service/forgot-password/" rel="forgot_password" class="forgot linkform" id="jumpToForgetPassword">Forgot your password?</a>
675
+
676
+ <br /> <br />
677
+ <input id="login_submitNew" class="con_modEnable" type="submit" value="Login" />
678
+ <a rel="register" href="/self-service/register/" class="linkform" id="jumpToRegister">Don't have an account?<br />
679
+ <img src="//cdn.dstv.com/dstvconnect/images/ajax-loader.gif" id="imgProcessingLogin" class="ajaxloader" /><div class="biglinkar">
680
+ &gt;&gt;
681
+ </div>
682
+ <div class="biglink">
683
+ Register
684
+ <br />&nbsp;
685
+ </div>
686
+ </a>
687
+ </form>
688
+ </div>
689
+
690
+
691
+ </div>
692
+ <div id="processingLogin" style="display:none;">
693
+ <div>logging you in ...</div>
694
+ </div>
695
+ </div>
696
+ <div class="bottom">
697
+ <br />
698
+ <br />
699
+ <br />
700
+ <br />
701
+ </div>
702
+ </div>
703
+ </div>
704
+ </div>
705
+ </div>
706
+ </div>
707
+ </div>
708
+
709
+
710
+ <div id="popup2">
711
+ <div class="popMain">
712
+ <div class="popInner">
713
+ <div class="con_modals">
714
+ <div id="AuthenticationMenu1_ctrlForgotPassword_closeUpdatePanel">
715
+ <a href="javascript:void()" class="closeModal">
716
+ <div class="close" id="close2">
717
+ <div class="closetxt">
718
+ x
719
+ </div>
720
+ </div>
721
+ </a>
722
+ </div>
723
+ <div id="divForgotpwd" class="forgot_password active" style="display: block;">
724
+ <div id="AuthenticationMenu1_ctrlForgotPassword_UpdatePanel1">
725
+ <h3 class="con_modalsh3">
726
+ <img src="/app_themes/connect/images/lock.png" alt="" />Forgot Password<img class="con_logo"
727
+ src="/app_themes/connect/images/ConnectLogo.png" alt="" /></h3>
728
+ <div class="stripes">
729
+ &nbsp;
730
+ </div>
731
+ <div class="column">
732
+ <div id="msgBoxForgotPassword" class=" ">
733
+ <ul>
734
+
735
+ </ul>
736
+ </div>
737
+ <div id="forgotPassMsg">
738
+ </div>
739
+ <div class="webform" id="formForgotPasswordSlide">
740
+ <form id="formForgotPassword" class="formPassword" method="post" action="">
741
+ <label>
742
+ <br />
743
+ <br />
744
+ Enter your registered email address</label>
745
+ <input type="hidden" name="formAction" id="formAction" value="reset" />
746
+ <input class="EmailAddressTextBoxSelector con_input" id="email_forgotPassword" type="email" name="email_forgotPassword" value="" validate="{validate:{required:true,email:true,messages:{required:'Please enter a valid email address'}}}" />
747
+
748
+ <div class="divhr">
749
+ </div>
750
+
751
+ <input type="submit" value="Submit" class="but con_modEnable" id="butForgotPassword" />
752
+ </form>
753
+ </div>
754
+
755
+
756
+ </div>
757
+ <div class="bottom">
758
+ <br />
759
+ <br />
760
+ <br />
761
+ <br />
762
+ </div>
763
+ </div>
764
+ </div>
765
+
766
+ </div>
767
+ </div>
768
+ </div>
769
+ </div>
770
+ <div id="popup3">
771
+ <div class="popMain">
772
+ <div class="popInner">
773
+ <div id="con_modals2" class="con_modals">
774
+ <div id="AuthenticationMenu1_ctrlSignIn_closeUpdatePanel">
775
+ <a href="javascript:void()" class="closeModal">
776
+ <div class="close" id="close3">
777
+ <div class="closetxt">
778
+ x
779
+ </div>
780
+ </div>
781
+ </a>
782
+ </div>
783
+ <div id="AuthenticationMenu1_ctrlSignIn_registerPanel">
784
+ <div id="divSignup" class="registration active" style="display: block;">
785
+ <h3 class="con_modalsh3">
786
+ <img src="/app_themes/connect/images/lock.png" alt="" /><span class="translatable">Register</span><img class="con_logo"
787
+ src="/app_themes/connect/images/ConnectLogo.png" alt="" /></h3>
788
+ <div class="stripes">
789
+ &nbsp;
790
+ </div>
791
+ <div class="column">
792
+ <div>
793
+ <h4 class="con_h4">
794
+ <span class="translatable">Create your DStv Connect account</span></h4>
795
+ <div class="txt">
796
+ <span class="translatable">This will allow you to login to all
797
+ DStv websites & applications</span>
798
+ </div>
799
+ </div>
800
+ <div id="registerMsg">
801
+ </div>
802
+ <div class="webform">
803
+ <div id="formMessage" class="">
804
+ <ul></ul>
805
+ </div>
806
+ <form id="formRegister" method="post" action="">
807
+ <div id="formRegisterSlide">
808
+ <label for="reg_email">
809
+ <span class="translatable">Enter your email address</span>
810
+ </label>
811
+
812
+ <input class="EmailAddressTextBoxSelector con_input" id="reg_email" title="Please enter your Email Address" name="reg_email" type="email" validate="{validate:{required:true,email:true,messages:{required:'Please enter a valid Email'}}}" />
813
+
814
+ <label for="pass">
815
+ <span class="translatable">Enter a password</span></label>
816
+ <input class="password con_input" type="password" id="reg_password" title="Please enter a Password with a minimum 8 characters" value="" name="reg_password" validate="{validate:{required:true,messages:{required:'Please enter a valid Password'}}}" onkeyup="passwordStrength(this.value)" />
817
+ <span>
818
+ <div id="passwordStrength" style="visibility: Hidden">
819
+ <p>
820
+ <span class="translatable">Strength</span>:
821
+ </p>
822
+ </div>
823
+ <div id="passwordDescription">
824
+ </div>
825
+ <label class="checkbx2">
826
+ <input type="checkbox" id="show" onclick="reg_password.type = (!this.checked) ? 'password' : 'text'">
827
+ <span class="translatable">See password</span>
828
+ </label>
829
+
830
+
831
+ </span>
832
+ <label class="checkbx3">
833
+ <input class="inputCheckbox" id="reg_toc" type="checkbox" value="yes" name="reg_toc" validate="{validate:{required:true,messages:{required:'Please accept terms'}}}" />
834
+ <span class="translatable">I accept the</span> <a href="//www.dstv.com/Pages/TermsConditions" target="_blank" class="checkmsg"><span class="translatable">terms &amp; conditions</span></a>
835
+ <span id="AuthenticationMenu1_ctrlSignIn_CustomValidator1" class="visibleError_chk" style="visibility: hidden;">Please accept terms & conditions.</span>
836
+ </label>
837
+ </div>
838
+ <div>
839
+ <!--------------------- Make this button bring up the verification modal LINK TO verify.html------------------>
840
+ <input type="submit" title="Register" value="Register" class="but con_modEnable" id="butRegisterModal" />
841
+ <a rel="login" class="linkform" id="jumpToLogin"><span class="translatable">Already
842
+ have an account?</span><br />
843
+ <div class="biglinkar">
844
+ &gt;&gt;
845
+
846
+ </div>
847
+ <div class="biglink">
848
+ Login
849
+ </div>
850
+ </a>
851
+ </div>
852
+ </form>
853
+ </div>
854
+
855
+
856
+ </div>
857
+ </div>
858
+ <div class="bottom">
859
+ <br />
860
+ <br />
861
+ <br />
862
+ <br />
863
+ </div>
864
+ </div>
865
+ </div>
866
+ <div id="AuthenticationMenu1_ctrlSignIn_UpdateProgress1" style="display: none;">
867
+ <span class="translatable">Processing</span> ...
868
+ </div>
869
+ <div id="divVerify" class="verify active" style="Display: none;">
870
+ <h3 class="con_modalsh3">
871
+ <img src="/app_themes/connect/images/lock.png" alt="" /><span id="AuthenticationMenu1_ctrlSignIn_lblNotificationHead">Verification email sent</span><img class="con_logo" src="/app_themes/connect/images/ConnectLogo.png"
872
+ alt="" /></h3>
873
+ <div class="stripes">
874
+ &nbsp;
875
+ </div>
876
+ <div class="column">
877
+ <div>
878
+ <h4 class="con_h4">
879
+ <span id="AuthenticationMenu1_ctrlSignIn_lblNotifyH4">Thank you for signing up!</span></h4>
880
+ <div class="txt">
881
+ <span id="AuthenticationMenu1_ctrlSignIn_lblNotifyText">A verification link has been sent to your email.</span>
882
+ </div>
883
+
884
+ <div class="divhr">
885
+ </div>
886
+ <div>
887
+ </div>
888
+ </div>
889
+ <div>
890
+ <div>
891
+ <input type="submit" name="ctl00$AuthenticationMenu1$ctrlSignIn$btnBacktoSite" value="&lt; Back to site" id="AuthenticationMenu1_ctrlSignIn_btnBacktoSite" tabindex="2" class="con_modEnable" />
892
+ </div>
893
+ </div>
894
+ </div>
895
+ <div class="bottom">
896
+ <div class="clear">
897
+ </div>
898
+ </div>
899
+ </div>
900
+ </div>
901
+ </div>
902
+ </div>
903
+ <div id="popup4">
904
+ <div class="popMain">
905
+ <div class="popInner">
906
+ <div class="con_modals">
907
+ <a href="javascript:void()" class="closeModal">
908
+ <div class="close" id="close5">
909
+ <div class="closetxt">
910
+ x
911
+ </div>
912
+ </div>
913
+ </a>
914
+ <div id="div1" class="forgot_password active">
915
+ <h3 class="con_modalsh3">
916
+ <img src="/app_themes/connect/images/lock.png" alt="" />Email Reset<img class="con_logo"
917
+ src="/app_themes/connect/images/ConnectLogo.png" alt="" /></h3>
918
+ <div class="stripes">
919
+ &nbsp;
920
+ </div>
921
+ <div class="column">
922
+ <label style="left: 30px; height: 150px; line-height: 20px">
923
+ <br />
924
+ <br />
925
+ <span class="translatable">We see you have changed your email address.
926
+ <br />
927
+ Please click on the verification link you have been emailed to reactivate
928
+ your DStv Connect account.</span>
929
+ </label>
930
+ </div>
931
+ <div class="bottom">
932
+ <br />
933
+ <br />
934
+ <br />
935
+ <br />
936
+ </div>
937
+ </div>
938
+ </div>
939
+ </div>
940
+ </div>
941
+ </div>
942
+
943
+
944
+ <!--Supervisor Popup-->
945
+
946
+
947
+ <!-- Not Authenticated & SSO == NULL //-->
948
+ <!-- ApplicationStarted=2014 Dec 06 06:50:01 //-->
949
+ <!-- SessionStarted=2014 Dec 07 02:45:55 //-->
950
+ <script type="text/javascript">SSOResolve("http://selfservice.dstv.com/webMethods/localHandler.ashx", "/");</script>
951
+ </body>
952
+ </html>
forms/html/276.html ADDED
@@ -0,0 +1,833 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="tr-TR">
3
+ <head profile="http://gmpg.org/xfn/11">
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <meta property="fb:app_id" content="525558680806988"/>
6
+
7
+ <meta name="keywords" content="asp.net, csharp, android, apple, iphone, ps3, wordpress tema, Delphi"/>
8
+ <meta name="author" content="selim ozdem"/>
9
+
10
+ <title>Selim ÖZDEM Selim ÖZDEM - Kişisel Web sitesi</title>
11
+ <link rel="stylesheet" type="text/css" media="all" href="http://selimozdem.com/wp-content/themes/seo-nokta-theme/style.css" />
12
+ <link rel="pingback" href="http://selimozdem.com/xmlrpc.php" />
13
+
14
+ <link href="http://selimozdem.com/wp-content/themes/seo-nokta-theme/style.css" rel="stylesheet" type="text/css" />
15
+ <link href="http://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css" />
16
+ <script src="http://selimozdem.com/wp-content/themes/seo-nokta-theme/js/fonksiyon.js" type="text/javascript"></script>
17
+ <script src="http://selimozdem.com/wp-content/themes/seo-nokta-theme/js/jquery.js" type="text/javascript"></script>
18
+ <script type="text/javascript">
19
+ $(document).ready(function(){
20
+ $(".accordion .open-close:first").addClass("active");
21
+ $(".accordion p:not(:first)").hide();
22
+
23
+ $(".accordion h3").click(function(){
24
+ $(this).next("p").slideToggle(100)
25
+ .siblings("p:visible").slideUp(100);
26
+ $(".open-close").toggleClass("active");
27
+ $(this).siblings(".open-close").removeClass("active");
28
+ });
29
+ });
30
+
31
+ </script>
32
+ <!--[if IE 7]>
33
+ <link href="http://selimozdem.com/wp-content/themes/seo-nokta-theme/ie.css" rel="stylesheet" type="text/css" />
34
+ <![endif]-->
35
+
36
+
37
+ <!-- This site is optimized with the Yoast SEO plugin v3.0.6 - https://yoast.com/wordpress/plugins/seo/ -->
38
+ <meta name="description" content="Selim ÖZDEM&#039;in kişisel web sitesi"/>
39
+ <meta name="robots" content="noodp"/>
40
+ <meta name="keywords" content="film izle, oyun oyna, vize, final, sınav soruları, web programlama, mobil programla, delphi, delphi, xe, android, ios, java, c#, visual studio, oyun, xbox, play station, web tasarım, samsung yavaşlama problemi"/>
41
+ <link rel="canonical" href="http://selimozdem.com" />
42
+ <link rel="next" href="http://selimozdem.com/page/2/" />
43
+ <link rel="publisher" href="https://plus.google.com/+SelimÖZDEM/"/>
44
+ <meta name="twitter:card" content="summary"/>
45
+ <meta name="twitter:description" content="Selim ÖZDEM&#039;in kişisel web sitesi"/>
46
+ <meta name="twitter:title" content="Selim ÖZDEM - Kişisel Web sitesi"/>
47
+ <meta name="twitter:site" content="@selimozdem"/>
48
+ <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"http:\/\/selimozdem.com\/","name":"Selim \u00d6ZDEM","potentialAction":{"@type":"SearchAction","target":"http:\/\/selimozdem.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
49
+ <!-- / Yoast SEO plugin. -->
50
+
51
+ <link rel="alternate" type="application/rss+xml" title="Selim ÖZDEM &raquo; Beslemesi" href="http://selimozdem.com/feed/" />
52
+ <link rel="alternate" type="application/rss+xml" title="Selim ÖZDEM &raquo; Yorum Beslemesi" href="http://selimozdem.com/comments/feed/" />
53
+ <script type="text/javascript">
54
+ window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/selimozdem.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.3.1"}};
55
+ !function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
56
+ </script>
57
+ <style type="text/css">
58
+ img.wp-smiley,
59
+ img.emoji {
60
+ display: inline !important;
61
+ border: none !important;
62
+ box-shadow: none !important;
63
+ height: 1em !important;
64
+ width: 1em !important;
65
+ margin: 0 .07em !important;
66
+ vertical-align: -0.1em !important;
67
+ background: none !important;
68
+ padding: 0 !important;
69
+ }
70
+ </style>
71
+ <link rel='stylesheet' id='lightboxStyle-css' href='http://selimozdem.com/wp-content/plugins/lightbox-plus/css/shadowed/colorbox.min.css?ver=2.7.2' type='text/css' media='screen' />
72
+ <!-- This site uses the Google Analytics by Yoast plugin v5.4.6 - Universal disabled - https://yoast.com/wordpress/plugins/google-analytics/ -->
73
+ <script type="text/javascript">
74
+
75
+ var _gaq = _gaq || [];
76
+ _gaq.push(['_setAccount', 'UA-51360582-1']);
77
+ _gaq.push(['_gat._forceSSL']);
78
+ _gaq.push(['_trackPageview']);
79
+
80
+ (function () {
81
+ var ga = document.createElement('script');
82
+ ga.type = 'text/javascript';
83
+ ga.async = true;
84
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
85
+ var s = document.getElementsByTagName('script')[0];
86
+ s.parentNode.insertBefore(ga, s);
87
+ })();
88
+
89
+ </script>
90
+ <!-- / Google Analytics by Yoast -->
91
+ <script type='text/javascript' src='http://selimozdem.com/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script>
92
+ <script type='text/javascript' src='http://selimozdem.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
93
+ <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://selimozdem.com/xmlrpc.php?rsd" />
94
+ <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://selimozdem.com/wp-includes/wlwmanifest.xml" />
95
+ <meta name="generator" content="WordPress 4.3.1" />
96
+ <link rel="stylesheet" href="http://selimozdem.com/wp-content/plugins/wp-page-numbers/stylish/wp-page-numbers.css" type="text/css" media="screen" />
97
+ </head>
98
+
99
+ <body class="home blog">
100
+
101
+ <div id="fb-root"></div>
102
+ <script>(function(d, s, id) {
103
+ var js, fjs = d.getElementsByTagName(s)[0];
104
+ if (d.getElementById(id)) return;
105
+ js = d.createElement(s); js.id = id;
106
+ js.src = "//connect.facebook.net/tr_TR/all.js#xfbml=1&appId=525558680806988";
107
+ fjs.parentNode.insertBefore(js, fjs);
108
+ }(document, 'script', 'facebook-jssdk'));</script>
109
+
110
+
111
+
112
+ <div id="header">
113
+ <div class="main-container">
114
+ <div id="logo">
115
+ <h1><a href="http://selimozdem.com">Selim ÖZDEM</a></h1>
116
+ <br/><br/> <br/>
117
+ <iframe src="//www.facebook.com/plugins/follow?href=https%3A%2F%2Fwww.facebook.com%2Fselimozdem&amp;layout=standard&amp;show_faces=true&amp;colorscheme=light&amp;width=450&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:40px;" allowTransparency="true"></iframe>
118
+
119
+ </div>
120
+
121
+
122
+
123
+ <div id="social">
124
+ <ul>
125
+ <li class="facebook"><a href="http://www.facebook.com/selimozdem" title="Facebook">Facebook</a></li>
126
+ <li class="friendfeed"><a href="http://selimozdem.com" title="Friendfeed">Friendfeed</a></li>
127
+ <li class="twitter"><a href="http://www.twitter.com/selimozdem" title="Twitter">Twitter</a></li>
128
+ <li class="deviantart"><a href="http://selimozdem.com" title="Deviantart">Deviantart</a></li>
129
+ <li class="flickr"><a href="http://selimozdem.com" title="Flickr">Flickr</a></li>
130
+ </ul>
131
+ </div>
132
+
133
+
134
+
135
+
136
+
137
+
138
+ <div id="menu-areai">
139
+ <div id="menu">
140
+ <ul>
141
+ <li><a class="secili" href="http://selimozdem.com"><span>Ana Sayfa</span></a></li>
142
+ <li><span class="menu-line">&nbsp;</span></li>
143
+ <li class="page_item page-item-98"><a href="http://selimozdem.com/selimozdem-hakkinda/"><span>Hakkımda</span></a></li><li><span class="menu-line">&nbsp;</span></li>
144
+
145
+ </ul>
146
+ </div>
147
+
148
+
149
+
150
+
151
+ <div id="arama">
152
+ <form action="http://selimozdem.com" method="get">
153
+ <input class="arama" type="text" name="s" value="" /><input class="araniyor" type="submit" value="" name="ara" /></form>
154
+
155
+
156
+ </div>
157
+
158
+ </div>
159
+ </div>
160
+
161
+ </div>
162
+
163
+
164
+
165
+
166
+
167
+ <div id="middle">
168
+ <div class="main-container">
169
+ <div id="middle-area-header">
170
+ </div>
171
+ <div id="middle-area">
172
+ <div id="left">
173
+
174
+
175
+
176
+
177
+
178
+
179
+ <div class="content" id="post-3007" class="post-3007 post type-post status-publish format-standard hentry category-yazilim-yonetim-ve-kurulumu">
180
+ <div class="content-image">
181
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/uploads/2015/11/Ekran-Alıntısı-300x60.png" width="188px" height="158px"/>
182
+ <div class="content-image-shadow"></div>
183
+ </div>
184
+ <h2 class="content-title"><a href="http://selimozdem.com/yazilim-kurulumu-ve-yonetimi-dersi-ogrenci-sunumlari.html/">Yazılım kurulumu ve yönetimi Dersi Öğrenci Sunumları</a></h2>
185
+ <div class="content-detail">
186
+ <p>&nbsp; Öğrencilerimizin hazırladığı Sunumlara Ulaşmak için Tıklayınız. (4 Kasım 2015 tarihine kadar)</p>
187
+ </div>
188
+ <div class="clear-div"></div>
189
+ <div class="content-info">
190
+ <div class="content-info-view">
191
+ <a href="#"><strong>309</strong></a> Görüntüleme</div>
192
+ <div class="content-info-comment">
193
+ <a href="http://selimozdem.com/yazilim-kurulumu-ve-yonetimi-dersi-ogrenci-sunumlari.html/#respond"><strong>0</strong> Yorum</a>
194
+ </div>
195
+ <div class="content-info-date">
196
+ <strong>Tarihinde yazıldı 09-11-2015</strong></div>
197
+ <div class="content-info-continue">
198
+ <a href="http://selimozdem.com/yazilim-kurulumu-ve-yonetimi-dersi-ogrenci-sunumlari.html/"><strong>Devamı</strong> </a></div>
199
+ </div>
200
+ </div>
201
+
202
+
203
+
204
+
205
+ <div class="clear-div"></div>
206
+ <div class="content" id="post-3002" class="post-3002 post type-post status-publish format-standard hentry category-elektronik-olcme-teknigi">
207
+ <div class="content-image">
208
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/uploads/2015/11/elektronik-olcme-300x242.png" width="188px" height="158px"/>
209
+ <div class="content-image-shadow"></div>
210
+ </div>
211
+ <h2 class="content-title"><a href="http://selimozdem.com/elektronik-olcme-teknigi-ders-notlari.html/">Elektronik Ölçme Tekniği Ders notları</a></h2>
212
+ <div class="content-detail">
213
+ <p>Elektronik Ölçme Tekniği Ders notları na aşağıdan ulaşabilirsiniz. İndirmek için Tıklayınız (Elektronik Ölçme Tekniği Ders notları)</p>
214
+ </div>
215
+ <div class="clear-div"></div>
216
+ <div class="content-info">
217
+ <div class="content-info-view">
218
+ <a href="#"><strong>205</strong></a> Görüntüleme</div>
219
+ <div class="content-info-comment">
220
+ <a href="http://selimozdem.com/elektronik-olcme-teknigi-ders-notlari.html/#respond"><strong>0</strong> Yorum</a>
221
+ </div>
222
+ <div class="content-info-date">
223
+ <strong>Tarihinde yazıldı 06-11-2015</strong></div>
224
+ <div class="content-info-continue">
225
+ <a href="http://selimozdem.com/elektronik-olcme-teknigi-ders-notlari.html/"><strong>Devamı</strong> </a></div>
226
+ </div>
227
+ </div>
228
+
229
+
230
+
231
+
232
+ <div class="clear-div"></div>
233
+ <div class="content" id="post-2982" class="post-2982 post type-post status-publish format-standard hentry category-analog-elektronik">
234
+ <div class="content-image">
235
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/uploads/2015/10/transistors-as-diodes1-300x146.png" width="188px" height="158px"/>
236
+ <div class="content-image-shadow"></div>
237
+ </div>
238
+ <h2 class="content-title"><a href="http://selimozdem.com/transistor-nedir-nasil-calisir-what-is-transistor.html/">Transistör Nedir? Nasıl Çalışır? What is Transistor?</a></h2>
239
+ <div class="content-detail">
240
+ <p>Transistör Nedir? Nasıl Çalışır? What is Transistor? Transistörün Tarihçesi NPN &#8211; PNP katkılı Transistörler ile ilgili video aşağıdadır. Transistörün Tarihçesi Elektronikle ilgili sistemlerin gelişmesini ve bugün sahip olduğumuz teknolojilere ulaşmamızı sağlayan transistörün icadı 1947 yılında Bell araştırma laboratuvarlarında, William Shockley başkanlığında John Bardeen ve Walter Brattain&#8217;den oluşan ekip tarafından gerçekleştirilmiştir. Transistörlerin icadından önceki süreçte 1906 [&hellip;]</p>
241
+ </div>
242
+ <div class="clear-div"></div>
243
+ <div class="content-info">
244
+ <div class="content-info-view">
245
+ <a href="#"><strong>185</strong></a> Görüntüleme</div>
246
+ <div class="content-info-comment">
247
+ <a href="http://selimozdem.com/transistor-nedir-nasil-calisir-what-is-transistor.html/#respond"><strong>0</strong> Yorum</a>
248
+ </div>
249
+ <div class="content-info-date">
250
+ <strong>Tarihinde yazıldı 26-10-2015</strong></div>
251
+ <div class="content-info-continue">
252
+ <a href="http://selimozdem.com/transistor-nedir-nasil-calisir-what-is-transistor.html/"><strong>Devamı</strong> </a></div>
253
+ </div>
254
+ </div>
255
+
256
+
257
+
258
+
259
+ <div class="clear-div"></div>
260
+ <div class="content" id="post-2976" class="post-2976 post type-post status-publish format-standard hentry category-elektronik-olcme-teknigi">
261
+ <div class="content-image">
262
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/uploads/2015/10/transistor-saglam-300x230.jpg" width="188px" height="158px"/>
263
+ <div class="content-image-shadow"></div>
264
+ </div>
265
+ <h2 class="content-title"><a href="http://selimozdem.com/elektronik-olcme-teknigi-transistor-nasil-olculur.html/">Elektronik Ölçme Tekniği &#8211; Transistör Nasıl Ölçülür</a></h2>
266
+ <div class="content-detail">
267
+ <p>Transistörün AVOMETRE ile bacakları nasıl tesbit edilir? Sağlamlık kontrolü nasıl yapılır?  transistör nasıl ölçülür Önce Avometre diyot kademesine alınır. Problardan biri transistörün üç ucundan herhangi birine (genelde orta uç) sabit tutulur ve diğer prob iki uca da tek tek değdirilir. Diğer iki ucun da avometrede değer göstermesi gerekir. Eğer sadece biri değer gösterirse ikisi de [&hellip;]</p>
268
+ </div>
269
+ <div class="clear-div"></div>
270
+ <div class="content-info">
271
+ <div class="content-info-view">
272
+ <a href="#"><strong>159</strong></a> Görüntüleme</div>
273
+ <div class="content-info-comment">
274
+ <a href="http://selimozdem.com/elektronik-olcme-teknigi-transistor-nasil-olculur.html/#respond"><strong>0</strong> Yorum</a>
275
+ </div>
276
+ <div class="content-info-date">
277
+ <strong>Tarihinde yazıldı 26-10-2015</strong></div>
278
+ <div class="content-info-continue">
279
+ <a href="http://selimozdem.com/elektronik-olcme-teknigi-transistor-nasil-olculur.html/"><strong>Devamı</strong> </a></div>
280
+ </div>
281
+ </div>
282
+
283
+
284
+
285
+
286
+ <div class="clear-div"></div>
287
+ <div class="content" id="post-2970" class="post-2970 post type-post status-publish format-standard hentry category-hertelden">
288
+ <div class="content-image">
289
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/uploads/2015/10/tlf_dlan1-300x148.jpg" width="188px" height="158px"/>
290
+ <div class="content-image-shadow"></div>
291
+ </div>
292
+ <h2 class="content-title"><a href="http://selimozdem.com/08505322773-bu-numara-sizi-aramissa-dikkat.html/">08505322773 &#8211; Bu numara sizi aramışsa dikkat!</a></h2>
293
+ <div class="content-detail">
294
+ <p>08505322773 &#8211; Bu numara sizi aramışsa dikkat! &nbsp; 08505322773 &#8211; Bu numara sizi aramışsa dikkat! X ÇÜNKÜ DOLANDIRILMAYA ÇALIŞILIYORSUNUZ VEYA DOLANDIRILDINIZ! Son zamanlarda sıkça yapılan bir dolandırma biçimi bu numaradan yapılıyor. Sigortacılık Düzenleme ve Denetleme Kurumundan aradıklarını 3 yıllık hayat sigortanızın bulunduğunu bunların toplam 1000 küsür lira alacağınızın olduğunu ve dilerseniz hemen iadesinin gerçekleştirileceğini söylüyorlar. [&hellip;]</p>
295
+ </div>
296
+ <div class="clear-div"></div>
297
+ <div class="content-info">
298
+ <div class="content-info-view">
299
+ <a href="#"><strong>825</strong></a> Görüntüleme</div>
300
+ <div class="content-info-comment">
301
+ <a href="http://selimozdem.com/08505322773-bu-numara-sizi-aramissa-dikkat.html/#respond"><strong>0</strong> Yorum</a>
302
+ </div>
303
+ <div class="content-info-date">
304
+ <strong>Tarihinde yazıldı 23-10-2015</strong></div>
305
+ <div class="content-info-continue">
306
+ <a href="http://selimozdem.com/08505322773-bu-numara-sizi-aramissa-dikkat.html/"><strong>Devamı</strong> </a></div>
307
+ </div>
308
+ </div>
309
+
310
+
311
+
312
+
313
+ <div class="clear-div"></div>
314
+ <div class="content" id="post-2955" class="post-2955 post type-post status-publish format-standard hentry category-telefon">
315
+ <div class="content-image">
316
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/uploads/2015/10/c35301-206x300.png" width="188px" height="158px"/>
317
+ <div class="content-image-shadow"></div>
318
+ </div>
319
+ <h2 class="content-title"><a href="http://selimozdem.com/hard-reset-samsung-c3530-resetleme.html/">Hard Reset SAMSUNG C3530 Resetleme işlemi</a></h2>
320
+ <div class="content-detail">
321
+ <p>Samsung gt &#8211; c3530 telefonlarda fabrika ayarlarına dönerken şifre istiyor ve siz de şifreyi bilmiyorsanız, 8 adet Sıfır&#8217;ı deneyebilirsiniz. (00000000) bu işe yaramazsa eprom hafızasını resetleyerek sorunu çözebilirsiniz. eprom hafızasını resetlemek için arama ekranından *2767*3855# kodunu girip arama tuşuna basın. Telefon kapanıp tekrar açılacak. Şimdi fabrika ayarlarına dönmeye çalışın, burada sizden yeni bir şifre belirlemenizi isteyecek. [&hellip;]</p>
322
+ </div>
323
+ <div class="clear-div"></div>
324
+ <div class="content-info">
325
+ <div class="content-info-view">
326
+ <a href="#"><strong>188</strong></a> Görüntüleme</div>
327
+ <div class="content-info-comment">
328
+ <a href="http://selimozdem.com/hard-reset-samsung-c3530-resetleme.html/#respond"><strong>0</strong> Yorum</a>
329
+ </div>
330
+ <div class="content-info-date">
331
+ <strong>Tarihinde yazıldı 13-10-2015</strong></div>
332
+ <div class="content-info-continue">
333
+ <a href="http://selimozdem.com/hard-reset-samsung-c3530-resetleme.html/"><strong>Devamı</strong> </a></div>
334
+ </div>
335
+ </div>
336
+
337
+
338
+
339
+
340
+ <div class="clear-div"></div>
341
+ <div class="content" id="post-2943" class="post-2943 post type-post status-publish format-standard hentry category-ag-temelleri category-bilgisayar-aglari">
342
+ <div class="content-image">
343
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/uploads/2015/10/1412349679-6787-8291-2711-300x180.jpg" width="188px" height="158px"/>
344
+ <div class="content-image-shadow"></div>
345
+ </div>
346
+ <h2 class="content-title"><a href="http://selimozdem.com/ag-temelleri-dersi-ders-notlari.html/">Ağ Temelleri Dersi Ders Notları</a></h2>
347
+ <div class="content-detail">
348
+ <p>1.  Hafta : B1_AgTemelleri (Sunum) B1_Ağ_temelleri (Word Dosyası) 2.  Hafta : B02_Veri_İletimi (Sunum) B02_Veri_İletim (Word) 3-4. Hafta B03-4_Ağ_Mimarileri 5. Hafta B05_OSI_Modeli 6. Hafta B06_Ag_Kabloları</p>
349
+ </div>
350
+ <div class="clear-div"></div>
351
+ <div class="content-info">
352
+ <div class="content-info-view">
353
+ <a href="#"><strong>397</strong></a> Görüntüleme</div>
354
+ <div class="content-info-comment">
355
+ <a href="http://selimozdem.com/ag-temelleri-dersi-ders-notlari.html/#respond"><strong>0</strong> Yorum</a>
356
+ </div>
357
+ <div class="content-info-date">
358
+ <strong>Tarihinde yazıldı 05-10-2015</strong></div>
359
+ <div class="content-info-continue">
360
+ <a href="http://selimozdem.com/ag-temelleri-dersi-ders-notlari.html/"><strong>Devamı</strong> </a></div>
361
+ </div>
362
+ </div>
363
+
364
+
365
+
366
+
367
+ <div class="clear-div"></div>
368
+ <div class="content" id="post-2933" class="post-2933 post type-post status-publish format-standard hentry category-sungurlu-meslek-yuksekokulu category-yazilim-yonetim-ve-kurulumu">
369
+ <div class="content-image">
370
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/themes/seo-nokta-theme/images/curcuna.png" width="188px" height="158px"/>
371
+ <div class="content-image-shadow"></div>
372
+ </div>
373
+ <h2 class="content-title"><a href="http://selimozdem.com/yazilim-kurulumu-ve-yonetimi-dersi-notlari-ve-konu-anlatim-listeleri.html/">Yazılım Kurulumu ve Yönetimi Dersi Notları ve Konu Anlatım Listeleri</a></h2>
374
+ <div class="content-detail">
375
+ <p>1-isletim-sistemleri-giris 2- Örnek Sunum Klasörü &nbsp; Güncellendi (09.11.2015)&#8212; Yazilim-kurulumu-Konu-Anlatim-listesi-Normal-Ogretim Güncellendi (09.11.2015) &#8212; Yazilim-kurulumu-Konu-Anlatim-listesi-Ikinci-Ogretim &nbsp; &nbsp;</p>
376
+ </div>
377
+ <div class="clear-div"></div>
378
+ <div class="content-info">
379
+ <div class="content-info-view">
380
+ <a href="#"><strong>638</strong></a> Görüntüleme</div>
381
+ <div class="content-info-comment">
382
+ <a href="http://selimozdem.com/yazilim-kurulumu-ve-yonetimi-dersi-notlari-ve-konu-anlatim-listeleri.html/#respond"><strong>0</strong> Yorum</a>
383
+ </div>
384
+ <div class="content-info-date">
385
+ <strong>Tarihinde yazıldı 01-10-2015</strong></div>
386
+ <div class="content-info-continue">
387
+ <a href="http://selimozdem.com/yazilim-kurulumu-ve-yonetimi-dersi-notlari-ve-konu-anlatim-listeleri.html/"><strong>Devamı</strong> </a></div>
388
+ </div>
389
+ </div>
390
+
391
+
392
+
393
+
394
+ <div class="clear-div"></div>
395
+ <div class="content" id="post-2927" class="post-2927 post type-post status-publish format-standard hentry category-java">
396
+ <div class="content-image">
397
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/uploads/2015/09/java1-300x180.jpg" width="188px" height="158px"/>
398
+ <div class="content-image-shadow"></div>
399
+ </div>
400
+ <h2 class="content-title"><a href="http://selimozdem.com/your-security-settings-have-blocked-a-self-signed-application-from-running-hatasi.html/">&#8220;Your security settings have blocked a self-signed application from running&#8221; hatası</a></h2>
401
+ <div class="content-detail">
402
+ <p>SGK duyurusu aynı hatayı alanlar için yapılacak işlemler Java Güncellemesi sebebiyle &#8220;Your security settings have blocked a self-signed application from running&#8221; hatası alan kurumlar aşağıda belirtilen yöntemi uyguladıkları takdirde Kesenek uygulamalarına sorunsuz şekilde girebilirler. NOT: Asağıdaki yöntemi daha önce uygulayanlar bu yöntemi yeni adres ile tekrar uygulamalılar. (1)Denetim masasında bulunan JAVA alanında Security(Güvenlik) alanında girin [&hellip;]</p>
403
+ </div>
404
+ <div class="clear-div"></div>
405
+ <div class="content-info">
406
+ <div class="content-info-view">
407
+ <a href="#"><strong>4378</strong></a> Görüntüleme</div>
408
+ <div class="content-info-comment">
409
+ <a href="http://selimozdem.com/your-security-settings-have-blocked-a-self-signed-application-from-running-hatasi.html/#respond"><strong>0</strong> Yorum</a>
410
+ </div>
411
+ <div class="content-info-date">
412
+ <strong>Tarihinde yazıldı 18-09-2015</strong></div>
413
+ <div class="content-info-continue">
414
+ <a href="http://selimozdem.com/your-security-settings-have-blocked-a-self-signed-application-from-running-hatasi.html/"><strong>Devamı</strong> </a></div>
415
+ </div>
416
+ </div>
417
+
418
+
419
+
420
+
421
+ <div class="clear-div"></div>
422
+ <div class="content" id="post-2871" class="post-2871 post type-post status-publish format-standard hentry category-alternatif-akim-devre-analizi category-analog-elektronik">
423
+ <div class="content-image">
424
+ <img alt="Image Detail" src="http://selimozdem.com/wp-content/themes/seo-nokta-theme/images/curcuna.png" width="188px" height="158px"/>
425
+ <div class="content-image-shadow"></div>
426
+ </div>
427
+ <h2 class="content-title"><a href="http://selimozdem.com/final-sinavlari-icin-bilgilendirme.html/">Final Sınavları için bilgilendirme</a></h2>
428
+ <div class="content-detail">
429
+ <p>Alternatif akim ve Devre Analizi konulari sayfa: 70 e kadar &nbsp; &nbsp; Analog Elektronik &#8211; 1 Analog-1 Analog-2  sayfa 181 e kadar &nbsp; &nbsp; Bilgisayar Destekli Tasarım 1 proteus1 proteus2 sayfa 130 a kadar &nbsp; &nbsp;</p>
430
+ </div>
431
+ <div class="clear-div"></div>
432
+ <div class="content-info">
433
+ <div class="content-info-view">
434
+ <a href="#"><strong>636</strong></a> Görüntüleme</div>
435
+ <div class="content-info-comment">
436
+ <a href="http://selimozdem.com/final-sinavlari-icin-bilgilendirme.html/#respond"><strong>0</strong> Yorum</a>
437
+ </div>
438
+ <div class="content-info-date">
439
+ <strong>Tarihinde yazıldı 01-06-2015</strong></div>
440
+ <div class="content-info-continue">
441
+ <a href="http://selimozdem.com/final-sinavlari-icin-bilgilendirme.html/"><strong>Devamı</strong> </a></div>
442
+ </div>
443
+ </div>
444
+
445
+
446
+
447
+
448
+ <div class="clear-div"></div>
449
+ <div id="sayfala">
450
+ <ul class='page-numbers'>
451
+ <li><span class='page-numbers current'>1</span></li>
452
+ <li><a class='page-numbers' href='http://selimozdem.com/page/2/'>2</a></li>
453
+ <li><a class='page-numbers' href='http://selimozdem.com/page/3/'>3</a></li>
454
+ <li><a class='page-numbers' href='http://selimozdem.com/page/4/'>4</a></li>
455
+ <li><a class='page-numbers' href='http://selimozdem.com/page/5/'>5</a></li>
456
+ <li><a class='page-numbers' href='http://selimozdem.com/page/6/'>6</a></li>
457
+ <li><a class='page-numbers' href='http://selimozdem.com/page/7/'>7</a></li>
458
+ <li><a class='page-numbers' href='http://selimozdem.com/page/8/'>8</a></li>
459
+ <li><a class='page-numbers' href='http://selimozdem.com/page/9/'>9</a></li>
460
+ <li><a class='page-numbers' href='http://selimozdem.com/page/10/'>10</a></li>
461
+ <li><a class='page-numbers' href='http://selimozdem.com/page/11/'>11</a></li>
462
+ <li><a class='page-numbers' href='http://selimozdem.com/page/12/'>12</a></li>
463
+ <li><a class='page-numbers' href='http://selimozdem.com/page/13/'>13</a></li>
464
+ <li><a class='page-numbers' href='http://selimozdem.com/page/14/'>14</a></li>
465
+ <li><a class='page-numbers' href='http://selimozdem.com/page/15/'>15</a></li>
466
+ <li><a class='page-numbers' href='http://selimozdem.com/page/16/'>16</a></li>
467
+ <li><a class='page-numbers' href='http://selimozdem.com/page/17/'>17</a></li>
468
+ <li><a class='page-numbers' href='http://selimozdem.com/page/18/'>18</a></li>
469
+ <li><a class='page-numbers' href='http://selimozdem.com/page/19/'>19</a></li>
470
+ <li><a class='page-numbers' href='http://selimozdem.com/page/20/'>20</a></li>
471
+ <li><a class='page-numbers' href='http://selimozdem.com/page/21/'>21</a></li>
472
+ <li><a class='page-numbers' href='http://selimozdem.com/page/22/'>22</a></li>
473
+ <li><a class='page-numbers' href='http://selimozdem.com/page/23/'>23</a></li>
474
+ <li><a class='page-numbers' href='http://selimozdem.com/page/24/'>24</a></li>
475
+ <li><a class='page-numbers' href='http://selimozdem.com/page/25/'>25</a></li>
476
+ <li><a class='page-numbers' href='http://selimozdem.com/page/26/'>26</a></li>
477
+ <li><a class='page-numbers' href='http://selimozdem.com/page/27/'>27</a></li>
478
+ <li><a class='page-numbers' href='http://selimozdem.com/page/28/'>28</a></li>
479
+ <li><a class='page-numbers' href='http://selimozdem.com/page/29/'>29</a></li>
480
+ <li><a class='page-numbers' href='http://selimozdem.com/page/30/'>30</a></li>
481
+ <li><a class='page-numbers' href='http://selimozdem.com/page/31/'>31</a></li>
482
+ <li><a class='page-numbers' href='http://selimozdem.com/page/32/'>32</a></li>
483
+ <li><a class='page-numbers' href='http://selimozdem.com/page/33/'>33</a></li>
484
+ <li><a class='page-numbers' href='http://selimozdem.com/page/34/'>34</a></li>
485
+ <li><a class='page-numbers' href='http://selimozdem.com/page/35/'>35</a></li>
486
+ <li><a class='page-numbers' href='http://selimozdem.com/page/36/'>36</a></li>
487
+ <li><a class='page-numbers' href='http://selimozdem.com/page/37/'>37</a></li>
488
+ <li><a class='page-numbers' href='http://selimozdem.com/page/38/'>38</a></li>
489
+ <li><a class='page-numbers' href='http://selimozdem.com/page/39/'>39</a></li>
490
+ <li><a class='page-numbers' href='http://selimozdem.com/page/40/'>40</a></li>
491
+ <li><a class='page-numbers' href='http://selimozdem.com/page/41/'>41</a></li>
492
+ <li><a class='page-numbers' href='http://selimozdem.com/page/42/'>42</a></li>
493
+ <li><a class='page-numbers' href='http://selimozdem.com/page/43/'>43</a></li>
494
+ <li><a class='page-numbers' href='http://selimozdem.com/page/44/'>44</a></li>
495
+ <li><a class='page-numbers' href='http://selimozdem.com/page/45/'>45</a></li>
496
+ <li><a class='page-numbers' href='http://selimozdem.com/page/46/'>46</a></li>
497
+ <li><a class='page-numbers' href='http://selimozdem.com/page/47/'>47</a></li>
498
+ <li><a class='page-numbers' href='http://selimozdem.com/page/48/'>48</a></li>
499
+ <li><a class='page-numbers' href='http://selimozdem.com/page/49/'>49</a></li>
500
+ <li><a class='page-numbers' href='http://selimozdem.com/page/50/'>50</a></li>
501
+ <li><a class='page-numbers' href='http://selimozdem.com/page/51/'>51</a></li>
502
+ <li><a class='page-numbers' href='http://selimozdem.com/page/52/'>52</a></li>
503
+ <li><a class='page-numbers' href='http://selimozdem.com/page/53/'>53</a></li>
504
+ <li><a class='page-numbers' href='http://selimozdem.com/page/54/'>54</a></li>
505
+ <li><a class='page-numbers' href='http://selimozdem.com/page/55/'>55</a></li>
506
+ <li><a class='page-numbers' href='http://selimozdem.com/page/56/'>56</a></li>
507
+ <li><a class='page-numbers' href='http://selimozdem.com/page/57/'>57</a></li>
508
+ <li><a class='page-numbers' href='http://selimozdem.com/page/58/'>58</a></li>
509
+ <li><a class='page-numbers' href='http://selimozdem.com/page/59/'>59</a></li>
510
+ <li><a class='page-numbers' href='http://selimozdem.com/page/60/'>60</a></li>
511
+ <li><a class='page-numbers' href='http://selimozdem.com/page/61/'>61</a></li>
512
+ <li><a class='page-numbers' href='http://selimozdem.com/page/62/'>62</a></li>
513
+ <li><a class='page-numbers' href='http://selimozdem.com/page/63/'>63</a></li>
514
+ <li><a class='page-numbers' href='http://selimozdem.com/page/64/'>64</a></li>
515
+ <li><a class='page-numbers' href='http://selimozdem.com/page/65/'>65</a></li>
516
+ <li><a class='page-numbers' href='http://selimozdem.com/page/66/'>66</a></li>
517
+ <li><a class='page-numbers' href='http://selimozdem.com/page/67/'>67</a></li>
518
+ <li><a class='page-numbers' href='http://selimozdem.com/page/68/'>68</a></li>
519
+ <li><a class='page-numbers' href='http://selimozdem.com/page/69/'>69</a></li>
520
+ <li><a class='page-numbers' href='http://selimozdem.com/page/70/'>70</a></li>
521
+ <li><a class='page-numbers' href='http://selimozdem.com/page/71/'>71</a></li>
522
+ <li><a class='page-numbers' href='http://selimozdem.com/page/72/'>72</a></li>
523
+ <li><a class='page-numbers' href='http://selimozdem.com/page/73/'>73</a></li>
524
+ <li><a class='page-numbers' href='http://selimozdem.com/page/74/'>74</a></li>
525
+ <li><a class='page-numbers' href='http://selimozdem.com/page/75/'>75</a></li>
526
+ <li><a class='page-numbers' href='http://selimozdem.com/page/76/'>76</a></li>
527
+ <li><a class='page-numbers' href='http://selimozdem.com/page/77/'>77</a></li>
528
+ <li><a class='page-numbers' href='http://selimozdem.com/page/78/'>78</a></li>
529
+ <li><a class="next page-numbers" href="http://selimozdem.com/page/2/"> »</a></li>
530
+ </ul>
531
+ </div>
532
+ </div>
533
+
534
+ <div id="right">
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+ <div class="right-blok2"><div class="right-blok-title2">Kategoriler</div><div class="menu-sag-ust-menu-container"><ul id="menu-sag-ust-menu" class="menu"><li id="menu-item-395" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-395"><a href="http://selimozdem.com/category/android/">Android</a></li>
545
+ <li id="menu-item-2315" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2315"><a href="http://selimozdem.com/category/antivirus-2/">Antivirüs</a></li>
546
+ <li id="menu-item-396" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-396"><a href="http://selimozdem.com/category/apple-2/">Apple</a></li>
547
+ <li id="menu-item-397" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-397"><a href="http://selimozdem.com/category/ders-notlari/bilgisayar-aglari/">Bilgisayar Ağları</a></li>
548
+ <li id="menu-item-2199" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2199"><a href="http://selimozdem.com/category/ders-notlari/bilgisayara-giris/">Bilgisayara Giriş</a></li>
549
+ <li id="menu-item-398" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-398"><a href="http://selimozdem.com/category/delphi/">Delphi 7</a></li>
550
+ <li id="menu-item-2151" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2151"><a href="http://selimozdem.com/category/delphi-xe4/">Delphi XE4 ve XE5</a></li>
551
+ <li id="menu-item-2193" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2193"><a href="http://selimozdem.com/category/dinlediklerim/">♫ Dinlediklerim</a></li>
552
+ <li id="menu-item-399" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-399"><a href="http://selimozdem.com/category/donanim/">Donanım</a></li>
553
+ <li id="menu-item-400" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-400"><a href="http://selimozdem.com/category/facebook/">Facebook</a></li>
554
+ <li id="menu-item-401" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-401"><a href="http://selimozdem.com/category/flash-swf/">Flash &#8211; Swf</a></li>
555
+ <li id="menu-item-402" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-402"><a href="http://selimozdem.com/category/hertelden/">Her Telden</a></li>
556
+ <li id="menu-item-2152" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2152"><a href="http://selimozdem.com/category/ingilizce/">İngilizce</a></li>
557
+ <li id="menu-item-403" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403"><a href="http://selimozdem.com/category/internet/">İnternet</a></li>
558
+ <li id="menu-item-404" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-404"><a href="http://selimozdem.com/category/ms-office/">MS Office</a></li>
559
+ <li id="menu-item-405" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-405"><a href="http://selimozdem.com/category/ms-sql-server/">Ms Sql Server</a></li>
560
+ <li id="menu-item-2766" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2766"><a href="http://selimozdem.com/category/nasil-calisir/">Nasıl Çalışır?</a></li>
561
+ <li id="menu-item-406" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-406"><a href="http://selimozdem.com/category/oyun/">Oyun</a></li>
562
+ <li id="menu-item-1462" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1462"><a href="http://selimozdem.com/category/film/">Film İzle</a></li>
563
+ <li id="menu-item-407" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-407"><a href="http://selimozdem.com/category/paket-programlar/">Paket Programlar</a></li>
564
+ <li id="menu-item-408" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-408"><a href="http://selimozdem.com/category/tablet-pc/">Tablet PC</a></li>
565
+ <li id="menu-item-409" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-409"><a href="http://selimozdem.com/category/teknoloji/">Teknoloji</a></li>
566
+ <li id="menu-item-410" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-410"><a href="http://selimozdem.com/category/telefon/">Telefon</a></li>
567
+ <li id="menu-item-411" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-411"><a href="http://selimozdem.com/category/visual-studio/">Visual Studio</a></li>
568
+ <li id="menu-item-412" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-412"><a href="http://selimozdem.com/category/windows/">Windows</a></li>
569
+ <li id="menu-item-413" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-413"><a href="http://selimozdem.com/category/wp/">WordPress</a></li>
570
+ <li id="menu-item-414" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-414"><a href="http://selimozdem.com/category/yazilim/">Yazılım</a></li>
571
+ <li id="menu-item-729" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-729"><a href="http://selimozdem.com/category/ilginc-siteler/">İlginç Siteler</a></li>
572
+ <li id="menu-item-2926" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2926"><a href="https://www.digitalocean.com/?refcode=dcd574b16062" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'https://www.digitalocean.com/?refcode=dcd574b16062', 'Digital Ocean']);" >Digital Ocean</a></li>
573
+ </ul></div></div><div class="right-blok2"><div class="right-blok-title2">Ders Notları</div><div class="menu-ders-notlari-container"><ul id="menu-ders-notlari" class="menu"><li id="menu-item-2978" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2978"><a href="http://selimozdem.com/category/ders-notlari/elektronik-olcme-teknigi/">Elektronik Ölçme Tekniği</a></li>
574
+ <li id="menu-item-2939" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2939"><a href="http://selimozdem.com/category/ders-notlari/yazilim-yonetim-ve-kurulumu/">Yazılım Kurulumu ve Yönetimi</a></li>
575
+ <li id="menu-item-2938" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2938"><a href="http://selimozdem.com/category/ders-notlari/ag-temelleri/">Ağ Temelleri</a></li>
576
+ <li id="menu-item-2942" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2942"><a href="http://selimozdem.com/category/ders-notlari/analog-elektronik-ii/">Analog Elektronik &#8211; II</a></li>
577
+ <li id="menu-item-2941" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2941"><a href="http://selimozdem.com/category/ders-notlari/analog-elektronik/">Analog Elektronik &#8211; I</a></li>
578
+ <li id="menu-item-2751" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2751"><a href="http://selimozdem.com/category/ders-notlari/kalite-guvence-ve-standartlari/">Kalite Güvence ve Standartları</a></li>
579
+ <li id="menu-item-2937" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2937"><a href="http://selimozdem.com/category/ders-notlari/telefon-iletisimi-ve-anahtarlama-sistemleri/">Telefon İletişimi ve Anahtarlama Sistemleri</a></li>
580
+ </ul></div></div><div class="right-blok2"><div class="right-blok-title2">Benzer Yazılar</div>
581
+
582
+
583
+ <ul>
584
+ <li><a href="http://selimozdem.com/yazilim-kurulumu-ve-yonetimi-dersi-notlari-ve-konu-anlatim-listeleri.html/" title="Yazılım Kurulumu ve Yönetimi Dersi Notları ve Konu Anlatım Listeleri">Yazılım Kurulumu ve Yönetimi Dersi Notları ve Konu Anlatım Listeleri</a></li>
585
+ </ul>
586
+
587
+
588
+ </div><div class="right-blok2"><div class="right-blok-title2">Facebook Takip Et</div> <div class="textwidget"><br><iframe src="//www.facebook.com/plugins/follow?href=https%3A%2F%2Fwww.facebook.com%2Fselimozdem&amp;layout=standard&amp;show_faces=true&amp;colorscheme=light&amp;width=450&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:260px; height:80px;" allowTransparency="true"></iframe></div>
589
+ </div><div class="right-blok2"><div class="right-blok-title2">Sponsorlu Bağlantılar</div> <div class="textwidget"><script type="text/javascript"><!--
590
+ google_ad_client = "ca-pub-3496230895502279";
591
+ /* selimozdemdikey250 */
592
+ google_ad_slot = "2073483252";
593
+ google_ad_width = 250;
594
+ google_ad_height = 250;
595
+ //-->
596
+ </script>
597
+ <script type="text/javascript"
598
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
599
+ </script></div>
600
+ </div><div class="right-blok2"><div class="right-blok-title2">Html Dersleri</div><ul class="single_category_posts_widget">
601
+ <li><a href="http://selimozdem.com/asp-net-textboxlari-temizleme-islemi.html/">Asp.Net Textboxları Temizleme İşlemi…</a></li>
602
+ <li><a href="http://selimozdem.com/internet-programciligi-final-sorulari.html/">İnternet Programcılığı Final Soruları</a></li>
603
+ <li><a href="http://selimozdem.com/internet-programciligi-normal-ogretim-13-12-2012.html/">İnternet Programcılığı Projeler 13.12.2012</a></li>
604
+ <li><a href="http://selimozdem.com/html-fontlar-fonts.html/">HTML Fontlar (Fonts)</a></li>
605
+ <li><a href="http://selimozdem.com/html-tasarim.html/">HTML Tasarım</a></li>
606
+ <li><a href="http://selimozdem.com/html-4-01-hizli-liste.html/">HTML 4.01 Hızlı Liste</a></li>
607
+ <li><a href="http://selimozdem.com/html-renk-isimleri.html/">HTML Renk İsimleri</a></li>
608
+ <li><a href="http://selimozdem.com/html-renk-degerleri.html/">HTML Renk Değerleri </a></li>
609
+ <li><a href="http://selimozdem.com/html-renkler.html/">HTML Renkler</a></li>
610
+ <li><a href="http://selimozdem.com/html-arka-plan.html/">HTML Arka Plan</a></li>
611
+ <li><a href="http://selimozdem.com/html-resimler.html/">HTML Resimler</a></li>
612
+ <li><a href="http://selimozdem.com/html-form-olusturma.html/">HTML Form Oluşturma</a></li>
613
+ <li><a href="http://selimozdem.com/html-listeleme-lists.html/">HTML Listeleme (Lists)</a></li>
614
+ <li><a href="http://selimozdem.com/html-tablolar-tables.html/">HTML Tablolar (Tables)</a></li>
615
+ <li><a href="http://selimozdem.com/html-cerceveler-frames.html/">HTML Çerçeveler (Frames)</a></li>
616
+ <li><a href="http://selimozdem.com/html-baglantilar-links.html/">HTML Bağlantılar (Links)</a></li>
617
+ <li><a href="http://selimozdem.com/html-ozel-karakterler.html/">HTML Özel Karakterler</a></li>
618
+ </ul>
619
+ </div><div class="right-blok2"><div class="right-blok-title2">Güncel Dizi İzle</div><div class="menu-dizi-izle-container"><ul id="menu-dizi-izle" class="menu"><li id="menu-item-879" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-879"><a href="http://selimozdem.com/category/dizi/muhtesem-yuzyil/">Muhteşem Yüzyıl</a></li>
620
+ <li id="menu-item-878" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-878"><a href="http://selimozdem.com/category/dizi/huzur-sokagi/">Huzur Sokağı</a></li>
621
+ <li id="menu-item-888" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-888"><a href="http://selimozdem.com/category/dizi/isler-gucler/">İşler Güçler</a></li>
622
+ <li id="menu-item-889" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-889"><a href="http://selimozdem.com/category/dizi/kurtlar-vadisi-pusu/">Kurtlar Vadisi Pusu</a></li>
623
+ <li id="menu-item-1618" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1618"><a href="http://selimozdem.com/category/dizi/karadayi/">Karadayı</a></li>
624
+ </ul></div></div><div class="right-blok2"><div class="right-blok-title2">Son Eklenen Filmler</div><ul class="single_category_posts_widget">
625
+ <li><a href="http://selimozdem.com/noel-baba-geldiginde-izle.html/">Noel Baba Geldiğinde izle</a></li>
626
+ <li><a href="http://selimozdem.com/tom-ve-jerry-robin-hood-masali-izle.html/">Tom Ve Jerry Robin Hood Masalı İzle</a></li>
627
+ <li><a href="http://selimozdem.com/pazar-babasi-izle.html/">Pazar Babası izle</a></li>
628
+ <li><a href="http://selimozdem.com/madagaskar-3-avrupa%c2%b4nin-en-cok-arananlari-izle.html/">Madagaskar 3 Avrupa´nın En Çok Arananları İzle</a></li>
629
+ <li><a href="http://selimozdem.com/fetih-1453-film-izle.html/">Fetih 1453 film izle</a></li>
630
+ </ul>
631
+ </div><div class="right-blok2"><div class="right-blok-title2">Oyunlar</div><div class="menu-oyunlar-3-container"><ul id="menu-oyunlar-3" class="menu"><li id="menu-item-381" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-381"><a href="http://selimozdem.com/category/oyunlar-2/aile-oyunlari/">Aile Oyunları</a></li>
632
+ <li id="menu-item-382" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-382"><a href="http://selimozdem.com/category/oyunlar-2/aksiyon-oyunlari/">Aksiyon Oyunları</a></li>
633
+ <li id="menu-item-383" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-383"><a href="http://selimozdem.com/category/oyunlar-2/araba-oyunlari/">Araba Oyunları</a></li>
634
+ <li id="menu-item-384" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-384"><a href="http://selimozdem.com/category/oyunlar-2/at-oyunlari/">At Oyunlar��</a></li>
635
+ <li id="menu-item-385" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-385"><a href="http://selimozdem.com/category/oyunlar-2/balon-ve-top-oyunlari/">Balon ve Top Oyunları</a></li>
636
+ <li id="menu-item-386" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-386"><a href="http://selimozdem.com/category/oyunlar-2/barbie-oyunlari/">Barbie Oyunları</a></li>
637
+ <li id="menu-item-387" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-387"><a href="http://selimozdem.com/category/oyunlar-2/basketbol-oyunlari/">Basketbol Oyunları</a></li>
638
+ <li id="menu-item-388" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-388"><a href="http://selimozdem.com/category/oyunlar-2/ben-10-oyunlari/">Ben 10 Oyunları</a></li>
639
+ <li id="menu-item-389" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-389"><a href="http://selimozdem.com/category/oyunlar-2/bilardo-oyunlari/">Bilardo Oyunları</a></li>
640
+ <li id="menu-item-390" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-390"><a href="http://selimozdem.com/category/oyunlar-2/bratz-oyunlari/">Bratz Oyunları</a></li>
641
+ <li id="menu-item-391" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-391"><a href="http://selimozdem.com/category/oyunlar-2/dora-oyulari/">Dora Oyuları</a></li>
642
+ <li id="menu-item-392" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-392"><a href="http://selimozdem.com/category/oyunlar-2/giydirme-oyunlari/">Giydirme Oyunları</a></li>
643
+ <li id="menu-item-393" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-393"><a href="http://selimozdem.com/category/oyunlar-2/makyaj-oyunlari/">Makyaj Oyunları</a></li>
644
+ <li id="menu-item-394" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-394"><a href="http://selimozdem.com/category/oyunlar-2/zeka-oyunlari/">Zeka Oyunları</a></li>
645
+ </ul></div></div> <div class="right-blok2"> <div class="right-blok-title2">Son Yazılar</div> <ul>
646
+ <li>
647
+ <a href="http://selimozdem.com/yazilim-kurulumu-ve-yonetimi-dersi-ogrenci-sunumlari.html/">Yazılım kurulumu ve yönetimi Dersi Öğrenci Sunumları</a>
648
+ </li>
649
+ <li>
650
+ <a href="http://selimozdem.com/elektronik-olcme-teknigi-ders-notlari.html/">Elektronik Ölçme Tekniği Ders notları</a>
651
+ </li>
652
+ <li>
653
+ <a href="http://selimozdem.com/transistor-nedir-nasil-calisir-what-is-transistor.html/">Transistör Nedir? Nasıl Çalışır? What is Transistor?</a>
654
+ </li>
655
+ <li>
656
+ <a href="http://selimozdem.com/elektronik-olcme-teknigi-transistor-nasil-olculur.html/">Elektronik Ölçme Tekniği &#8211; Transistör Nasıl Ölçülür</a>
657
+ </li>
658
+ <li>
659
+ <a href="http://selimozdem.com/08505322773-bu-numara-sizi-aramissa-dikkat.html/">08505322773 &#8211; Bu numara sizi aramışsa dikkat!</a>
660
+ </li>
661
+ </ul>
662
+ </div><div class="right-blok2"><div class="right-blok-title2">Takip Ettiklerim</div>
663
+ <ul class='xoxo blogroll'>
664
+ <li><a href="http://aorhan.com" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://aorhan.com', 'aorhan.com']);" target="_blank">aorhan.com</a></li>
665
+ <li><a href="http://www.ayazoglu.org" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.ayazoglu.org', 'ayazoglu.org']);" title="http://www.ayazoglu.org" target="_blank">ayazoglu.org</a></li>
666
+ <li><a href="http://www.bakimliyiz.com" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.bakimliyiz.com', 'bakimliyiz.com']);" title="Bakımlıyız.com" target="_blank">bakimliyiz.com</a></li>
667
+ <li><a href="http://www.chip.com.tr/" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.chip.com.tr/', 'chip.com.tr']);" title="www.chip.com.tr/" target="_blank">chip.com.tr</a></li>
668
+ <li><a href="http://www.kariyervideo.com" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.kariyervideo.com', 'kariyervideo.com']);" title="www.kariyervideo.com" target="_blank">kariyervideo.com</a></li>
669
+ <li><a href="http://www.kiyas.la" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.kiyas.la', 'kiyas.la']);" title="Karşılaştır" target="_blank">kiyas.la</a></li>
670
+ <li><a href="http://www.psdup.com/" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.psdup.com/', 'psdup.com']);" title="Grafik Tasarım" target="_blank">psdup.com</a></li>
671
+ <li><a href="http://shiftdelete.net/" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://shiftdelete.net/', 'shiftdelete.net']);" title="shiftdelete.net">shiftdelete.net</a></li>
672
+ <li><a href="http://www.syorulmaz.com/" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.syorulmaz.com/', 'syorulmaz.com']);" title="http://www.syorulmaz.com/" target="_blank">syorulmaz.com</a></li>
673
+ <li><a href="http://www.uzmantv.com" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.uzmantv.com', 'uzmantv.com']);" title="www.uzmantv.com" target="_blank">uzmantv.com</a></li>
674
+ <li><a href="http://www.wordpress.org" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.wordpress.org', 'wordpress.org']);" title="wordpress.org" target="_blank">wordpress.org</a></li>
675
+ <li><a href="http://www.yazgelistir.com" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.yazgelistir.com', 'yazgelistir.com']);" target="_blank">yazgelistir.com</a></li>
676
+
677
+ </ul>
678
+ </div>
679
+ <div class="right-blok2"><div class="right-blok-title2">Etiket Bulutu</div><div class="tagcloud"><a href='http://selimozdem.com/tag/2012-filmleri-izle/' class='tag-link-1088' title='15 konu' style='font-size: 14.606741573pt;'>2012 Filmleri izle</a>
680
+ <a href='http://selimozdem.com/tag/aile-oyunlari/' class='tag-link-1552' title='12 konu' style='font-size: 13.191011236pt;'>Aile Oyunları</a>
681
+ <a href='http://selimozdem.com/tag/akilli-telefon/' class='tag-link-141' title='8 konu' style='font-size: 10.6741573034pt;'>akıllı telefon</a>
682
+ <a href='http://selimozdem.com/tag/android-2/' class='tag-link-139' title='9 konu' style='font-size: 11.4606741573pt;'>android</a>
683
+ <a href='http://selimozdem.com/tag/apple/' class='tag-link-61' title='10 konu' style='font-size: 12.0898876404pt;'>apple</a>
684
+ <a href='http://selimozdem.com/tag/apple-haberleri/' class='tag-link-310' title='5 konu' style='font-size: 8pt;'>Apple haberleri</a>
685
+ <a href='http://selimozdem.com/tag/araba-oyunlari/' class='tag-link-1553' title='32 konu' style='font-size: 19.6404494382pt;'>Araba Oyunları</a>
686
+ <a href='http://selimozdem.com/tag/arama-motoru/' class='tag-link-151' title='7 konu' style='font-size: 9.88764044944pt;'>arama motoru</a>
687
+ <a href='http://selimozdem.com/tag/bilim/' class='tag-link-133' title='46 konu' style='font-size: 22pt;'>bilim</a>
688
+ <a href='http://selimozdem.com/tag/bulus/' class='tag-link-137' title='46 konu' style='font-size: 22pt;'>buluş</a>
689
+ <a href='http://selimozdem.com/tag/delphi/' class='tag-link-1548' title='11 konu' style='font-size: 12.7191011236pt;'>Delphi 7</a>
690
+ <a href='http://selimozdem.com/tag/donanim-haberleri/' class='tag-link-193' title='8 konu' style='font-size: 10.6741573034pt;'>Donanım haberleri</a>
691
+ <a href='http://selimozdem.com/tag/film-indir/' class='tag-link-663' title='34 konu' style='font-size: 19.9550561798pt;'>film indir</a>
692
+ <a href='http://selimozdem.com/tag/filmizlede-com/' class='tag-link-990' title='32 konu' style='font-size: 19.6404494382pt;'>filmizlede.com</a>
693
+ <a href='http://selimozdem.com/tag/google/' class='tag-link-140' title='9 konu' style='font-size: 11.4606741573pt;'>google</a>
694
+ <a href='http://selimozdem.com/tag/haber/' class='tag-link-135' title='46 konu' style='font-size: 22pt;'>haber</a>
695
+ <a href='http://selimozdem.com/tag/haberleri/' class='tag-link-134' title='46 konu' style='font-size: 22pt;'>haberleri</a>
696
+ <a href='http://selimozdem.com/tag/hd-izle/' class='tag-link-661' title='34 konu' style='font-size: 19.9550561798pt;'>hd izle</a>
697
+ <a href='http://selimozdem.com/tag/huzur-sokagi-2/' class='tag-link-813' title='6 konu' style='font-size: 9.10112359551pt;'>huzur sokağı</a>
698
+ <a href='http://selimozdem.com/tag/huzur-sokagi-dizisi-izle/' class='tag-link-803' title='5 konu' style='font-size: 8pt;'>huzur sokağı dizisi izle</a>
699
+ <a href='http://selimozdem.com/tag/huzur-sokagi-izle/' class='tag-link-812' title='9 konu' style='font-size: 11.4606741573pt;'>huzur sokağı izle</a>
700
+ <a href='http://selimozdem.com/tag/huzur-sokagi-son-bolum-izle/' class='tag-link-891' title='7 konu' style='font-size: 9.88764044944pt;'>huzur sokağı son bölüm izle</a>
701
+ <a href='http://selimozdem.com/tag/icat/' class='tag-link-138' title='46 konu' style='font-size: 22pt;'>icat</a>
702
+ <a href='http://selimozdem.com/tag/indir/' class='tag-link-481' title='32 konu' style='font-size: 19.6404494382pt;'>indir</a>
703
+ <a href='http://selimozdem.com/tag/internet-2/' class='tag-link-150' title='10 konu' style='font-size: 12.0898876404pt;'>internet</a>
704
+ <a href='http://selimozdem.com/tag/komedi-izle/' class='tag-link-988' title='9 konu' style='font-size: 11.4606741573pt;'>Komedi izle</a>
705
+ <a href='http://selimozdem.com/tag/komponent/' class='tag-link-1409' title='6 konu' style='font-size: 9.10112359551pt;'>Komponent</a>
706
+ <a href='http://selimozdem.com/tag/korku-gerilim-izle/' class='tag-link-1126' title='8 konu' style='font-size: 10.6741573034pt;'>Korku &amp; Gerilim izle</a>
707
+ <a href='http://selimozdem.com/tag/microsoft/' class='tag-link-849' title='8 konu' style='font-size: 10.6741573034pt;'>microsoft</a>
708
+ <a href='http://selimozdem.com/tag/muhtesem-yuzyil-dizisi-izle/' class='tag-link-1014' title='5 konu' style='font-size: 8pt;'>muhteşem yüzyıl dizisi izle</a>
709
+ <a href='http://selimozdem.com/tag/muhtesem-yuzyil-izle/' class='tag-link-1015' title='5 konu' style='font-size: 8pt;'>muhteşem yüzyıl izle</a>
710
+ <a href='http://selimozdem.com/tag/muhtesem-yuzyil-son-bolum-izle/' class='tag-link-1016' title='5 konu' style='font-size: 8pt;'>muhteşem yüzyıl son bölüm izle</a>
711
+ <a href='http://selimozdem.com/tag/muhtesem-yuzyil-yeni-bolum-izle/' class='tag-link-1017' title='5 konu' style='font-size: 8pt;'>muhteşem yüzyıl yeni böl��m izle</a>
712
+ <a href='http://selimozdem.com/tag/oyun-2/' class='tag-link-168' title='44 konu' style='font-size: 21.6853932584pt;'>oyun</a>
713
+ <a href='http://selimozdem.com/tag/oyun-haberleri/' class='tag-link-300' title='9 konu' style='font-size: 11.4606741573pt;'>Oyun haberleri</a>
714
+ <a href='http://selimozdem.com/tag/oyunlar/' class='tag-link-169' title='44 konu' style='font-size: 21.6853932584pt;'>oyunlar</a>
715
+ <a href='http://selimozdem.com/tag/program-indir/' class='tag-link-482' title='21 konu' style='font-size: 16.808988764pt;'>program indir</a>
716
+ <a href='http://selimozdem.com/tag/samsung/' class='tag-link-60' title='7 konu' style='font-size: 9.88764044944pt;'>Samsung</a>
717
+ <a href='http://selimozdem.com/tag/teknoloji-2/' class='tag-link-132' title='46 konu' style='font-size: 22pt;'>teknoloji</a>
718
+ <a href='http://selimozdem.com/tag/turkce-dublaj-izle/' class='tag-link-662' title='34 konu' style='font-size: 19.9550561798pt;'>türkçe dublaj izle</a>
719
+ <a href='http://selimozdem.com/tag/web-tarayicisi/' class='tag-link-854' title='5 konu' style='font-size: 8pt;'>web tarayıcısı</a>
720
+ <a href='http://selimozdem.com/tag/windows-8/' class='tag-link-607' title='9 konu' style='font-size: 11.4606741573pt;'>Windows 8</a>
721
+ <a href='http://selimozdem.com/tag/wordpress/' class='tag-link-291' title='5 konu' style='font-size: 8pt;'>wordpress</a>
722
+ <a href='http://selimozdem.com/tag/yenilik/' class='tag-link-136' title='46 konu' style='font-size: 22pt;'>yenilik</a>
723
+ <a href='http://selimozdem.com/tag/internet-haberleri/' class='tag-link-894' title='7 konu' style='font-size: 9.88764044944pt;'>İnternet haberleri</a></div>
724
+ </div><div class="right-blok2"><div class="right-blok-title2">Yönetim</div><div class="menu-yonetim-container"><ul id="menu-yonetim" class="menu"><li id="menu-item-121" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-121"><a href="http://selimozdem.com/admin/">Yönetim</a></li>
725
+ </ul></div></div><div class="right-blok2"><div class="right-blok-title2">Link Değişimi</div> <div class="textwidget"><a href="http://www.linkveral.com/" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.linkveral.com/', 'Link Değişimi']);" title="Link Değişimi" target="_blank">Link Değişimi</a> </div>
726
+ </div><div class="right-blok2"><div class="right-blok-title2">Destek Verdiğim Siteler</div>
727
+ <ul class='xoxo blogroll'>
728
+ <li><a href="http://www.alaca.bel.tr" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.alaca.bel.tr', 'Alaca Belediyesi']);" title="Alaca Belediyesi" target="_blank">Alaca Belediyesi</a></li>
729
+ <li><a href="http://www.alacaninsesi.com" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.alacaninsesi.com', 'Alacanin Sesi Gazetesi']);" title="Alacanin Sesi Gazetesi" target="_blank">Alacanin Sesi Gazetesi</a></li>
730
+ <li><a href="http://www.hakkariportal.com" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.hakkariportal.com', 'Hakkari Portal']);" title="Hakkari Portal" target="_blank">Hakkari Portal</a></li>
731
+ <li><a href="http://www.oyundiyari.biz" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.oyundiyari.biz', 'oyundiyari.biz']);" title="Oyun Diyarı" target="_blank">oyundiyari.biz</a></li>
732
+ <li><a href="http://www.mehmetmercan.com" onclick="_gaq.push(['_trackEvent', 'outbound-widget', 'http://www.mehmetmercan.com', 'Yrd. Doç. Dr. Mehmet .Mercan']);" title="Arş. Gör. Mehmet .Mercan" target="_blank">Yrd. Doç. Dr. Mehmet .Mercan</a></li>
733
+
734
+ </ul>
735
+ </div>
736
+ <div class="right-blok2"><div class="right-blok-title2">Sayaç</div> <div class="textwidget"><br/>
737
+ <script id="_waurw3">var _wau = _wau || []; _wau.push(["classic", "7b249mo8xiqj", "rw3"]);
738
+ (function() {var s=document.createElement("script"); s.async=true;
739
+ s.src="http://widgets.amung.us/classic.js";
740
+ document.getElementsByTagName("head")[0].appendChild(s);
741
+ })();</script></div>
742
+ </div><div class="right-blok2"><div class="right-blok-title2">Bumerang Üyesi</div> <div class="textwidget"><br/><script type='text/javascript'>
743
+ <!--
744
+ ad_client = 'b55f7c2b-7402-4b9f-a049-7d3f90329a24';
745
+ ad_format = '90';
746
+ ad_width = '130';
747
+ ad_height = '130';
748
+ //-->
749
+ </script><script type='text/javascript' src='http://bumerang.hurriyet.com.tr/show_ads.js'></script>
750
+
751
+ </div>
752
+ </div> </div>
753
+ </div>
754
+ <div id="middle-area-footer">
755
+ </div>
756
+ </div>
757
+ <div class="twenty">
758
+ </div>
759
+ </div>
760
+
761
+ <div id="footer">
762
+ <div id="footer-main-container">
763
+ <div id="most-viewed">
764
+ <p>Son Yazılan Yazılar</p>
765
+ <div class="mostviewed">
766
+ <a href="http://selimozdem.com/yazilim-kurulumu-ve-yonetimi-dersi-ogrenci-sunumlari.html/" title="Look Yazılım kurulumu ve yönetimi Dersi Öğrenci Sunumları" >Yazılım kurulumu ve yönetimi Dersi Öğrenci Sunumla</a></div><div class="mostviewed">
767
+ <a href="http://selimozdem.com/elektronik-olcme-teknigi-ders-notlari.html/" title="Look Elektronik Ölçme Tekniği Ders notları" >Elektronik Ölçme Tekniği Ders notları</a></div><div class="mostviewed">
768
+ <a href="http://selimozdem.com/transistor-nedir-nasil-calisir-what-is-transistor.html/" title="Look Transistör Nedir? Nasıl Çalışır? What is Transistor?" >Transistör Nedir? Nasıl Çalışır? What is Transist</a></div><div class="mostviewed">
769
+ <a href="http://selimozdem.com/elektronik-olcme-teknigi-transistor-nasil-olculur.html/" title="Look Elektronik Ölçme Tekniği - Transistör Nasıl Ölçülür" >Elektronik Ölçme Tekniği - Transistör Nasıl Ölç�</a></div></div>
770
+ <div id="e-posta-listesi">
771
+ <div class="black">
772
+ <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
773
+ <div class="email-string">
774
+ Mail Burner !</div>
775
+ <div class="eposta-input">
776
+ <input class="input" name="email" onblur="if (value =='') {value = 'E-Posta Adresinizi Yazınız.'}" onfocus="if (value == 'E-Posta Adresinizi Yazınız.') {value =''}" type="text" value="E-Posta Adresinizi Yazınız." />
777
+ <input type="hidden" value="" name="uri"/>
778
+ <input type="hidden" name="loc" value="tr_TR"/> <br><br>
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+ <!-- Sayyac counter START v4.3 -->
788
+ <script type="text/javascript">
789
+ <!--
790
+ document.write(unescape("%3Cscript src='" + (("https:" == document.location.protocol) ? "https://" : "http://")
791
+ + "srv.sayyac.net/sa.js?_salogin=selimozdem&_sav=4.3' type='text/javascript'%3E%3C/script%3E"));
792
+ //-->
793
+ </script>
794
+ <script type="text/javascript">
795
+ <!--
796
+ sayyac.track('selimozdem','srv.sayyac.net');
797
+ //-->
798
+ </script>
799
+ <noscript><a href="http://www.sayyac.com/" title=""><img src="http://srv.sayyac.net/sa.gif?_salogin=selimozdem&amp;_sav=4.3" border="0" alt="" /></a></noscript>
800
+ <!-- Sayyac counter END v4.3 -->
801
+
802
+
803
+
804
+
805
+
806
+
807
+ </div>
808
+ <div>
809
+ <input class="submit" name="Submit1" type="submit" value="" /></div>
810
+ </form>
811
+ </div>
812
+ <div id="yukari">
813
+ <a href="#">
814
+ <img alt="space" height="25" src="http://selimozdem.com/wp-content/themes/seo-nokta-theme/images/space.GIF" width="138" />
815
+ </a></div>
816
+ </div>
817
+ <div id="author-signature">
818
+ <p>Tasarım : Çoşkun DENİZ</a></p> <p>Css & Html : <a href="http://www.psdup.com">Şirzat AYTAÇ</a></p>
819
+
820
+ <p>Copyright 2008 <strong><a href="http://www.selimozdem.com">Selim ÖZDEM</a></strong> - Tüm Hakları Saklıdır.<br />
821
+ Powered by : <strong>Wordpress</strong></p>
822
+ </div>
823
+ </div>
824
+ </div>
825
+ <!-- Lightbox Plus Colorbox v2.7.2/1.5.9 - 2013.01.24 - Message: 0-->
826
+ <script type="text/javascript">
827
+ jQuery(document).ready(function($){
828
+ $("a[rel*=lightbox]").colorbox({speed:350,initialWidth:"300",initialHeight:"100",opacity:0.8,loop:false,scrolling:false,escKey:false,arrowKey:false,top:false,right:false,bottom:false,left:false});
829
+ });
830
+ </script>
831
+ <script type='text/javascript' src='http://selimozdem.com/wp-content/plugins/lightbox-plus/js/jquery.colorbox.1.5.9-min.js?ver=1.5.9'></script>
832
+ </body>
833
+ </html>
forms/html/279.html ADDED
@@ -0,0 +1,1572 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html dir="ltr" lang="en-US"
3
+ xmlns:og="http://ogp.me/ns#"
4
+ xmlns:fb="http://www.facebook.com/2008/fbml" >
5
+ <head>
6
+
7
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8
+ <title>Dunkin' Donuts Coffee | Shop online for Coffee & K-Cups</title>
9
+ <meta name="title" content="Dunkin' Donuts Coffee | Shop online for Coffee & K-Cups" />
10
+ <meta name="keywords" content="Dunkin' Donuts, Coffee, shop online, flavor coffee beans, pound, whole bean, ground, monthly delivery service, coffee gift baskets, coffee makers, gift certificates." />
11
+ <meta name="description" content="Dunkin' Donuts coffee shop online. Buy any flavor coffee beans by the pound, whole bean or k-cup coffee. Sign up for monthly coffee delivery service and save. Order Dunkin' Donuts gift certificates" />
12
+ <meta property="og:title" content="Buy Coffee at DunkinDonuts Shop" />
13
+ <meta property="og:url" content="http://shop.dunkindonuts.com/coffee_1997_p01_01/?CCAID=DDSTDDCF" />
14
+ <meta property="og:image" content="http://iweb.cooking.com/images/products/shprodde/602269.jpg" />
15
+ <meta property="og:description" content="Dunkin' Donuts coffee shop online. Buy any flavor coffee beans by the pound, whole bean or k-cup coffee. Sign up for monthly coffee delivery service and save. Order Dunkin' Donuts gift certificates" />
16
+ <meta property="og:site_name" content="DunkinDonuts Shop" />
17
+ <meta property="fb:admins" content="6979393237" />
18
+ <link rel="canonical" href="http://shop.dunkindonuts.com/coffee_1997_p01_01/" />
19
+ <link rel="stylesheet" type="text/css" href="/Styles/emerilstore.css" />
20
+ <link rel="stylesheet" type="text/css" href="/Styles/jquery.ui.css" />
21
+ <script type="text/javascript" src="/Scripts/jquery-1.7.2.js"></script>
22
+ <script type="text/javascript" src="/Scripts/jquery.hoverIntent.minified.js"></script>
23
+ <script type="text/javascript" src="/Scripts/megaHoverOver.js"></script>
24
+ <script type="text/javascript" src="/Scripts/tabs.js"></script>
25
+ <script type="text/javascript" src="/Scripts/global.js"></script>
26
+ <script type="text/javascript" src="/Scripts/popup.js"></script>
27
+ <script type="text/javascript" src="/Scripts/thickbox.js"></script>
28
+ <script type="text/javascript" src="/Scripts/International.js"></script>
29
+ <script type="text/javascript" src="/Scripts/slides.min.jquery.js"></script>
30
+ <script type="text/javascript" src="/Scripts/jquery.truncatable.js"></script>
31
+ <script type="text/javascript" src="/Scripts/megaHoverOver.js"></script>
32
+ <script src="/Scripts/jquery.ui.touch-punch.min.js" type="text/javascript"></script>
33
+ <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=cooking">
34
+ </script>
35
+ <script type="text/javascript">
36
+ var addthis_config = {
37
+ ui_click: true
38
+ };
39
+ </script>
40
+ <!-- Tynt Script -->
41
+ <script type="text/javascript" src="/Scripts/tynt-Dunkin.js"></script>
42
+
43
+ <!--[if lt IE 9]>
44
+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
45
+ <![endif]-->
46
+ <!--[if IE 8]>
47
+ <link href="/Styles/ie8.css" rel="stylesheet" type="text/css" />
48
+ <![endif]-->
49
+ <!--[if IE 7]>
50
+ <link href="/Styles/ie7.css" rel="stylesheet" type="text/css" />
51
+ <![endif]-->
52
+
53
+ <script type='text/javascript'>
54
+ var googletag = googletag || {};
55
+ googletag.cmd = googletag.cmd || [];
56
+ (function ()
57
+ {
58
+ var gads = document.createElement('script');
59
+ gads.async = true;
60
+ gads.type = 'text/javascript';
61
+ var useSSL = 'https:' == document.location.protocol;
62
+ gads.src = (useSSL ? 'https:' : 'http:') +
63
+ '//www.googletagservices.com/tag/js/gpt.js';
64
+ var node = document.getElementsByTagName('script')[0];
65
+ node.parentNode.insertBefore(gads, node);
66
+ })();
67
+ </script>
68
+
69
+ <script type='text/javascript'>
70
+ googletag.cmd.push(function () {
71
+ googletag.defineSlot('/2577754/ES_300x250', [300, 250], 'div-gpt-ad-1358879938248-0').addService(googletag.pubads()).setTargeting("PageType","DEPARTMENT").setTargeting("Size","300x250").setTargeting("AdLocation","Standard"); googletag.pubads().enableSingleRequest();
72
+ googletag.enableServices();
73
+ });
74
+ </script>
75
+
76
+ </head>
77
+
78
+ <body>
79
+ <div id="wrap">
80
+ <header id="header">
81
+ <!--Home Link, User Welcome -->
82
+ <div id="topBar">
83
+ <ul>
84
+ <li><a href="http://www.dunkindonuts.com/" target="_blank">Dunkin' Donuts<sup>®</sup> Home</a></li>
85
+ </ul>
86
+ <ul id="userWelcome">
87
+ <li>Hi, Guest!&nbsp;|&nbsp; </li>
88
+ <li><a class="welcome" cr-nf="/checkout/myaccount.aspx" rel="nofollow">Create Account</a>&nbsp;|&nbsp;</li>
89
+ <li><a class="welcome" cr-nf="/checkout/login.aspx" rel="nofollow">Sign In</a></li>
90
+ <div class="clear">
91
+ </div>
92
+ </ul>
93
+ <!--/topNav close-->
94
+
95
+
96
+ <div class="clear">
97
+ </div>
98
+ </div>
99
+
100
+ <!--logo, search, micro cart -->
101
+ <div id="headerMid">
102
+ <div class="left" id="logo">
103
+ <a href="/"><span>Dunkin' Donuts Store</span></a>
104
+ </div>
105
+ <!--close logo-->
106
+ <div class ="promoBubble">
107
+ </div>
108
+
109
+ <div id="searchLogin">
110
+ <!--welcome bar start-->
111
+ <div id="headerMidCol2">
112
+ <div id="search">
113
+ <form id="frmBoxSearch" action="/Product/Search/" method="post">
114
+ <fieldset>
115
+ <input type="hidden" name="txtSearchHidden" id="txtSearchHidden" value="Search the Dunkin&#39; Donuts Shop" />
116
+ <input value="Search the Dunkin&#39; Donuts Shop" id="txtSearch" name="txtSearch" class="searchField left" />
117
+ <div class="right">
118
+ <a href="javascript:void(0)" class="btnStyle1" id="btnSearch" onclick="return checkSearch('frmBoxSearch','txtSearch')">
119
+ <span>search</span></a>
120
+ </div>
121
+ </fieldset>
122
+ </form>
123
+ <div class="clear">
124
+ </div>
125
+ </div>
126
+ </div>
127
+
128
+
129
+ <script type="text/javascript">
130
+ $('#txtSearch').focus(function ()
131
+ {
132
+ var defaultSearchText = 'Search the Dunkin Donuts Shop';
133
+ if (this.value.replace(/'/g, '').replace(/^\s+/, '').replace(/\s+$/, '').toLowerCase() == defaultSearchText.toLowerCase())
134
+ {
135
+ this.value = ''
136
+ }
137
+ });
138
+
139
+ $('#txtSearch').blur(function ()
140
+ {
141
+ if (/^\s*$/.test(this.value))
142
+ {
143
+ var text = 'Search the Dunkin&#39; Donuts Shop';
144
+ $('#txtSearch').val(text.replace("&#39;", "'"));
145
+ }
146
+ });
147
+ </script>
148
+ </div>
149
+
150
+ <div class="right" id="microCart">
151
+ <div onclick="location.href='/checkout/shoppingcart.aspx';" id="microCartView">
152
+ <div class="cartQuantity">
153
+ <div class="cartIcon cartEmpty"></div>
154
+ <div id="number"><span>0</span><br />cart &rsaquo;</div>
155
+
156
+ </div>
157
+
158
+
159
+ <!--/microCartView closes -->
160
+ </div>
161
+ </div>
162
+
163
+ <div class="right" id="subscriptions">
164
+ <div class="refillsIcon">
165
+ <img alt="View cart backgroud image" src="/images/Dunkin-Donuts/global/icon-refills.gif" />
166
+ </div>
167
+ <a href="/checkout/mysubscriptionaccount.aspx">My Regular Refills<sup>®</sup></a>
168
+ </div> </div>
169
+ <!--/headerMid ends -->
170
+ <div class="clear">
171
+ </div>
172
+ <!--global nav-->
173
+ <nav id="departmentNav">
174
+ <ul id="topnav">
175
+ <li class=nav_noBorder>
176
+
177
+ <a href="/coffee_1997_p01_01/" class="dropDown">coffee</a>
178
+
179
+ <div class="sub">
180
+ <h3>
181
+
182
+ <a href="/coffee_1997_p01_01/">Shop All Dunkin&#39; Donuts&#174; Coffee »</a>
183
+
184
+ </h3>
185
+
186
+ <div class="titleBorder">
187
+ </div>
188
+
189
+ <ul>
190
+
191
+ <li><a href="/coffee-original-blend_1997-4294959897_p01_01/">Original Blend</a></li>
192
+ <li><a href="/coffee-dunkin-decaf_1997-4294959745_p01_01/">Dunkin' Decaf®</a></li>
193
+ <li><a href="/coffee-hazelnut_1997-4294959916_p01_01/">Hazelnut</a></li>
194
+ <li><a href="/coffee-french-vanilla_1997-4294959917_p01_01/">French Vanilla</a></li>
195
+ <li><a href="/dark-roast-ground-coffee-1-lb_601590_11/">Dunkin' Dark®</a></li>
196
+ <li><a href=""></a></li>
197
+ <li><a href=""></a></li>
198
+
199
+ </ul>
200
+ <ul>
201
+
202
+ <li><a href="/coffee-ground_1997-4294959922_p01_01/">Ground Coffee</a></li>
203
+ <li><a href="/coffee-whole-bean_1997-4294959914_p01_01/">Whole Bean</a></li>
204
+ <li><a href="/coffee-k-cup_1997-4294959632_p01_01/">K-Cup® Pods</a></li>
205
+
206
+ </ul>
207
+
208
+ <ul style="text-align:right">
209
+ <li style="text-align:left"><a href="/coffee_1997_p01_01/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-coffee.jpg" alt="navimage"></a></li>
210
+ </ul>
211
+
212
+
213
+ </div>
214
+ </li>
215
+ <li >
216
+
217
+ <a href="/coffee-k-cup_1997-4294959632_p01_01/" class="dropDown">k-cup&#174; pods</a>
218
+
219
+ <div class="sub">
220
+ <h3>
221
+
222
+ <a href="/coffee-k-cup_1997-4294959632_p01_01/">Shop All K-Cup&#174; Pods »</a>
223
+
224
+ </h3>
225
+
226
+ <div class="titleBorder">
227
+ </div>
228
+
229
+ <ul>
230
+
231
+ <li><a href="/original-blend-k-cup-pods-12-ct_634630_11/">Original Blend<br> K-Cup® Pods</a></li>
232
+ <li><a href="/dunkin-decaf-k-cup-pods-12-ct_634609_11/">Decaf K-Cup® Pods</a></li>
233
+ <li><a href="/hazelnut-k-cup-pods-12-ct_634623_11/">Hazelnut K-Cup® Pods</a></li>
234
+ <li><a href="/french-vanilla-k-cup-pods-12-ct_634616_11/">French Vanilla <br>K-Cup® Pods</a></li>
235
+ <li><a href="/dark-roast-k-cup-pods-12-ct_634602_11/">Dark Roast K-Cup® Pods</a></li>
236
+ <li><a href="/hot-cocoa-k-cup-pods-12-ct_634637_11/">Hot Cocoa K-Cup® Pods</a></li>
237
+
238
+ </ul>
239
+
240
+ <ul style="text-align:right">
241
+ <li style="text-align:left"><a href="/coffee-k-cup_1997-4294959632_p01_01/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-kcup.jpg" alt="navimage"></a></li>
242
+ </ul>
243
+
244
+
245
+ </div>
246
+ </li>
247
+ <li >
248
+
249
+ <a href="/drinkware_363_p01_01/" class="dropDown">drinkware</a>
250
+
251
+ <div class="sub">
252
+ <h3>
253
+
254
+ <a href="/drinkware_363_p01_01/">Shop All Drinkware »</a>
255
+
256
+ </h3>
257
+
258
+ <div class="titleBorder">
259
+ </div>
260
+
261
+ <ul>
262
+
263
+ <li><a href="/mugs_363-4294959901_p01_01/">Mugs</a></li>
264
+ <li><a href="/travel-mugs_363-4294959763_p01_01/">Travel Mugs</a></li>
265
+ <li><a href="/dunkin-destination-mugs_4105_p01_04/">DDestination Mugs</a></li>
266
+ <li><a href=""></a></li>
267
+
268
+ </ul>
269
+
270
+ <ul style="text-align:right">
271
+ <li style="text-align:left"><a href="/drinkware_363_p01_01/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-drinkware.jpg" alt="navimage"></a></li>
272
+ </ul>
273
+
274
+
275
+ </div>
276
+ </li>
277
+ <li >
278
+
279
+ <a href="/shop-all-dunkin-donuts-apparel_4149_p01_04/" class="dropDown">apparel</a>
280
+
281
+ <div class="sub">
282
+ <h3>
283
+
284
+ <a href="/shop-all-dunkin-donuts-apparel_4149_p01_04/">Shop All Apparel »</a>
285
+
286
+ </h3>
287
+
288
+ <div class="titleBorder">
289
+ </div>
290
+
291
+ <ul>
292
+
293
+ <li><a href="/dunkin-donuts-dark-chocolate-friends-t-shirt-large_601702_11/">Friends T-Shirt</a></li>
294
+ <li><a href="/dunkin-donuts-sapphire-in-your-ddreams-t-shirt-large_602829_11/">In Your DDreams T-Shirt</a></li>
295
+ <li><a href="/dunkin-donuts-dark-chocolate-hot-tee-large_602801_11/">Hot T-Shirt</a></li>
296
+ <li><a href="/orange-logo-t-shirt-large_607848_11/">Logo T-Shirt</a></li>
297
+ <li><a href=""></a></li>
298
+
299
+ </ul>
300
+
301
+ <ul style="text-align:right">
302
+ <li style="text-align:left"><a href="/shop-all-dunkin-donuts-apparel_4149_p01_04/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-apparel.jpg" alt="navimage"></a></li>
303
+ </ul>
304
+
305
+
306
+ </div>
307
+ </li>
308
+ <li >
309
+
310
+ <a href="/dd-extras_4294959869_p01_01/" class="dropDown">dd extras</a>
311
+
312
+ <div class="sub">
313
+ <h3>
314
+
315
+ <a href="/dd-extras_4294959869_p01_01/">Shop All DD Extras »</a>
316
+
317
+ </h3>
318
+
319
+ <div class="titleBorder">
320
+ </div>
321
+
322
+ <ul>
323
+
324
+ <li><a href="/tea_4294959869-4294959900_p01_01/">Dunkin'™ Tea</a></li>
325
+ <li><a href="/dunkin-collectibles_4294959869-4294959722_p01_01/">Dunkin'™ Collectibles </a></li>
326
+ <li><a href=""></a></li>
327
+
328
+ </ul>
329
+
330
+ <ul style="text-align:right">
331
+ <li style="text-align:left"><a href="/dd-extras_4294959869_p01_01/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-extra.jpg" alt="navimage"></a></li>
332
+ </ul>
333
+
334
+
335
+ </div>
336
+ </li>
337
+ <li >
338
+
339
+ <a href="/gift-ideas/" class="dropDown">gift ideas</a>
340
+
341
+ <div class="sub">
342
+ <h3>
343
+
344
+ <a href="/gift-ideas/">Shop All Gift Ideas »</a>
345
+
346
+ </h3>
347
+
348
+ <div class="titleBorder">
349
+ </div>
350
+
351
+ <ul>
352
+
353
+ <li><a href="/gifts-for-the-coffee-lover_4135_p01_04/">Gifts for Coffee Lovers</a></li>
354
+ <li><a href=""></a></li>
355
+ <li><a href="/gifts-under-20_4121_p01_04/">Gifts Under $20</a></li>
356
+ <li><a href="/gifts-on-the-go_4101_p01_04/">Dunkin'™ Gifts On-the-Go</a></li>
357
+ <li><a href=""></a></li>
358
+
359
+ </ul>
360
+ <ul>
361
+
362
+ <li><a href="/gifts-for-tea-lovers_4102_p01_04/">Gifts for Tea Lovers</a></li>
363
+ <li><a href="/gifts-for-the-dunkin-fan_4103_p01_04/">Gifts for Dunkin'™ Fans</a></li>
364
+ <li><a href="https://www.dunkindonuts.com/content/dunkindonuts/en/ddcard.html">Dunkin' Donuts® Card</a></li>
365
+
366
+ </ul>
367
+
368
+ <ul style="text-align:right">
369
+ <li style="text-align:left"><a href="/gift-ideas/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-giftideas.jpg" alt="navimage"></a></li>
370
+ </ul>
371
+
372
+
373
+ </div>
374
+ </li>
375
+ <li >
376
+
377
+ <a href="/subscription/" class="dropDown">subscriptions</a>
378
+
379
+ <div class="sub">
380
+ <h3>
381
+
382
+ <a href="/subscription/">Shop All Subscription Products »</a>
383
+
384
+ </h3>
385
+
386
+ <div class="titleBorder">
387
+ </div>
388
+
389
+ <ul>
390
+
391
+ <li><a href="/subscription/">Sign Up For Regular Refills®</a></li>
392
+ <li><a href="/checkout/login.aspx?rp=%2fcheckout%2fmysubscriptionaccount.aspx">Manage Your Subscription</a></li>
393
+ <li><a href=""></a></li>
394
+
395
+ </ul>
396
+
397
+ <ul style="text-align:right">
398
+ <li style="text-align:left"><a href="/subscription/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/global/nav-image.jpg" alt="navimage"></a></li>
399
+ </ul>
400
+
401
+
402
+ </div>
403
+ </li>
404
+
405
+ </ul>
406
+ </nav>
407
+
408
+ <div class="noPrint clear">
409
+ </div>
410
+ </header>
411
+ <div id="messageText">
412
+ <a href="https://www.dunkindonuts.com/content/dunkindonuts/en/ddcard/buyacard.html"><span class="text">Now Accepting DD Cards Online</span></a> »
413
+ </div>
414
+
415
+ <section id="content" class="container_12">
416
+ <div id="footerPush">
417
+ <div id="container">
418
+ <ul id="breadcrumb">
419
+ <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/" itemprop="url"><span itemprop="title">Shop Home</span></a>
420
+ <span class="elDept" style="display:none">Shop Home</span>
421
+ <span> &rsaquo;</span>
422
+ </li>
423
+ <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/all/" itemprop="url"><span itemprop="title">All Products</span></a>
424
+ <span class="elDept" style="display:none">All Products</span>
425
+ <span> &rsaquo;</span>
426
+ </li>
427
+ <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/coffee_1997_p01_01/" itemprop="url"><span itemprop="title">Coffee</span></a>
428
+ <span class="elDept" style="display:none">Coffee</span>
429
+ </ul>
430
+ <span id="totalCategoryCount" style="display: none">3</span>
431
+ <!--/close bread-->
432
+ <section id="giftIdeasHead">
433
+ <div class="grid_12 left">
434
+ <div class="Glbl_PageHeader">
435
+ <div class="Glbl_PageHeader_image"> <img src="http://iweb.cooking.com/images/Dunkin-Donuts/global/img-pageHeader-coffee.jpg" width="940" alt=""> </div>
436
+
437
+ <div class="Glbl_PageHeader_text">
438
+ <div class="Glbl_PageHeader_title">
439
+ <h1>Coffee</h1>
440
+ <span></span>
441
+ </div>
442
+ <div id="reltextExp" style="height:130px">
443
+ <div class="Glbl_PageHeader_textbox">
444
+ <p id="reltextToExpand" style="overflow:hidden; height:auto">
445
+ Get going in the morning wherever you are with Dunkin' Donuts® roasted coffee. Our one-pound bags and K-Cup® pods are perfect for home or office. Select your favorite blend, and order online for <a href="http://shop.dunkindonuts.com/subscription/">home delivery</a> of America's favorite coffee.
446
+ </p>
447
+ </div></div>
448
+ </div>
449
+ </div>
450
+ </div>
451
+ <!--/close grid_8-->
452
+
453
+ </section>
454
+ <div class="clear">
455
+ </div>
456
+ <!-- left col -->
457
+ <div id="sideCol" class="grid_3 left">
458
+ <!-- search/browse left navigation -->
459
+ <div id="schBrowseFilter">
460
+ <div class="hedTop">
461
+ </div>
462
+ <div class="hed titleStyle1Sml">Narrow Your Choices:</div>
463
+ <div class="subHed">Category</div>
464
+ <div class="level1">
465
+ <a cr-nf="/all_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">All Products</a></div>
466
+ <ul class="container">
467
+ <li class="level2"><span class="selected">Coffee</span> <a cr-nf="/all_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">
468
+ [x]</a>
469
+
470
+ <span style="display:none" class="elfilters">Coffee</span>
471
+
472
+ </li>
473
+ </ul>
474
+ <div class="bottom"></div>
475
+
476
+ <div class="subHed">Coffees &amp; Teas</div>
477
+ <div class="level1">Shop All</div>
478
+ <ul class="container">
479
+ <li class="level2"><a cr-nf="/coffee-dark-roast_1997-4294959659_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">Dark Roast</a>
480
+ <span class="smallText">(3)</span></li>
481
+ <li class="level2"><a cr-nf="/coffee-dunkin-decaf_1997-4294959745_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">Dunkin' Decaf<sup>®</sup></a>
482
+ <span class="smallText">(3)</span></li>
483
+ <li class="level2"><a cr-nf="/coffee-french-vanilla_1997-4294959917_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">French Vanilla</a>
484
+ <span class="smallText">(3)</span></li>
485
+ <li class="level2"><a cr-nf="/coffee-hazelnut_1997-4294959916_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">Hazelnut</a>
486
+ <span class="smallText">(3)</span></li>
487
+ <li class="level2"><a cr-nf="/coffee-hot-cocoa_1997-4294959639_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">Hot Cocoa</a>
488
+ <span class="smallText">(2)</span></li>
489
+ <li class="level2"><a cr-nf="/coffee-original-blend_1997-4294959897_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">Original Blend</a>
490
+ <span class="smallText">(5)</span></li>
491
+ </ul>
492
+
493
+ <div class="subHed">Type</div>
494
+ <div class="level1">All Types</div>
495
+ <ul class="container">
496
+ <li class="level2"><a cr-nf="/coffee-ground_1997-4294959922_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">Ground</a>
497
+ <span class="smallText">(6)</span></li>
498
+ <li class="level2"><a cr-nf="/coffee-k-cup_1997-4294959632_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">K-Cup&#174;</a>
499
+ <span class="smallText">(12)</span></li>
500
+ <li class="level2"><a cr-nf="/coffee-whole-bean_1997-4294959914_p01_01/48/bestselling/" rel ="nofollow" class="ajaxhelper">Whole Bean</a>
501
+ <span class="smallText">(1)</span></li>
502
+ </ul>
503
+ <input type="hidden" id="MinPrice" value="5" />
504
+ <input type="hidden" id="MaxPrice" value="70" />
505
+ <input type="hidden" id="MinPriceRange" value="5" />
506
+ <input type="hidden" id="MaxPriceRange" value="70" />
507
+ <input type="hidden" name="symbolCurrency" id="symbolCurrency" value="$" />
508
+ <div class="subHed">Price</div>
509
+ <div id="filterPrice">
510
+ <p id="priceRange">$5
511
+ - $70</p>
512
+ <div class="priceBar clear">
513
+ <span id="slider">
514
+ </span>
515
+ </div>
516
+ <span class="left smallText">$8.99</span>
517
+ <span class="right smallText">$69.99</span>
518
+ <div class="clear"></div>
519
+ </div>
520
+ <div class="bottom"></div>
521
+ </div>
522
+ <input id="objectID" type="hidden" value="1997" />
523
+ <input id="objectPageType" type="hidden" value="DEPARTMENT" />
524
+ <input id="objectTitle" type="hidden" value="coffee" />
525
+ <input id="objectNarrowTitle" type="hidden" value="" />
526
+ <input id="objectPageNumber" type="hidden" value="1" />
527
+ <input id="objectSortBy" type="hidden" value="bestselling" />
528
+ <input id="objectTabID" type="hidden" value="products" />
529
+ <!-- promotion tile -->
530
+ <div class="promoTile">
531
+ <a href="/subscription/">
532
+ <img src="http://iweb.cooking.com/images/dunkin-donuts/banners/promo_refills4.jpg" alt="Free Shipping and Bonus Gift with Regular Refills" /></a></div>
533
+ <div class="clear">
534
+ </div>
535
+ <div class="relatednavcls">
536
+ <div class="titleBarNavLink">
537
+ <div class="hed titleStyle1Sml">
538
+ <h3>Related Pages</h3>
539
+ </div>
540
+ </div>
541
+ <div class="siteIndexListModule">
542
+ <div class="subHed">
543
+ Flavor</div>
544
+ <ul>
545
+ </ul>
546
+ <ul>
547
+ <li class="level2"><a href="/coffee-dark-roast_1997-4294959659_p01_01">Dark Roast</a></li>
548
+ </ul>
549
+ <ul>
550
+ <li class="level2"><a href="/coffee-dunkin-decaf_1997-4294959745_p01_01">Dunkin&#39; Decaf&#174;</a></li>
551
+ </ul>
552
+ <ul>
553
+ <li class="level2"><a href="/coffee-french-vanilla_1997-4294959917_p01_01">French Vanilla</a></li>
554
+ </ul>
555
+ <ul>
556
+ <li class="level2"><a href="/coffee-hazelnut_1997-4294959916_p01_01">Hazelnut</a></li>
557
+ </ul>
558
+ <ul>
559
+ <li class="level2"><a href="/coffee-hot-cocoa_1997-4294959639_p01_01">Hot Cocoa</a></li>
560
+ </ul>
561
+ <ul>
562
+ <li class="level2"><a href="/coffee-original-blend_1997-4294959897_p01_01">Original Blend</a></li>
563
+ </ul>
564
+ <div class="subHed">
565
+ Type</div>
566
+ <ul>
567
+ </ul>
568
+ <ul>
569
+ <li class="level2"><a href="/coffee-ground_1997-4294959922_p01_01">Ground</a></li>
570
+ </ul>
571
+ <ul>
572
+ <li class="level2"><a href="/coffee-k-cup_1997-4294959632_p01_01">K-Cup&#174;</a></li>
573
+ </ul>
574
+ <ul>
575
+ <li class="level2"><a href="/coffee-whole-bean_1997-4294959914_p01_01">Whole Bean</a></li>
576
+ </ul>
577
+ <div class="subHed">
578
+ Coffee Infographics</div>
579
+ <ul>
580
+ </ul>
581
+ <ul>
582
+ <li class="level2"><a href="/national-coffee-day_2_12">Coffee Brewing Tips From Dunkin&#39; </a></li>
583
+ </ul>
584
+ <ul>
585
+ <li class="level2"><a href="/office-coffee_6_12/">National Office Coffee Habits</a></li>
586
+ </ul>
587
+ <ul>
588
+ <li class="level2"><a href="/coffee-facts-and-statistics_8_12/">Coffee Facts &amp; Statistics</a></li>
589
+ </ul>
590
+ <div class="clear">
591
+ </div>
592
+ </div>
593
+ </div>
594
+ </div>
595
+ <!-- right col -->
596
+ <div id="schBrowse" class="grid_9 left">
597
+ <div id="products" class="tab_content" style="display: block;">
598
+ <div class="pagBGTab">
599
+ <ul class="pagination">
600
+ <li class="first">Items 1-19 of 19
601
+ <span class="elResultCount" style="display:none">19</span>
602
+ </li>
603
+ <li class="sortDropdown"> <label for="sortBy">Sort By</label>
604
+ <select id="sortBy" name="sort">
605
+ <option value="/coffee_1997_p01_01/48/bestselling/" selected="selected">Best Selling</option><option value="/coffee_1997_p01_01/48/toprated/">Top Rated</option><option value="/coffee_1997_p01_01/48/lowhigh/">Price Low - High</option><option value="/coffee_1997_p01_01/48/highlow/">Price High - Low</option> </select>
606
+ </li>
607
+ <li class="pagMid"></li> <li class="right last pagLast">
608
+ <span class="noClick">&laquo;&nbsp;Back</span> Page:
609
+ <span class="selected">1</span>
610
+ <span class="noClick">Next&nbsp;&raquo;</span> </li>
611
+ </ul>
612
+ <div class="clear">
613
+ </div>
614
+ </div>
615
+
616
+ <article class="gridSku grid_3 left first" onclick="location.href='/original-blend-ground-2-oz-mini-brick-coffee-48-ct_602269_11/';">
617
+ <div class="gridSkuImg">
618
+ <img src="http://iweb.cooking.com/images/products/shprodde/602269.jpg" class="img200" alt="Original Blend Ground 2-oz Mini-Brick Coffee, 48-ct"/>
619
+ </div>
620
+ <ul>
621
+ <li class="skuName"><h3><a href="/original-blend-ground-2-oz-mini-brick-coffee-48-ct_602269_11/">Original Blend Ground 2-oz Mini-Brick Coffee, 48-ct</a></h3></li>
622
+
623
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
624
+ <div class="stars fourhalf left"></div>
625
+ </li>
626
+ <li class="clear"><span class="price">$69.99</span></li>
627
+ <!--Button Product State-->
628
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=602269&qty=1">Buy</a></li>
629
+ </ul>
630
+ <div class="gridBtm"></div>
631
+ </article>
632
+ <article class="gridSku grid_3 left" onclick="location.href='/original-blend-ground-coffee-1-lb_601562_11/';">
633
+ <div class="gridSkuImg">
634
+ <img src="http://iweb.cooking.com/images/products/shprodde/601562.jpg" class="img200" alt="Original Blend Ground Coffee, 1-lb"/>
635
+ </div>
636
+ <ul>
637
+ <li class="skuName"><h3><a href="/original-blend-ground-coffee-1-lb_601562_11/">Original Blend Ground Coffee, 1-lb</a></h3></li>
638
+
639
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
640
+ <div class="stars five left"></div>
641
+ </li>
642
+ <li class="clear"><span class="price">$8.99</span></li>
643
+ <!--Button Product State-->
644
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=601562&qty=1">Buy</a></li>
645
+ </ul>
646
+ <div class="gridBtm"></div>
647
+ </article>
648
+ <article class="gridSku grid_3 left last" onclick="location.href='/original-blend-whole-bean-coffee-1-lb_601597_11/';">
649
+ <div class="gridSkuImg">
650
+ <img src="http://iweb.cooking.com/images/products/shprodde/601597.jpg" class="img200" alt="Original Blend Whole Bean Coffee, 1-lb"/>
651
+ </div>
652
+ <ul>
653
+ <li class="skuName"><h3><a href="/original-blend-whole-bean-coffee-1-lb_601597_11/">Original Blend Whole Bean Coffee, 1-lb</a></h3></li>
654
+
655
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
656
+ <div class="stars fourhalf left"></div>
657
+ </li>
658
+ <li class="clear"><span class="price">$8.99</span></li>
659
+ <!--Button Product State-->
660
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=601597&qty=1">Buy</a></li>
661
+ </ul>
662
+ <div class="gridBtm"></div>
663
+ </article>
664
+ <div class="clear" style="width:100%; height:1px"></div>
665
+ <article class="gridSku grid_3 left first" onclick="location.href='/original-blend-k-cup-pods-12-ct_634630_11/';">
666
+ <div class="gridSkuImg">
667
+ <img src="http://iweb.cooking.com/images/products/shprodde/634630.jpg" class="img200" alt="Original Blend K-Cup Pods, 12-ct"/>
668
+ </div>
669
+ <ul>
670
+ <li class="skuName"><h3><a href="/original-blend-k-cup-pods-12-ct_634630_11/">Original Blend K-Cup® Pods, 12-ct</a></h3></li>
671
+
672
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
673
+ <div class="stars fourhalf left"></div>
674
+ </li>
675
+ <li class="clear"><span class="price">$8.99</span></li>
676
+ <!--Button Product State-->
677
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=634630&qty=1">Buy</a></li>
678
+ </ul>
679
+ <div class="gridBtm"></div>
680
+ </article>
681
+ <article class="gridSku grid_3 left" onclick="location.href='/dunkin-decaf-ground-coffee-1-lb_601569_11/';">
682
+ <div class="gridSkuImg">
683
+ <img src="http://iweb.cooking.com/images/products/shprodde/601569.jpg" class="img200" alt="Dunkin Decaf Ground Coffee, 1-lb"/>
684
+ </div>
685
+ <ul>
686
+ <li class="skuName"><h3><a href="/dunkin-decaf-ground-coffee-1-lb_601569_11/">Dunkin' Decaf® Ground Coffee, 1-lb</a></h3></li>
687
+
688
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
689
+ <div class="stars fourhalf left"></div>
690
+ </li>
691
+ <li class="clear"><span class="price">$8.99</span></li>
692
+ <!--Button Product State-->
693
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=601569&qty=1">Buy</a></li>
694
+ </ul>
695
+ <div class="gridBtm"></div>
696
+ </article>
697
+ <article class="gridSku grid_3 left last" onclick="location.href='/dark-roast-ground-coffee-1-lb_601590_11/';">
698
+ <div class="gridSkuImg">
699
+ <img src="http://iweb.cooking.com/images/products/shprodde/601590.jpg" class="img200" alt="Dark Roast Ground Coffee, 1-lb"/>
700
+ </div>
701
+ <ul>
702
+ <li class="skuName"><h3><a href="/dark-roast-ground-coffee-1-lb_601590_11/">Dark Roast Ground Coffee, 1-lb</a></h3></li>
703
+
704
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
705
+ <div class="stars fourhalf left"></div>
706
+ </li>
707
+ <li class="clear"><span class="price">$8.99</span></li>
708
+ <!--Button Product State-->
709
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=601590&qty=1">Buy</a></li>
710
+ </ul>
711
+ <div class="gridBtm"></div>
712
+ </article>
713
+ <div class="clear" style="width:100%; height:1px"></div>
714
+ <article class="gridSku grid_3 left first" onclick="location.href='/dark-roast-k-cup-pods-12-ct_634602_11/';">
715
+ <div class="gridSkuImg">
716
+ <img src="http://iweb.cooking.com/images/products/shprodde/634602.jpg" class="img200" alt="Dark Roast K-Cup Pods, 12-ct"/>
717
+ </div>
718
+ <ul>
719
+ <li class="skuName"><h3><a href="/dark-roast-k-cup-pods-12-ct_634602_11/">Dark Roast K-Cup® Pods, 12-ct</a></h3></li>
720
+
721
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
722
+ <div class="stars fourhalf left"></div>
723
+ </li>
724
+ <li class="clear"><span class="price">$8.99</span></li>
725
+ <!--Button Product State-->
726
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=634602&qty=1">Buy</a></li>
727
+ </ul>
728
+ <div class="gridBtm"></div>
729
+ </article>
730
+ <article class="gridSku grid_3 left" onclick="location.href='/french-vanilla-ground-coffee-1-lb_601576_11/';">
731
+ <div class="gridSkuImg">
732
+ <img src="http://iweb.cooking.com/images/products/shprodde/601576.jpg" class="img200" alt="French Vanilla Ground Coffee, 1-lb"/>
733
+ </div>
734
+ <ul>
735
+ <li class="skuName"><h3><a href="/french-vanilla-ground-coffee-1-lb_601576_11/">French Vanilla Ground Coffee, 1-lb</a></h3></li>
736
+
737
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
738
+ <div class="stars five left"></div>
739
+ </li>
740
+ <li class="clear"><span class="price">$8.99</span></li>
741
+ <!--Button Product State-->
742
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=601576&qty=1">Buy</a></li>
743
+ </ul>
744
+ <div class="gridBtm"></div>
745
+ </article>
746
+ <article class="gridSku grid_3 left last" onclick="location.href='/dunkin-decaf-k-cup-pods-12-ct_634609_11/';">
747
+ <div class="gridSkuImg">
748
+ <img src="http://iweb.cooking.com/images/products/shprodde/634609.jpg" class="img200" alt="Dunkin Decaf K-Cup Pods, 12-ct"/>
749
+ </div>
750
+ <ul>
751
+ <li class="skuName"><h3><a href="/dunkin-decaf-k-cup-pods-12-ct_634609_11/">Dunkin' Decaf® K-Cup® Pods, 12-ct</a></h3></li>
752
+
753
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
754
+ <div class="stars five left"></div>
755
+ </li>
756
+ <li class="clear"><span class="price">$8.99</span></li>
757
+ <!--Button Product State-->
758
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=634609&qty=1">Buy</a></li>
759
+ </ul>
760
+ <div class="gridBtm"></div>
761
+ </article>
762
+ <div class="clear" style="width:100%; height:1px"></div>
763
+ <article class="gridSku grid_3 left first" onclick="location.href='/hazelnut-ground-coffee-1-lb_601583_11/';">
764
+ <div class="gridSkuImg">
765
+ <img src="http://iweb.cooking.com/images/products/shprodde/601583.jpg" class="img200" alt="Hazelnut Ground Coffee, 1-lb"/>
766
+ </div>
767
+ <ul>
768
+ <li class="skuName"><h3><a href="/hazelnut-ground-coffee-1-lb_601583_11/">Hazelnut Ground Coffee, 1-lb</a></h3></li>
769
+
770
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
771
+ <div class="stars fourhalf left"></div>
772
+ </li>
773
+ <li class="clear"><span class="price">$8.99</span></li>
774
+ <!--Button Product State-->
775
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=601583&qty=1">Buy</a></li>
776
+ </ul>
777
+ <div class="gridBtm"></div>
778
+ </article>
779
+ <article class="gridSku grid_3 left" onclick="location.href='/hot-cocoa-k-cup-pods-12-ct_634637_11/';">
780
+ <div class="gridSkuImg">
781
+ <img src="http://iweb.cooking.com/images/products/shprodde/634637.jpg" class="img200" alt="Hot Cocoa K-Cup Pods, 12-ct"/>
782
+ </div>
783
+ <ul>
784
+ <li class="skuName"><h3><a href="/hot-cocoa-k-cup-pods-12-ct_634637_11/">Hot Cocoa K-Cup® Pods, 12-ct</a></h3></li>
785
+
786
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
787
+ <div class="stars fourhalf left"></div>
788
+ </li>
789
+ <li class="clear"><span class="price">$8.99</span></li>
790
+ <!--Button Product State-->
791
+ <li><div class="gridSkuButtonAlt gridSkuButton">Info</div></li>
792
+ </ul>
793
+ <div class="gridBtm"></div>
794
+ </article>
795
+ <article class="gridSku grid_3 left last" onclick="location.href='/french-vanilla-k-cup-pods-12-ct_634616_11/';">
796
+ <div class="gridSkuImg">
797
+ <img src="http://iweb.cooking.com/images/products/shprodde/634616.jpg" class="img200" alt="French Vanilla K-Cup Pods, 12-ct"/>
798
+ </div>
799
+ <ul>
800
+ <li class="skuName"><h3><a href="/french-vanilla-k-cup-pods-12-ct_634616_11/">French Vanilla K-Cup® Pods, 12-ct</a></h3></li>
801
+
802
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
803
+ <div class="stars five left"></div>
804
+ </li>
805
+ <li class="clear"><span class="price">$8.99</span></li>
806
+ <!--Button Product State-->
807
+ <li><div class="gridSkuButtonAlt gridSkuButton">Info</div></li>
808
+ </ul>
809
+ <div class="gridBtm"></div>
810
+ </article>
811
+ <div class="clear" style="width:100%; height:1px"></div>
812
+ <article class="gridSku grid_3 left first" onclick="location.href='/hazelnut-k-cup-pods-12-ct_634623_11/';">
813
+ <div class="gridSkuImg">
814
+ <img src="http://iweb.cooking.com/images/products/shprodde/634623.jpg" class="img200" alt="Hazelnut K-Cup Pods, 12-ct"/>
815
+ </div>
816
+ <ul>
817
+ <li class="skuName"><h3><a href="/hazelnut-k-cup-pods-12-ct_634623_11/">Hazelnut K-Cup® Pods, 12-ct</a></h3></li>
818
+
819
+ <li class="clear continuity horz-9"><span></span>Subscription Order Available</li> <li class="clear">
820
+ <div class="stars fourhalf left"></div>
821
+ </li>
822
+ <li class="clear"><span class="price">$8.99</span></li>
823
+ <!--Button Product State-->
824
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=634623&qty=1">Buy</a></li>
825
+ </ul>
826
+ <div class="gridBtm"></div>
827
+ </article>
828
+ <article class="gridSku grid_3 left" onclick="location.href='/original-blend-k-cup-pods-24-ct_635365_11/';">
829
+ <div class="gridSkuImg">
830
+ <img src="http://iweb.cooking.com/images/products/shprodde/635365.jpg" class="img200" alt="Original Blend K-Cup Pods, 24-ct"/>
831
+ </div>
832
+ <ul>
833
+ <li class="skuName"><h3><a href="/original-blend-k-cup-pods-24-ct_635365_11/">Original Blend K-Cup® Pods, 24-ct</a></h3></li>
834
+
835
+ <li class="clear">
836
+ <div class="stars five left"></div>
837
+ </li>
838
+ <li class="clear"><span class="price">$16.99</span></li>
839
+ <!--Button Product State-->
840
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=635365&qty=1">Buy</a></li>
841
+ </ul>
842
+ <div class="gridBtm"></div>
843
+ </article>
844
+ <article class="gridSku grid_3 left last" onclick="location.href='/dunkin-decaf-k-cup-pods-24-ct_635372_11/';">
845
+ <div class="gridSkuImg">
846
+ <img src="http://iweb.cooking.com/images/products/shprodde/635372.jpg" class="img200" alt="Dunkin Decaf K-Cup Pods, 24-ct"/>
847
+ </div>
848
+ <ul>
849
+ <li class="skuName"><h3><a href="/dunkin-decaf-k-cup-pods-24-ct_635372_11/">Dunkin' Decaf® K-Cup® Pods, 24-ct</a></h3></li>
850
+
851
+ <li class="clear">
852
+ <div class="stars five left"></div>
853
+ </li>
854
+ <li class="clear"><span class="price">$16.99</span></li>
855
+ <!--Button Product State-->
856
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=635372&qty=1">Buy</a></li>
857
+ </ul>
858
+ <div class="gridBtm"></div>
859
+ </article>
860
+ <div class="clear" style="width:100%; height:1px"></div>
861
+ <article class="gridSku grid_3 left first" onclick="location.href='/hot-cocoa-k-cup-pods-24-ct_635400_11/';">
862
+ <div class="gridSkuImg">
863
+ <img src="http://iweb.cooking.com/images/products/shprodde/635400.jpg" class="img200" alt="Hot Cocoa K-Cup Pods, 24-ct"/>
864
+ </div>
865
+ <ul>
866
+ <li class="skuName"><h3><a href="/hot-cocoa-k-cup-pods-24-ct_635400_11/">Hot Cocoa K-Cup® Pods, 24-ct</a></h3></li>
867
+
868
+ <li class="clear">
869
+ <div class="stars fourhalf left"></div>
870
+ </li>
871
+ <li class="clear"><span class="price">$16.99</span></li>
872
+ <!--Button Product State-->
873
+ <li><div class="gridSkuButtonAlt gridSkuButton">Info</div></li>
874
+ </ul>
875
+ <div class="gridBtm"></div>
876
+ </article>
877
+ <article class="gridSku grid_3 left" onclick="location.href='/hazelnut-k-cup-pods-24-ct_635379_11/';">
878
+ <div class="gridSkuImg">
879
+ <img src="http://iweb.cooking.com/images/products/shprodde/635379.jpg" class="img200" alt="Hazelnut K-Cup Pods, 24-ct"/>
880
+ </div>
881
+ <ul>
882
+ <li class="skuName"><h3><a href="/hazelnut-k-cup-pods-24-ct_635379_11/">Hazelnut K-Cup® Pods, 24-ct</a></h3></li>
883
+
884
+ <li class="clear">
885
+ <div class="stars five left"></div>
886
+ </li>
887
+ <li class="clear"><span class="price">$16.99</span></li>
888
+ <!--Button Product State-->
889
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=635379&qty=1">Buy</a></li>
890
+ </ul>
891
+ <div class="gridBtm"></div>
892
+ </article>
893
+ <article class="gridSku grid_3 left last" onclick="location.href='/french-vanilla-k-cup-pods-24-ct_635386_11/';">
894
+ <div class="gridSkuImg">
895
+ <img src="http://iweb.cooking.com/images/products/shprodde/635386.jpg" class="img200" alt="French Vanilla K-Cup Pods, 24-ct"/>
896
+ </div>
897
+ <ul>
898
+ <li class="skuName"><h3><a href="/french-vanilla-k-cup-pods-24-ct_635386_11/">French Vanilla K-Cup® Pods, 24-ct</a></h3></li>
899
+
900
+ <li class="clear">
901
+ <div class="stars five left"></div>
902
+ </li>
903
+ <li class="clear"><span class="price">$16.99</span></li>
904
+ <!--Button Product State-->
905
+ <li><div class="gridSkuButtonAlt gridSkuButton">Info</div></li>
906
+ </ul>
907
+ <div class="gridBtm"></div>
908
+ </article>
909
+ <div class="clear" style="width:100%; height:1px"></div>
910
+ <article class="gridSku grid_3 left first" onclick="location.href='/dark-roast-k-cup-pods-24-ct_635393_11/';">
911
+ <div class="gridSkuImg">
912
+ <img src="http://iweb.cooking.com/images/products/shprodde/635393.jpg" class="img200" alt="Dark Roast K-Cup Pods, 24-ct"/>
913
+ </div>
914
+ <ul>
915
+ <li class="skuName"><h3><a href="/dark-roast-k-cup-pods-24-ct_635393_11/">Dark Roast K-Cup® Pods, 24-ct</a></h3></li>
916
+
917
+ <li class="clear">
918
+ <div class="stars fourhalf left"></div>
919
+ </li>
920
+ <li class="clear"><span class="price">$16.99</span></li>
921
+ <!--Button Product State-->
922
+ <li><a id="addtocart" class="gridSkuButton" href="/checkout/add.aspx?a=a&pid=635393&qty=1">Buy</a></li>
923
+ </ul>
924
+ <div class="gridBtm"></div>
925
+ </article>
926
+ <div class="clear"></div>
927
+ <div class="pagBGBtm">
928
+ <ul class="pagination">
929
+ <li class="grid_3 columns first">Items 1-19 of 19
930
+ <span class="elResultCount" style="display:none">19</span>
931
+ </li>
932
+ <li class="grid_3 columns pagMid"></li> <li class="grid_3 columns last pagLast">
933
+ <span class="noClick">&laquo;&nbsp;Back</span> Page:
934
+ <span class="selected">1</span>
935
+ <span class="noClick">Next&nbsp;&raquo;</span> </li>
936
+ <li class="clear"></li>
937
+ </ul>
938
+ </div>
939
+ </div>
940
+ </div>
941
+ <div class="clear">
942
+ </div>
943
+ </div>
944
+
945
+
946
+
947
+ <div class="clear">
948
+ </div>
949
+ <div class="shareTab">
950
+ <ul>
951
+ <li>share</li>
952
+ <li>
953
+ <a class="addthis_button_facebook">
954
+ <img title="Share on facebook" alt="Share on facebook icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-facebook.png"/>
955
+ </a>
956
+ </li>
957
+ <li>
958
+ <a class="addthis_button_twitter">
959
+ <img title="Share on twitter" alt="Share on twitter icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-twitter.png"/>
960
+ </a></li>
961
+ <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
962
+ <li><a target="_blank" rel="nofollow" href="http://pinterest.com/pin/create/button/?url=http://shop.dunkindonuts.com/coffee_1997_p01_01/?CCAID=DDSTDDCF&media=http://iweb.cooking.com/images/products/shprodde/602269.jpg&description=Buy+Coffee+at+DunkinDonuts+Shop" class="pin-it-button" count-layout="none">
963
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-pinterest.png" alt="Share with Pinterest icon" title="Share with Pinterest"/>
964
+ </a></li>
965
+ <li>
966
+
967
+ <a class="addthis_button_email">
968
+ <img title="Share with email" alt="Share with email icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-email.png"/>
969
+ </a>
970
+ </li>
971
+ <li>
972
+ <a target="_blank" rel="nofollow" href="https://plus.google.com/share?url=http%3a%2f%2fshop.dunkindonuts.com%2fcoffee_1997_p01_01%2f%3fccaid%3dddstddcf">
973
+ <img title="Share with Google Plus" alt="Share with Google Plus" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-plus.png" />
974
+ </a>
975
+ </li>
976
+ <li>
977
+ <div class="addthis_toolbox addthis_default_style ">
978
+ <a class="addthis_button" href="http://www.addthis.com/bookmark.php" onmouseout="addthis_close()">
979
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-addThis.png" alt="Share" />
980
+ </a>
981
+ </div>
982
+ </li>
983
+ </ul>
984
+ <div id="sendEmail" style="display: none; z-index: 121; position: absolute;">
985
+ <div class="horz-18 right">
986
+ <a href="javascript:HideLightbox('sendEmail')">
987
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/closelabelsml.gif" width="45" height="15" alt="Close" />
988
+ </a>
989
+ </div>
990
+ <div class="titleStyle2 horz-18">
991
+ Share this page</div>
992
+ <div class="clear">
993
+ </div>
994
+ <form id="shareForm" class="emailForm" action="/customer/sendemail" method="post">
995
+ <fieldset>
996
+ <label class="title">
997
+ Your Name<em>*</em></label>
998
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
999
+ value="Your Name" class="box" name="your_name" id="your_name" />
1000
+ <label class="title">
1001
+ Your Email<em>*</em>
1002
+ </label>
1003
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1004
+ value="Your E-mail Address" class="box" name="your_email" id="your_email" />
1005
+ <input class="checkBox" type="checkbox" name="newsletterSubscribe" id="newsletterSubscribe" />
1006
+ <label class="checkTitle">
1007
+ Sign up for e-mail newsletters and offers!</label>
1008
+ <div class="clear">
1009
+ </div>
1010
+ <label class="title">
1011
+ Recipients Name<em>*</em></label>
1012
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1013
+ value="Recipient's Name" class="box" name="recipient_name" id="recipient_name" />
1014
+ <label class="title">
1015
+ Recipients Email<em>*</em></label>
1016
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1017
+ value="Recipient's E-mail Address" class="box" name="recipient_email" id="recipient_email" />
1018
+ <label class="title">
1019
+ Message (optional)
1020
+ </label>
1021
+ <label id="remaining" style="display: none">
1022
+ </label>
1023
+ <textarea id="input_genmessage" name="input_genmessage" rows="5" cols="60" class="box horz-9"
1024
+ onfocus="if(this.value=='Enter Message (optional)') this.value='';" onblur="if(this.value=='') this.value='Enter Message (optional)'"
1025
+ onkeyup="CheckFieldLength(input_genmessage, 'remaining', 450);" onkeydown="CheckFieldLength(input_genmessage, 'remaining', 450);"
1026
+ onmouseout="CheckFieldLength(input_genmessage, 'remaining', 450);">Enter Message (optional)</textarea>
1027
+ <input type="hidden" name="page_title" value="" />
1028
+ <input type="hidden" name="url" value="" />
1029
+ <div class="left smallText">
1030
+ <p>
1031
+ <em>*Required field</em></p>
1032
+ <p id="invalidForm" class="formError" style="display: none;">
1033
+ Please correct the following error:<br />
1034
+ <span id="invalidYourName" class="bold" style="display: none;">Please enter you name</span>
1035
+ <span id="invalidYourEmail" class="bold" style="display: none;">Please enter or correct
1036
+ e-mail address.</span> <span id="invalidRecipientName" class="bold" style="display: none;">
1037
+ Please enter the friend's name.</span> <span id="invalidRecipientEmail" class="bold"
1038
+ style="display: none;">Please enter or correct e-mail address.</span>
1039
+ </p>
1040
+ </div>
1041
+ </fieldset>
1042
+ <div class="right button">
1043
+ <input id="clickstate" type="hidden" value="1" />
1044
+ <a class="btnStyle1" id="sendmail" onclick="return ValidateShareThisPage();"><span>Send</span></a>
1045
+ </div>
1046
+ <div id="overlayemail" style="display: none;">
1047
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/ajax-loading.gif" width="20" height="20" alt="Close" />
1048
+ </div>
1049
+ </form>
1050
+ </div>
1051
+ <div id="DivErrorValidation" class="PopupDiv" style="display: none; z-index: 121;
1052
+ position: absolute;">
1053
+ <div class="general_box">
1054
+ <div class="content">
1055
+ <div class="close">
1056
+ <a href="#" onclick="HideLightboxShareEmail('DivErrorValidation'); isShownShareThisPageValidation = false">
1057
+ [CLOSE X]</a></div>
1058
+ </div>
1059
+ <div class="content">
1060
+ <div id="errorContent" class="title">
1061
+ </div>
1062
+ <div class="popup_buttons">
1063
+ <ul class="giftcertlist">
1064
+ <li class="button ltbrown medium"><a href="#" onclick="HideLightboxShareEmail('DivErrorValidation'); isShownShareThisPageValidation = false">
1065
+ CLOSE WINDOW</a></li>
1066
+ </ul>
1067
+ </div>
1068
+ <div class="ClearFix">
1069
+ </div>
1070
+ </div>
1071
+ </div>
1072
+ </div>
1073
+ <div id="ShareThisPageDivThanks" class="lightbox" style="display: none; z-index: 121;
1074
+ position: absolute;">
1075
+ <div class="grid_3">
1076
+ <div class="horz-9 right">
1077
+ <a href="javascript:HideLightboxShareEmail('ShareThisPageDivThanks');">
1078
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/closelabelsml.gif" width="45" height="15" alt="Close" />
1079
+ </a>
1080
+ </div>
1081
+ <p>
1082
+ Thanks for sharing!
1083
+ </p>
1084
+ <a href="javascript:HideLightboxShareEmail('ShareThisPageDivThanks');" class="btnStyle1 grid_2 first">
1085
+ <span>Close Window</span> </a>
1086
+ <div class="clear">
1087
+ </div>
1088
+ </div>
1089
+ </div>
1090
+ </div>
1091
+ <div class="clear">
1092
+ </div>
1093
+ <article class="grid_12" id="viewedSkus">
1094
+ <div class="shopIdeas titleStyle3">Dunkin' Donuts<sup>®</sup> Shopping Ideas For You</div>
1095
+ <ul>
1096
+ <li class="grid_2 columns first">
1097
+ <ul class="viewedGrid">
1098
+ <li><a href="/original-blend-ground-coffee-1-lb_601562_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601562.jpg" class="img140" alt="Original Blend Ground Coffee, 1-lb" /></a></li>
1099
+ <li class="skuName"><h3><a href="/original-blend-ground-coffee-1-lb_601562_11/">Original Blend Ground Coffee, 1-lb</a></h3></li>
1100
+
1101
+ <li style="font-size: 13px;">$8.99</li>
1102
+
1103
+ </ul>
1104
+ </li>
1105
+ <li class="grid_2 columns ">
1106
+ <ul class="viewedGrid">
1107
+ <li><a href="/french-vanilla-ground-coffee-1-lb_601576_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601576.jpg" class="img140" alt="French Vanilla Ground Coffee, 1-lb" /></a></li>
1108
+ <li class="skuName"><h3><a href="/french-vanilla-ground-coffee-1-lb_601576_11/">French Vanilla Ground Coffee, 1-lb</a></h3></li>
1109
+
1110
+ <li style="font-size: 13px;">$8.99</li>
1111
+
1112
+ </ul>
1113
+ </li>
1114
+ <li class="grid_2 columns ">
1115
+ <ul class="viewedGrid">
1116
+ <li><a href="/tea-bags-green-tea-20-ct_601618_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601618.jpg" class="img140" alt="Tea Bags: Green Tea, 20-ct" /></a></li>
1117
+ <li class="skuName"><h3><a href="/tea-bags-green-tea-20-ct_601618_11/">Tea Bags: Green Tea, 20-ct</a></h3></li>
1118
+
1119
+ <li style="font-size: 13px;">$5.99</li>
1120
+
1121
+ </ul>
1122
+ </li>
1123
+ <li class="grid_2 columns ">
1124
+ <ul class="viewedGrid">
1125
+ <li><a href="/hazelnut-ground-coffee-1-lb_601583_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601583.jpg" class="img140" alt="Hazelnut Ground Coffee, 1-lb" /></a></li>
1126
+ <li class="skuName"><h3><a href="/hazelnut-ground-coffee-1-lb_601583_11/">Hazelnut Ground Coffee, 1-lb</a></h3></li>
1127
+
1128
+ <li style="font-size: 13px;">$8.99</li>
1129
+
1130
+ </ul>
1131
+ </li>
1132
+ <li class="grid_2 columns ">
1133
+ <ul class="viewedGrid">
1134
+ <li><a href="/dark-roast-ground-coffee-1-lb_601590_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601590.jpg" class="img140" alt="Dark Roast Ground Coffee, 1-lb" /></a></li>
1135
+ <li class="skuName"><h3><a href="/dark-roast-ground-coffee-1-lb_601590_11/">Dark Roast Ground Coffee, 1-lb</a></h3></li>
1136
+
1137
+ <li style="font-size: 13px;">$8.99</li>
1138
+
1139
+ </ul>
1140
+ </li>
1141
+ <li class="grid_2 columns last">
1142
+ <ul class="viewedGrid">
1143
+ <li><a href="/cold-beverage-sipper-22-oz_601688_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601688.jpg" class="img140" alt="Cold Beverage Sipper, 22-oz" /></a></li>
1144
+ <li class="skuName"><h3><a href="/cold-beverage-sipper-22-oz_601688_11/">Cold Beverage Sipper, 22-oz</a></h3></li>
1145
+
1146
+ <li style="font-size: 13px;">
1147
+ <span style="text-decoration:line-through;">$8.99</span>
1148
+
1149
+ $6.99
1150
+ </li>
1151
+
1152
+ </ul>
1153
+ </li>
1154
+
1155
+ </ul>
1156
+ <div class ="clear"></div>
1157
+ </article>
1158
+ <div class="clear">
1159
+ </div>
1160
+ <div class="clearFooter">
1161
+ </div>
1162
+ </div>
1163
+ </section>
1164
+ </div>
1165
+ <div id="divLoading">
1166
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/ajax-loader.gif" style="width: 60px; height:60px;" alt="Loading..." />
1167
+ </div>
1168
+ <footer id="footer">
1169
+ <div class="container_12">
1170
+ <div class="footershareTab">
1171
+
1172
+ <ul>
1173
+ <li>share</li>
1174
+ <li>
1175
+ <a class="addthis_button_facebook">
1176
+ <img title="Share on facebook" alt="Share on facebook icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-facebook.png"/>
1177
+ </a>
1178
+ </li>
1179
+ <li>
1180
+ <a class="addthis_button_twitter">
1181
+ <img title="Share on twitter" alt="Share on twitter icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-twitter.png"/>
1182
+ </a></li>
1183
+ <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
1184
+ <li><a target="_blank" rel="nofollow" href="http://pinterest.com/pin/create/button/?url=http://shop.dunkindonuts.com/coffee_1997_p01_01/?CCAID=DDSTDDCF&media=http://iweb.cooking.com/images/products/shprodde/602269.jpg&description=Buy+Coffee+at+DunkinDonuts+Shop" class="pin-it-button" count-layout="none">
1185
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-pinterest.png" alt="Share with Pinterest icon" title="Share with Pinterest"/>
1186
+ </a></li>
1187
+ <li>
1188
+
1189
+ <a class="addthis_button_email">
1190
+ <img title="Share with email" alt="Share with email icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-email.png"/>
1191
+ </a>
1192
+ </li>
1193
+ <li>
1194
+
1195
+ <a target="_blank" rel="nofollow" href="https://plus.google.com/share?url=http%3a%2f%2fshop.dunkindonuts.com%2fcoffee_1997_p01_01%2f%3fccaid%3dddstddcf">
1196
+ <img title="Share with Google Plus" alt="Share with Google Plus" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-plus.png" />
1197
+ </a>
1198
+
1199
+ </li>
1200
+ <li style="height:56px; padding:0">
1201
+
1202
+ <a class="addthis_buttonft" href="http://www.addthis.com/bookmark.php">
1203
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-addThis.png" alt="Share" />
1204
+ </a>
1205
+
1206
+ </li>
1207
+ </ul>
1208
+ <div id="sendEmail" style="display: none; z-index: 121; position: absolute;">
1209
+ <div class="horz-18 right">
1210
+ <a href="javascript:HideLightbox('sendEmail')">
1211
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/closelabelsml.gif" width="45" height="15" alt="Close" />
1212
+ </a>
1213
+ </div>
1214
+ <div class="titleStyle2 horz-18">
1215
+ Share this page</div>
1216
+ <div class="clear">
1217
+ </div>
1218
+ <form id="shareForm" class="emailForm" action="/customer/sendemail" method="post">
1219
+ <fieldset>
1220
+ <label class="title">
1221
+ Your Name<em>*</em></label>
1222
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1223
+ value="Your Name" class="box" name="your_name" id="your_name" />
1224
+ <label class="title">
1225
+ Your Email<em>*</em>
1226
+ </label>
1227
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1228
+ value="Your E-mail Address" class="box" name="your_email" id="your_email" />
1229
+ <input class="checkBox" type="checkbox" name="newsletterSubscribe" id="newsletterSubscribe" />
1230
+ <label class="checkTitle">
1231
+ Sign up for e-mail newsletters and offers!</label>
1232
+ <div class="clear">
1233
+ </div>
1234
+ <label class="title">
1235
+ Recipients Name<em>*</em></label>
1236
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1237
+ value="Recipient's Name" class="box" name="recipient_name" id="recipient_name" />
1238
+ <label class="title">
1239
+ Recipients Email<em>*</em></label>
1240
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1241
+ value="Recipient's E-mail Address" class="box" name="recipient_email" id="recipient_email" />
1242
+ <label class="title">
1243
+ Message (optional)
1244
+ </label>
1245
+ <label id="remaining" style="display: none">
1246
+ </label>
1247
+ <textarea id="input_genmessage" name="input_genmessage" rows="5" cols="60" class="box horz-9"
1248
+ onfocus="if(this.value=='Enter Message (optional)') this.value='';" onblur="if(this.value=='') this.value='Enter Message (optional)'"
1249
+ onkeyup="CheckFieldLength(input_genmessage, 'remaining', 450);" onkeydown="CheckFieldLength(input_genmessage, 'remaining', 450);"
1250
+ onmouseout="CheckFieldLength(input_genmessage, 'remaining', 450);">Enter Message (optional)</textarea>
1251
+ <input type="hidden" name="page_title" value="" />
1252
+ <input type="hidden" name="url" value="" />
1253
+ <div class="left smallText">
1254
+ <p>
1255
+ <em>*Required field</em></p>
1256
+ <p id="invalidForm" class="formError" style="display: none;">
1257
+ Please correct the following error:<br />
1258
+ <span id="invalidYourName" class="bold" style="display: none;">Please enter you name</span>
1259
+ <span id="invalidYourEmail" class="bold" style="display: none;">Please enter or correct
1260
+ e-mail address.</span> <span id="invalidRecipientName" class="bold" style="display: none;">
1261
+ Please enter the friend's name.</span> <span id="invalidRecipientEmail" class="bold"
1262
+ style="display: none;">Please enter or correct e-mail address.</span>
1263
+ </p>
1264
+ </div>
1265
+ </fieldset>
1266
+ <div class="right button">
1267
+ <input id="clickstate" type="hidden" value="1" />
1268
+ <a class="btnStyle1" id="sendmail" onclick="return ValidateShareThisPage();"><span>Send</span></a>
1269
+ </div>
1270
+ <div id="overlayemail" style="display: none;">
1271
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/ajax-loading.gif" width="20" height="20" alt="Close" />
1272
+ </div>
1273
+ </form>
1274
+ </div>
1275
+ <div id="DivErrorValidation" class="PopupDiv" style="display: none; z-index: 121;
1276
+ position: absolute;">
1277
+ <div class="general_box">
1278
+ <div class="content">
1279
+ <div class="close">
1280
+ <a href="#" onclick="HideLightboxShareEmail('DivErrorValidation'); isShownShareThisPageValidation = false">
1281
+ [CLOSE X]</a></div>
1282
+ </div>
1283
+ <div class="content">
1284
+ <div id="errorContent" class="title">
1285
+ </div>
1286
+ <div class="popup_buttons">
1287
+ <ul class="giftcertlist">
1288
+ <li class="button ltbrown medium"><a href="#" onclick="HideLightboxShareEmail('DivErrorValidation'); isShownShareThisPageValidation = false">
1289
+ CLOSE WINDOW</a></li>
1290
+ </ul>
1291
+ </div>
1292
+ <div class="ClearFix">
1293
+ </div>
1294
+ </div>
1295
+ </div>
1296
+ </div>
1297
+ <div id="ShareThisPageDivThanks" class="lightbox" style="display: none; z-index: 121;
1298
+ position: absolute;">
1299
+ <div class="grid_3">
1300
+ <div class="horz-9 right">
1301
+ <a href="javascript:HideLightboxShareEmail('ShareThisPageDivThanks');">
1302
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/closelabelsml.gif" width="45" height="15" alt="Close" />
1303
+ </a>
1304
+ </div>
1305
+ <p>
1306
+ Thanks for sharing!
1307
+ </p>
1308
+ <a href="javascript:HideLightboxShareEmail('ShareThisPageDivThanks');" class="btnStyle1 grid_2 first">
1309
+ <span>Close Window</span> </a>
1310
+ <div class="clear">
1311
+ </div>
1312
+ </div>
1313
+ </div>
1314
+
1315
+ </div>
1316
+ <div class="grid_4 left">
1317
+ <div class="hed">Shop Quick Links</div>
1318
+ <!-- 1st Column -->
1319
+ <ul id="helpLinks">
1320
+ <li><a cr-nf="/help/">Shop Help &amp; FAQ</a></li>
1321
+ <li><a cr-nf="/help/contact-us/">Contact Us</a></li>
1322
+ <li><a cr-nf="/help/detail/shippinginfo/">Shipping Information</a></li>
1323
+ <li><a cr-nf="/help/detail/returns/">Return Policy</a></li>
1324
+ <li><a cr-nf="http://www.dunkindonuts.com/dunkindonuts/en.html">Dunkin&#39; Donuts&#174; Home</a></li>
1325
+ </ul>
1326
+ <!-- 2nd Column -->
1327
+ <ul id="storeLinks" class="left">
1328
+ <li><a cr-nf="/checkout/login.aspx">Sign In / Sign Out</a></li>
1329
+ <li><a cr-nf="/checkout/myaccount.aspx">Shop Account</a></li>
1330
+ <li><a cr-nf="/checkout/ordertracking.aspx">Track Order</a></li>
1331
+ <li><a cr-nf="/checkout/mysubscriptionaccount.aspx">My DD Subscription</a></li>
1332
+ <li><a cr-nf="/checkout/newsletterpreferencesmodification.aspx">E-mail Preferences</a></li>
1333
+ </ul>
1334
+ </div>
1335
+
1336
+
1337
+ <div class="grid_4 left">
1338
+ <div class="hed"> Dunkin' Donuts<sup>®</sup> Blog <a class="right" href="http://www.dunkindonuts.com/content/DDBlog.html">go to blog</a></div>
1339
+ <div id="blog">
1340
+ <a href="http://www.dunkindonuts.com/DDBlog/2015/02/coming_soon_to_aret.html" target="_blank">Coming Soon to a Retailer Near You: Dunkin’ K-Cup&#174; Packs!</a><span class="new_window_link"></span>
1341
+ </div>
1342
+ <div id="followUs">
1343
+ <div class="titleStyle3 left">
1344
+ Follow Dunkin' Donuts<sup>®</sup></div>
1345
+ <a class="left" rel="nofollow" href="http://www.facebook.com/DunkinDonutsUS" addthis:userid="DunkinDonutsUS"
1346
+ target="_blank"><span class="fb"></span></a><a class="left" rel="nofollow" href="http://twitter.com/DunkinDonuts"
1347
+ addthis:userid="DunkinDonuts" target="_blank"><span class="tw"></span></a>
1348
+ <a class="left" rel="nofollow" href="http://www.youtube.com/user/dunkindonuts" addthis:userid="DunkinDonuts"
1349
+ target="_blank"><span class="yt"></a>
1350
+ </div>
1351
+ <!--/close followUs-->
1352
+
1353
+ </div> <div class="grid_4 left">
1354
+ <div id="emailOptInFooter">
1355
+ <div class="nlHed">
1356
+ Sign Up For Dunkin'® Online Shop Email
1357
+ </div>
1358
+ <p>
1359
+ Sign up for online shop e-mail to receive information about online offers, web special events, new product sneak peeks & more.</p>
1360
+
1361
+ <form id="frmEmailOptInFooter" method="post" action="/Home/Subscribe">
1362
+ <div id="errorMessageFooter" style ="display:none;" class="errorText">
1363
+ Sorry, please enter a correct e-mail address.
1364
+ </div>
1365
+ <div class ="getCoupon">
1366
+ <fieldset>
1367
+ <input type="text" id="txtEmailFooter" name="txtEmailFooter" onkeypress="return checkForEnter(event,'btnSendMailFooter')"
1368
+ onblur="if(this.value=='')this.value='Enter e-mail address';" onfocus="if(this.value==this.defaultValue) this.value='';"
1369
+ value="Enter e-mail address" class="left" />
1370
+ </fieldset>
1371
+ <div class="right">
1372
+ <a id="btnSendMailFooter" class="btnStyle1" href="javascript:void(0)">
1373
+ Sign Up</a>
1374
+ </div>
1375
+ </div>
1376
+ </form>
1377
+ <p id="extratext">Dunkin' Donuts Online Shop emails are separate from dunkindonuts.com emails.</p>
1378
+ <div class="clear">
1379
+ </div>
1380
+ </div>
1381
+ <div id="emailOptInFooterLoading" style="display: none;" class="container_12">
1382
+ <div class="couponLightbox">
1383
+ <div class="horz-18 right">
1384
+ <a href="javascript:HideLightboxAndClear('emailOptInFooterLoading')">
1385
+ <img width="45" height="15" alt="Close" src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif" /></a></div>
1386
+ <img width="31" height="31" alt="loading..." src="http://shop.dunkindonuts.com/images/global/ajax-loading.gif" />
1387
+ <p>
1388
+
1389
+ Thanks! Signing up...
1390
+
1391
+ </p>
1392
+ <div class="clear">
1393
+ </div>
1394
+ </div>
1395
+ </div>
1396
+ <div id="emailOptInFooterThanks" style="display: none;" class="container_12">
1397
+ <div class="couponLightbox">
1398
+ <div class="horz-18 right">
1399
+ <a href="javascript:HideLightboxAndClear('emailOptInFooterThanks')">
1400
+ <img width="45" height="15" alt="Close" src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif" /></a></div>
1401
+
1402
+
1403
+ <div class="titleStyle3">THANK YOU!</div>
1404
+
1405
+
1406
+
1407
+ <div>Thanks for subscribing! Look for sneak peeks at our newest products, drinkware made just for your city, and much more!</div>
1408
+
1409
+ <a class="btnStyle1" rel="nofollow" href="javascript:HideLightboxAndClear('emailOptInFooterThanks')">
1410
+ <span>Close and Continue</span></a>
1411
+ <div class="clear">
1412
+ </div>
1413
+ <div class="horz-10">
1414
+ </div>
1415
+ <div class="smallText">
1416
+
1417
+
1418
+ <div class="smallText">
1419
+
1420
+ </div>
1421
+
1422
+
1423
+ <div class="clear">
1424
+ </div>
1425
+ </div>
1426
+ </div>
1427
+ </div>
1428
+ <div id="emailOptInFooterSorry" style="display: none;" class="container_12">
1429
+ <div class="couponLightbox">
1430
+ <div class="horz-18 right">
1431
+ <a href="javascript:HideLightboxAndClear('emailOptInFooterSorry')">
1432
+ <img width="45" height="15" alt="Close" src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif" /></a></div>
1433
+
1434
+
1435
+
1436
+ <div class="titleStyle3" style="font-style:normal">SORRY - ALREADY SUBSCRIBED <br/> <div class="smallText">Sorry, it appears that you already have subscribed to Dunkin' online shop e-mail.</div></div>
1437
+
1438
+
1439
+ <a class="btnStyle1" rel="nofollow" href="javascript:HideLightboxAndClear('emailOptInFooterSorry')">
1440
+ <span>Close</span></a>
1441
+ <div class="clear">
1442
+ </div>
1443
+ </div>
1444
+ </div>
1445
+ <!--/close emailOptInFooter-->
1446
+
1447
+ </div>
1448
+ <!--/close privacy-->
1449
+ <div class="clear">
1450
+ </div>
1451
+ <div class="clear">
1452
+ </div>
1453
+ </div>
1454
+
1455
+ <!--/container_12 close-->
1456
+
1457
+ <div id="privacy">
1458
+ <div class="container_12">
1459
+ <p class="smallTextFooter">
1460
+ These products are intended for personal use/consumption only. Only Dunkin' Donuts locations are licensed to resell or serve these products using the Dunkin' Donuts trademarks.
1461
+ </p>
1462
+ <p class="copyrightTermsPrivacy">
1463
+ © 2013. DD IP Holder LLC. All rights reserved.
1464
+ &nbsp;|&nbsp;
1465
+ <a cr-nf="/help/detail/storetermsofuse/" rel ="nofollow">Terms</a>
1466
+ &nbsp;|&nbsp;
1467
+ <a cr-nf="/help/detail/privacy/" rel ="nofollow">Privacy Policy</a>
1468
+ &nbsp;|&nbsp;
1469
+ <a cr-nf="http://www.dunkindonuts.com/content/dunkindonuts/en/help/privacypolicy.html#cookiespolicy" rel ="nofollow">Your Ad Choices</a>
1470
+ &nbsp;|&nbsp;
1471
+ <a cr-nf="http://www.target.com/HelpContent?help=/sites/html/TargetOnline/help/orders_and_shipping/more_help_with_orders/CA_SupplyChain_Act.html&amp;lnk=fnav_t_spc_2_6" rel ="nofollow">CA Transparency In Supply Chains Act</a>
1472
+ &nbsp;|&nbsp;
1473
+ <a cr-nf="http://www.dunkinfranchising.com/franchisee/en.html" rel ="nofollow">Franchise Opportunities</a>
1474
+ &nbsp;|&nbsp;
1475
+ <a href="/sitemap/">Crawler Links </a>
1476
+ &nbsp;|&nbsp;
1477
+ <br />
1478
+ Need Help? Call 1-877-833-2633<br />
1479
+ </p>
1480
+ <div class="copyrightTermsPrivacy">
1481
+ <!-- Begin McAfee Secure Trustmark -->
1482
+ <a target="_blank" href="https://www.mcafeesecure.com/verify?host=shop.dunkindonuts.com">
1483
+ <img class="mfes-trustmark mfes-trustmark-hover" border="0" src="//cdn.ywxi.net/meter/shop.dunkindonuts.com/2.gif" width="94" height="54" title="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;" />
1484
+ </a>
1485
+ <!-- End McAfee Secure Trustmark -->
1486
+ </div>
1487
+ </div>
1488
+ <!--/close container_12-->
1489
+ </div>
1490
+ </footer>
1491
+
1492
+ <script src="/Scripts/constant.js" type="text/javascript"></script>
1493
+ <input type="hidden" id="StoreURLHash" value="" />
1494
+
1495
+ <script src="/Scripts/jquery.ui.min.js" type="text/javascript"></script>
1496
+ <script src="/Scripts/MicrosoftAjax.js" type="text/javascript"></script>
1497
+ <script src="/Scripts/MicrosoftMvcAjax.js" type="text/javascript"></script>
1498
+ <script src="/Scripts/urlhelper.js" type="text/javascript"></script>
1499
+ <script src="/Scripts/reloadscrips.js" type="text/javascript"></script>
1500
+ <script src="/Scripts/ajaxhelper.js" type="text/javascript"></script>
1501
+ <!-- Omniture -->
1502
+
1503
+ <!DOCTYPE HTML>
1504
+ <span class="elListPageType" style="display: none">DEPARTMENT</span>
1505
+
1506
+ <!DOCTYPE HTML>
1507
+ <script type="text/javascript" src="/Scripts/Dunkin_s_code.js"></script>
1508
+ <script type="text/javascript" src="/Scripts/dddepartment_home.js"></script>
1509
+
1510
+ <!-- Quantcast Tag -->
1511
+ <!-- Quantcast Tag -->
1512
+ <script type="text/javascript">
1513
+ var _qevents = _qevents || [];
1514
+
1515
+ (function ()
1516
+ {
1517
+ var elem = document.createElement('script');
1518
+ elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
1519
+ elem.async = true;
1520
+ elem.type = "text/javascript";
1521
+ var scpt = document.getElementsByTagName('script')[0];
1522
+ scpt.parentNode.insertBefore(elem, scpt);
1523
+ })();
1524
+
1525
+ _qevents.push({
1526
+ qacct: "p-1eTkAC3Ces6Lu"
1527
+ });
1528
+ </script>
1529
+
1530
+ <noscript>
1531
+ <div style="display:none;">
1532
+ <img src="//pixel.quantserve.com/pixel/p-1eTkAC3Ces6Lu.gif" border="0" height="1" width="1" alt="Quantcast"/>
1533
+ </div>
1534
+ </noscript>
1535
+ <!-- End Quantcast tag -->
1536
+ <!-- Google Analytics -->
1537
+ <script type="text/javascript">
1538
+
1539
+ var GASettingsEnabled = 'true';
1540
+ if (GASettingsEnabled) {
1541
+ var GAID = 'UA-3736794-28';
1542
+
1543
+ var _gaq = _gaq || [];
1544
+ _gaq.push(['_setAccount', GAID]);
1545
+ _gaq.push(['_trackPageview']);
1546
+
1547
+ (function () {
1548
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1549
+ ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
1550
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1551
+ })();
1552
+ }
1553
+
1554
+ </script>
1555
+
1556
+ <!--
1557
+ Start of DoubleClick Floodlight Tag: Please do not remove
1558
+ Activity name of this tag: 2015 K-Cup E-Commerce - Thank You for Purchasing
1559
+ URL of the webpage where the tag is expected to be placed: http://shop.dunkindonuts.com/coffee-k-cup_1997-4294959643_p01_01/
1560
+ This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.
1561
+ Creation Date: 03/30/2015
1562
+ -->
1563
+ <script type="text/javascript">
1564
+ if (document.URL.toLowerCase().toLowerCase().indexOf("coffee-k-cup_1997-4294959643") > -1) {
1565
+ var axel = Math.random() + "";
1566
+ var a = axel * 10000000000000;
1567
+ document.write('<iframe src="http://2146987.fls.doubleclick.net/activityi;src=2146987;type=dunki815;cat=2015k0;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');
1568
+ }
1569
+ </script>
1570
+ <!-- End of DoubleClick Floodlight Tag: Please do not remove -->
1571
+ </body>
1572
+ </html>
forms/html/28.html ADDED
@@ -0,0 +1,432 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <script>
5
+ window['optimizely'] = window['optimizely'] || [];
6
+ window['optimizely'].push(['customTag', 'page_type', 'customer' ]);
7
+ </script>
8
+ <script src="//cdn.optimizely.com/js/1030897634.js"></script>
9
+ <title>Customer Login</title>
10
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
+ <meta name="description" content="" />
12
+ <meta name="keywords" content="beer making kits, beer kits, craft beer, homebrewing, 1 gallon beer kit, brooklyn brew shop, homebrew, brooklyn flea, whole foods, williams-sonoma" />
13
+ <meta name="robots" content="INDEX,FOLLOW" />
14
+ <meta http-equiv="X-UA-Compatible" content="IE=8" />
15
+ <link rel="icon" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/favicon.ico" type="image/x-icon" />
16
+ <link rel="shortcut icon" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/favicon.ico" type="image/x-icon" />
17
+ <link href="https://plus.google.com/109816997653728032234" rel="publisher" />
18
+ <link rel="shortcut icon" type="image/png" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/images/apple-touch-icon-152x152-precomposed.png">
19
+ <link rel="apple-touch-icon" sizes="152x152" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/images/apple-touch-icon-152x152-precomposed.png">
20
+ <link rel="apple-touch-icon" sizes="120x120" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/images/apple-touch-icon-120x120-precomposed.png">
21
+ <link rel="apple-touch-icon" sizes="76x76" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/images/apple-touch-icon-76x76-precomposed.png">
22
+ <link rel="apple-touch-icon" sizes="60x60" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/images/apple-touch-icon-60x60-precomposed.png">
23
+ <script type="text/javascript">
24
+ //<![CDATA[
25
+ var BLANK_URL = 'http://brooklynbrewshop.com/js/blank.html';
26
+ var BLANK_IMG = 'http://brooklynbrewshop.com/js/spacer.gif';
27
+ //]]>
28
+ </script>
29
+ <script type="text/javascript" src="/js/lib/ccard.js"></script>
30
+
31
+
32
+ <!-- Kissmetrics Start -->
33
+ <script type="text/javascript">var _kmq = _kmq || [];
34
+ var _kmk = _kmk || 'e053256de744f7b94fa3f68963bcdcc58f2aaf9c';
35
+ function _kms(u){
36
+ setTimeout(function(){
37
+ var d = document, f = d.getElementsByTagName('script')[0],
38
+ s = d.createElement('script');
39
+ s.type = 'text/javascript'; s.async = true; s.src = u;
40
+ f.parentNode.insertBefore(s, f);
41
+ }, 1);
42
+ }
43
+ _kms('//i.kissmetrics.com/i.js');
44
+ _kms('//doug1izaerwt3.cloudfront.net/' + _kmk + '.1.js');
45
+ </script>
46
+ <!-- Kissmetrics End -->
47
+
48
+ <script>(function() {
49
+ var _fbq = window._fbq || (window._fbq = []);
50
+ if (!_fbq.loaded) {
51
+ var fbds = document.createElement('script');
52
+ fbds.async = true;
53
+ fbds.src = '//connect.facebook.net/en_US/fbds.js';
54
+ var s = document.getElementsByTagName('script')[0];
55
+ s.parentNode.insertBefore(fbds, s);
56
+ _fbq.loaded = true;
57
+ }
58
+ _fbq.push(['addPixelId', '987987381227792']);
59
+ })();
60
+ window._fbq = window._fbq || [];
61
+ window._fbq.push(['track', 'PixelInitialized', {}]);
62
+ </script>
63
+ <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=987987381227792&amp;ev=PixelInitialized" /></noscript>
64
+
65
+
66
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/css/reset.css" media="all" />
67
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/css/boxes.css" media="all" />
68
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/css/menu.css" media="all" />
69
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/css/clears.css" media="all" />
70
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/css/fonts.css" media="all" />
71
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/default/aw_islider/representations/default/style.css" media="all" />
72
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/default/css/aitpreorder.css" media="all" />
73
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/base/default/css/syntaxhighlighter/shCoreDefault.css" media="all" />
74
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/base/default/css/syntaxhighlighter/shThemeDefault.css" media="all" />
75
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/css/print.css" media="print" />
76
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/prototype/prototype.js"></script>
77
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/prototype/tooltip.js"></script>
78
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/prototype/validation.js"></script>
79
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/scriptaculous/builder.js"></script>
80
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/scriptaculous/effects.js"></script>
81
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/scriptaculous/dragdrop.js"></script>
82
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/scriptaculous/controls.js"></script>
83
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/scriptaculous/slider.js"></script>
84
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/varien/js.js"></script>
85
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/varien/form.js"></script>
86
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/varien/menu.js"></script>
87
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/mage/translate.js"></script>
88
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/mage/cookies.js"></script>
89
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/horinaja/horinaja.js"></script>
90
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/plusone.js"></script>
91
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/mage/captcha.js"></script>
92
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/syntaxhighlighter/shCore.js"></script>
93
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/syntaxhighlighter/shAutoloader.js"></script>
94
+ <script type="text/javascript" src="http://brooklynbrewshop.com/skin/frontend/default/default/js/aitoc/aitpreorder/preorder.js"></script>
95
+ <!--[if lt IE 8]>
96
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/css/iestyles.css" media="all" />
97
+ <![endif]-->
98
+ <!--[if lt IE 7]>
99
+ <link rel="stylesheet" type="text/css" href="http://brooklynbrewshop.com/skin/frontend/default/brewshop/css/ie7minus.css" media="all" />
100
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/lib/ds-sleight.js"></script>
101
+ <script type="text/javascript" src="http://brooklynbrewshop.com/js/varien/iehover-fix.js"></script>
102
+ <![endif]-->
103
+ <link rel="alternate" type="application/rss+xml" title="The Mash - RSS Feed" href="http://brooklynbrewshop.com/themash/feed" />
104
+ <script type="text/javascript">//<![CDATA[
105
+ var Translator = new Translate([]);
106
+ //]]></script>
107
+ <script>
108
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
109
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
110
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
111
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
112
+
113
+ ga('create', 'UA-9066026-1', 'auto');
114
+ ga('require', 'displayfeatures');
115
+ ga('require', 'ec');
116
+ ga('send', 'pageview');
117
+
118
+ </script></head>
119
+ <body class=" customer-account-login">
120
+ <noscript>
121
+ <div class="noscript">
122
+ <div class="noscript-inner">
123
+ <p><strong>We detected that your JavaScript seem to be disabled.</strong></p>
124
+ <p>You must have JavaScript enabled in your browser to utilize the functionality of this website.</p>
125
+ </div>
126
+ </div>
127
+ </noscript>
128
+ <div class="container">
129
+
130
+
131
+ <div class="header">
132
+
133
+
134
+
135
+ <!-- Begin MailChimp Signup Form -->
136
+ <!--[if IE]>
137
+ <style type="text/css" media="screen">
138
+ #mc_embed_signup fieldset {position: relative;}
139
+ #mc_embed_signup legend {position: absolute; top: -1em; left: .2em;}
140
+ </style>
141
+ <![endif]-->
142
+
143
+ <!--[if IE 7]>
144
+ <style type="text/css" media="screen">
145
+ .mc-field-group {overflow:visible;}
146
+ </style>
147
+ <![endif]-->
148
+
149
+ <!--End mc_embed_signup-->
150
+
151
+
152
+ <a href="http://brooklynbrewshop.com/"><div class="link-header">&nbsp;</div></a>
153
+
154
+ <div class="topnavbar">
155
+ <a href="http://brooklynbrewshop.com/"><div title="Brooklyn Brew Shop Logo" class="header-logo"></div></a>
156
+ <div class="leftnavbar">
157
+ <ul id="nav">
158
+ <li class="level0 nav-1 parent" onmouseover="toggleMenu(this,1)" onmouseout="toggleMenu(this,0)">
159
+ <a href="http://brooklynbrewshop.com/store-1">
160
+ <span>Shop</span>
161
+ </a>
162
+ <ul class="level0">
163
+ <li class="level1 nav-1-1 first">
164
+ <a href="http://brooklynbrewshop.com/beer-making-kits">
165
+ <span>Beer Making Kits</span>
166
+ </a>
167
+ </li><li class="level1 nav-1-2">
168
+ <a href="http://brooklynbrewshop.com/beer-making-mixes">
169
+ <span>Beer Making Mixes</span>
170
+ </a>
171
+ </li><li class="level1 nav-1-3">
172
+ <a href="http://brooklynbrewshop.com/hard-cider">
173
+ <span>Hard Cider Kits</span>
174
+ </a>
175
+ </li><li class="level1 nav-1-4">
176
+ <a href="http://brooklynbrewshop.com/accessories">
177
+ <span>Accessories</span>
178
+ </a>
179
+ </li><li class="level1 nav-1-5">
180
+ <a href="http://brooklynbrewshop.com/quarterly-brew-club-1">
181
+ <span>Brew Club</span>
182
+ </a>
183
+ </li><li class="level1 nav-1-6">
184
+ <a href="http://brooklynbrewshop.com/gifts">
185
+ <span>E-Gift Card</span>
186
+ </a>
187
+ </li><li class="level1 nav-1-7">
188
+ <a href="http://brooklynbrewshop.com/beer-gifts">
189
+ <span>Gift Sets</span>
190
+ </a>
191
+ </li><li class="level1 nav-1-8 last">
192
+ <a href="http://brooklynbrewshop.com/shop-by-price">
193
+ <span>Shop by Price</span>
194
+ </a>
195
+ </li>
196
+ </ul>
197
+ </li> <li class="level0 nav-2">
198
+ <a href="http://brooklynbrewshop.com/instructions">
199
+ <span>How to Brew</span>
200
+ </a>
201
+ </li> <li class="level0 nav-3">
202
+ <a href="http://brooklynbrewshop.com/faq">
203
+ <span>FAQ</span>
204
+ </a>
205
+ </li> <li class="level0 nav-4">
206
+ <a href="http://brooklynbrewshop.com/brew-timeline">
207
+ <span>Timeline</span>
208
+ </a>
209
+ </li>
210
+
211
+ <!--<li><a href="http://brooklynbrewshop.com/instructions">How to Brew</a></li>
212
+ <li><a href="http://brooklynbrewshop.com/locator">Locator</a></li>
213
+ <li><a href="http://brooklynbrewshop.com/press">Press</a></li>
214
+ <li><a href="http://brooklynbrewshop.com/beermakingbook">The Book</a></li>
215
+ <li><a href="http://brooklynbrewshop.com/book-tour"> Book Tour</a></li>
216
+ -->
217
+ <a href="http://brooklynbrewshop.com/themash" class="last">The Mash</a>
218
+ </ul>
219
+ </div>
220
+ <div class="rightnavbar">
221
+ <ul>
222
+ <li class="first"><a href="http://brooklynbrewshop.com/customer/account/" title="Account" >Account</a></li>
223
+ <li ><a href="http://brooklynbrewshop.com/checkout/cart/" title="Cart (1)" class="top-link-cart">Cart (1)</a></li>
224
+ <li ><a href="https://brooklynbrewshop.com/onestepcheckout/" title="Checkout" class="top-link-onestepcheckout">Checkout</a></li>
225
+ <li class="last"><a href="http://brooklynbrewshop.com/customer/account/login/" title="Log In" >Log In</a></li>
226
+ </ul>
227
+ </div>
228
+
229
+
230
+
231
+ </div>
232
+
233
+
234
+
235
+ </div>
236
+
237
+
238
+ <script language="JavaScript">
239
+ window.onbeforeunload = pushCartAbandoned;
240
+ function pushCartAbandoned()
241
+ {
242
+ var cartItems = "0";
243
+ if(cartItems > 0 && (window.location.href == "https://brooklynbrewshop.com/onestepcheckout/"))
244
+ {
245
+ _kmq.push(['record', 'Abandoned Cart', {'Customer email':'Not logged in','Customer name':'Not logged in'}]);
246
+ }
247
+ }
248
+ </script>
249
+
250
+ <div class="middle layout-1column" id="main">
251
+
252
+
253
+ <div class="page-head">
254
+ <h3>Login or Create an Account</h3>
255
+ </div>
256
+ <form action="http://brooklynbrewshop.com/customer/account/loginPost/" method="post" id="login-form">
257
+ <div class="col2-set login-box">
258
+ <div class="col-1">
259
+ <div class="content" >
260
+ <div class="head-alt2">
261
+ <h4 class="title">New Customers</h4>
262
+ </div>
263
+ <p>By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.</p>
264
+ </div>
265
+ <div class="button-set">
266
+ <a href="http://brooklynbrewshop.com/customer/account/create/"><img src="http://brooklynbrewshop.com/skin/frontend/default/brewshop/images/btn_create_account.gif" alt="Create an Account"/></a>
267
+ </div>
268
+ </div>
269
+ <div class="col-2">
270
+ <div class="content" >
271
+ <div class="head-alt2">
272
+ <h4 class="title">Registered Customers</h4>
273
+ </div>
274
+ <p>If you have an account with us, please log in.</p>
275
+ <ul class="form-list">
276
+ <li>
277
+ <label for="email">Email Address <span class="required">*</span></label><br/>
278
+ <input name="login[username]" value="" title="Email Address" id="email" type="text" class="input-text required-entry" style="width:250px;"/>
279
+ </li>
280
+ <li>
281
+ <label for="pass">Password <span class="required">*</span></label><br/>
282
+ <input name="login[password]" type="password" class="input-text required-entry validate-password" id="pass" style="width:250px;"/>
283
+ </li>
284
+ </ul>
285
+ <p class="required">* Required Fields</p>
286
+ </div>
287
+ <div class="button-set">
288
+ <a href="http://brooklynbrewshop.com/customer/account/forgotpassword/" class="f-left">Forgot Your Password?</a>
289
+ <input type="image" src="http://brooklynbrewshop.com/skin/frontend/default/brewshop/images/btn_login.gif" name="send" id="send2" alt="Login"/>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ </form>
294
+ <script type="text/javascript">
295
+ var dataForm = new VarienForm('login-form', true);
296
+ </script>
297
+ </div>
298
+ <div class="footer" id="footer">
299
+ <div class="footer-right">
300
+ </div>
301
+ <ul>
302
+ <li class="first"><a href="http://brooklynbrewshop.com/">Home</a></li>
303
+ <li><a href="http://brooklynbrewshop.com/beer-making-kits">Online Store</a></li>
304
+ <li><a href="http://brooklynbrewshop.com/wholesale">Wholesale</a></li>
305
+ <li><a href="http://brooklynbrewshop.com/gift-card">E-Gift Cards</a></li>
306
+ <li><a href="http://brooklynbrewshop.com/customer-service">Customer Service</a></li>
307
+ <li><a href="http://brooklynbrewshop.com/about-us">About Us</a></li>
308
+ <li><a href="http://brooklynbrewshop.com/jobs">Jobs</a></li>
309
+ </ul> <ul class="footer-links">
310
+ <li class="last"><a href="http://brooklynbrewshop.com/contacts/" title="Contact Us" >Contact Us</a></li>
311
+ </ul>
312
+ <br/>
313
+ &copy; 2009-2014 Brooklyn Brew Shop, LLC. All Rights Reserved.
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+ <div id="mc_embed_signup">
323
+ <form action="http://brooklynbrewshop.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
324
+ <fieldset class="mini-newsletter">
325
+ <legend>Newsletter</legend>
326
+ <div class="input-box"> <!-- Created for the validation error accomodation -->
327
+ <input class="mc-email-input" name="email" type="text" id="newsletter" onfocus="if(this.value == 'SUBSCRIBE') { this.value = ''; }" value="SUBSCRIBE" class="required-entry validate-email input-text" />
328
+ </div>
329
+ <input class="newsletter_button" type="submit" value="ENTER"/>
330
+ </fieldset>
331
+ </form>
332
+ <script type="text/javascript">
333
+ <!--
334
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
335
+ new Varien.searchForm('newsletter-validate-detail', 'newsletter', 'Enter your email address');
336
+ //-->
337
+
338
+ (function($){
339
+ $('.newsletter_button').click(function(){
340
+ var email = $('#newsletter').val();
341
+ _kmq.push(['record', 'Subscribed to Newsletter', {'Email':email}]);
342
+ });
343
+ })(jQuery);
344
+ </script>
345
+ </div>
346
+
347
+ <script type ="text/javascript">
348
+ window.onload = function (){
349
+ var askDiv = document.getElementById("zenbox_tab");
350
+ askDiv.onclick = function (){
351
+ _kmq.push(['record', 'Ask Us Button (Zen Desk)', {'Customer email':'Not logged in','Customer name':'Not logged in'}]);
352
+ };
353
+ }
354
+
355
+ </script> </div> </div>
356
+ </div>
357
+ <script type="text/javascript">
358
+ //<![CDATA[
359
+ function SyntaxHighlighterBrushPath() {
360
+ var args = arguments, result = [];
361
+ for(var i = 0; i < args.length; i++) {
362
+ result.push(args[i].replace('@', 'http://brooklynbrewshop.com/js/syntaxhighlighter/'));
363
+ }
364
+ return result;
365
+ }
366
+
367
+ SyntaxHighlighter.autoloader.apply(null, SyntaxHighlighterBrushPath(
368
+ 'applescript @shBrushAppleScript.js',
369
+ 'actionscript3 as3 @shBrushAS3.js',
370
+ 'bash shell @shBrushBash.js',
371
+ 'coldfusion cf @shBrushColdFusion.js',
372
+ 'cpp c @shBrushCpp.js',
373
+ 'c# c-sharp csharp @shBrushCSharp.js',
374
+ 'css @shBrushCss.js',
375
+ 'delphi pascal @shBrushDelphi.js',
376
+ 'diff patch pas @shBrushDiff.js',
377
+ 'erl erlang @shBrushErlang.js',
378
+ 'groovy @shBrushGroovy.js',
379
+ 'java @shBrushJava.js',
380
+ 'jfx javafx @shBrushJavaFX.js',
381
+ 'js jscript javascript @shBrushJScript.js',
382
+ 'perl pl @shBrushPerl.js',
383
+ 'php @shBrushPhp.js',
384
+ 'text plain @shBrushPlain.js',
385
+ 'py python @shBrushPython.js',
386
+ 'ruby rails ror rb @shBrushRuby.js',
387
+ 'sass scss @shBrushSass.js',
388
+ 'scala @shBrushScala.js',
389
+ 'sql @shBrushSql.js',
390
+ 'vb vbnet @shBrushVb.js',
391
+ 'xml xhtml xslt html @shBrushXml.js'
392
+ ));
393
+
394
+ SyntaxHighlighter.all();
395
+ //]]>
396
+ </script>
397
+ <!-- BEGIN GOOGLE ANALYTICS CODEs -->
398
+ <script type="text/javascript">
399
+ //<![CDATA[
400
+ var _gaq = _gaq || [];
401
+
402
+ _gaq.push(['_setAccount', 'UA-9066026-1']);
403
+ _gaq.push(['_trackPageview']);
404
+
405
+ (function() {
406
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
407
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
408
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
409
+ })();
410
+
411
+ //]]>
412
+ </script>
413
+ <!-- END GOOGLE ANALYTICS CODE -->
414
+ <script type="text/javascript" src="//assets.zendesk.com/external/zenbox/v2.6/zenbox.js"></script>
415
+ <style type="text/css" media="screen, projection">
416
+ @import url(//assets.zendesk.com/external/zenbox/v2.6/zenbox.css);
417
+ </style>
418
+ <script type="text/javascript">
419
+ if(!/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) {
420
+ if (typeof(Zenbox) !== "undefined") {
421
+ Zenbox.init({
422
+ dropboxID: "20108470",
423
+ url: "https://brooklynbrewshop.zendesk.com",
424
+ tabTooltip: "Help",
425
+ tabImageURL: "http://brooklynbrewshop.com/skin/frontend/default/brewshop/images/tab_help.png",
426
+ tabPosition: "Left",
427
+ tabColor: "#ffffff"
428
+ });
429
+ }
430
+ }
431
+ </script> </body>
432
+ </html>
forms/html/280.html ADDED
@@ -0,0 +1,1784 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html dir="ltr" lang="en-US"
3
+ xmlns:og="http://ogp.me/ns#"
4
+ xmlns:fb="http://www.facebook.com/2008/fbml"
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
6
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/1999/xhtml"
8
+ version="HTML+RDFa 1.1" typeof="gr:Offering" xmlns:v="http://rdf.data-vocabulary.org/#"
9
+ xmlns:gr="http://purl.org/goodrelations/v1#" xmlns:foaf="http://xmlns.com/foaf/0.1/"
10
+ >
11
+ <head>
12
+
13
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
14
+ <title>Dunkin' Donuts® One Pound French Vanilla Ground Coffee</title>
15
+ <meta name="title" content="Dunkin' Donuts® One Pound French Vanilla Ground Coffee" />
16
+ <meta name="keywords" content="Dunkin Donuts Shop , COOKWARE, SMALL APPLIANCES, CUTLERY, KITCHEN TOOLS, BAKEWARE, TABLEWARE, BARWARE, STORAGE" />
17
+ <meta name="description" content="Great taste and aroma of French Vanilla coffee from Dunkin' Donuts® makes your morning better with smooth, classic flavor of vanilla beans" />
18
+ <meta property="og:title" content="French Vanilla Ground Coffee, 1-lb at DunkinDonuts Shop" />
19
+ <meta property="og:url" content="http://shop.dunkindonuts.com/french-vanilla-ground-coffee-1-lb_601576_11/" />
20
+ <meta property="og:image" content="http://iweb.cooking.com/images/products/shprodde/601576.jpg" />
21
+ <meta property="og:description" content="Great taste and aroma of French Vanilla coffee from Dunkin' Donuts® makes your morning better with smooth, classic flavor of vanilla beans" />
22
+ <meta property="og:site_name" content="DunkinDonuts Shop" />
23
+ <meta property="fb:admins" content="6979393237" />
24
+ <link rel="canonical" href="http://shop.dunkindonuts.com/french-vanilla-ground-coffee-1-lb_601576_11/" />
25
+ <link rel="stylesheet" type="text/css" href="/Styles/emerilstore.css" />
26
+ <link rel="stylesheet" type="text/css" href="/Styles/jquery.ui.css" />
27
+ <script type="text/javascript" src="/Scripts/jquery-1.7.2.js"></script>
28
+ <script type="text/javascript" src="/Scripts/jquery.hoverIntent.minified.js"></script>
29
+ <script type="text/javascript" src="/Scripts/megaHoverOver.js"></script>
30
+ <script type="text/javascript" src="/Scripts/tabs.js"></script>
31
+ <script type="text/javascript" src="/Scripts/global.js"></script>
32
+ <script type="text/javascript" src="/Scripts/popup.js"></script>
33
+ <script type="text/javascript" src="/Scripts/thickbox.js"></script>
34
+ <script type="text/javascript" src="/Scripts/International.js"></script>
35
+ <script type="text/javascript" src="/Scripts/slides.min.jquery.js"></script>
36
+ <script type="text/javascript" src="/Scripts/jquery.truncatable.js"></script>
37
+ <script type="text/javascript" src="/Scripts/megaHoverOver.js"></script>
38
+ <script src="/Scripts/jquery.ui.touch-punch.min.js" type="text/javascript"></script>
39
+ <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=cooking">
40
+ </script>
41
+ <script type="text/javascript">
42
+ var addthis_config = {
43
+ ui_click: true
44
+ };
45
+ </script>
46
+ <!-- Tynt Script -->
47
+ <script type="text/javascript" src="/Scripts/tynt-Dunkin.js"></script>
48
+
49
+ <!--[if lt IE 9]>
50
+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
51
+ <![endif]-->
52
+ <!--[if IE 8]>
53
+ <link href="/Styles/ie8.css" rel="stylesheet" type="text/css" />
54
+ <![endif]-->
55
+ <!--[if IE 7]>
56
+ <link href="/Styles/ie7.css" rel="stylesheet" type="text/css" />
57
+ <![endif]-->
58
+ </head>
59
+
60
+ <body>
61
+ <div id="wrap">
62
+ <header id="header">
63
+ <!--Home Link, User Welcome -->
64
+ <div id="topBar">
65
+ <ul>
66
+ <li><a href="http://www.dunkindonuts.com/" target="_blank">Dunkin' Donuts<sup>®</sup> Home</a></li>
67
+ </ul>
68
+ <ul id="userWelcome">
69
+ <li>Hi, Guest!&nbsp;|&nbsp; </li>
70
+ <li><a class="welcome" cr-nf="/checkout/myaccount.aspx" rel="nofollow">Create Account</a>&nbsp;|&nbsp;</li>
71
+ <li><a class="welcome" cr-nf="/checkout/login.aspx" rel="nofollow">Sign In</a></li>
72
+ <div class="clear">
73
+ </div>
74
+ </ul>
75
+ <!--/topNav close-->
76
+
77
+
78
+ <div class="clear">
79
+ </div>
80
+ </div>
81
+
82
+ <!--logo, search, micro cart -->
83
+ <div id="headerMid">
84
+ <div class="left" id="logo">
85
+ <a href="/"><span>Dunkin' Donuts Store</span></a>
86
+ </div>
87
+ <!--close logo-->
88
+ <div class ="promoBubble">
89
+ </div>
90
+
91
+ <div id="searchLogin">
92
+ <!--welcome bar start-->
93
+ <div id="headerMidCol2">
94
+ <div id="search">
95
+ <form id="frmBoxSearch" action="/Product/Search/" method="post">
96
+ <fieldset>
97
+ <input type="hidden" name="txtSearchHidden" id="txtSearchHidden" value="Search the Dunkin&#39; Donuts Shop" />
98
+ <input value="Search the Dunkin&#39; Donuts Shop" id="txtSearch" name="txtSearch" class="searchField left" />
99
+ <div class="right">
100
+ <a href="javascript:void(0)" class="btnStyle1" id="btnSearch" onclick="return checkSearch('frmBoxSearch','txtSearch')">
101
+ <span>search</span></a>
102
+ </div>
103
+ </fieldset>
104
+ </form>
105
+ <div class="clear">
106
+ </div>
107
+ </div>
108
+ </div>
109
+
110
+
111
+ <script type="text/javascript">
112
+ $('#txtSearch').focus(function ()
113
+ {
114
+ var defaultSearchText = 'Search the Dunkin Donuts Shop';
115
+ if (this.value.replace(/'/g, '').replace(/^\s+/, '').replace(/\s+$/, '').toLowerCase() == defaultSearchText.toLowerCase())
116
+ {
117
+ this.value = ''
118
+ }
119
+ });
120
+
121
+ $('#txtSearch').blur(function ()
122
+ {
123
+ if (/^\s*$/.test(this.value))
124
+ {
125
+ var text = 'Search the Dunkin&#39; Donuts Shop';
126
+ $('#txtSearch').val(text.replace("&#39;", "'"));
127
+ }
128
+ });
129
+ </script>
130
+ </div>
131
+
132
+ <div class="right" id="microCart">
133
+ <div onclick="location.href='/checkout/shoppingcart.aspx';" id="microCartView">
134
+ <div class="cartQuantity">
135
+ <div class="cartIcon cartEmpty"></div>
136
+ <div id="number"><span>0</span><br />cart &rsaquo;</div>
137
+
138
+ </div>
139
+
140
+
141
+ <!--/microCartView closes -->
142
+ </div>
143
+ </div>
144
+
145
+ <div class="right" id="subscriptions">
146
+ <div class="refillsIcon">
147
+ <img alt="View cart backgroud image" src="/images/Dunkin-Donuts/global/icon-refills.gif" />
148
+ </div>
149
+ <a href="/checkout/mysubscriptionaccount.aspx">My Regular Refills<sup>®</sup></a>
150
+ </div> </div>
151
+ <!--/headerMid ends -->
152
+ <div class="clear">
153
+ </div>
154
+ <!--global nav-->
155
+ <nav id="departmentNav">
156
+ <ul id="topnav">
157
+ <li class=nav_noBorder>
158
+
159
+ <a href="/coffee_1997_p01_01/" class="dropDown">coffee</a>
160
+
161
+ <div class="sub">
162
+ <h3>
163
+
164
+ <a href="/coffee_1997_p01_01/">Shop All Dunkin&#39; Donuts&#174; Coffee »</a>
165
+
166
+ </h3>
167
+
168
+ <div class="titleBorder">
169
+ </div>
170
+
171
+ <ul>
172
+
173
+ <li><a href="/coffee-original-blend_1997-4294959897_p01_01/">Original Blend</a></li>
174
+ <li><a href="/coffee-dunkin-decaf_1997-4294959745_p01_01/">Dunkin' Decaf®</a></li>
175
+ <li><a href="/coffee-hazelnut_1997-4294959916_p01_01/">Hazelnut</a></li>
176
+ <li><a href="/coffee-french-vanilla_1997-4294959917_p01_01/">French Vanilla</a></li>
177
+ <li><a href="/dark-roast-ground-coffee-1-lb_601590_11/">Dunkin' Dark®</a></li>
178
+ <li><a href=""></a></li>
179
+ <li><a href=""></a></li>
180
+
181
+ </ul>
182
+ <ul>
183
+
184
+ <li><a href="/coffee-ground_1997-4294959922_p01_01/">Ground Coffee</a></li>
185
+ <li><a href="/coffee-whole-bean_1997-4294959914_p01_01/">Whole Bean</a></li>
186
+ <li><a href="/coffee-k-cup_1997-4294959632_p01_01/">K-Cup® Pods</a></li>
187
+
188
+ </ul>
189
+
190
+ <ul style="text-align:right">
191
+ <li style="text-align:left"><a href="/coffee_1997_p01_01/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-coffee.jpg" alt="navimage"></a></li>
192
+ </ul>
193
+
194
+
195
+ </div>
196
+ </li>
197
+ <li >
198
+
199
+ <a href="/coffee-k-cup_1997-4294959632_p01_01/" class="dropDown">k-cup&#174; pods</a>
200
+
201
+ <div class="sub">
202
+ <h3>
203
+
204
+ <a href="/coffee-k-cup_1997-4294959632_p01_01/">Shop All K-Cup&#174; Pods »</a>
205
+
206
+ </h3>
207
+
208
+ <div class="titleBorder">
209
+ </div>
210
+
211
+ <ul>
212
+
213
+ <li><a href="/original-blend-k-cup-pods-12-ct_634630_11/">Original Blend<br> K-Cup® Pods</a></li>
214
+ <li><a href="/dunkin-decaf-k-cup-pods-12-ct_634609_11/">Decaf K-Cup® Pods</a></li>
215
+ <li><a href="/hazelnut-k-cup-pods-12-ct_634623_11/">Hazelnut K-Cup® Pods</a></li>
216
+ <li><a href="/french-vanilla-k-cup-pods-12-ct_634616_11/">French Vanilla <br>K-Cup® Pods</a></li>
217
+ <li><a href="/dark-roast-k-cup-pods-12-ct_634602_11/">Dark Roast K-Cup® Pods</a></li>
218
+ <li><a href="/hot-cocoa-k-cup-pods-12-ct_634637_11/">Hot Cocoa K-Cup® Pods</a></li>
219
+
220
+ </ul>
221
+
222
+ <ul style="text-align:right">
223
+ <li style="text-align:left"><a href="/coffee-k-cup_1997-4294959632_p01_01/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-kcup.jpg" alt="navimage"></a></li>
224
+ </ul>
225
+
226
+
227
+ </div>
228
+ </li>
229
+ <li >
230
+
231
+ <a href="/drinkware_363_p01_01/" class="dropDown">drinkware</a>
232
+
233
+ <div class="sub">
234
+ <h3>
235
+
236
+ <a href="/drinkware_363_p01_01/">Shop All Drinkware »</a>
237
+
238
+ </h3>
239
+
240
+ <div class="titleBorder">
241
+ </div>
242
+
243
+ <ul>
244
+
245
+ <li><a href="/mugs_363-4294959901_p01_01/">Mugs</a></li>
246
+ <li><a href="/travel-mugs_363-4294959763_p01_01/">Travel Mugs</a></li>
247
+ <li><a href="/dunkin-destination-mugs_4105_p01_04/">DDestination Mugs</a></li>
248
+ <li><a href=""></a></li>
249
+
250
+ </ul>
251
+
252
+ <ul style="text-align:right">
253
+ <li style="text-align:left"><a href="/drinkware_363_p01_01/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-drinkware.jpg" alt="navimage"></a></li>
254
+ </ul>
255
+
256
+
257
+ </div>
258
+ </li>
259
+ <li >
260
+
261
+ <a href="/shop-all-dunkin-donuts-apparel_4149_p01_04/" class="dropDown">apparel</a>
262
+
263
+ <div class="sub">
264
+ <h3>
265
+
266
+ <a href="/shop-all-dunkin-donuts-apparel_4149_p01_04/">Shop All Apparel »</a>
267
+
268
+ </h3>
269
+
270
+ <div class="titleBorder">
271
+ </div>
272
+
273
+ <ul>
274
+
275
+ <li><a href="/dunkin-donuts-dark-chocolate-friends-t-shirt-large_601702_11/">Friends T-Shirt</a></li>
276
+ <li><a href="/dunkin-donuts-sapphire-in-your-ddreams-t-shirt-large_602829_11/">In Your DDreams T-Shirt</a></li>
277
+ <li><a href="/dunkin-donuts-dark-chocolate-hot-tee-large_602801_11/">Hot T-Shirt</a></li>
278
+ <li><a href="/orange-logo-t-shirt-large_607848_11/">Logo T-Shirt</a></li>
279
+ <li><a href=""></a></li>
280
+
281
+ </ul>
282
+
283
+ <ul style="text-align:right">
284
+ <li style="text-align:left"><a href="/shop-all-dunkin-donuts-apparel_4149_p01_04/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-apparel.jpg" alt="navimage"></a></li>
285
+ </ul>
286
+
287
+
288
+ </div>
289
+ </li>
290
+ <li >
291
+
292
+ <a href="/dd-extras_4294959869_p01_01/" class="dropDown">dd extras</a>
293
+
294
+ <div class="sub">
295
+ <h3>
296
+
297
+ <a href="/dd-extras_4294959869_p01_01/">Shop All DD Extras »</a>
298
+
299
+ </h3>
300
+
301
+ <div class="titleBorder">
302
+ </div>
303
+
304
+ <ul>
305
+
306
+ <li><a href="/tea_4294959869-4294959900_p01_01/">Dunkin'™ Tea</a></li>
307
+ <li><a href="/dunkin-collectibles_4294959869-4294959722_p01_01/">Dunkin'™ Collectibles </a></li>
308
+ <li><a href=""></a></li>
309
+
310
+ </ul>
311
+
312
+ <ul style="text-align:right">
313
+ <li style="text-align:left"><a href="/dd-extras_4294959869_p01_01/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-extra.jpg" alt="navimage"></a></li>
314
+ </ul>
315
+
316
+
317
+ </div>
318
+ </li>
319
+ <li >
320
+
321
+ <a href="/gift-ideas/" class="dropDown">gift ideas</a>
322
+
323
+ <div class="sub">
324
+ <h3>
325
+
326
+ <a href="/gift-ideas/">Shop All Gift Ideas »</a>
327
+
328
+ </h3>
329
+
330
+ <div class="titleBorder">
331
+ </div>
332
+
333
+ <ul>
334
+
335
+ <li><a href="/gifts-for-the-coffee-lover_4135_p01_04/">Gifts for Coffee Lovers</a></li>
336
+ <li><a href=""></a></li>
337
+ <li><a href="/gifts-under-20_4121_p01_04/">Gifts Under $20</a></li>
338
+ <li><a href="/gifts-on-the-go_4101_p01_04/">Dunkin'™ Gifts On-the-Go</a></li>
339
+ <li><a href=""></a></li>
340
+
341
+ </ul>
342
+ <ul>
343
+
344
+ <li><a href="/gifts-for-tea-lovers_4102_p01_04/">Gifts for Tea Lovers</a></li>
345
+ <li><a href="/gifts-for-the-dunkin-fan_4103_p01_04/">Gifts for Dunkin'™ Fans</a></li>
346
+ <li><a href="https://www.dunkindonuts.com/content/dunkindonuts/en/ddcard.html">Dunkin' Donuts® Card</a></li>
347
+
348
+ </ul>
349
+
350
+ <ul style="text-align:right">
351
+ <li style="text-align:left"><a href="/gift-ideas/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/banners/nav-image-giftideas.jpg" alt="navimage"></a></li>
352
+ </ul>
353
+
354
+
355
+ </div>
356
+ </li>
357
+ <li >
358
+
359
+ <a href="/subscription/" class="dropDown">subscriptions</a>
360
+
361
+ <div class="sub">
362
+ <h3>
363
+
364
+ <a href="/subscription/">Shop All Subscription Products »</a>
365
+
366
+ </h3>
367
+
368
+ <div class="titleBorder">
369
+ </div>
370
+
371
+ <ul>
372
+
373
+ <li><a href="/subscription/">Sign Up For Regular Refills®</a></li>
374
+ <li><a href="/checkout/login.aspx?rp=%2fcheckout%2fmysubscriptionaccount.aspx">Manage Your Subscription</a></li>
375
+ <li><a href=""></a></li>
376
+
377
+ </ul>
378
+
379
+ <ul style="text-align:right">
380
+ <li style="text-align:left"><a href="/subscription/"><img src="http://shop.dunkindonuts.com/images//Dunkin-Donuts/global/nav-image.jpg" alt="navimage"></a></li>
381
+ </ul>
382
+
383
+
384
+ </div>
385
+ </li>
386
+
387
+ </ul>
388
+ </nav>
389
+
390
+ <div class="noPrint clear">
391
+ </div>
392
+ </header>
393
+ <div id="messageText">
394
+ <a href="https://www.dunkindonuts.com/content/dunkindonuts/en/ddcard/buyacard.html"><span class="text">Now Accepting DD Cards Online</span></a> »
395
+ </div>
396
+
397
+ <section id="content" class="container_12">
398
+ <div id="footerPush">
399
+
400
+ <ul id="breadcrumb">
401
+ <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/" itemprop="url"><span itemprop="title">Shop Home</span></a>
402
+ <span class="elDept" style="display:none">Shop Home</span>
403
+ <span> &rsaquo;</span>
404
+ </li>
405
+ <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/all/" itemprop="url"><span itemprop="title">All Products</span></a>
406
+ <span class="elDept" style="display:none">All Products</span>
407
+ <span> &rsaquo;</span>
408
+ </li>
409
+ <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/coffee_1997_p01_01/" itemprop="url"><span itemprop="title">Coffee</span></a>
410
+ <span class="elDept" style="display:none">Coffee</span>
411
+ </ul>
412
+ <span id="totalCategoryCount" style="display: none">3</span>
413
+ <!-- title here -->
414
+ <h1 class="horz-18 grid_12">
415
+ <span property="gr:name">French Vanilla Ground Coffee, 1-lb</span>
416
+ </h1>
417
+ <section id="detail" class="grid_9 columns left">
418
+ <!-- ....................LEFT COLUMN START.................... -->
419
+ <div class="productDetailsImages">
420
+ <div class="productDetailSocialButtons">
421
+ <div class="addthis_default_style_product ">
422
+ <ul class="socialButtonList addthis_ul">
423
+ <li class="facebook_like"> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a></li>
424
+ <li class="google_plus"> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> </li>
425
+ <li class="pinter"> <a class="addthis_button_pinterest" pi:pinit:url="http%3a%2f%2fshop.dunkindonuts.com%2ffrench-vanilla-ground-coffee-1-lb_601576_11%2f"
426
+ pi:pinit:media="http://iweb.cooking.com/images/products/shprodde/601576.jpg" pi:pinit:layout="horizontal"></a></li>
427
+ <!-- Codes by Quackit.com -->
428
+ </ul>
429
+ </div>
430
+ </div>
431
+ <!-- Detail Image -->
432
+ <div class="mainProductImage">
433
+ <a rel="group[gallery]" id ="pic3" class="lightwindow main" href="http://iweb.cooking.com/images/products/enlarge/601576e.jpg" title="">
434
+ <img class="img300" id ="pic" src="http://iweb.cooking.com/images/products/shprodde/601576.jpg" alt="French Vanilla Ground Coffee, 1-lb" />
435
+ </a>
436
+ <div rel="foaf:depiction" resource="http://iweb.cooking.com/images/products/shprodde/601576.jpg"></div>
437
+ <div class="imageVideoControls">
438
+ <div class ="doubleBorder">
439
+ <span class="viewLarger">
440
+ <img alt="Magnifying Glass Icon" src="/images/productDetail/icon-magnifyingGlass.png">
441
+ <a id ="pic2" title="" class="lightwindow more" href="http://iweb.cooking.com/images/products/enlarge/601576e.jpg" rel="group[gallery]">
442
+ <span class="icon"></span>View Larger
443
+ </a>
444
+ </span>
445
+ <div class="clear"></div>
446
+ </div>
447
+ </div>
448
+
449
+ <script type="text/javascript">
450
+ jQuery(document).ready(function () {
451
+ var isMobile = navigator.userAgent.match(/(iPad)|(iPhone)|(iPod)|(android)|(webOS)/i);
452
+ if (!isMobile) {
453
+ jQuery('.lightwindow.thumb').hover(
454
+ function () {
455
+ jQuery('#pic').attr("src", jQuery(this).attr("href"));
456
+ jQuery('#pic2').attr("href", jQuery(this).attr("href"));
457
+ jQuery('#pic3').attr("href", jQuery(this).attr("href"));
458
+
459
+ initjQueryZoom();
460
+ });
461
+
462
+ initjQueryZoom();
463
+ }
464
+ else {
465
+ jQuery('.lightwindow.thumb').removeClass("lightwindow");
466
+
467
+ jQuery('.thumb').click(
468
+ function (e) {
469
+ jQuery('#pic').attr("src", jQuery(this).attr("href"));
470
+ jQuery('#pic2').attr("href", jQuery(this).attr("href"));
471
+ jQuery('#pic3').attr("href", jQuery(this).attr("href"));
472
+
473
+ e.preventDefault();
474
+ e.stopPropagation();
475
+ //return false;
476
+ });
477
+ }
478
+ });
479
+
480
+ function initjQueryZoom() {
481
+ return jqZoomObject = jQuery("#pic3").jqzoom({
482
+ alwaysOn: false,
483
+ gallery: 'gallery',
484
+ lens: true,
485
+ preloadImages: false,
486
+ title: false,
487
+ zoomType: 'standard'
488
+ });
489
+ }
490
+ </script> </div>
491
+ </div>
492
+ <!--grid 4 close-->
493
+ <section class="grid_5 columns last">
494
+ <ul class="rating left horz-9">
495
+ <li class="smlBold left">Rating:</li>
496
+ <li class="left">
497
+ <div class="left ratingDistContainer" rel="v:hasReview">
498
+ <span typeof="v:Review-aggregate"><a href="#" class="ratingDistIcon">
499
+ <div class="stars five left"></div>
500
+ <img height="8" width="9" alt="Rating Distribution" src="http://shop.dunkindonuts.com/images/Dunkin-Donuts/global/icon-ratingDist.gif">
501
+ <!--rating distribution-->
502
+ <div id="ratingDist">
503
+ <div class="content">
504
+ <div class="title">
505
+ Rating Snapshot <span class="smallText">(107
506
+ reviews)</span>
507
+ </div>
508
+ </div>
509
+ <div class="content">
510
+ <div class="info">
511
+ 5
512
+ stars</div>
513
+ <div class="ratingbar">
514
+ <div class="ratingcolor1" style="width: 78%;"></div>
515
+
516
+ </div>
517
+ <div class="totalreview">
518
+ 83</div>
519
+ </div>
520
+ <div class="content">
521
+ <div class="info">
522
+ 4
523
+ stars</div>
524
+ <div class="ratingbar">
525
+ <div class="ratingcolor1" style="width: 21%;"></div>
526
+
527
+ </div>
528
+ <div class="totalreview">
529
+ 22</div>
530
+ </div>
531
+ <div class="content">
532
+ <div class="info">
533
+ 3
534
+ stars</div>
535
+ <div class="ratingbar">
536
+ <div class="ratingcolor1" style="width: 2%;"></div>
537
+
538
+ </div>
539
+ <div class="totalreview">
540
+ 2</div>
541
+ </div>
542
+ <div class="content">
543
+ <div class="info">
544
+ 2
545
+ stars</div>
546
+ <div class="ratingbar">
547
+ <div class="ratingcolor1" style="width: 0%;"></div>
548
+
549
+ </div>
550
+ <div class="totalreview">
551
+ 0</div>
552
+ </div>
553
+ <div class="content">
554
+ <div class="info">
555
+ 1
556
+ star</div>
557
+ <div class="ratingbar">
558
+ <div class="ratingcolor1" style="width: 0%;"></div>
559
+
560
+ </div>
561
+ <div class="totalreview">
562
+ 0</div>
563
+ </div>
564
+ <div class="clear"></div>
565
+ <div class="clear"></div>
566
+ </div>
567
+ </a> &nbsp;<span class="noClick" property="v:rating">5.0</span>&nbsp;&nbsp; <a href="javascript:gotoScroll('reviewSortPaging')"><span property="v:count">38 Reviews</span></a>&nbsp; </span></div>
568
+ </li>
569
+ </ul>
570
+ <div class="clear"></div>
571
+ <div class="clear"></div>
572
+ <!-- expert flag is showed here -->
573
+ <!-- short description showed here -->
574
+ <p>Every day should start with the great taste and aroma of Dunkin' Donuts<sup>®</sup> coffee. Make your morning even better by indulging in the smooth, classic flavor of French Vanilla coffee. We make it easy for you to order your favorite flavored coffee online and have it delivered right to your home or office.
575
+ <a href="javascript:gotoScroll('prodContent')" class="linkArr smallText"><span class="arr">See complete
576
+ description</span> &raquo;</a>
577
+ </p>
578
+ <div class="clear"></div>
579
+
580
+
581
+
582
+
583
+
584
+ <p class="smallP">
585
+
586
+ <span property="gr:hasMinValue" content="1" class="bold red">In Stock</span> - Item #601576 <span rel="gr:hasInventoryLevel"> <span typeof="gr:QuantitativeValue"> </span> </span>
587
+
588
+ <span class="OmniSku" style="display: none">601576</span>
589
+ </p>
590
+ <p class="smallP">
591
+ Ships from Our Warehouse
592
+ in <span class="fontsmall"> 1-2 business days</span>.
593
+ Gift wrap is available for this item.
594
+ </p>
595
+ <div id="moduleMoreOptions">
596
+
597
+
598
+ <div class="chooseOptions">
599
+ <span class="moreChoiceText">More Types:</span>
600
+ <a href="/original-blend-ground-coffee-1-lb_601562_11/">Original Blend</a>, <a href="/dunkin-decaf-ground-coffee-1-lb_601569_11/">Dunkin' Decaf<sup>®</sup></a>, <a href="/hazelnut-ground-coffee-1-lb_601583_11/">Hazelnut</a>, <a href="/dark-roast-ground-coffee-1-lb_601590_11/">Dark Roast</a> </div>
601
+ <div class="clear"></div>
602
+
603
+ <div id="buyTogetherModule" class="grid_5 columns last">
604
+ <h4>Often Bought With This Item</h4>
605
+ <div class="buyTogetherNameBox"><a href=/hazelnut-ground-coffee-1-lb_601583_11/>Hazelnut Ground Coffee, 1-lb</a></div>
606
+ <div class="buyTogetherImg">
607
+ <a>
608
+ <img alt="Product Thumbnail" src=http://iweb.cooking.com/images/products/search/601576_t.jpg>
609
+ </a>
610
+ <p>+</p>
611
+ <a href=/hazelnut-ground-coffee-1-lb_601583_11/>
612
+ <img alt="Product Thumbnail" src=http://iweb.cooking.com/images/products/search/601583_t.jpg>
613
+ </a>
614
+ </div>
615
+ <div class="buyTogetherCheckout">
616
+ <span class="bothPrice">Price for both:</span>
617
+ <span class="addToCartSpecialPrice">$17.98</span>
618
+ </div>
619
+ <div class="buyTogetherBox">
620
+ <a class="btnStyle2" href=/checkout/add.aspx?a=a&amp;pid=601576|1|601583|1><span>Add Both to Cart</span></a>
621
+ </div>
622
+ <div class="clear"></div>
623
+ </div> </div>
624
+ </section>
625
+ <div class="clear"></div>
626
+ <div class="spacer"></div>
627
+ <section id="recommendations" class="grid_9 horz-18 first last horz-18">
628
+ <div class="grid_9 left first titleStyle2">
629
+ You may also like… </div>
630
+ <div class="clear"></div>
631
+ <!--gridSKU-->
632
+ <div class="gridSku grid_2 left first" onclick="location.href='/dunkin-decaf-ground-coffee-1-lb_601569_11/';">
633
+ <div class="gridSkuImg">
634
+ <img src="http://iweb.cooking.com/images/products/shprodde/601569.jpg" class="img140" alt="Dunkin Decaf Ground Coffee, 1-lb"/>
635
+ </div>
636
+ <ul>
637
+ <li class="skuName">
638
+ <h3><a href="/dunkin-decaf-ground-coffee-1-lb_601569_11/" >Dunkin' Decaf<sup>®</sup> Ground Coffee, 1-lb</a></h3>
639
+ </li>
640
+ <li class="clear">
641
+ <div class="stars fourhalf left">
642
+ </div>
643
+ </li>
644
+ <li class="clear"><span class="price">$8.99</span>
645
+
646
+
647
+ <span class="mbpricelink" style="display:none">$8.99</span> </li>
648
+ </ul>
649
+ </div>
650
+ <div class="gridSku grid_2 left " onclick="location.href='/hazelnut-ground-coffee-1-lb_601583_11/';">
651
+ <div class="gridSkuImg">
652
+ <img src="http://iweb.cooking.com/images/products/shprodde/601583.jpg" class="img140" alt="Hazelnut Ground Coffee, 1-lb"/>
653
+ </div>
654
+ <ul>
655
+ <li class="skuName">
656
+ <h3><a href="/hazelnut-ground-coffee-1-lb_601583_11/" >Hazelnut Ground Coffee, 1-lb</a></h3>
657
+ </li>
658
+ <li class="clear">
659
+ <div class="stars fourhalf left">
660
+ </div>
661
+ </li>
662
+ <li class="clear"><span class="price">$8.99</span>
663
+
664
+
665
+ <span class="mbpricelink" style="display:none">$8.99</span> </li>
666
+ </ul>
667
+ </div>
668
+ <div class="gridSku grid_2 left " onclick="location.href='/dark-roast-ground-coffee-1-lb_601590_11/';">
669
+ <div class="gridSkuImg">
670
+ <img src="http://iweb.cooking.com/images/products/shprodde/601590.jpg" class="img140" alt="Dark Roast Ground Coffee, 1-lb"/>
671
+ </div>
672
+ <ul>
673
+ <li class="skuName">
674
+ <h3><a href="/dark-roast-ground-coffee-1-lb_601590_11/" >Dark Roast Ground Coffee, 1-lb</a></h3>
675
+ </li>
676
+ <li class="clear">
677
+ <div class="stars fourhalf left">
678
+ </div>
679
+ </li>
680
+ <li class="clear"><span class="price">$8.99</span>
681
+
682
+
683
+ <span class="mbpricelink" style="display:none">$8.99</span> </li>
684
+ </ul>
685
+ </div>
686
+ <div class="gridSku grid_2 left last" onclick="location.href='/tea-bags-green-tea-20-ct_601618_11/';">
687
+ <div class="gridSkuImg">
688
+ <img src="http://iweb.cooking.com/images/products/shprodde/601618.jpg" class="img140" alt="Tea Bags: Green Tea, 20-ct"/>
689
+ </div>
690
+ <ul>
691
+ <li class="skuName">
692
+ <h3><a href="/tea-bags-green-tea-20-ct_601618_11/" >Tea Bags: Green Tea, 20-ct</a></h3>
693
+ </li>
694
+ <li class="clear">
695
+ <div class="stars fourhalf left">
696
+ </div>
697
+ </li>
698
+ <li class="clear"><span class="price">$5.99</span>
699
+
700
+
701
+ <span class="mbpricelink" style="display:none">$5.99</span> </li>
702
+ </ul>
703
+ </div>
704
+ <div class="clear">
705
+ </div>
706
+ </section>
707
+ <div id="prodContent"><a name="itemDescription"></a>
708
+ <!--tabs-->
709
+ <ul id="schBrowseTabs" class="grid_9 last tabs">
710
+ <li class="tab1">
711
+ <h4><a href="#description" ><span>item description</span></a></h4>
712
+ </li>
713
+ </ul>
714
+ <div class="clear"></div>
715
+ <div class="activeTabMask"></div>
716
+ <!--DESCRIPTION TAB CONTENT-->
717
+ <div id="description" class="tab_content first pagBGTab">
718
+ <div class="description" property="gr:description">
719
+ Every day should start with the great taste and aroma of Dunkin' Donuts<sup>®</sup> coffee. Make your morning even better by indulging in the smooth, classic flavor of French Vanilla coffee. We make it easy for you to order your favorite flavored coffee online and have it delivered right to your home or office.<br><br>
720
+ Dunkin' Donuts<sup>®</sup> coffee gets people going. Made from a premium blend of 100% Arabica beans, our French Vanilla Ground coffee satisfies your desires for creamy goodness that is both rich and smooth. Need an indulgent moment to yourself? Enjoy the splendor.<br><br>
721
+ There are over 15,000 different ways to order your coffee at Dunkin’™, and the best part about having Dunkin' Donuts<sup>®</sup> French Vanilla coffee at home is your freedom to make it just as you wish. Use less or more coffee grinds to brew a cup at just the right strength. Drink it plain to enjoy the pure flavors of this blend, or add sugar and cream for a sweeter experience. Drink your coffee hot while appreciating the steaming aromas or add ice to have a refreshing beverage that energizes. Dunkin' Donuts<sup>®</sup> French Vanilla coffee is meant to be savored in your own unique way, so order a 1 pound package for yourself and your friends to find joy in your coffee experience.<br><br>
722
+ </div>
723
+ <!--/description-->
724
+ </div>
725
+ <!--/Description TAB CONTENT-->
726
+ <div class="clear"></div>
727
+ <div class="btm horz-18"></div>
728
+ </div>
729
+ <!--/schBrowse-->
730
+ <div id="reviews" class="horz-27"> <a name="reviews" ></a>
731
+ <div id="reviewSortPaging" class="reviewTop">
732
+
733
+ <div class="first columns titleStyle2"><span>Customer Reviews</span></div>
734
+ <div class="right last">
735
+ <ul class="rating lrgReview">
736
+ <li class="smlBold left">Average Rating: &nbsp;</li>
737
+ <li class="left">
738
+ <span class="letters">
739
+ <a href="#" class="ratingDistIcon"><div class="starsLrg five left"></div><img height="9" width="10" alt="Rating Distribution" src="http://shop.dunkindonuts.com/images/global/icon-ratingDist.gif">
740
+ <div id="ratingDist">
741
+ <div class="content">
742
+ <div class="title">
743
+ Rating Snapshot <span class="smallText">(107
744
+ reviews)</span>
745
+ </div>
746
+ </div>
747
+ <div class="content">
748
+ <div class="info">
749
+ 5
750
+ stars</div>
751
+ <div class="ratingbar">
752
+ <div class="ratingcolor1" style="width: 78%;"></div>
753
+
754
+ </div>
755
+ <div class="totalreview">
756
+ 83</div>
757
+ </div>
758
+ <div class="content">
759
+ <div class="info">
760
+ 4
761
+ stars</div>
762
+ <div class="ratingbar">
763
+ <div class="ratingcolor1" style="width: 21%;"></div>
764
+
765
+ </div>
766
+ <div class="totalreview">
767
+ 22</div>
768
+ </div>
769
+ <div class="content">
770
+ <div class="info">
771
+ 3
772
+ stars</div>
773
+ <div class="ratingbar">
774
+ <div class="ratingcolor1" style="width: 2%;"></div>
775
+
776
+ </div>
777
+ <div class="totalreview">
778
+ 2</div>
779
+ </div>
780
+ <div class="content">
781
+ <div class="info">
782
+ 2
783
+ stars</div>
784
+ <div class="ratingbar">
785
+ <div class="ratingcolor1" style="width: 0%;"></div>
786
+
787
+ </div>
788
+ <div class="totalreview">
789
+ 0</div>
790
+ </div>
791
+ <div class="content">
792
+ <div class="info">
793
+ 1
794
+ star</div>
795
+ <div class="ratingbar">
796
+ <div class="ratingcolor1" style="width: 0%;"></div>
797
+
798
+ </div>
799
+ <div class="totalreview">
800
+ 0</div>
801
+ </div>
802
+ <div class="clear"></div>
803
+ </div>
804
+ </a>
805
+ </span>
806
+ </li>
807
+ </ul>
808
+ </div>
809
+ <div class="clear"></div>
810
+ <div class="line"></div>
811
+ <div class="smallP horz-9">Recommended by <span class="bold">100% of reviewers</span> &nbsp;&nbsp;| &nbsp;&nbsp;Rated a "Good Value" by <span class="bold">99% of reviewers</span></div>
812
+ <div class="line"></div>
813
+ <div class="line">
814
+ </div>
815
+ <ul class="pagination" >
816
+ <li>
817
+ <span style="margin-left:10px"><a href='/french-vanilla-ground-coffee-1-lb_601576_11/0/1/'>See All 38 Reviews</a></span>
818
+ </li>
819
+ </ul>
820
+ <ul class="sort">
821
+ <li class="columns">Sort reviews by: &nbsp;&nbsp;</li>
822
+ <li>
823
+ <span class="selected">Newest</span>
824
+ </li>
825
+ <li>
826
+ &nbsp;&nbsp;|&nbsp;&nbsp;<a href='/french-vanilla-ground-coffee-1-lb_601576_11/1/0/'>Most Helpful</a>
827
+ </li>
828
+ <li>
829
+ &nbsp;&nbsp;|&nbsp;&nbsp;<a href='/french-vanilla-ground-coffee-1-lb_601576_11/2/0/'>Oldest</a>
830
+ </li>
831
+ <li>
832
+ &nbsp;&nbsp;|&nbsp;&nbsp;<a href='/french-vanilla-ground-coffee-1-lb_601576_11/3/0/'>Highest Rating</a>
833
+ </li>
834
+ <li>
835
+ &nbsp;&nbsp;|&nbsp;&nbsp;<a href='/french-vanilla-ground-coffee-1-lb_601576_11/4/0/'>Lowest Rating</a>
836
+ </li>
837
+ </ul>
838
+ </div>
839
+ <div class="custReview ">
840
+ <div class="title">Still waiting for an influx of Dunkin&quot; Donuts</div>
841
+ <div class="smallText">
842
+ <div class="stars five left"></div>
843
+ <div class="author"> by Donald, CA</div>
844
+ <div class="date">May 26, 2015</div>
845
+ </div>
846
+ <div class="clear"></div>
847
+ <p>Love this coffee so much we actually order the one lb coffees in multiple punds and pay shipping whenever we run low. It makes the day begin. Still waiting for more than the one single middle California store. What's up with that?!</p>
848
+ <div class="grid_6 columns first horz-9 smallText">1 of 2 users found this helpful. Was it helpful to you? <a href="javascript:ReviewReports(1, 363488);">Yes</a> | <a href="javascript: ReviewReports(2, 363488);">No</a></div>
849
+
850
+ <div class="right smallText"><a href="javascript:ReportViolation('363488');" class="linkArr"><span class="arr">Report Violation</span> &raquo;</a></div>
851
+ <div class="clear"></div>
852
+ <div class="divider horz-9"></div> </div>
853
+ <div class="custReview ">
854
+ <div class="title">Your vanilla coffee is good</div>
855
+ <div class="smallText">
856
+ <div class="stars five left"></div>
857
+ <div class="author"> by Loren, MT</div>
858
+ <div class="date">March 27, 2015</div>
859
+ </div>
860
+ <div class="clear"></div>
861
+ <p> I think your vanilla coffee is good I am a big fan of the Nella flavoring I would recommend it to a friend</p>
862
+ <div class="grid_6 columns first horz-9 smallText">1 of 2 users found this helpful. Was it helpful to you? <a href="javascript:ReviewReports(1, 361673);">Yes</a> | <a href="javascript: ReviewReports(2, 361673);">No</a></div>
863
+
864
+ <div class="right smallText"><a href="javascript:ReportViolation('361673');" class="linkArr"><span class="arr">Report Violation</span> &raquo;</a></div>
865
+ <div class="clear"></div>
866
+ <div class="divider horz-9"></div> </div>
867
+ <div class="custReview ">
868
+ <div class="title">great coffee</div>
869
+ <div class="smallText">
870
+ <div class="stars five left"></div>
871
+ <div class="author"> by Jennie, NC</div>
872
+ <div class="date">March 24, 2015</div>
873
+ </div>
874
+ <div class="clear"></div>
875
+ <p>I am a big fan of this coffee</p>
876
+ <div class="grid_6 columns first horz-9 smallText">1 of 3 users found this helpful. Was it helpful to you? <a href="javascript:ReviewReports(1, 361581);">Yes</a> | <a href="javascript: ReviewReports(2, 361581);">No</a></div>
877
+
878
+ <div class="right smallText"><a href="javascript:ReportViolation('361581');" class="linkArr"><span class="arr">Report Violation</span> &raquo;</a></div>
879
+ <div class="clear"></div>
880
+ <div class="divider horz-9"></div> </div>
881
+ <div class="custReview ">
882
+ <div class="title"></div>
883
+ <div class="smallText">
884
+ <div class="stars five left"></div>
885
+ <div class="author"> by norman, ID</div>
886
+ <div class="date">March 4, 2015</div>
887
+ </div>
888
+ <div class="clear"></div>
889
+ <p>Wife will only drink French Vanilla.</p>
890
+ <div class="grid_6 columns first horz-9 smallText">0 of 0 users found this helpful. Was it helpful to you? <a href="javascript:ReviewReports(1, 360971);">Yes</a> | <a href="javascript: ReviewReports(2, 360971);">No</a></div>
891
+
892
+ <div class="right smallText"><a href="javascript:ReportViolation('360971');" class="linkArr"><span class="arr">Report Violation</span> &raquo;</a></div>
893
+ <div class="clear"></div>
894
+ <div class="divider horz-9"></div> </div>
895
+ <div class="custReview ">
896
+ <div class="title">Smooth</div>
897
+ <div class="smallText">
898
+ <div class="stars five left"></div>
899
+ <div class="author"> by Cynthia, AZ</div>
900
+ <div class="date">January 13, 2015</div>
901
+ </div>
902
+ <div class="clear"></div>
903
+ <p>I was pleasantly surprised how smooth the coffee was. I have stopped buying takeout coffee. </p>
904
+ <div class="grid_6 columns first horz-9 smallText">3 of 3 users found this helpful. Was it helpful to you? <a href="javascript:ReviewReports(1, 358479);">Yes</a> | <a href="javascript: ReviewReports(2, 358479);">No</a></div>
905
+
906
+ <div class="right smallText"><a href="javascript:ReportViolation('358479');" class="linkArr"><span class="arr">Report Violation</span> &raquo;</a></div>
907
+ <div class="clear"></div>
908
+ </div>
909
+ <ul id="showAllPagination" class="pagination">
910
+ <li>
911
+ <span><a style="margin-left:12px;" href='/french-vanilla-ground-coffee-1-lb_601576_11/0/1/' rel="canonical">See All 38 Reviews</a></span>
912
+ </li>
913
+ </ul>
914
+ </div>
915
+
916
+ <div class="container_12">
917
+ <div style='display: none; z-index: 120; position: absolute;' id='DivConfirmationReport'>
918
+ <div class="grid_4 roundedCornersLrg" style="width:300px;">
919
+ <div class="horz-9 right">
920
+ <a href='javascript:HideLightbox("DivConfirmationReport");'>
921
+ <img src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif"
922
+ width="45" height="15" alt="Close" /></a></div>
923
+ <p>
924
+ Are you sure that you want to report this as inappropriate?
925
+ <input type="hidden" id="ReviewID" value="" name="ReviewID" /></p>
926
+ <div class="left">
927
+ <a href='javascript:HideLightbox("DivConfirmationReport");' class="btnStyle1 grid_1 first">
928
+ <span>Cancel</span></a></div>
929
+ <div class="left">
930
+ <a href='javascript:ReportViolationThank();' class="btnStyle2 grid_1"><span>Report</span></a></div>
931
+ <div class="clear">
932
+ </div>
933
+ </div>
934
+ </div>
935
+ <!--/close lightbox-->
936
+ <div style='display: none; z-index: 121; position: absolute;' id='DivAlreadyGaveFeedback'>
937
+ <div class="grid_4 roundedCornersLrg couponLightbox" style="width:300px;">
938
+ <div class="horz-9 right">
939
+ <a href="javascript:HideLightbox('DivAlreadyGaveFeedback')">
940
+ <img src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif"
941
+ width="45" height="15" alt="Close" /></a></div>
942
+ <p>
943
+ Sorry, you already gave feedback for this review. Thanks for the help!</p>
944
+ <a href="javascript:HideLightbox('DivAlreadyGaveFeedback')" class="btnStyle1 grid_2 first">
945
+ <span>Close Window</span></a>
946
+ <div class="clear">
947
+ </div>
948
+ </div>
949
+ </div>
950
+ <!--/close lightbox-->
951
+ <div style='display: none; z-index: 121; position: absolute;' id='DivThankyou'>
952
+ <div class="grid_4 roundedCornersLrg couponLightbox" style ="width:300px;">
953
+ <div class="horz-9 right">
954
+ <a href='javascript:HideLightbox("DivThankyou");'>
955
+ <img src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif"
956
+ width="45" height="15" alt="Close" /></a></div>
957
+ <p style="display: block; width: 260px;">
958
+ Thank you. Customer Service has been notified.</p>
959
+ <a href='javascript:HideLightbox("DivThankyou");' class="btnStyle1 grid_2 first"><span>
960
+ Close Window</span></a>
961
+ <div class="clear">
962
+ </div>
963
+ </div>
964
+ </div>
965
+ <!--/close lightbox-->
966
+ <div style='display: none; z-index: 121; position: absolute;' id='ReviewReportsThankyou'>
967
+ <div class="grid_4 roundedCornersLrg couponLightbox" style="width:220px;">
968
+ <div class="horz-9 right">
969
+ <a href='javascript:HideLightbox("ReviewReportsThankyou");'>
970
+ <img src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif"
971
+ width="45" height="15" alt="Close" /></a></div>
972
+ <p>
973
+ Thanks for sharing your opinion!</p>
974
+ <a href='javascript:HideLightbox("ReviewReportsThankyou");' class="btnStyle1 grid_2 first">
975
+ <span>Close Window</span></a>
976
+ <div class="clear">
977
+ </div>
978
+ </div>
979
+ </div>
980
+ </div>
981
+ </section>
982
+ <!--detail close-->
983
+ <!-- .................... LEFT COLUMN END .................... -->
984
+
985
+ <!-- ....................RIGHT COLUMN START.................... -->
986
+ <div id="sideColDetail" class="grid_3 right">
987
+ <div rel="gr:hasBusinessFunction" resource="http://purl.org/goodrelations/v1#Sell">
988
+ </div>
989
+ <div id="priceBox" class="horz-18" rel="gr:hasPriceSpecification">
990
+ <div class="doubleBorder">
991
+ <div typeof="gr:UnitPriceSpecification">
992
+ <div property="gr:hasUnitOfMeasurement" content="C62" datatype="xsd:string"></div>
993
+ <dl>
994
+ <dt class="bold uppercase">Price</dt>
995
+ <dd class="bold">
996
+ <span property="gr:hasCurrencyValue" content="8.99">$8.99</span>
997
+ <span property="gr:hasCurrency" content="USD"></span>
998
+ </dd>
999
+
1000
+ <dt>Quantity:</dt>
1001
+ <dd class="last">
1002
+ <form action="#">
1003
+ <fieldset>
1004
+ <input type="text" size="2" value="1" maxlength="4" onkeypress="return isNumberKey(event)" id="txtQuantity" name="txtQuantity" />
1005
+ </fieldset>
1006
+ </form>
1007
+ </dd>
1008
+ </dl>
1009
+ <ul>
1010
+ <input type="hidden" id="ProductId" value='601576' />
1011
+ <li id="addtocart"><a href="/checkout/add.aspx?a=a&pid=601576" class="btnStyle2LrgCheckout" rel="nofollow">
1012
+ <span>ADD TO CART</span></a><div class="clear">
1013
+ </div>
1014
+ </li>
1015
+ <script type="text/javascript" language="javascript">
1016
+ // - Add to cart
1017
+ jQuery('#addtocart').click(function () {
1018
+ var total = parseInt(document.getElementById("txtQuantity").value);
1019
+ var productId = document.getElementById("ProductId").value;
1020
+ if (total >= 1 && total < 1000) {
1021
+ window.location = '/checkout/add.aspx?a=a&pid=' + productId + '&qty=' + total;
1022
+ }
1023
+ return false;
1024
+ });
1025
+ </script>
1026
+ <li class="smallText">100% Satisfaction Guarantee <a href="/help/detail/satisfaction/">Details</a></li>
1027
+ <li><p class="smallTextTax">Applicable tax added at checkout.</p></li>
1028
+ </ul>
1029
+ <div class="priceBtm">
1030
+ </div>
1031
+ </div>
1032
+ </div>
1033
+ </div>
1034
+ <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#PayPal">
1035
+ </div>
1036
+ <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#AmericanExpress">
1037
+ </div>
1038
+ <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#DinersClub">
1039
+ </div>
1040
+ <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#Discover">
1041
+ </div>
1042
+ <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#MasterCard">
1043
+ </div>
1044
+ <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#VISA">
1045
+ </div>
1046
+ <div rel="foaf:page" resource="http://shop.dunkindonuts.com/french-vanilla-ground-coffee-1-lb_601576_11/">
1047
+ </div>
1048
+ <!--continuity-->
1049
+ <div style="text-align: center" class="uppercase bold horz-9">OR</div>
1050
+ <article id="continuityBox" class="horz-27">
1051
+ <div class="doubleBorder">
1052
+ <ul>
1053
+ <li class="contHed">Place Subscription Order</li>
1054
+ <li></li>
1055
+ </ul>
1056
+ <dl>
1057
+ <dt>Quantity:</dt>
1058
+ <dd class="last">
1059
+ <form action="#">
1060
+ <fieldset>
1061
+ <input type="text" value="1" size="2" id="txtSubQuantity" name="txtSubQuantity">
1062
+ </fieldset>
1063
+ </form>
1064
+ </dd>
1065
+ <dt>Deliver Every:</dt>
1066
+ <dd class="last">
1067
+ <form action="#" id="contForm">
1068
+ <fieldset>
1069
+ <input type="radio" name="interval" value="4" class="left" checked="true" />
1070
+ <label for="one" class="left">
1071
+ 4 Weeks</label><div class="clear">
1072
+ </div>
1073
+ <input type="radio" name="interval" value="6" class="left" />
1074
+ <label for="one" class="left">
1075
+ 6 Weeks</label><div class="clear">
1076
+ </div>
1077
+ <input type="radio" name="interval" value="8" class="left" />
1078
+ <label for="one" class="left">
1079
+ 8 Weeks</label><div class="clear">
1080
+ </div>
1081
+ <input type="radio" name="interval" value="10" class="left" />
1082
+ <label for="one" class="left">
1083
+ 10 Weeks</label><div class="clear">
1084
+ </div>
1085
+ </fieldset>
1086
+ </form>
1087
+ </dd>
1088
+ </dl>
1089
+ <ul>
1090
+ <li class="browseBtn horz-9" id="subscribe"><a href="javascript:void(0);" class="btnStyle2LrgCheckout">Buy Subscription</a>
1091
+ <div class="clear"></div>
1092
+ </li>
1093
+ </ul>
1094
+ <div class="contBtm">
1095
+ <a class="linkArr" href="javascript:ShowLightbox(&#39;divHelpRecurring&#39;);"><span class="arr">Subscription ordering info &gt;</span></a>
1096
+ </div>
1097
+ </div>
1098
+ </article>
1099
+ <!--/continuity close-->
1100
+ <section id="divHelpRecurring" class="container_12" style="display: none;">
1101
+ <div>
1102
+ <div class="horz-9 right">
1103
+ <a href="javascript:HideLightbox('divHelpRecurring');">
1104
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/closelabel.gif" alt="Close" />
1105
+ </a>
1106
+ </div>
1107
+ <div class="titleStyle2 horz-9">Dunkin' Regular Refills<sup>®</sup> Subscription Orders</div>
1108
+ <div class="divHelpRecurring_image"><img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/img-continuity-lightbox.png" alt="Shedule to Save in 3 Easy Steps" style="padding-left:0" /></div>
1109
+ <div class="titleStyle3 horz-9">Never run out of Dunkin'! With Regular Refills<sup>®</sup> subscriptions, you enjoy:</div>
1110
+ <div class="continuityLightBox">
1111
+ <ul class="horz-18">
1112
+ <li class="titleStyle4">Convenient home delivery</li>
1113
+ <li class="titleStyle4">Update or cancel any time</li>
1114
+ </ul>
1115
+
1116
+ </div>
1117
+ <a href="/subscription/" class="btnStyle2 grid_3 first left"> <span>See All Subscription Products</span></a>
1118
+ <a href="/checkout/mysubscriptionaccount.aspx" class="btnStyle2 grid_3 left"> <span>Manage Existing Subscriptions</span></a>
1119
+ <div class="clear"></div>
1120
+ <div class="horz-27"></div>
1121
+ <div class="titleStyle2 horz-9">The Benefits of Regular Refills<sup>®</sup> </div>
1122
+ <div class="titleStyle3">Schedule Shipments and Pay Only When Your Orders Ship</div>
1123
+ <p>You choose your delivery frequency and we'll automatically send shipments on that schedule. And don't worry -- you can change your delivery frequency at any time. You are charged only when each order is shipped to you. The amount charged each time will reflect the price of the item on the day that the order is shipped, plus any applicable sales tax and shipping.</p>
1124
+ <div class="titleStyle3">Change or Cancel at Any Time</div>
1125
+ <p>Simply log in to your Subscription Management page in your Shop Account to change the frequency of your shipments or what you want sent in each shipment. You also can use your Account to update billing and shipping information. Changes take effect immediately and will apply to all unshipped future orders.</p>
1126
+ <div class="titleStyle3">For Your Personal Enjoyment</div>
1127
+ <p>Dunkin' Donuts subscription products are intended for personal use and consumption only. Only Dunkin' Donuts locations are licensed to resell or serve these products using the Dunkin' Donuts trademarks.</p>
1128
+ <div class="titleStyle3">Frequently Asked Questions</div>
1129
+ <p>The Regular Refills<sup>®</sup> subscription program was updated in June 2013. <a href="/help/detail/regularrefills/">Click here for answers to common questions</a> and for more information about program updates.</p>
1130
+ <div class="divider"></div>
1131
+ <p> Useful Links:&nbsp;&nbsp;&nbsp;
1132
+ <a href="/help/detail/termregularrefills">Full Terms and Conditions</a> &nbsp;&nbsp;
1133
+ <a href="/subscription/">Start a New Subscription</a>&nbsp;&nbsp;
1134
+ <a href="/checkout/mysubscriptionaccount.aspx">Manage Your Existing Subscription</a>&nbsp;&nbsp;
1135
+ <a href="/help/detail/regularrefills/">FAQs</a> </p>
1136
+ </div><!--/close lightbox-->
1137
+ </section><!--/close container 12-->
1138
+ <!-- .................... LEFT COLUMN END .................... -->
1139
+
1140
+
1141
+ <!--/close lightbox-->
1142
+
1143
+ <div class="promoTile">
1144
+ <a href="/subscription/">
1145
+ <img src="http://iweb.cooking.com/images/dunkin-donuts/banners/promo_refills4.jpg" alt="Free Shipping and Bonus Gift with Regular Refills" /></a></div>
1146
+ </div>
1147
+ <!--/close SideCol-->
1148
+ <!-- ....................RIGHT COLUMN END.................... -->
1149
+ <div class="clear"></div>
1150
+ <div class="clear"></div>
1151
+
1152
+ <input type="hidden" id="ProductId" name="ProductId" value="" />
1153
+
1154
+ <div class="clear">
1155
+ </div>
1156
+ <div class="shareTab">
1157
+ <ul>
1158
+ <li>share</li>
1159
+ <li>
1160
+ <a class="addthis_button_facebook">
1161
+ <img title="Share on facebook" alt="Share on facebook icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-facebook.png"/>
1162
+ </a>
1163
+ </li>
1164
+ <li>
1165
+ <a class="addthis_button_twitter">
1166
+ <img title="Share on twitter" alt="Share on twitter icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-twitter.png"/>
1167
+ </a></li>
1168
+ <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
1169
+ <li><a target="_blank" rel="nofollow" href="http://pinterest.com/pin/create/button/?url=http://shop.dunkindonuts.com/french-vanilla-ground-coffee-1-lb_601576_11/&media=http://iweb.cooking.com/images/products/shprodde/601576.jpg&description=French+Vanilla+Ground+Coffee%2c+1-lb+at+DunkinDonuts+Shop" class="pin-it-button" count-layout="none">
1170
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-pinterest.png" alt="Share with Pinterest icon" title="Share with Pinterest"/>
1171
+ </a></li>
1172
+ <li>
1173
+
1174
+ <a class="addthis_button_email">
1175
+ <img title="Share with email" alt="Share with email icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-email.png"/>
1176
+ </a>
1177
+ </li>
1178
+ <li>
1179
+ <a target="_blank" rel="nofollow" href="https://plus.google.com/share?url=http%3a%2f%2fshop.dunkindonuts.com%2ffrench-vanilla-ground-coffee-1-lb_601576_11%2f">
1180
+ <img title="Share with Google Plus" alt="Share with Google Plus" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-plus.png" />
1181
+ </a>
1182
+ </li>
1183
+ <li>
1184
+ <div class="addthis_toolbox addthis_default_style ">
1185
+ <a class="addthis_button" href="http://www.addthis.com/bookmark.php" onmouseout="addthis_close()">
1186
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-addThis.png" alt="Share" />
1187
+ </a>
1188
+ </div>
1189
+ </li>
1190
+ </ul>
1191
+ <div id="sendEmail" style="display: none; z-index: 121; position: absolute;">
1192
+ <div class="horz-18 right">
1193
+ <a href="javascript:HideLightbox('sendEmail')">
1194
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/closelabelsml.gif" width="45" height="15" alt="Close" />
1195
+ </a>
1196
+ </div>
1197
+ <div class="titleStyle2 horz-18">
1198
+ Share this page</div>
1199
+ <div class="clear">
1200
+ </div>
1201
+ <form id="shareForm" class="emailForm" action="/customer/sendemail" method="post">
1202
+ <fieldset>
1203
+ <label class="title">
1204
+ Your Name<em>*</em></label>
1205
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1206
+ value="Your Name" class="box" name="your_name" id="your_name" />
1207
+ <label class="title">
1208
+ Your Email<em>*</em>
1209
+ </label>
1210
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1211
+ value="Your E-mail Address" class="box" name="your_email" id="your_email" />
1212
+ <input class="checkBox" type="checkbox" name="newsletterSubscribe" id="newsletterSubscribe" />
1213
+ <label class="checkTitle">
1214
+ Sign up for e-mail newsletters and offers!</label>
1215
+ <div class="clear">
1216
+ </div>
1217
+ <label class="title">
1218
+ Recipients Name<em>*</em></label>
1219
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1220
+ value="Recipient's Name" class="box" name="recipient_name" id="recipient_name" />
1221
+ <label class="title">
1222
+ Recipients Email<em>*</em></label>
1223
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1224
+ value="Recipient's E-mail Address" class="box" name="recipient_email" id="recipient_email" />
1225
+ <label class="title">
1226
+ Message (optional)
1227
+ </label>
1228
+ <label id="remaining" style="display: none">
1229
+ </label>
1230
+ <textarea id="input_genmessage" name="input_genmessage" rows="5" cols="60" class="box horz-9"
1231
+ onfocus="if(this.value=='Enter Message (optional)') this.value='';" onblur="if(this.value=='') this.value='Enter Message (optional)'"
1232
+ onkeyup="CheckFieldLength(input_genmessage, 'remaining', 450);" onkeydown="CheckFieldLength(input_genmessage, 'remaining', 450);"
1233
+ onmouseout="CheckFieldLength(input_genmessage, 'remaining', 450);">Enter Message (optional)</textarea>
1234
+ <input type="hidden" name="page_title" value="" />
1235
+ <input type="hidden" name="url" value="" />
1236
+ <div class="left smallText">
1237
+ <p>
1238
+ <em>*Required field</em></p>
1239
+ <p id="invalidForm" class="formError" style="display: none;">
1240
+ Please correct the following error:<br />
1241
+ <span id="invalidYourName" class="bold" style="display: none;">Please enter you name</span>
1242
+ <span id="invalidYourEmail" class="bold" style="display: none;">Please enter or correct
1243
+ e-mail address.</span> <span id="invalidRecipientName" class="bold" style="display: none;">
1244
+ Please enter the friend's name.</span> <span id="invalidRecipientEmail" class="bold"
1245
+ style="display: none;">Please enter or correct e-mail address.</span>
1246
+ </p>
1247
+ </div>
1248
+ </fieldset>
1249
+ <div class="right button">
1250
+ <input id="clickstate" type="hidden" value="1" />
1251
+ <a class="btnStyle1" id="sendmail" onclick="return ValidateShareThisPage();"><span>Send</span></a>
1252
+ </div>
1253
+ <div id="overlayemail" style="display: none;">
1254
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/ajax-loading.gif" width="20" height="20" alt="Close" />
1255
+ </div>
1256
+ </form>
1257
+ </div>
1258
+ <div id="DivErrorValidation" class="PopupDiv" style="display: none; z-index: 121;
1259
+ position: absolute;">
1260
+ <div class="general_box">
1261
+ <div class="content">
1262
+ <div class="close">
1263
+ <a href="#" onclick="HideLightboxShareEmail('DivErrorValidation'); isShownShareThisPageValidation = false">
1264
+ [CLOSE X]</a></div>
1265
+ </div>
1266
+ <div class="content">
1267
+ <div id="errorContent" class="title">
1268
+ </div>
1269
+ <div class="popup_buttons">
1270
+ <ul class="giftcertlist">
1271
+ <li class="button ltbrown medium"><a href="#" onclick="HideLightboxShareEmail('DivErrorValidation'); isShownShareThisPageValidation = false">
1272
+ CLOSE WINDOW</a></li>
1273
+ </ul>
1274
+ </div>
1275
+ <div class="ClearFix">
1276
+ </div>
1277
+ </div>
1278
+ </div>
1279
+ </div>
1280
+ <div id="ShareThisPageDivThanks" class="lightbox" style="display: none; z-index: 121;
1281
+ position: absolute;">
1282
+ <div class="grid_3">
1283
+ <div class="horz-9 right">
1284
+ <a href="javascript:HideLightboxShareEmail('ShareThisPageDivThanks');">
1285
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/closelabelsml.gif" width="45" height="15" alt="Close" />
1286
+ </a>
1287
+ </div>
1288
+ <p>
1289
+ Thanks for sharing!
1290
+ </p>
1291
+ <a href="javascript:HideLightboxShareEmail('ShareThisPageDivThanks');" class="btnStyle1 grid_2 first">
1292
+ <span>Close Window</span> </a>
1293
+ <div class="clear">
1294
+ </div>
1295
+ </div>
1296
+ </div>
1297
+ </div>
1298
+ <div class="clear">
1299
+ </div>
1300
+ <article class="grid_12" id="viewedSkus">
1301
+ <div class="shopIdeas titleStyle3">Dunkin' Donuts<sup>®</sup> Shopping Ideas For You</div>
1302
+ <ul>
1303
+ <li class="grid_2 columns first">
1304
+ <ul class="viewedGrid">
1305
+ <li><a href="/french-vanilla-ground-coffee-1-lb_601576_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601576.jpg" class="img140" alt="French Vanilla Ground Coffee, 1-lb" /></a></li>
1306
+ <li class="skuName"><h3><a href="/french-vanilla-ground-coffee-1-lb_601576_11/">French Vanilla Ground Coffee, 1-lb</a></h3></li>
1307
+
1308
+ <li style="font-size: 13px;">$8.99</li>
1309
+
1310
+ </ul>
1311
+ </li>
1312
+ <li class="grid_2 columns ">
1313
+ <ul class="viewedGrid">
1314
+ <li><a href="/original-blend-ground-coffee-1-lb_601562_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601562.jpg" class="img140" alt="Original Blend Ground Coffee, 1-lb" /></a></li>
1315
+ <li class="skuName"><h3><a href="/original-blend-ground-coffee-1-lb_601562_11/">Original Blend Ground Coffee, 1-lb</a></h3></li>
1316
+
1317
+ <li style="font-size: 13px;">$8.99</li>
1318
+
1319
+ </ul>
1320
+ </li>
1321
+ <li class="grid_2 columns ">
1322
+ <ul class="viewedGrid">
1323
+ <li><a href="/tea-bags-green-tea-20-ct_601618_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601618.jpg" class="img140" alt="Tea Bags: Green Tea, 20-ct" /></a></li>
1324
+ <li class="skuName"><h3><a href="/tea-bags-green-tea-20-ct_601618_11/">Tea Bags: Green Tea, 20-ct</a></h3></li>
1325
+
1326
+ <li style="font-size: 13px;">$5.99</li>
1327
+
1328
+ </ul>
1329
+ </li>
1330
+ <li class="grid_2 columns ">
1331
+ <ul class="viewedGrid">
1332
+ <li><a href="/hazelnut-ground-coffee-1-lb_601583_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601583.jpg" class="img140" alt="Hazelnut Ground Coffee, 1-lb" /></a></li>
1333
+ <li class="skuName"><h3><a href="/hazelnut-ground-coffee-1-lb_601583_11/">Hazelnut Ground Coffee, 1-lb</a></h3></li>
1334
+
1335
+ <li style="font-size: 13px;">$8.99</li>
1336
+
1337
+ </ul>
1338
+ </li>
1339
+ <li class="grid_2 columns ">
1340
+ <ul class="viewedGrid">
1341
+ <li><a href="/dark-roast-ground-coffee-1-lb_601590_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601590.jpg" class="img140" alt="Dark Roast Ground Coffee, 1-lb" /></a></li>
1342
+ <li class="skuName"><h3><a href="/dark-roast-ground-coffee-1-lb_601590_11/">Dark Roast Ground Coffee, 1-lb</a></h3></li>
1343
+
1344
+ <li style="font-size: 13px;">$8.99</li>
1345
+
1346
+ </ul>
1347
+ </li>
1348
+ <li class="grid_2 columns last">
1349
+ <ul class="viewedGrid">
1350
+ <li><a href="/cold-beverage-sipper-22-oz_601688_11/"><img src="http://iweb.cooking.com/images/products/shprodde/601688.jpg" class="img140" alt="Cold Beverage Sipper, 22-oz" /></a></li>
1351
+ <li class="skuName"><h3><a href="/cold-beverage-sipper-22-oz_601688_11/">Cold Beverage Sipper, 22-oz</a></h3></li>
1352
+
1353
+ <li style="font-size: 13px;">
1354
+ <span style="text-decoration:line-through;">$8.99</span>
1355
+
1356
+ $6.99
1357
+ </li>
1358
+
1359
+ </ul>
1360
+ </li>
1361
+
1362
+ </ul>
1363
+ <div class ="clear"></div>
1364
+ </article>
1365
+ <div class="clear">
1366
+ </div>
1367
+ <div class="clearFooter">
1368
+ </div>
1369
+ </div>
1370
+ </section>
1371
+ </div>
1372
+ <div id="divLoading">
1373
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/ajax-loader.gif" style="width: 60px; height:60px;" alt="Loading..." />
1374
+ </div>
1375
+ <footer id="footer">
1376
+ <div class="container_12">
1377
+ <div class="footershareTab">
1378
+
1379
+ <ul>
1380
+ <li>share</li>
1381
+ <li>
1382
+ <a class="addthis_button_facebook">
1383
+ <img title="Share on facebook" alt="Share on facebook icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-facebook.png"/>
1384
+ </a>
1385
+ </li>
1386
+ <li>
1387
+ <a class="addthis_button_twitter">
1388
+ <img title="Share on twitter" alt="Share on twitter icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-twitter.png"/>
1389
+ </a></li>
1390
+ <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
1391
+ <li><a target="_blank" rel="nofollow" href="http://pinterest.com/pin/create/button/?url=http://shop.dunkindonuts.com/french-vanilla-ground-coffee-1-lb_601576_11/&media=http://iweb.cooking.com/images/products/shprodde/601576.jpg&description=French+Vanilla+Ground+Coffee%2c+1-lb+at+DunkinDonuts+Shop" class="pin-it-button" count-layout="none">
1392
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-pinterest.png" alt="Share with Pinterest icon" title="Share with Pinterest"/>
1393
+ </a></li>
1394
+ <li>
1395
+
1396
+ <a class="addthis_button_email">
1397
+ <img title="Share with email" alt="Share with email icon" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-email.png"/>
1398
+ </a>
1399
+ </li>
1400
+ <li>
1401
+
1402
+ <a target="_blank" rel="nofollow" href="https://plus.google.com/share?url=http%3a%2f%2fshop.dunkindonuts.com%2ffrench-vanilla-ground-coffee-1-lb_601576_11%2f">
1403
+ <img title="Share with Google Plus" alt="Share with Google Plus" src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-plus.png" />
1404
+ </a>
1405
+
1406
+ </li>
1407
+ <li style="height:56px; padding:0">
1408
+
1409
+ <a class="addthis_buttonft" href="http://www.addthis.com/bookmark.php">
1410
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/icon-share-addThis.png" alt="Share" />
1411
+ </a>
1412
+
1413
+ </li>
1414
+ </ul>
1415
+ <div id="sendEmail" style="display: none; z-index: 121; position: absolute;">
1416
+ <div class="horz-18 right">
1417
+ <a href="javascript:HideLightbox('sendEmail')">
1418
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/closelabelsml.gif" width="45" height="15" alt="Close" />
1419
+ </a>
1420
+ </div>
1421
+ <div class="titleStyle2 horz-18">
1422
+ Share this page</div>
1423
+ <div class="clear">
1424
+ </div>
1425
+ <form id="shareForm" class="emailForm" action="/customer/sendemail" method="post">
1426
+ <fieldset>
1427
+ <label class="title">
1428
+ Your Name<em>*</em></label>
1429
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1430
+ value="Your Name" class="box" name="your_name" id="your_name" />
1431
+ <label class="title">
1432
+ Your Email<em>*</em>
1433
+ </label>
1434
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1435
+ value="Your E-mail Address" class="box" name="your_email" id="your_email" />
1436
+ <input class="checkBox" type="checkbox" name="newsletterSubscribe" id="newsletterSubscribe" />
1437
+ <label class="checkTitle">
1438
+ Sign up for e-mail newsletters and offers!</label>
1439
+ <div class="clear">
1440
+ </div>
1441
+ <label class="title">
1442
+ Recipients Name<em>*</em></label>
1443
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1444
+ value="Recipient's Name" class="box" name="recipient_name" id="recipient_name" />
1445
+ <label class="title">
1446
+ Recipients Email<em>*</em></label>
1447
+ <input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue"
1448
+ value="Recipient's E-mail Address" class="box" name="recipient_email" id="recipient_email" />
1449
+ <label class="title">
1450
+ Message (optional)
1451
+ </label>
1452
+ <label id="remaining" style="display: none">
1453
+ </label>
1454
+ <textarea id="input_genmessage" name="input_genmessage" rows="5" cols="60" class="box horz-9"
1455
+ onfocus="if(this.value=='Enter Message (optional)') this.value='';" onblur="if(this.value=='') this.value='Enter Message (optional)'"
1456
+ onkeyup="CheckFieldLength(input_genmessage, 'remaining', 450);" onkeydown="CheckFieldLength(input_genmessage, 'remaining', 450);"
1457
+ onmouseout="CheckFieldLength(input_genmessage, 'remaining', 450);">Enter Message (optional)</textarea>
1458
+ <input type="hidden" name="page_title" value="" />
1459
+ <input type="hidden" name="url" value="" />
1460
+ <div class="left smallText">
1461
+ <p>
1462
+ <em>*Required field</em></p>
1463
+ <p id="invalidForm" class="formError" style="display: none;">
1464
+ Please correct the following error:<br />
1465
+ <span id="invalidYourName" class="bold" style="display: none;">Please enter you name</span>
1466
+ <span id="invalidYourEmail" class="bold" style="display: none;">Please enter or correct
1467
+ e-mail address.</span> <span id="invalidRecipientName" class="bold" style="display: none;">
1468
+ Please enter the friend's name.</span> <span id="invalidRecipientEmail" class="bold"
1469
+ style="display: none;">Please enter or correct e-mail address.</span>
1470
+ </p>
1471
+ </div>
1472
+ </fieldset>
1473
+ <div class="right button">
1474
+ <input id="clickstate" type="hidden" value="1" />
1475
+ <a class="btnStyle1" id="sendmail" onclick="return ValidateShareThisPage();"><span>Send</span></a>
1476
+ </div>
1477
+ <div id="overlayemail" style="display: none;">
1478
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/ajax-loading.gif" width="20" height="20" alt="Close" />
1479
+ </div>
1480
+ </form>
1481
+ </div>
1482
+ <div id="DivErrorValidation" class="PopupDiv" style="display: none; z-index: 121;
1483
+ position: absolute;">
1484
+ <div class="general_box">
1485
+ <div class="content">
1486
+ <div class="close">
1487
+ <a href="#" onclick="HideLightboxShareEmail('DivErrorValidation'); isShownShareThisPageValidation = false">
1488
+ [CLOSE X]</a></div>
1489
+ </div>
1490
+ <div class="content">
1491
+ <div id="errorContent" class="title">
1492
+ </div>
1493
+ <div class="popup_buttons">
1494
+ <ul class="giftcertlist">
1495
+ <li class="button ltbrown medium"><a href="#" onclick="HideLightboxShareEmail('DivErrorValidation'); isShownShareThisPageValidation = false">
1496
+ CLOSE WINDOW</a></li>
1497
+ </ul>
1498
+ </div>
1499
+ <div class="ClearFix">
1500
+ </div>
1501
+ </div>
1502
+ </div>
1503
+ </div>
1504
+ <div id="ShareThisPageDivThanks" class="lightbox" style="display: none; z-index: 121;
1505
+ position: absolute;">
1506
+ <div class="grid_3">
1507
+ <div class="horz-9 right">
1508
+ <a href="javascript:HideLightboxShareEmail('ShareThisPageDivThanks');">
1509
+ <img src="http://shop.dunkindonuts.com/images/dunkin-donuts/global/closelabelsml.gif" width="45" height="15" alt="Close" />
1510
+ </a>
1511
+ </div>
1512
+ <p>
1513
+ Thanks for sharing!
1514
+ </p>
1515
+ <a href="javascript:HideLightboxShareEmail('ShareThisPageDivThanks');" class="btnStyle1 grid_2 first">
1516
+ <span>Close Window</span> </a>
1517
+ <div class="clear">
1518
+ </div>
1519
+ </div>
1520
+ </div>
1521
+
1522
+ </div>
1523
+ <div class="grid_4 left">
1524
+ <div class="hed">Shop Quick Links</div>
1525
+ <!-- 1st Column -->
1526
+ <ul id="helpLinks">
1527
+ <li><a cr-nf="/help/">Shop Help &amp; FAQ</a></li>
1528
+ <li><a cr-nf="/help/contact-us/">Contact Us</a></li>
1529
+ <li><a cr-nf="/help/detail/shippinginfo/">Shipping Information</a></li>
1530
+ <li><a cr-nf="/help/detail/returns/">Return Policy</a></li>
1531
+ <li><a cr-nf="http://www.dunkindonuts.com/dunkindonuts/en.html">Dunkin&#39; Donuts&#174; Home</a></li>
1532
+ </ul>
1533
+ <!-- 2nd Column -->
1534
+ <ul id="storeLinks" class="left">
1535
+ <li><a cr-nf="/checkout/login.aspx">Sign In / Sign Out</a></li>
1536
+ <li><a cr-nf="/checkout/myaccount.aspx">Shop Account</a></li>
1537
+ <li><a cr-nf="/checkout/ordertracking.aspx">Track Order</a></li>
1538
+ <li><a cr-nf="/checkout/mysubscriptionaccount.aspx">My DD Subscription</a></li>
1539
+ <li><a cr-nf="/checkout/newsletterpreferencesmodification.aspx">E-mail Preferences</a></li>
1540
+ </ul>
1541
+ </div>
1542
+
1543
+
1544
+ <div class="grid_4 left">
1545
+ <div class="hed"> Dunkin' Donuts<sup>®</sup> Blog <a class="right" href="http://www.dunkindonuts.com/content/DDBlog.html">go to blog</a></div>
1546
+ <div id="blog">
1547
+ <a href="http://www.dunkindonuts.com/DDBlog/2015/02/coming_soon_to_aret.html" target="_blank">Coming Soon to a Retailer Near You: Dunkin’ K-Cup&#174; Packs!</a><span class="new_window_link"></span>
1548
+ </div>
1549
+ <div id="followUs">
1550
+ <div class="titleStyle3 left">
1551
+ Follow Dunkin' Donuts<sup>®</sup></div>
1552
+ <a class="left" rel="nofollow" href="http://www.facebook.com/DunkinDonutsUS" addthis:userid="DunkinDonutsUS"
1553
+ target="_blank"><span class="fb"></span></a><a class="left" rel="nofollow" href="http://twitter.com/DunkinDonuts"
1554
+ addthis:userid="DunkinDonuts" target="_blank"><span class="tw"></span></a>
1555
+ <a class="left" rel="nofollow" href="http://www.youtube.com/user/dunkindonuts" addthis:userid="DunkinDonuts"
1556
+ target="_blank"><span class="yt"></a>
1557
+ </div>
1558
+ <!--/close followUs-->
1559
+
1560
+ </div> <div class="grid_4 left">
1561
+ <div id="emailOptInFooter">
1562
+ <div class="nlHed">
1563
+ Sign Up For Dunkin'® Online Shop Email
1564
+ </div>
1565
+ <p>
1566
+ Sign up for online shop e-mail to receive information about online offers, web special events, new product sneak peeks & more.</p>
1567
+
1568
+ <form id="frmEmailOptInFooter" method="post" action="/Home/Subscribe">
1569
+ <div id="errorMessageFooter" style ="display:none;" class="errorText">
1570
+ Sorry, please enter a correct e-mail address.
1571
+ </div>
1572
+ <div class ="getCoupon">
1573
+ <fieldset>
1574
+ <input type="text" id="txtEmailFooter" name="txtEmailFooter" onkeypress="return checkForEnter(event,'btnSendMailFooter')"
1575
+ onblur="if(this.value=='')this.value='Enter e-mail address';" onfocus="if(this.value==this.defaultValue) this.value='';"
1576
+ value="Enter e-mail address" class="left" />
1577
+ </fieldset>
1578
+ <div class="right">
1579
+ <a id="btnSendMailFooter" class="btnStyle1" href="javascript:void(0)">
1580
+ Sign Up</a>
1581
+ </div>
1582
+ </div>
1583
+ </form>
1584
+ <p id="extratext">Dunkin' Donuts Online Shop emails are separate from dunkindonuts.com emails.</p>
1585
+ <div class="clear">
1586
+ </div>
1587
+ </div>
1588
+ <div id="emailOptInFooterLoading" style="display: none;" class="container_12">
1589
+ <div class="couponLightbox">
1590
+ <div class="horz-18 right">
1591
+ <a href="javascript:HideLightboxAndClear('emailOptInFooterLoading')">
1592
+ <img width="45" height="15" alt="Close" src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif" /></a></div>
1593
+ <img width="31" height="31" alt="loading..." src="http://shop.dunkindonuts.com/images/global/ajax-loading.gif" />
1594
+ <p>
1595
+
1596
+ Thanks! Signing up...
1597
+
1598
+ </p>
1599
+ <div class="clear">
1600
+ </div>
1601
+ </div>
1602
+ </div>
1603
+ <div id="emailOptInFooterThanks" style="display: none;" class="container_12">
1604
+ <div class="couponLightbox">
1605
+ <div class="horz-18 right">
1606
+ <a href="javascript:HideLightboxAndClear('emailOptInFooterThanks')">
1607
+ <img width="45" height="15" alt="Close" src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif" /></a></div>
1608
+
1609
+
1610
+ <div class="titleStyle3">THANK YOU!</div>
1611
+
1612
+
1613
+
1614
+ <div>Thanks for subscribing! Look for sneak peeks at our newest products, drinkware made just for your city, and much more!</div>
1615
+
1616
+ <a class="btnStyle1" rel="nofollow" href="javascript:HideLightboxAndClear('emailOptInFooterThanks')">
1617
+ <span>Close and Continue</span></a>
1618
+ <div class="clear">
1619
+ </div>
1620
+ <div class="horz-10">
1621
+ </div>
1622
+ <div class="smallText">
1623
+
1624
+
1625
+ <div class="smallText">
1626
+
1627
+ </div>
1628
+
1629
+
1630
+ <div class="clear">
1631
+ </div>
1632
+ </div>
1633
+ </div>
1634
+ </div>
1635
+ <div id="emailOptInFooterSorry" style="display: none;" class="container_12">
1636
+ <div class="couponLightbox">
1637
+ <div class="horz-18 right">
1638
+ <a href="javascript:HideLightboxAndClear('emailOptInFooterSorry')">
1639
+ <img width="45" height="15" alt="Close" src="http://shop.dunkindonuts.com/images/global/closelabelsml.gif" /></a></div>
1640
+
1641
+
1642
+
1643
+ <div class="titleStyle3" style="font-style:normal">SORRY - ALREADY SUBSCRIBED <br/> <div class="smallText">Sorry, it appears that you already have subscribed to Dunkin' online shop e-mail.</div></div>
1644
+
1645
+
1646
+ <a class="btnStyle1" rel="nofollow" href="javascript:HideLightboxAndClear('emailOptInFooterSorry')">
1647
+ <span>Close</span></a>
1648
+ <div class="clear">
1649
+ </div>
1650
+ </div>
1651
+ </div>
1652
+ <!--/close emailOptInFooter-->
1653
+
1654
+ </div>
1655
+ <!--/close privacy-->
1656
+ <div class="clear">
1657
+ </div>
1658
+ <div class="clear">
1659
+ </div>
1660
+ </div>
1661
+
1662
+ <!--/container_12 close-->
1663
+
1664
+ <div id="privacy">
1665
+ <div class="container_12">
1666
+ <p class="smallTextFooter">
1667
+ These products are intended for personal use/consumption only. Only Dunkin' Donuts locations are licensed to resell or serve these products using the Dunkin' Donuts trademarks.
1668
+ </p>
1669
+ <p class="copyrightTermsPrivacy">
1670
+ © 2013. DD IP Holder LLC. All rights reserved.
1671
+ &nbsp;|&nbsp;
1672
+ <a cr-nf="/help/detail/storetermsofuse/" rel ="nofollow">Terms</a>
1673
+ &nbsp;|&nbsp;
1674
+ <a cr-nf="/help/detail/privacy/" rel ="nofollow">Privacy Policy</a>
1675
+ &nbsp;|&nbsp;
1676
+ <a cr-nf="http://www.dunkindonuts.com/content/dunkindonuts/en/help/privacypolicy.html#cookiespolicy" rel ="nofollow">Your Ad Choices</a>
1677
+ &nbsp;|&nbsp;
1678
+ <a cr-nf="http://www.target.com/HelpContent?help=/sites/html/TargetOnline/help/orders_and_shipping/more_help_with_orders/CA_SupplyChain_Act.html&amp;lnk=fnav_t_spc_2_6" rel ="nofollow">CA Transparency In Supply Chains Act</a>
1679
+ &nbsp;|&nbsp;
1680
+ <a cr-nf="http://www.dunkinfranchising.com/franchisee/en.html" rel ="nofollow">Franchise Opportunities</a>
1681
+ &nbsp;|&nbsp;
1682
+ <a href="/sitemap/">Crawler Links </a>
1683
+ &nbsp;|&nbsp;
1684
+ <br />
1685
+ Need Help? Call 1-877-833-2633<br />
1686
+ </p>
1687
+ <div class="copyrightTermsPrivacy">
1688
+ <!-- Begin McAfee Secure Trustmark -->
1689
+ <a target="_blank" href="https://www.mcafeesecure.com/verify?host=shop.dunkindonuts.com">
1690
+ <img class="mfes-trustmark mfes-trustmark-hover" border="0" src="//cdn.ywxi.net/meter/shop.dunkindonuts.com/2.gif" width="94" height="54" title="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;" />
1691
+ </a>
1692
+ <!-- End McAfee Secure Trustmark -->
1693
+ </div>
1694
+ </div>
1695
+ <!--/close container_12-->
1696
+ </div>
1697
+ </footer>
1698
+
1699
+ <script src="/Scripts/constant.js" type="text/javascript"></script>
1700
+ <input type="hidden" id="StoreURLHash" value="" />
1701
+
1702
+ <script type="text/javascript" src="/Scripts/prototype.js"></script>
1703
+ <script type="text/javascript" src="/Scripts/scriptaculous.js?load=effects"></script>
1704
+ <script type="text/javascript" src="/Scripts/lightwindow.js"></script>
1705
+ <link rel="stylesheet" type="text/css" href="/Styles/lightbox.css" />
1706
+ <script src="/Scripts/MicrosoftAjax.js" type="text/javascript"></script>
1707
+ <script src="/Scripts/MicrosoftMvcAjax.js" type="text/javascript"></script>
1708
+ <link href="/Styles/jquery.jqzoom.css" rel="stylesheet" type="text/css" />
1709
+ <script src="/Scripts/productDetail.js" type="text/javascript"></script>
1710
+ <script src="/Scripts/jquery.jqzoom-core.js" type="text/javascript"></script>
1711
+
1712
+ <!-- Omniture -->
1713
+
1714
+ <!DOCTYPE HTML>
1715
+ <span class="productname" style="display: none">French Vanilla Ground Coffee, 1-lb</span>
1716
+ <span class="elListPageType" style="display: none">PRODUCT</span>
1717
+
1718
+ <!DOCTYPE HTML>
1719
+ <script type="text/javascript" src="/Scripts/Dunkin_s_code.js"></script>
1720
+ <script type="text/javascript" src="/Scripts/ddproduct_detail.js"></script>
1721
+
1722
+ <!-- Quantcast Tag -->
1723
+ <!-- Quantcast Tag -->
1724
+ <script type="text/javascript">
1725
+ var _qevents = _qevents || [];
1726
+
1727
+ (function ()
1728
+ {
1729
+ var elem = document.createElement('script');
1730
+ elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
1731
+ elem.async = true;
1732
+ elem.type = "text/javascript";
1733
+ var scpt = document.getElementsByTagName('script')[0];
1734
+ scpt.parentNode.insertBefore(elem, scpt);
1735
+ })();
1736
+
1737
+ _qevents.push({
1738
+ qacct: "p-1eTkAC3Ces6Lu"
1739
+ });
1740
+ </script>
1741
+
1742
+ <noscript>
1743
+ <div style="display:none;">
1744
+ <img src="//pixel.quantserve.com/pixel/p-1eTkAC3Ces6Lu.gif" border="0" height="1" width="1" alt="Quantcast"/>
1745
+ </div>
1746
+ </noscript>
1747
+ <!-- End Quantcast tag -->
1748
+ <!-- Google Analytics -->
1749
+ <script type="text/javascript">
1750
+
1751
+ var GASettingsEnabled = 'true';
1752
+ if (GASettingsEnabled) {
1753
+ var GAID = 'UA-3736794-28';
1754
+
1755
+ var _gaq = _gaq || [];
1756
+ _gaq.push(['_setAccount', GAID]);
1757
+ _gaq.push(['_trackPageview']);
1758
+
1759
+ (function () {
1760
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1761
+ ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
1762
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1763
+ })();
1764
+ }
1765
+
1766
+ </script>
1767
+
1768
+ <!--
1769
+ Start of DoubleClick Floodlight Tag: Please do not remove
1770
+ Activity name of this tag: 2015 K-Cup E-Commerce - Thank You for Purchasing
1771
+ URL of the webpage where the tag is expected to be placed: http://shop.dunkindonuts.com/coffee-k-cup_1997-4294959643_p01_01/
1772
+ This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.
1773
+ Creation Date: 03/30/2015
1774
+ -->
1775
+ <script type="text/javascript">
1776
+ if (document.URL.toLowerCase().toLowerCase().indexOf("coffee-k-cup_1997-4294959643") > -1) {
1777
+ var axel = Math.random() + "";
1778
+ var a = axel * 10000000000000;
1779
+ document.write('<iframe src="http://2146987.fls.doubleclick.net/activityi;src=2146987;type=dunki815;cat=2015k0;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');
1780
+ }
1781
+ </script>
1782
+ <!-- End of DoubleClick Floodlight Tag: Please do not remove -->
1783
+ </body>
1784
+ </html>
forms/html/294.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="robots" content="all" />
6
+ <meta name="author" content="Church Plant Media" />
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
+ <meta name="keywords" content="adoption, Church Planting, church, joining, join" />
9
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
10
+ <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
11
+ <!-- TypeKit -->
12
+ <script type="text/javascript" src="http://use.typekit.com/zcg5isz.js"></script>
13
+ <script type="text/javascript">try{Typekit.load();}catch(e){}</script> <link rel="stylesheet" type="text/css" href="http://78.cpmassets.com/css/78.css" media="screen,projection" />
14
+ <link rel="stylesheet" type="text/css" href="http://78.cpmassets.com/css/style_sgc.css" id="stylesgc" media="screen,projection" />
15
+ <!-- <link rel="stylesheet" type="text/css" href="http://78.cpmassets.com/css/carousel.css" media="screen,projection" /> -->
16
+ <link rel="stylesheet" type="text/css" href="http://78.cpmassets.com/css/responsiveslides.css" media="screen,projection" />
17
+ <link rel="stylesheet" type="text/css" href="/css/override.css" media="screen,projection" />
18
+ <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
19
+ <title>Sovereign Grace Churches | Partner With Us</title>
20
+ </head>
21
+ <body id="subpage" y>
22
+ <header>
23
+ <div class="wrapper">
24
+ <div class="logo-wrapper">
25
+ <div class="newbtn">
26
+ <p><a href="/our-seven-shared-values">OUR SEVEN SHARED VALUES</a></p> </div> <!-- newbtn -->
27
+ <div class="logo">
28
+ <a href="/">
29
+ <picture style="width:312px">
30
+ <img src="http://s3.amazonaws.com/churchplantmedia-cms/sovereign_grace_churches/logo.png">
31
+ </picture>
32
+ </a>
33
+ </div> <!-- .logo -->
34
+ <div class="search">
35
+ <form id="search" method="post" action="/search/results">
36
+ <input class="search-box" name="search_term" type="text" placeholder="Search" />
37
+ <input class="search-btn" type="submit" value="" />
38
+ <a class="icon-search" href="#"></a>
39
+ </form> <!-- #search -->
40
+ </div> <!-- searchbtn -->
41
+ </div> <!-- logo-wrapper -->
42
+ <div class="hero-wrapper">
43
+ <div class="nav-wrapper">
44
+ <div id="mobile-trig">
45
+ <a href="#">Menu</a>
46
+ <span></span>
47
+ </div>
48
+ <ul id="nav">
49
+ <li id="nav_about-us"><a href="/about-us">About Us</a>
50
+ <ul>
51
+ <li id="nav_about-us_overview"><a href="/about-us">Overview</a></li>
52
+ <li id="nav_about-us_beliefs"><a href="/statement-of-faith">Beliefs</a>
53
+ <ul>
54
+ <li id="nav_about-us_beliefs_statement-of-faith"><a href="/statement-of-faith">Statement of Faith</a></li>
55
+ <li id="nav_about-us_beliefs_our-seven-shared-values"><a href="/our-seven-shared-values">Our Seven Shared Values</a></li>
56
+ </ul>
57
+ </li>
58
+ <li id="nav_about-us_leadership"><a href="/leadership-team">Leadership</a>
59
+ <ul>
60
+ <li id="nav_about-us_leadership_overview"><a href="/leadership-team">Overview</a></li>
61
+ <li id="nav_about-us_leadership_mark-prater"><a href="/mark-prater">Mark Prater</a></li>
62
+ <li id="nav_about-us_leadership_ian-mcconnell"><a href="/ian-mcconnell">Ian McConnell</a></li>
63
+ <li id="nav_about-us_leadership_jeff-purswell"><a href="/jeff-purswell">Jeff Purswell</a></li>
64
+ <li id="nav_about-us_leadership_bob-kauflin"><a href="/bob-kauflin">Bob Kauflin</a></li>
65
+ <li id="nav_about-us_leadership_tommy-hill"><a href="/tommy-hill">Tommy Hill</a></li>
66
+ <li id="nav_about-us_leadership_rich-richardson"><a href="/rich-richardson">Rich Richardson</a></li>
67
+ </ul>
68
+ </li>
69
+ <li id="nav_about-us_polity"><a href="/polity">Polity</a>
70
+ <ul>
71
+ <li id="nav_about-us_polity_overview"><a href="/polity">Overview</a></li>
72
+ <li id="nav_about-us_polity_regional-leaders"><a href="/regional-leaders">Regional Leaders</a></li>
73
+ <li id="nav_about-us_polity_executive-committee"><a href="/executive-committee">Executive Committee</a></li>
74
+ </ul>
75
+ </li>
76
+ <li id="nav_about-us_music"><a href="/sovereign-grace-music">Music</a></li>
77
+ <li id="nav_about-us_pastors-college"><a href="/pastors-college">Pastors College</a></li>
78
+ <li id="nav_about-us_give"><a href="/give">Give</a>
79
+ <ul>
80
+ <li id="nav_about-us_give_overview"><a href="/give">Overview</a></li>
81
+ <li id="nav_about-us_give_opportunities"><a href="/opportunities">Opportunities</a></li>
82
+ </ul>
83
+ </li>
84
+ </ul>
85
+ </li>
86
+ <li id="nav_our-churches"><a href="/our-churches">Our Churches</a>
87
+ <ul>
88
+ <li id="nav_our-churches_list-of-churches"><a href="/our-churches">List of Churches</a></li>
89
+ <li id="nav_our-churches_what-to-expect"><a href="/what-to-expect">What to Expect</a></li>
90
+ </ul>
91
+ </li>
92
+ <li id="nav_church-planting" class="current children"><a href="/church-planting">Church Planting</a>
93
+ <ul>
94
+ <li id="nav_church-planting_overview"><a href="/church-planting">Overview</a></li>
95
+ <li id="nav_church-planting_plant-with-us"><a href="/plant">Plant With Us</a></li>
96
+ <li id="nav_church-planting_partner-with-us" class="current children"><a href="/partner">Partner With Us</a></li>
97
+ </ul>
98
+ </li>
99
+ <li id="nav_events"><a href="/events">Events</a>
100
+ <ul>
101
+ <li id="nav_events_neighborhoods-nations-conference"><a href="/neighborhoods-nations-conference">Neighborhoods & Nations Conference</a></li>
102
+ <li id="nav_events_pastors-conference"><a href="/pastors-conference">Pastors Conference</a>
103
+ <ul>
104
+ <li id="nav_events_pastors-conference_speakers"><a href="/2016-pastors-conference-speakers">Speakers</a></li>
105
+ <li id="nav_events_pastors-conference_schedule"><a href="/2016-pastors-conference-schedule">Schedule</a></li>
106
+ <li id="nav_events_pastors-conference_register"><a href="/2016-pastors-conference-register">Register</a></li>
107
+ <li id="nav_events_pastors-conference_travel-lodging"><a href="/2016-pastors-conference-logistics">Travel & Lodging</a></li>
108
+ </ul>
109
+ </li>
110
+ </ul>
111
+ </li>
112
+ <li id="nav_resources"><a href="/resources">Resources</a>
113
+ <ul>
114
+ <li id="nav_resources_overview"><a href="/resources">Overview</a></li>
115
+ <li id="nav_resources_sermons"><a href="/sermons">Sermons</a></li>
116
+ <li id="nav_resources_books"><a href="/books">Books</a></li>
117
+ <li id="nav_resources_music"><a href="/music">Music</a></li>
118
+ </ul>
119
+ </li>
120
+ <li id="nav_blog"><a href="/sovereign-grace-blog">Blog</a></li>
121
+ </ul>
122
+ <div class="topbtn">
123
+
124
+ </div> <!-- topbtn -->
125
+ </div> <!-- nav-wrapper -->
126
+ <section id="banner">
127
+ <img class="banner" src="http://s3.amazonaws.com/churchplantmedia-cms/sovereign_grace_churches/join.jpg" />
128
+ </section>
129
+ </div> <!-- hero-wrapper -->
130
+ </div> <!-- wrapper -->
131
+ </header>
132
+
133
+
134
+
135
+ <div id="content">
136
+ <section id="page-heading">
137
+ <h1 class="page-title">Partner With Us</h1>
138
+ </section>
139
+ <section id="main">
140
+ <div class="left">
141
+ <article class="cms-output"><h3>Is Your Church Looking for Partnership?</h3>
142
+ <p>Maybe we can serve each other. We believe that churches need one another to remain faithful in advancing the gospel of Jesus Christ.</p>
143
+ <p><img class="left-align" src="http://s3.amazonaws.com/churchplantmedia-cms/sovereign_grace_churches/church-planting-1.png" alt="church-planting-1" width="328" height="328" />&ldquo;Only let your manner of life be worthy of the gospel of Christ, so that whether I come and see you or am absent, I may hear of you that you are standing firm in one spirit, with one mind striving side by side for the faith of the gospel&rdquo; (Philippians 1:27).</p>
144
+ <p>The history of Sovereign Grace cannot be told without the stories of existing churches being led by God to join us in our partnered mission through the experience of adoption. Here are just a few of them:</p>
145
+ <p><em><img class="right-align" src="http://s3.amazonaws.com/churchplantmedia-cms/sovereign_grace_churches/russell-tusing.jpg" alt="russell-tusing" width="100" />&ldquo;We began pursuing relationship and association with Sovereign Grace approximately 6 years ago. During that time, we have developed many meaningful connections and friendships&mdash;brotherly and sisterly bonds that we hold very near and dear. This time, for us, has been nothing but a display of a gospel-saturated culture. After all, Christ has not only cared for His church, but He continues caring for His church! Sovereign Grace has shown this beyond dispute.&rdquo;</em></p>
146
+ <p style="text-align: right;">Russell Tusing, Pastor in LaGrange, GA&mdash;Adopted 2014</p>
147
+ <p><em><img class="right-align" src="http://s3.amazonaws.com/churchplantmedia-cms/sovereign_grace_churches/saathoff.jpg" alt="saathoff" />&ldquo;What God was doing in my church seemed to be mirrored in Sovereign Grace. We held similar values such as the priority of the gospel, sound doctrine, expository preaching, and the vital role of the Holy Spirit. I realized we were essentially a Sovereign Grace church though we were not officially a member. I also saw gospel fruit in so many of the people who had befriended us in Sovereign Grace and wanted that fruit in my life, my marriage, my children, and my church. We want to be part of what God is doing through Sovereign Grace: to preach Christ, and to plant and support Christ-exalting, gospel-centered churches.&rdquo;</em></p>
148
+ <p style="text-align: right;">Rob Saathoff, Pastor in Buffalo, NY&mdash;Adopted 2013</p>
149
+ <p><em><img class="right-align" src="http://s3.amazonaws.com/churchplantmedia-cms/sovereign_grace_churches/haygood.jpg" alt="haygood" />&ldquo;For many years now we have been encouraged and served by Sovereign Grace, whether through messages, conferences, music, or friendships. Sovereign Grace Church in Minnesota has been a model and source of encouragement for us. Their pastors have offered us advice when we needed it and even more encouragement at just the right time.&nbsp;</em><em>We are thrilled to be in the Midwest-Northwest region and look forward with great anticipation to all that God will do both at Grace Life Fellowship and throughout every church in Sovereign Grace for the sake of Jesus&rsquo;s name.&rdquo;</em></p>
150
+ <p style="text-align: right;">Chad Haygood, Pastor in Hastings, NE&mdash;Adopted 2014</p>
151
+ <p>We recognize that the adoption of an existing church requires a careful process that is distinct from more conventional church planting. Let&rsquo;s get to know each other as we help you get the information and input you need to explore whether there is alignment with Sovereign Grace&rsquo;s theology, mission, values, and polity.</p>
152
+ <h3>WOULD YOU LIKE TO EXPLORE PARTNERING WITH US?</h3>
153
+ <p><iframe src="https://sovereigngraceministries.wufoo.com/embed/p30lxtb17sd2yb/" height="677" style="width: 100%; border: none;">&amp;amp;amp;amp;amp;lt;a href="https://sovereigngraceministries.wufoo.com/forms/p30lxtb17sd2yb/" data-mce-href="https://sovereigngraceministries.wufoo.com/forms/p30lxtb17sd2yb/"&amp;amp;amp;amp;amp;gt;Fill out my Wufoo form!&amp;amp;amp;amp;amp;lt;/a&amp;amp;amp;amp;amp;gt;</iframe></p></article>
154
+ </div>
155
+ <div class="right">
156
+ <nav id="sidenav" class=""><ul id="side_nav">
157
+ <li id="side_nav_church-planting" class="current children"><a href="/church-planting" id="side_nav_toplevel">Church Planting</a>
158
+ <ul class="side_nav_level1">
159
+ <li id="side_nav_church-planting_overview"><a href="/church-planting">Overview</a></li>
160
+ <li id="side_nav_church-planting_plant-with-us"><a href="/plant">Plant With Us</a></li>
161
+ <li id="side_nav_church-planting_partner-with-us" class="current"><a href="/partner">Partner With Us</a></li>
162
+ </ul>
163
+ </li></ul>
164
+ </nav>
165
+ </div>
166
+ </section>
167
+ </div>
168
+ <footer>
169
+ <div class="wrapper">
170
+ <div class="footer-nav">
171
+ <ul id="nav">
172
+ <li id="nav_about-us"><a href="/about-us">About Us</a>
173
+ <ul>
174
+ <li id="nav_about-us_overview"><a href="/about-us">Overview</a></li>
175
+ <li id="nav_about-us_beliefs"><a href="/statement-of-faith">Beliefs</a>
176
+ <ul>
177
+ <li id="nav_about-us_beliefs_statement-of-faith"><a href="/statement-of-faith">Statement of Faith</a></li>
178
+ <li id="nav_about-us_beliefs_our-seven-shared-values"><a href="/our-seven-shared-values">Our Seven Shared Values</a></li>
179
+ </ul>
180
+ </li>
181
+ <li id="nav_about-us_leadership"><a href="/leadership-team">Leadership</a>
182
+ <ul>
183
+ <li id="nav_about-us_leadership_overview"><a href="/leadership-team">Overview</a></li>
184
+ <li id="nav_about-us_leadership_mark-prater"><a href="/mark-prater">Mark Prater</a></li>
185
+ <li id="nav_about-us_leadership_ian-mcconnell"><a href="/ian-mcconnell">Ian McConnell</a></li>
186
+ <li id="nav_about-us_leadership_jeff-purswell"><a href="/jeff-purswell">Jeff Purswell</a></li>
187
+ <li id="nav_about-us_leadership_bob-kauflin"><a href="/bob-kauflin">Bob Kauflin</a></li>
188
+ <li id="nav_about-us_leadership_tommy-hill"><a href="/tommy-hill">Tommy Hill</a></li>
189
+ <li id="nav_about-us_leadership_rich-richardson"><a href="/rich-richardson">Rich Richardson</a></li>
190
+ </ul>
191
+ </li>
192
+ <li id="nav_about-us_polity"><a href="/polity">Polity</a>
193
+ <ul>
194
+ <li id="nav_about-us_polity_overview"><a href="/polity">Overview</a></li>
195
+ <li id="nav_about-us_polity_regional-leaders"><a href="/regional-leaders">Regional Leaders</a></li>
196
+ <li id="nav_about-us_polity_executive-committee"><a href="/executive-committee">Executive Committee</a></li>
197
+ </ul>
198
+ </li>
199
+ <li id="nav_about-us_music"><a href="/sovereign-grace-music">Music</a></li>
200
+ <li id="nav_about-us_pastors-college"><a href="/pastors-college">Pastors College</a></li>
201
+ <li id="nav_about-us_give"><a href="/give">Give</a>
202
+ <ul>
203
+ <li id="nav_about-us_give_overview"><a href="/give">Overview</a></li>
204
+ <li id="nav_about-us_give_opportunities"><a href="/opportunities">Opportunities</a></li>
205
+ </ul>
206
+ </li>
207
+ </ul>
208
+ </li>
209
+ <li id="nav_our-churches"><a href="/our-churches">Our Churches</a>
210
+ <ul>
211
+ <li id="nav_our-churches_list-of-churches"><a href="/our-churches">List of Churches</a></li>
212
+ <li id="nav_our-churches_what-to-expect"><a href="/what-to-expect">What to Expect</a></li>
213
+ </ul>
214
+ </li>
215
+ <li id="nav_church-planting" class="current children"><a href="/church-planting">Church Planting</a>
216
+ <ul>
217
+ <li id="nav_church-planting_overview"><a href="/church-planting">Overview</a></li>
218
+ <li id="nav_church-planting_plant-with-us"><a href="/plant">Plant With Us</a></li>
219
+ <li id="nav_church-planting_partner-with-us" class="current children"><a href="/partner">Partner With Us</a></li>
220
+ </ul>
221
+ </li>
222
+ <li id="nav_events"><a href="/events">Events</a>
223
+ <ul>
224
+ <li id="nav_events_neighborhoods-nations-conference"><a href="/neighborhoods-nations-conference">Neighborhoods & Nations Conference</a></li>
225
+ <li id="nav_events_pastors-conference"><a href="/pastors-conference">Pastors Conference</a>
226
+ <ul>
227
+ <li id="nav_events_pastors-conference_speakers"><a href="/2016-pastors-conference-speakers">Speakers</a></li>
228
+ <li id="nav_events_pastors-conference_schedule"><a href="/2016-pastors-conference-schedule">Schedule</a></li>
229
+ <li id="nav_events_pastors-conference_register"><a href="/2016-pastors-conference-register">Register</a></li>
230
+ <li id="nav_events_pastors-conference_travel-lodging"><a href="/2016-pastors-conference-logistics">Travel & Lodging</a></li>
231
+ </ul>
232
+ </li>
233
+ </ul>
234
+ </li>
235
+ <li id="nav_resources"><a href="/resources">Resources</a>
236
+ <ul>
237
+ <li id="nav_resources_overview"><a href="/resources">Overview</a></li>
238
+ <li id="nav_resources_sermons"><a href="/sermons">Sermons</a></li>
239
+ <li id="nav_resources_books"><a href="/books">Books</a></li>
240
+ <li id="nav_resources_music"><a href="/music">Music</a></li>
241
+ </ul>
242
+ </li>
243
+ <li id="nav_blog"><a href="/sovereign-grace-blog">Blog</a></li>
244
+ </ul>
245
+ </div> <!-- .footer-nav -->
246
+ <div id="footer-data">
247
+ <nav id="social"><a href="http://twitter.com/SovereignGrace" class="twitter"></a><a href="http://facebook.com/SovereignGraceChurches" class="facebook"></a><a href="http://vimeo.com/SovereignGraceChurches" class="vimeo"></a></nav> <p class="copyright">Copyright &copy; 2015 Sovereign Grace Churches</p>
248
+ <p class="address"></p>
249
+ <p class="author"><a href="http://www.churchplantmedia.com">Powered by Church Plant Media</a></p>
250
+ </div> <!-- footer -data -->
251
+ </div><!--wrapper-->
252
+ </footer>
253
+
254
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
255
+ <script>window.jQuery || document.write(unescape('%3Cscript src="http://77.cpmassets.com/js/jquery.min.js" %3E%3C/script%3E'));</script>
256
+ <script src="http://78.cpmassets.com/js/fastclick.min.js"></script>
257
+ <script src="http://78.cpmassets.com/js/cssua.min.js"></script>
258
+ <script src="http://78.cpmassets.com/js/78.js"></script>
259
+ <script src="http://78.cpmassets.com/js/responsiveslides.js"></script>
260
+ <script src="http://bible.logos.com/jsapi/referencetagging.js" type="text/javascript"></script>
261
+ <script type="text/javascript">
262
+ Logos.ReferenceTagging.lbsBibleVersion = (window.BIBLE_VERSION) ? window.BIBLE_VERSION : "ESV";
263
+ Logos.ReferenceTagging.lbsLinksOpenNewWindow = true;
264
+ Logos.ReferenceTagging.lbsLogosLinkIcon = "dark";
265
+ Logos.ReferenceTagging.lbsNoSearchTagNames = [ "h1", "h2", "h3" ];
266
+ Logos.ReferenceTagging.lbsTargetSite = "biblia";
267
+ Logos.ReferenceTagging.tag();
268
+ </script>
269
+ <script type="text/javascript">
270
+ var _gaq = _gaq || [];
271
+ _gaq.push(['_setAccount', 'UA-66840431-1']);
272
+ _gaq.push(['_trackPageview']);
273
+ (function() {
274
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
275
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
276
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
277
+ })();
278
+ </script>
279
+ <script type="text/javascript" src="/js/override.js"></script>
280
+ </body>
281
+ </html>
282
+
283
+
forms/html/295.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="ISO-8859-1"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
6
+ <title>Link-Verzeichnis spid-pro.de</title>
7
+ <meta name="description" xml:lang="de" content="Ein Webkatalog und Branchenbuch mit Besucher Bewertungen und Regionalsuche" />
8
+ <meta name="keywords" xml:lang="de" content="spid-pro.de, Webkatalog, Link-Verzeichnis, Webverzeichnis" />
9
+ <link href="/tmpl/src/style.css" rel="stylesheet" type="text/css" media="screen,projection" />
10
+ <!--[if IE 6]>
11
+ <link href="/tmpl/src/style_ie.css" rel="stylesheet" type="text/css" media="screen,projection" />
12
+ <![endif]-->
13
+ <script type="text/javascript" src="/tmpl/styles/targetblank.js"></script>
14
+ <script type="text/javascript" src="/tmpl/styles/fat.js"></script>
15
+ <script type="text/javascript" src="/tmpl/styles/toggledivs.js"></script>
16
+ <meta name="robots" content="index,follow" />
17
+ <link rel="alternate" type="application/rss+xml" title="Link-Verzeichnis spid-pro.de - RSS Feed" href="http://spid-pro.de/feeds/cat_1/" />
18
+
19
+ </head>
20
+ <body>
21
+
22
+ <div id="container">
23
+ <div id="header"></div>
24
+ <div id="contentbox">
25
+
26
+ <div id="leftcol">
27
+ <div id="leftcolmenue">
28
+ <div id="leftcol_h_1"></div>
29
+ <a href="/" title="Webkatalog spid-pro.de">Webkatalog</a>
30
+ <a href="/i/regional-suche.htm" title="Regionale Einträge">Regional</a>
31
+ <div id="leftcol_h_2"></div>
32
+ <a href="/i/new-entries.htm" title="Neue Einträge">Neue Einträge</a>
33
+ <a href="/i/top-votings.htm" title="Bewertungen">Top Bewertungen</a>
34
+ <a href="/i/top-categories.htm" title="Beliebte Kategorien">Beliebte Kategorien</a>
35
+ <div id="leftcol_h_3"></div>
36
+ <a href="/i/entry.htm" title="Homepage eintragen">Homepage eintragen</a>
37
+ <a href="/i/add-cat.htm" title="Kategorie vorschlagen">Kategorie vorschlagen</a>
38
+ <div id="leftcol_h_4"></div>
39
+ <a href="/p/nutzungsbedingungen.htm" title="Nutzungsbedingungen">Bedingungen</a>
40
+ <a href="/i/kontakt.htm" title="Kontakt">Kontakt</a>
41
+ <a href="/p/impressum.htm" title="Impressum">Impressum</a>
42
+ </div>
43
+
44
+
45
+ <div id="leftcol_h_5"></div>
46
+ <!-- s_searchform.html START -->
47
+ <form action="/index.php" method="get" id="searchfoshort">
48
+ <div id="searchformbox">
49
+ <input type="hidden" name="pt" value="dosearch" />
50
+ Ihr Suchbegriff <sup><a href="javascript:void(0)" style="text-decoration: none; font-size: 8px; color: #FA930D;" onclick="var suchinfo = window.open('/suchinfo.html', 'suchinfo', 'top=200,left=200,width=350,height=290'); suchinfo.focus(); return false;" rel="nofollow">Info</a></sup>
51
+ <input type="text" name="sq" value="" style="width: 100px;" />
52
+ <input type="submit" value="suchen" />
53
+ <small> <a href="/i/dosearch.htm" onclick="if(document.forms['searchfoshort'].elements['sq'].value){self.location.href='/i/dosearch.htm?presq='+escape(document.forms['searchfoshort'].elements['sq'].value); return false;}" style="color: #FFFFFF;">Erweiterte Suche</a>
54
+ </small>
55
+ <br style="clear:both;" />
56
+ </div>
57
+ </form>
58
+
59
+
60
+
61
+ <div id="leftcol_h_6"></div>
62
+ <div class="tagcloudtext">
63
+ <a href="/s/Datenrettung/0/" title="Datenrettung (4295)" style="font-size: 15px; color: white;">Datenrettung</a> &nbsp;
64
+ <a href="/s/topliste/0/" title="Topliste (4088)" style="font-size: 14px; color: #FFFF99;">Topliste</a> &nbsp;
65
+ <a href="/s/Eton/0/" title="Eton (3798)" style="font-size: 13px; color: #FFFF88;">Eton</a> &nbsp;
66
+ <a href="/s/Versicherung/0/" title="Versicherung (4300)" style="font-size: 15px; color: #FFFF77;">Versicherung</a> &nbsp;
67
+ <a href="/s/Branchenbuch/0/" title="Branchenbuch (2093)" style="font-size: 12px; color: #FFFF66;">Branchenbuch</a> &nbsp;
68
+ <a href="/s/Festplattencrash/0/" title="Festplattencrash (3775)" style="font-size: 13px; color: #FFFFAA;">Festplattencrash</a> &nbsp;
69
+ <a href="/s/Auge/0/" title="Auge (3872)" style="font-size: 13px; color: #FFFFBB;">Auge</a> &nbsp;
70
+ <a href="/s/Ersatzteil/0/" title="Ersatzteil (3645)" style="font-size: 13px; color: #FFFFCC;">Ersatzteil</a> &nbsp;
71
+ <a href="/s/Auto/0/" title="Auto (4571)" style="font-size: 16px; color: #FA930D;">Auto</a> &nbsp;
72
+ <a href="/s/Verzeichnis/0/" title="Verzeichnis (4564)" style="font-size: 16px; color: #FFCC66;">Verzeichnis</a> &nbsp;
73
+ <a href="/s/Sinuslive/0/" title="Sinuslive (3928)" style="font-size: 14px; color: #FFFF00;">Sinuslive</a> &nbsp;
74
+ <a href="/s/Kinder/0/" title="Kinder (4463)" style="font-size: 16px; color: white;">Kinder</a> &nbsp;
75
+ <a href="/s/Gesundheit/0/" title="Gesundheit (4468)" style="font-size: 16px; color: #FFFF99;">Gesundheit</a> &nbsp;
76
+ <a href="/s/Montessori/0/" title="Montessori (3674)" style="font-size: 13px; color: #FFFF88;">Montessori</a> &nbsp;
77
+ <a href="/s/Gartenmoebel/0/" title="Gartenmoebel (3883)" style="font-size: 13px; color: #FFFF77;">Gartenmoebel</a> &nbsp;
78
+ <a href="/s/Gartenstuehle/0/" title="Gartenstuehle (3971)" style="font-size: 14px; color: #FFFF66;">Gartenstuehle</a> &nbsp;
79
+ <a href="/s/Netzwerk%20Service/0/" title="Netzwerk Service (6633)" style="font-size: 18px; color: #FFFFAA;">Netzwerk Service</a> &nbsp;
80
+ <a href="/s/Datenverlust/0/" title="Datenverlust (3866)" style="font-size: 13px; color: #FFFFBB;">Datenverlust</a> &nbsp;
81
+ <a href="/s/Netzwerk/0/" title="Netzwerk (4385)" style="font-size: 15px; color: #FFFFCC;">Netzwerk</a> &nbsp;
82
+ <a href="/s/Handys/0/" title="Handys (4384)" style="font-size: 15px; color: #FA930D;">Handys</a> &nbsp;
83
+ <a href="/s/Versicherungen/0/" title="Versicherungen (4412)" style="font-size: 15px; color: #FFCC66;">Versicherungen</a> &nbsp;
84
+ <a href="/s/Ersatzteile/0/" title="Ersatzteile (4013)" style="font-size: 14px; color: #FFFF00;">Ersatzteile</a> &nbsp;
85
+ <a href="/s/Fotografie/0/" title="Fotografie (3973)" style="font-size: 14px; color: white;">Fotografie</a> &nbsp;
86
+ <a href="/s/Spielwaren/0/" title="Spielwaren (3788)" style="font-size: 13px; color: #FFFF99;">Spielwaren</a> &nbsp;
87
+ <a href="/s/DSL/0/" title="DSL (4048)" style="font-size: 14px; color: #FFFF88;">DSL</a> &nbsp;
88
+ <a href="/s/Young/0/" title="Young (4488)" style="font-size: 16px; color: #FFFF77;">Young</a> &nbsp;
89
+ <a href="/s/Spielzeug/0/" title="Spielzeug (4124)" style="font-size: 14px; color: #FFFF66;">Spielzeug</a> &nbsp;
90
+ <a href="/s/Marketingberatung/0/" title="Marketingberatung (3679)" style="font-size: 13px; color: #FFFFAA;">Marketingberatung</a> &nbsp;
91
+ <a href="/s/kostenlos/0/" title="Kostenlos (4626)" style="font-size: 16px; color: #FFFFBB;">Kostenlos</a> &nbsp;
92
+ <a href="/s/Private%20Krankenversicherung/0/" title="Private Krankenversicherung (7946)" style="font-size: 18px; color: #FFFFCC;">Private Krankenversicherung</a> &nbsp;
93
+ <a href="/s/toplist/0/" title="Toplist (4119)" style="font-size: 14px; color: #FA930D;">Toplist</a> &nbsp;
94
+ <a href="/s/Handy/0/" title="Handy (4563)" style="font-size: 16px; color: #FFCC66;">Handy</a> &nbsp;
95
+ <a href="/s/konzept/0/" title="Konzept (4428)" style="font-size: 15px; color: #FFFF00;">Konzept</a> &nbsp;
96
+ <a href="/s/Webkatalog/0/" title="Webkatalog (4461)" style="font-size: 15px; color: white;">Webkatalog</a> &nbsp;
97
+ <a href="/s/Fotograf/0/" title="Fotograf (4332)" style="font-size: 15px; color: #FFFF99;">Fotograf</a> &nbsp;
98
+ <a href="/s/Riester%20Rente/0/" title="Riester Rente (3755)" style="font-size: 13px; color: #FFFF88;">Riester Rente</a> &nbsp;
99
+ <a href="/s/Jobboerse/0/" title="Jobboerse (2202)" style="font-size: 12px; color: #FFFF77;">Jobboerse</a> &nbsp;
100
+ <a href="/s/Handyshop/0/" title="Handyshop (3861)" style="font-size: 13px; color: #FFFF66;">Handyshop</a> &nbsp;
101
+ <a href="/s/Oldtimer/0/" title="Oldtimer (4257)" style="font-size: 15px; color: #FFFFAA;">Oldtimer</a> &nbsp;
102
+ <a href="/s/Marktanalyse/0/" title="Marktanalyse (3885)" style="font-size: 13px; color: #FFFFBB;">Marktanalyse</a> &nbsp;
103
+ </div>
104
+
105
+
106
+ </div>
107
+
108
+ <div id="content">
109
+
110
+
111
+ <div id="topmenue">
112
+ &raquo;&raquo; Sie sind hier: <b>Link-Verzeichnis spid-pro.de</b>
113
+ </div>
114
+
115
+
116
+ <div id="contentmain">
117
+ <div> <!-- s_directory.html START -->
118
+
119
+ <h1>Link-Verzeichnis spid-pro.de</h1>
120
+
121
+
122
+ <div style="float:left;padding-right:4px;">
123
+ <a href="http://spid-pro.de/feeds/cat_1/" title="RSS der Kategorie Link-Verzeichnis spid-pro.de"><img src="/tmpl/images/feedicon.gif" alt="RSS der Kategorie Link-Verzeichnis spid-pro.de" width="17" height="17" /></a>
124
+ </div>
125
+
126
+
127
+ <i>Ein Webkatalog und Branchenbuch mit Besucher Bewertungen und Regionalsuche</i>
128
+
129
+
130
+
131
+
132
+ <br /><br />
133
+ Das <b>Link-Verzeichnis</b> spid-pro.de bietet Ihnen rundum themengebundene und regionalbezogene Informationen. Durch die regionale Suchfunktion findet jeder das Passende in seiner <a href="/i/regional-suche.htm" title="Regional Stadt">Stadt</a> und Umgebung.<br /> Webseitenbetreiber können ihre <a href="/i/entry.htm" title="Homepage eintragen">Homepage eintragen</a> und von diesem Verzeichnis profitieren - Natürlich <b>kostenlos</b>!
134
+ <br /><br />Wenn sich keine passende Kategorie für Ihre URL im Verzeichnis bietet, dürfen Sie selbst eine <a href="/i/add-cat.htm" title="Kategorie vorschlagen">Kategorie vorschlagen</a>, welche wir später hinzufügen werden.<br />Ihre Webseite dürfen Sie vorher in eine der passenden Hauptkategorien eintragen.<br /><br />
135
+ Mit Hilfe von aussagekräftigen Suchbegriffen und Title-Tags haben Sie die Möglichkeit auch durch Suchmaschinen gefunden zu werden. Verwenden Sie Suchbegriffe in der Beschreibung zu Ihrer Homepage, welche Suchmaschinenbenutzer eingeben würden, um Ihre Webseite zu finden. Wichtig ist es, dass die Beschreibung zu Ihrer Webseite so viele Informationen wie möglich enthält. Nur mit viel Beschreibungstext zur Ihrer Homepage ist garantiert, dass Ihr Eintrag über viele verschiedene Suchbegriffe durch die erweiterte Suche, sowie über Suchmaschinen gefunden wird. Viel Beschreibungstext mit themenrelevanten Suchbegriffen garantiert einen sauberen und starken Backlink, welcher das Suchmaschinenranking Ihrer Webseite beeinflussen wird. <br /><br />Es stehen Ihnen 2500 Zeichen Beschreibungstext zur Verfügung, um Ihre Homepage bzw. Ihr Business zu beschreiben. Es wird empfohlen diese Zeichenmenge auszunutzen. <br /><br />Die <a href="/i/top-votings.htm" title="Bewertung abgeben">Bewertungsfunktion</a> gibt Aufschluss, ob sich die Besucher für Ihre Homepage interessieren oder nicht.<div class="contentaddbig">
136
+ WERBUNG HIER?!
137
+ </div><!-- s_searchform.html START -->
138
+ <form action="/index.php" method="get" id="searchfoshort">
139
+ <div id="searchformbox">
140
+ <input type="hidden" name="pt" value="dosearch" />
141
+ Ihr Suchbegriff <sup><a href="javascript:void(0)" style="text-decoration: none; font-size: 8px; color: #FA930D;" onclick="var suchinfo = window.open('/suchinfo.html', 'suchinfo', 'top=200,left=200,width=350,height=290'); suchinfo.focus(); return false;" rel="nofollow">Info</a></sup>
142
+ <input type="text" name="sq" value="" style="width: 100px;" />
143
+ <input type="submit" value="suchen" />
144
+ <small> <a href="/i/dosearch.htm" onclick="if(document.forms['searchfoshort'].elements['sq'].value){self.location.href='/i/dosearch.htm?presq='+escape(document.forms['searchfoshort'].elements['sq'].value); return false;}" style="color: #FFFFFF;">Erweiterte Suche</a>
145
+ </small>
146
+ <br style="clear:both;" />
147
+ </div>
148
+ </form>
149
+
150
+
151
+
152
+
153
+ <div id="subcategories">
154
+ <h2>Kategorien in <i>Link-Verzeichnis spid-pro.de</i></h2>
155
+ <table cellspacing="0" cellpadding="0" border="0" class="subcattable"><tr><td class="subcatcolumn"><a href="/arbeit-beruf/2_0/" title="Arbeit + Beruf (3 Unterkategorien, 123 Eintragungen)">Arbeit + Beruf</a> <a href="/auto-motorrad/4_0/" title="Auto + Motorrad (6 Unterkategorien, 50 Eintragungen)">Auto + Motorrad</a> <a href="/computer/3_0/" title="Computer (4 Unterkategorien, 39 Eintragungen)">Computer</a> <a href="/dienstleistungen/7_0/" title="Dienstleistungen (17 Unterkategorien, 169 Eintragungen)">Dienstleistungen</a> <a href="/familie/14_0/" title="Familie (1 Unterkategorie, 37 Eintragungen)">Familie</a> <a href="/filme/20_0/" title="Filme (0 Unterkategorien, 9 Eintragungen)">Filme</a> <a href="/finanzen/13_0/" title="Finanzen (4 Unterkategorien, 44 Eintragungen)">Finanzen</a> <a href="/freizeit/12_0/" title="Freizeit (3 Unterkategorien, 79 Eintragungen)">Freizeit</a> <a href="/gesundheit/6_0/" title="Gesundheit (8 Unterkategorien, 72 Eintragungen)">Gesundheit</a> <a href="/handwerk/15_0/" title="Handwerk (4 Unterkategorien, 62 Eintragungen)">Handwerk</a> <a href="/handy/18_0/" title="Handy (0 Unterkategorien, 33 Eintragungen)">Handy</a> <a href="/immobilien/9_0/" title="Immobilien (1 Unterkategorie, 46 Eintragungen)">Immobilien</a> </td>
156
+ <td class="subcatcolumn">
157
+ <a href="/internet/5_0/" title="Internet (6 Unterkategorien, 59 Eintragungen)">Internet</a> <a href="/kunst/10_0/" title="Kunst (4 Unterkategorien, 23 Eintragungen)">Kunst</a> <a href="/medien/21_0/" title="Medien (1 Unterkategorie, 44 Eintragungen)">Medien</a> <a href="/musik/19_0/" title="Musik (1 Unterkategorie, 63 Eintragungen)">Musik</a> <a href="/politik-und-soziales/159_0/" title="Politik und Soziales (1 Unterkategorie, 10 Eintragungen)">Politik und Soziales</a> <a href="/reisen/8_0/" title="Reisen (12 Unterkategorien, 82 Eintragungen)">Reisen</a> <a href="/shops/16_0/" title="Shops (19 Unterkategorien, 0 Eintragungen)">Shops</a> <a href="/sport/17_0/" title="Sport (12 Unterkategorien, 31 Eintragungen)">Sport</a> <a href="/tiere-haustiere/59_0/" title="Tiere (6 Unterkategorien, 33 Eintragungen)">Tiere</a> <a href="/versicherungen/11_0/" title="Versicherungen (3 Unterkategorien, 28 Eintragungen)">Versicherungen</a> <a href="/webmaster/22_0/" title="Webmaster (2 Unterkategorien, 21 Eintragungen)">Webmaster</a> </td></tr></table>
158
+ </div>
159
+
160
+
161
+
162
+ <div id="addsite">
163
+ <b><a href="/i/entry.htm?c=1" title="Seite eintragen" class="addpage" rel="nofollow"><img src="/tmpl/images/pay_only.gif" width="21" height="15" alt="Kostenpflichtiger Eintrag" /> Seite eintragen in <i>Link-Verzeichnis spid-pro.de</i></a></b>
164
+ </div>
165
+
166
+
167
+
168
+ <div id="entries">
169
+ <h3>Webseiten in <i>Link-Verzeichnis spid-pro.de</i>: 5</h3>
170
+ <div id="premiumentries"><!-- s_entry.html START -->
171
+ <div class="item">
172
+ <a href="/d/6859/" title="Ihr Webmasterportal">Ihr Webmasterportal</a><br />
173
+ Alles was ein Webmaster braucht in einem Portal. Zubehör, Tools, Vorlagen, Tipps und Tricks - da wird jede Frage beantwortet. ...<br />
174
+ <span class="showurl">www.udowe.de</span>
175
+
176
+ </div>
177
+ <!-- s_entry.html START -->
178
+ <div class="item">
179
+ <a href="/d/6860/" title="Pagerank-Counter24">Pagerank-Counter24</a><br />
180
+ Sie haben eine Homepage und m&ouml;chten Ihren aktuellen Google Pagerank™ wissen? Wenn ja, dann sind Sie bei uns genau richtig ...<br />
181
+ <span class="showurl">pagerank-counter24.de</span>
182
+
183
+ </div>
184
+ <!-- s_entry.html START -->
185
+ <div class="item">
186
+ <a href="/d/6861/" title="XXXAZ.de Ihr Webkatalog">XXXAZ.de Ihr Webkatalog</a><br />
187
+ In unseren Webkatalog k&ouml;nnen Sie Ihre deutschsprachige Webseite ohne Backlink sofort und kostenfrei eintragen ...<br />
188
+ <span class="showurl">www.xxxaz.de</span>
189
+
190
+ </div>
191
+ </div>
192
+
193
+ </div>
194
+
195
+
196
+
197
+
198
+
199
+ <div id="similarity"><b>Relevante Suchbegriffe:</b> <a href="/s/Webverzeichnis/0/" title="Webverzeichnis">Webverzeichnis</a>, <a href="/s/Branchenbuch/0/" title="Branchenbuch">Branchenbuch</a>, <a href="/s/Bewertungen/0/" title="Bewertungen">Bewertungen</a>, <a href="/s/Verzeichnis/0/" title="Verzeichnis">Verzeichnis</a>, <a href="/s/Webkatalog/0/" title="Webkatalog">Webkatalog</a>, <a href="/s/Besucher/0/" title="Besucher">Besucher</a></div>
200
+ </div>
201
+ </div>
202
+
203
+
204
+ <div id="infotext">
205
+ <b>Seiteninformationen:</b><br />
206
+ <i>Kurzbeschreibung:</i> Ein Webkatalog und Branchenbuch mit Besucher Bewertungen und Regionalsuche<br />
207
+ <i>Suchbegriffe:</i> spid-pro.de, Webkatalog, Link-Verzeichnis, Webverzeichnis<br />
208
+
209
+ <i>Webkatalog Statistik:</i> Zur Zeit 3094 aktive Einträge und 0 zu prüfende Einträge in 165 Kategorien<br />
210
+
211
+ </div>
212
+
213
+
214
+
215
+
216
+ </div>
217
+
218
+ <div id="rightcol">
219
+ <div id="rightcol_h_1"></div>
220
+ <div id="adboxcontent">
221
+ <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
222
+ <!-- udo16 -->
223
+ <ins class="adsbygoogle"
224
+ style="display:inline-block;width:160px;height:600px"
225
+ data-ad-client="ca-pub-7371200532593208"
226
+ data-ad-slot="4001512178"></ins>
227
+ <script>
228
+ (adsbygoogle = window.adsbygoogle || []).push({});
229
+ </script>
230
+ </div>
231
+ </div>
232
+
233
+ <div style="clear: both;"></div>
234
+
235
+ </div>
236
+ <div id="footer"></div>
237
+ </div>
238
+
239
+ <script type="text/javascript" src="/tmpl/styles/wz_tooltip.js"></script>
240
+ <script>
241
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
242
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
243
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
244
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
245
+ ga('create', 'UA-63050240-1', 'auto');
246
+ ga('send', 'pageview');
247
+ </script>
248
+ <div id="fb-root"></div>
249
+ <script>(function(d, s, id) {
250
+ var js, fjs = d.getElementsByTagName(s)[0];
251
+ if (d.getElementById(id)) return;
252
+ js = d.createElement(s); js.id = id;
253
+ js.src = "//connect.facebook.net/de_DE/sdk.js#xfbml=1&version=v2.3";
254
+ fjs.parentNode.insertBefore(js, fjs);
255
+ }(document, 'script', 'facebook-jssdk'));</script>
256
+
257
+ <div style="text-align:center; margin: 12px 205px 0px 250px;">
258
+ <div class="fb-page" data-href="https://www.facebook.com/spid-pro.de" data-width="280" data-height="300" data-hide-cover="true" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/spid-pro.de"><a href="https://www.facebook.com/spid-pro.de">spid-pro.de</a></blockquote></div>
259
+ </div>
260
+
261
+
262
+ </body>
263
+ </html>
forms/html/296.html ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xmlns:msgr="http://messenger.live.com/2009/ui-tags">
4
+ <head>
5
+ <title>Wharton's SPIKE&#174; - Account</title>
6
+ <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
7
+ <link rel="icon" href="/images/favicon.ico" />
8
+ <link rel="shortcut icon" href="/images/favicon.ico" />
9
+ <link rel="Bookmark Icon" href="/images/favicon.ico" />
10
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
+ <META content='Wharton&apos;s SPIKE, a suite of web-based applications and services, gives students simple and integrated access to course materials, resources, information, and online services.' name='DESCRIPTION'></META>
12
+ <link rel="stylesheet" type="text/css" href="https://web.wharton.upenn.edu/assets/WWWv1.0/css/default.css" media="screen" />
13
+ <link rel="stylesheet" type="text/css" href="https://web.wharton.upenn.edu/assets/WWWv1.0/css/print.css" media="print" />
14
+ <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="https://web.wharton.upenn.edu/assets/WWWv1.0/css/ieonly.css" /><![endif]-->
15
+ <link href="/css/spike13.css" rel="stylesheet" type="text/css" />
16
+ <link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css"/>
17
+ <!--[if gte IE 7]>
18
+ <link href="/css/spike13_IE7.css" rel="stylesheet" type="text/css" />
19
+ <![endif]-->
20
+ <!--[if lt IE 7]>
21
+ <link rel="stylesheet" type="text/css" href="/css/spike13_IE6.css" />
22
+ <![endif]-->
23
+
24
+ <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
25
+ <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
26
+ <script type="text/javascript" src="https://web.wharton.upenn.edu/assets/WWWv1.0/javascript/swfobject.js"></script>
27
+ <script language="javascript1.3" type="text/javascript" src="/_jscript/jah.js" ></script>
28
+ <script language="javascript1.3" type="text/javascript" src="/_jscript/popup.js" ></script>
29
+ <script language="javascript1.3" type="text/javascript" src="/_jscript/calendar.js" ></script>
30
+
31
+ <link href='/css/myAccount_screen.css' rel='stylesheet' media='screen'/></head>
32
+ <body>
33
+
34
+ <div id="doc" >
35
+
36
+ <div id="metaNav">
37
+ <ul>
38
+ <li class="quicklinks"><a href="#">Quick Links</a></li>
39
+ <li>
40
+
41
+ <a href="http://webmail.wharton.upenn.edu/" target="_blank">Webmail</a>
42
+
43
+ </li>
44
+ <li><a href="https://canvas.upenn.edu" target="_blank">Canvas</a></li>
45
+ <li><a href="http://medley.isc-seo.upenn.edu/penn_portal/view.php" target="_blank">PENN Portal</a></li>
46
+ </ul>
47
+
48
+
49
+ <div id="login-info"><a href="https://spike.wharton.upenn.edu/?login=true">[ SPIKE Login ]</a></div>
50
+
51
+
52
+ <div id="quicklinkDiv" style="display:none;">
53
+ <p><a href="http://www.wharton.upenn.edu/undergrad/" target="_blank">Undergraduate Program</a></p>
54
+ <p><a href="http://www.wharton.upenn.edu/mba/" target="_blank">MBA Program</a></p>
55
+ <p><a href="http://www.wharton.upenn.edu/mbaexecutive/" target="_blank">MBA Program for Executives</a></p>
56
+ <p><a href="http://www.wharton.upenn.edu/doctoral/" target="_blank">Doctoral Programs</a></p>
57
+ <p><a href="http://executiveeducation.wharton.upenn.edu/" target="_blank">Executive Education</a></p>
58
+ <hr>
59
+ <p><a href="http://www.whartonconnect.com/" target="_blank">Alumni Network</a></p>
60
+ <p><a href="http://www.upenn.edu/directories/" target="_blank">UPenn Directory</a></p>
61
+ <hr>
62
+ <p><a href="http://mbacareers.wharton.upenn.edu/student" target="_blank">MBA Career Management</a></p>
63
+ <p><a href="http://www.vpul.upenn.edu/careerservices/" target="_blank">UG Career Services</a></p>
64
+ <hr>
65
+ <p><a href="http://www.wharton.upenn.edu/campus/" target="_blank">Campus</a></li>
66
+ <p><a href="https://groups.wharton.upenn.edu" target="_blank">CampusGroups</a></li>
67
+ <p><a href="http://www.wharton.upenn.edu/" target="_blank">Wharton Home</a></li>
68
+ <p><a href="http://knowledge.wharton.upenn.edu/index.cfm" target="_blank">Knowledge@Wharton</a></p>
69
+ </div>
70
+
71
+ <script type="text/javascript"> $(document).ready(function(){
72
+ $("li.quicklinks").mouseenter(function () {
73
+ $("div#quicklinkDiv").fadeIn(200);
74
+ });
75
+ $("div#quicklinkDiv").mouseleave(function () {
76
+ $("div#quicklinkDiv").fadeOut(10);
77
+ });
78
+ $("li.quicklinks").mousedown(function () {
79
+ $("div#quicklinkDiv").fadeOut(10);
80
+ });
81
+ });
82
+ </script>
83
+ </div>
84
+ <!-- close metaNav -->
85
+ <div id="header">
86
+ <a href="http://www.wharton.upenn.edu" target="_blank"><img class="logo" src="https://web.wharton.upenn.edu/assets/WWWv1.0/interface/header_logo.gif" alt="Wharton University of Pennsylvania logo" /></a>
87
+ <a href="https://spike.wharton.upenn.edu/"><img class="title" src="/images/spike_logo4.png" alt="Spike" /></a>
88
+
89
+ <form action="http://google.wharton.upenn.edu/search" method="get" name="search">
90
+
91
+ <input type="hidden" name="site" value="Spike"/>
92
+ <input type="hidden" name="client" value="SPIKEv1"/>
93
+ <input type="hidden" name="proxystylesheet" value="SPIKEv1"/>
94
+ <input type="hidden" name="sitesearch" value="" />
95
+ <input type="hidden" name="output" value="xml_no_dtd"/>
96
+ <input id="navsearch" type="text" class="txtSearch" value="Search" name="q" onfocus="this.value='';this.onfocus=null" />
97
+ <input value="" name="btnG" class="btnSearch" type="submit" />
98
+ </form>
99
+
100
+
101
+ <div id="mainNav">
102
+ <ul>
103
+ <li><a href="https://spike.wharton.upenn.edu/index.cfm" >Home</a></li>
104
+ <li><a href="https://spike.wharton.upenn.edu/Calendar/index.cfm" >Calendar</a></li>
105
+ <li><a href="https://spike.wharton.upenn.edu/courses/index.cfm" >Courses</a></li>
106
+ <li><a href="https://quakernet.alumni.upenn.edu/spike" >Community</a></li>
107
+ <li><a href="https://spike.wharton.upenn.edu/Forums/index.cfm" >Forums</a></li>
108
+ <li><a href="https://spike.wharton.upenn.edu/media/index.cfm" >Media</a></li>
109
+ <li><a href="https://spike.wharton.upenn.edu/support/index.cfm" >Computing</a></li>
110
+
111
+ <li><a href="https://spike.wharton.upenn.edu/mbaexec/index.cfm" >MBA Exec</a></li>
112
+ <li><a href="https://spike.wharton.upenn.edu/mbaprogram/index.cfm" >MBA</a></li>
113
+ <li><a href="https://spike.wharton.upenn.edu/ugrprogram/index.cfm" >Undergrad</a></li>
114
+
115
+ <li><a href="https://spike.wharton.upenn.edu/links/index.cfm" >Bookmarks</a></li>
116
+ <li><a href="https://spike.wharton.upenn.edu/myaccount/index.cfm" class="isCurrent">My Account</a></li>
117
+ </ul>
118
+ </div>
119
+ <!-- close mainNav -->
120
+
121
+
122
+ </div>
123
+ <!-- close header -->
124
+
125
+
126
+
127
+
128
+
129
+
130
+ <div id="content">
131
+
132
+ <script type="text/javascript">
133
+
134
+ function ShowHideContent(id) {
135
+ var e = document.getElementById(id);
136
+ if(e.style.display == 'none')
137
+ e.style.display = 'block';
138
+ else
139
+ e.style.display = 'none';
140
+ }
141
+
142
+ </script>
143
+
144
+ <div id="help" style="display:none; float:right; width:600px; padding-top:20px;">
145
+
146
+ <h4><a onclick="ShowHideContent('help'); return false;" href="javascript:ShowHideContent('help')">
147
+ <img src="/images/delete_x.png"></a> Why am I being asked to log in (again)?
148
+ </h4>
149
+ <p>
150
+ <div class="answer">
151
+ <p>Since you are responsible for everything that happens using your account,
152
+ we want to make sure it's really you.</p>
153
+ <p>
154
+ Whenever you launch a new web browser session, go from a public to a private web site, or move to an authenticated service on a different server, we need to ask you to log in again.
155
+ <p>
156
+ We're sorry for the inconvenience, but we want to make sure that both your information and Wharton's computing systems remain secure.
157
+ </p>
158
+ </div>
159
+ </p>
160
+ </div>
161
+
162
+ <h2>Please Log In</h2>
163
+
164
+
165
+
166
+ <form action="https://spike.wharton.upenn.edu/myaccount/index.cfm?login=true" method="post">
167
+ <p class="single"><label class="fixedwidth">Username:</label><input name="username" type="text" /></p>
168
+ <p class="single"><label class="fixedwidth">Password:</label><input name="password" type="password" /></p>
169
+
170
+ <p class="single"><input name="RememberMe" type="checkbox" value="1" class="loginCheckBox"/> Remember me on this computer</p>
171
+
172
+ <p><input type="submit" name="submit" value="Log in" class="btn" /></p>
173
+ </form>
174
+ <p class="single">
175
+ <a href="https://apps.wharton.upenn.edu/accounts/index.cfm" target="_blank">Need an Account?</a> | <a href="https://apps.wharton.upenn.edu/accounts/password/reset/" target="_blank">Forget Password?</a></p>
176
+
177
+ <a onclick="ShowHideContent('help'); return false;" href="javascript:ShowHideContent('help')">Why am I being asked to log in (again)?</a>
178
+
179
+ </p>
180
+
181
+
182
+ </div>
183
+
184
+
185
+
186
+ <!-- close doc -->
187
+ </div>
188
+
189
+ <div class="clear"></div>
190
+ <!-- close doc -->
191
+ <hr class="footerBorder" />
192
+
193
+ <div id="footer">
194
+ <p class="single">HELPFUL LINKS: <a href="http://supportcenteronline.com/link/portal/632/655/ArticleFolder/979/Buying-Advice" target="new">Computer Buying Guide</a> | <a href="https://medley.isc-seo.upenn.edu/pennInTouch/jsp/fast.do?1=2&access=student" target="new">Penn In Touch</a> | <a href="http://publictechnology.wharton.upenn.edu/" target="new">Public Technology</a> | <a href="http://operations.wharton.upenn.edu/" target="new">Scheduling &amp; Facilities</a> | <a href="https://coursematch.wharton.upenn.edu" target="new">Course Match</a> | <a href="http://inside.wharton.upenn.edu/" target="new">Wharton Inside</a> | <a href="http://printing.wharton.upenn.edu/" target="new">Wharton Printing</a> | <a href="https://spike.wharton.upenn.edu/studynet/">Study.Net</a> | <a href="http://www.whartonconnect.com/">Alumni Network</a> | <a href="http://medley.isc-seo.upenn.edu/penn_portal/view.php">PennPortal | <a href="http://mbacareers.wharton.upenn.edu/student/index.cfm">MBA Career Mgmt</a> | <a href="http://www.vpul.upenn.edu/careerservices/">UG Career Svcs</a> | <a href="https://canvas.upenn.edu">Canvas</a> | <a href="http://leadership.wharton.upenn.edu/mba">Graduate Leadership Program</a> | <a href="https://groups.wharton.upenn.edu">CampusGroups</a> | <a href="https://meeting.wharton.upenn.edu">Virtual Meetings</a></p>
195
+ <p class="single">SOCIAL MEDIA: <a href="http://www.facebook.com/WhartonSchool/" target="_blank">Facebook.com</a> | <a href="http://twitter.com/wharton/" target="_blank">Twitter</a> | <a href="http://www.flickr.com/photos/thewhartonschool/" target="_blank">Flickr</a> | <a href="http://www.youtube.com/user/thewhartonschool/" target="_blank">YouTube</a></p>
196
+ <p class="single">RESEARCH: <a href="http://www.library.upenn.edu/lippincott/" target="new">Lippincott Library</a> | <a href="http://faq.library.upenn.edu/recordList?library=lippincott" target="new">Business FAQ</a> | <a href="http://lippincottlibrary.wordpress.com.">Datapoints (Lippincott Blog)</a> | <a href="http://hdl.library.upenn.edu/1017/8436" target="new">Dow Jones Factiva</a> | <a href="http://hdl.library.upenn.edu/1017/88405">Business Source Complete</a> | <a href="http://hdl.library.upenn.edu/1017/6939">Hoovers</a> | <a href="http://wrds.wharton.upenn.edu/">wrds</a></p>
197
+ <p class="single">SPIKE: <a href="https://spike.wharton.upenn.edu/index.cfm">Home</a> | <a href="https://spike.wharton.upenn.edu/Calendar/index.cfm">Calendar</a> | <a href="https://spike.wharton.upenn.edu/courses/index.cfm">Courses</a> | <a href="https://quakernet.alumni.upenn.edu/spike">Community</a> | <a href="https://spike.wharton.upenn.edu/Forums/index.cfm">Forums</a> | <a href="https://spike.wharton.upenn.edu/media/index.cfm">Media</a> | <a href="https://spike.wharton.upenn.edu/support/index.cfm">Computing</a> | <a href="https://spike.wharton.upenn.edu/mbaprogram/index.cfm">MBA</a> | <a href="https://spike.wharton.upenn.edu/ugrprogram/index.cfm">Undergrad</a> | <a href="https://spike.wharton.upenn.edu/links/index.cfm">Bookmarks</a> | <a href="https://spike.wharton.upenn.edu/myaccount/index.cfm">My Account</a> | <a href="https://spike.wharton.upenn.edu/credits.cfm">Credits </a> | <a href="https://spike.wharton.upenn.edu/terms.cfm">Terms &amp; Conditions</a> | <a href="http://supportcenteronline.com/link/portal/632/655/ArticleFolder/968/SPIKE" class="emphasis">HELP</a></p>
198
+ <p class="single"><!-- AddThis Button BEGIN -->
199
+ <script type="text/javascript">var addthis_pub="whartonspike"; var addthis_options = 'delicious, live, email, more';var addthis_disable_flash = true;</script>
200
+ <a href="http://www.addthis.com/bookmark.php?v=20" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="https://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="https://s7.addthis.com/js/200/addthis_widget.js"></script>
201
+ <!-- AddThis Button END -->
202
+ </p>
203
+ <p><div style="float: left;">Weather Information provided by&nbsp;&nbsp;&nbsp;</div><img src="/images/weather/wunderground/wundergroundLogo_blue_small.png" alt="Weather Underground" /></p>
204
+ <p class="single clear">&nbsp;</p>
205
+ <a href="http://www.upenn.edu/" target="_blank"><img src="https://web.wharton.upenn.edu/assets/WWWv1.0/interface/footer_logo.gif" alt="The University of Pennsylvania" /></a>
206
+ <p>
207
+ &copy;2009 <a href="http://www.wharton.upenn.edu/" target="_blank">The Wharton School</a>, <a href="http://www.upenn.edu/" target="_blank">University
208
+ of Pennsylvania</a></p>
209
+ </div>
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+ <script type="text/javascript">
223
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
224
+ document.write("\<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>\<\/script>" );
225
+ </script>
226
+ <script type="text/javascript">
227
+ var pageTracker = _gat._getTracker("UA-3218602-1");
228
+ pageTracker._initData();
229
+ pageTracker._trackPageview();
230
+ </script>
231
+
232
+ </body>
233
+ </html>
forms/html/299.html ADDED
@@ -0,0 +1,383 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml">
4
+ <head id="ctl00_header"><meta http-equiv="X-UA-Compatible" content="IE=edge" /><title>
5
+ UniLodge @ Swinburne Place - Create Account
6
+ </title><link href="Images/starrez-portal.png" type="image/png" rel="Shortcut Icon" /><script src="/ULStarRezPortal/Scripts/portal-analytics.js" type=text/javascript language="javascript"></script><script>RunAnalytics('', 'star-res.cc.swin.edu.au');</script><link href="/ULStarRezPortal/Css/jquery-ui-1.10.3.custom.min.css?v=9.4.0.2687" type="text/css" rel="stylesheet" media="all" /><link href="/ULStarRezPortal/Css/portal-desktop.css?v=9.4.0.2687" type="text/css" rel="stylesheet" media="all" /><link href="/ULStarRezPortal/Css/portal-common.css?v=9.4.0.2687" type="text/css" rel="stylesheet" media="all" /><link href="/ULStarRezPortal/Css/portal-print.css?v=9.4.0.2687" type="text/css" rel="stylesheet" media="print" /><link href="/ULStarRezPortal" rel="home" id="ApplicationRoot" /><link href="App_Themes/UL_SWIN/Default.css" type="text/css" rel="stylesheet" />
7
+ <script language="JavaScript">
8
+ <!--
9
+ javascript:window.history.forward(1);
10
+ //-->
11
+ </script>
12
+ </head>
13
+ <body>
14
+ <script src="/ULStarRezPortal/Scripts/jQuery-1.10.2.min.js"
15
+ type="text/javascript" language="javascript"></script>
16
+
17
+ <script src="/ULStarRezPortal/Scripts/jQuery-ui-1.10.3.custom.min.js"
18
+ type="text/javascript" language="javascript"></script>
19
+ <script src="/ULStarRezPortal/Scripts/jQuery-ui-timepicker-plugin.min.js"
20
+ type="text/javascript" language="javascript"></script>
21
+ <script src="/ULStarRezPortal/Scripts/portal-common.js"
22
+ type="text/javascript" language="javascript"></script>
23
+ <script src="/ULStarRezPortal/Scripts/portal-loader.js"
24
+ type="text/javascript" language="javascript"></script>
25
+
26
+ <script type="text/javascript">
27
+ starrez.editMode = false;
28
+ </script>
29
+
30
+ <!-- IE8 and below have not heard of HTML 5 elements and they get ignored, this tells the browser they are real elements. -->
31
+ <!--[if lt IE 9]>
32
+ <script type="text/javascript">
33
+ var e = ("article,details,footer,header,legend,menu,nav,section").split(',');
34
+ for (var i = 0; i < e.length; i++) {
35
+ document.createElement(e[i]);
36
+ }
37
+ </script>
38
+ <![endif]-->
39
+ <form method="post" action="GeneratedSection.aspx?Params=L9ezxPcQnQtLA1zKnkFfGY5TDyFpM5Y8" id="aspnetForm" data-ajax="false">
40
+ <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="bkZjOkdkx8uuQAzDnm6Iob+qeTVaOKualWIrcL8E+lZ4k9wKTn8D5HdVd1uOsb+U12FlFrwqUSczmwH993FnCEzCl5GW8q6kbNiUEDOQYKPi8MSK6jpL0HbarsWcP2BqA3UigXMRal0itKdCH4LncU4RXB4TaxP8Nxd8uYDyWoEy+IaD5R9F1Z8A7OSCTjp4sLF7bwq1sHMdLDZb717pEdtgM2d9i88ul19AyRysE8w7S3iq8yWX6PExkO7cxR8Hc0i06HA9dMC0gvy6VneVqrF/Znl7J6IpSvEGMSlrIOxBhc4SVascCLkcCbrBmyA8mM34k/T42QNTpBzsbcGzegFPAslQmP3qLIH6G0622C7aSB1Xzg73MP/4HsX3BjxEMVDo13qcr0KqZLQdkIPBDDSYQHe8anWyafdHDDxzkcrjZ/MnjrVlUUS1UdH2zLa0Sbkiw+/UWoh99pfeo3YnHWP74twIrYsUZ/T8a0q0PnAg4064x7FKzM6e/EesPT9x7EQzBdKnxaIjDWarIWHrEAML4p9bEM8krDcb7Qja4UvegvSAgdUiyfpUMRHtmVRC8P5iy6ns0QjGaTnpIH9KndEGQywT4f77j1YAM8AWt+Hp8bYUSir/MeI3wEy5mMnCwbW4gPfTspLX7WT3N2UT89yusp6M8H/mTS74WxfXy5Ffv2bhq1S5TVjdOBunDbky/qMhF5yuzKcdtK4GEiNkzxfy42NwVgY6Zj+pTYZSdiYlk+YWEYCX+R+iyanABlOYhfVqmBhfJ87kjd8xdV5UK0E7jkCBUXnS6ZLbSJFuNFJscfS+WOwehg3suIVLxOLdAtJhxIvBlHH0zDAPlm4nalYiyDGMFS2ojKHIpRy1GXT8oXeIh32qbVp1jU1Z9qDcygCGId1Aw70NYhF4IXfY2+NgVmIdyMCM0cjV37fO/01n3lAjo5hN1kMbxTgdltQKXAT4xUL7tuwiR1cS6Eb8nYXeNvj/k+A0hwM58qNk43MYIKz3g0INEbA+sTJC23yZhdhTW3ZPngJZlWxIDs3DbtAvFodmFIgHCcK9bFTc4KSWZWd1VppPmnwvP4AywqZIxroy+uYbkQsKWKK6Otx9AR5s6J2PxAjL0VYtWWsX6EA7u45txLYLe1wUYZCCxkAdOwUxXKoY8pnkIOstmbF8ub+VOjtxyNBFiJU6FCFMNjxzfcbMwrnG6e7TQuRHyvZU3GAxLPxuOLoLeKEzoaPAlW5VK6Lh4r7wYTUW1d7ELSrntO8qD0m+A7E/iC1SG07zv421eug783aHzMEV33HO10GBdmzrUdUaWzLRCSkg8wgZ6+dX+FmQN0z9bLBG+dYx/bPu2LfmelxCxvJfvT3DVuNqHcKzDuRLmQ5lH+WHntJX/IiR6zHQxXqc+SpPF5lIkbSs7gps1fjmpGVe88cTcbhPNHy0fu5zlhydgbeuR7FJKQdn8DadDiCF8i/kBw6C/biXbHndzxpC1cK3++fpojA1t5lozTJz09c03uu91UAm6fsYBYCIPN3XKlTtQ0CsDrO7IIRwUKV1DkmZOO+GvQ8xQwj2Yx+BFNeCWEylpz9FMhjME53ml5y+wHh+GoMw54CL/C3H2zCbAAcppU5s0sTsL/b1YPZJzI2GNxDHo6mQJP7FOjEzfS9TOz+uB4bgTmu53qRx0uPaHVeeVC8g0NyJNxI+yXPehKUOHX7AKG7aBi1MAqFLMa+GdIrQU9AZlq2IRKeFsl2JP0mlXnGrEcRFDm1Fd1QoEkWTEHg8sT4C4UhMAbwu08+oBLuAWQy4ezcVh2gHRlT4R6uUs9v7X2C7ZYJjTP3Tyqf4Mfl8AE1AbJ5neAbwCSgRyD8d46/aNvWsFTMKkEHJ7TWSQqSiApx5GcwJFGGZAb97EDoX7inP9CspETKFvQlOvWUZuHMmeETMwWf+MtegYbxLMMPBOkvrG0dwi68AniDzlcjO7WVWO8RK7QnzykAKKrs8SEmq6iLs9U6PecUoIcNEI2iReLHPJqijiIuJHpyJ33tEos0KVBblVmdWbEY5+HXi3IKvQDtVneBBmcZvlyK81emorI0VcdAQJFzeAbP6vtodTt2pF/nb5clkoX7yWxmYC0ydDQfPpTVAR3RJv4mcoibAr6UAejZK0wIFiruDXkQYQhZPuk+diKa+k0TMA0KlzPSpIxS3PlvShkCCWSboGtEIdczpMtsMBeiHtTXDDMySFU8Ga9V1VTQzf83EptJd0mtK989uA0G1pR+WqZVxYwv45nxDHJ42Y/fBp7tWK2Ii9EqRbtoZMBb4VSEz8m3F/kwJOJ3ZqcEvAVxUcMTVTsmuBQQqM2I1suAznybCsqyzsyTYgvvEvi8+6OUr89aZ8UbpuzhWQeIXZAKuPwtKwaf6bOkhpYXrp70+IrTxZrSPbZtsAuY2rWEXOXhYOvXG9xuWqFWG2k2QjWJMKpWmHkqQs20xr3QFaQyQacmR6X1IEnrSYLdLgrAx8BzlHerJJVO9N/V+fxIVmdxyoGNIiZgF3/AxzvAXUarIxKsdPx3A6AyAHZyO48npcBTkYEStZTdI5Z+zCg7N6o2lyds2YM7rX6GNlL8lHahQ8e1/Fy2rVEJ2+i4l+oeP2R3n318syvbJMrwvW9CRF0ZOcCvvEr0sAqSqMjQx10Gfjnw3oW/lA4uNW7lZYb9nuXrjkwEWzNy2sp+SqinVN6yGQ/cFeDLlugnbLQZZYXtaeVjrr8B3dLrWzZm83uLIjOisQ0ZGpL5KMlnSeKu4eDFNd55h0MdYZmeE8TkP1O+9tHwrKNx8nFwQdZR3+C8MuD0KjfswO5l/MyzDTPgMV3gu6skh2Vd96U1jwWcrtFgnBaSVnmYtXVkrhfJy9vmvU0B01td0ug+ok97HVbDP2WqEb9CX5Re+nHJChXHxft5fz1LM2HmFKPKwFcQulKNWwm6n1uxwEleaV2/SrXvVelL7ji0bzxXSSMW7KiRC3RF92OS+A3Bodw4zycw8DYy0CAXw2EWHO80REtElCZ322pB0Wd+2Ma16qhLrNUYKFOM3P9SX/8Cv6YKBAnRQJG1iB4NxAX4LkY6gSju0+l4/BZgL7+p1nZiMldmfXFiggCv5ERUkisxEv/KSXwxGx5ex1OQSuT8Ao0IkrynOCVMJxB50fIaFx4h7gI/3m23BVRHGpfMP+SM4oPu8+Cofm3AM3KrDAwWb/VlYkFqT6/o+jq92nRa8ujIBp7Ozr8mSa9975c78xC9dTxS1JhWAsymQJ1YUazDExMrgW53fFTAPVYtXgluVNAuxoK6nGgPaW6yon4XxubYxCwjlFl/7KQtt4cObcfXW+gc88yOTjXU51UeZbWONozWYFVa94TMz4NHT2ylJX6vC3z0eAqL5gSYEuBVtJNVBagf/wRL6C572WDovFpMrEPfV0GoGxTV92LA44IYJ9GJPeQHNV5WDUF2KFezfdTAfM/yZKqJHAFZS1JwS+b5yhby5rmSJnQusLVvNezd0IMHLI/q9BjCiZkascMMvgUl867usMPaaRtYde2vukZMGnl8Xvk9YMlrDD3K7UW3It+b2UG7vOKxZKHd2lzgX4KXDQyNABulsB/ujt1IgALT465gPWO6wV5pEcMy+2fUaFudUAA8qsFFevc645YeXrCDiqZu1ITqO23vgzjcBGc15a+TKf+DUXlSdgwrbnem6u5v7rh5/qazjVKJTa8X2t7h0GvRfF9p3Itlv/NoMIkkI70m0h8sminyoq10Bb7sg1NJnfIF+W6fMxNBhVugCnNVgViL7XYvPs5GZqp6VRAy5OsduSM/Gx4jDWZWb/UXKersBFT40ov3vwYzM2nQAe1StU/cWQ7CbgUYUNlUUqmFkBcBy0NtNe2QnvoCpY6qcK9b0FtUaD13zy3sU/XIzoNaXHCwS+BscyS0IoYFVkUjNsGaSTqv4iyfkpzP4fb/Bighw/1BSMmoS7bqZKI1/PJ1Sy0wTA6zyze6W3q60YftQe7p9Iolf9PEcfOYhTCwHn6FyGxZQZxdxzWsIyDoywmi7rX5iArrIggFKkVwe3be4VHY2BhK62iEjCdvlNPJvWIocGPQyw+PvMb3AOeMKNPO9ZzzFAdCauWp44PYrPWN+B9JVeH9IHjZqNn2vRA8D1n3gdEdSGwiqdY0l0yR8jL9kIdJgK3+0EKuX2JVO8HBp19tYH37q629ZzxdEmdQUYFwG30qt76hKJTqQcEoSTQD8260iJkV88G/k2Hbi8ln8ViAqirHtrrcKvToEEAAHG+d8NPe/yLdNNvn7+Uiu/lEFjQ5S2JZZuLA4eb4bauqopDSL1j1Jz+Ez7F64JKhO1Yr949oi1KYAlIxI+Ur7QDP74Ze5tFc8zMIHilPdgmnXWDWblvyVgEhIjqfTiZgDAg2VIWU=" />
41
+
42
+
43
+ <script type="text/javascript">
44
+ //<![CDATA[
45
+ function doOnCompleteScript()
46
+ {
47
+ if (getStarNetControl('Addresses_(Home)_Email').value != getStarNetControl('Addresses_(Home)_EmailConfirm').value)
48
+ {
49
+ alert('Your email address does not match, please check you have typed the correct email address');
50
+ getStarNetControl('Addresses_(Home)_EmailConfirm').value = '';
51
+ return false;
52
+ }
53
+
54
+ if (getStarNetControl('Entry_Password').value != getStarNetControl('Entry_PasswordConfirm').value)
55
+ {
56
+ alert('Your password does not match, please check you have typed the correct password');
57
+ getStarNetControl('Entry_PasswordConfirm').value = '';
58
+ return false;
59
+ }
60
+ }
61
+ //]]>
62
+ </script>
63
+
64
+ <script src="/ULStarRezPortal/ScriptResource.axd?d=7JviTWkTd4l4LHTdcWfJLlGvHqA0iGe37iJzHko70pWOp4tDE2t10c754N512Csu9Dev4U327ShZz9qYrfzJDY7T071E3I6jQtlC6cLjAEN5uhtooa2N53QGHoVYeKvEfyqfUws7C6kWQAjBNMBYQY99sOFz2bQGheTcPBkCGhQWV__YkNqn_2demUwvWVXf0&amp;t=ca758f3" type="text/javascript"></script>
65
+ <script type="text/javascript">
66
+ //<![CDATA[
67
+ if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
68
+ //]]>
69
+ </script>
70
+
71
+ <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />
72
+ <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="WCQaDtj+3Adk972a9flUmpmwR+8AV0jex9uG0cp6MaUpx1vOxSw4PbHJ85zIFEOReOrqBIaWlovO83U58bjeNRisO5eL5zjk9uKyMjCWpcQDDjd5A3Iw/6qMqM4dkK45KL7yCzfBJrqzz5/hjEku5mIf9yVLHq/uhlJpsPsFJljyGQw8eVqjG0U9WCqWaojzDoW9mMWjjbliDUIFKjUWUKFjSXCfUPnqAE4Th6f7mic/eLDZG51ZlIywDaXw5cLTOSvS8fdEO/PygJCTGtbaHyYQuII1sALLvP1ytB7U/REFUxWMTiq3KERuetwD2+ZLjvY+uCFKn5LBUu92NQH792dNuHVeeXrRXuaVXCLYW1R85I929X0WFe3P98I1gK81USvvHFfyItR1+zJdh4QDCzgozblMwwXtzDlFZkQAv5DBaYO/O+iCHV1T78/ZN4E4xplq7H1GMbGOv5rzJ8q7CJWn7gle/T0mONB7hxFwhOE9otNK3TGcmCcJPAcWqalNrX1ssc2pdL/s1hrrOkuzMZ7xIPyQI8IIEpKbJNhNMrE=" />
73
+
74
+
75
+ <section id="ctl00_mainSection" data-role="page" data-title="UniLodge @ Swinburne Place - Create Account">
76
+ <div class="centered">
77
+ <a id="SkipNav" name="SkipNav" href="#MainContent" class="nav-skip" style="position:absolute; left: 0px; top: -500px; width: 1px; height: 1px; overflow:hidden;" onclick="document.getElementById('MainContent').focus();">Skip to main content</a>
78
+ </div>
79
+
80
+
81
+ <script type="text/javascript">
82
+ $(function () {
83
+ var confirm = $('#confirm');
84
+ if (confirm.length > 0) {
85
+ $('#profile_dropdown a').click(function () {
86
+ if (IsDirty()) {
87
+ MakeRedirectConfirmation(confirm, $(this));
88
+ confirm.dialog('open');
89
+ confirm.focus();
90
+ return false;
91
+ }
92
+ });
93
+ }
94
+
95
+ $('.ui-menu-trigger').click(function (event) {
96
+ var menu = $('#profile_dropdown');
97
+ var indicator = $('#ctl00_Banner2_lblMessageCount1');
98
+
99
+ if (menu.is(':hidden')) {
100
+ menu.show();
101
+ indicator.hide();
102
+
103
+ MakeFakeDropdown(menu, function () {
104
+ indicator.show();
105
+ });
106
+ event.stopPropagation();
107
+ } else {
108
+ menu.hide();
109
+ indicator.show();
110
+ }
111
+ });
112
+
113
+ var lnkChangeLog = $('#lnkChangeLog');
114
+ var pnlChangeLog = $('#pnlChangeLog');
115
+ if (lnkChangeLog.length > 0 && pnlChangeLog.length > 0) {
116
+ MakePopup(pnlChangeLog, lnkChangeLog);
117
+ }
118
+ });
119
+ </script>
120
+ <div id="profilemenu">
121
+ <div class="container ui-container">
122
+
123
+ <header id="header" data-role="header">
124
+
125
+
126
+
127
+ </header>
128
+ <div class="clear">
129
+ </div>
130
+
131
+ <div id="header-menu-contents">
132
+ <div id="profile_menu_container" class="profile-menu-container">
133
+
134
+
135
+ </div>
136
+
137
+
138
+ </div>
139
+
140
+ </div>
141
+ </div>
142
+ <div class="container ui-container shadow">
143
+ <div class="gap">
144
+ </div>
145
+ <div class="inner-container" id="module_menu_container">
146
+
147
+ <script type="text/javascript" language="javascript">
148
+ $(function () {
149
+ $('#modulemenu a').click(function () {
150
+ var link = $(this);
151
+
152
+ if ($('#ctl00_Banner1_hdnCheckCart').val() == 'true') {
153
+ MakeCommandConfirmation($('#pnlCheckCart'), null, function () {
154
+ if (CheckChanges(link)) {
155
+ eval($(link).attr('href'));
156
+ }
157
+ });
158
+
159
+ return false; // Prevent initial postback
160
+ } else {
161
+ return CheckChanges(link); // This will determine whether to postback or not
162
+ }
163
+ });
164
+
165
+ var originalHeight = $('#modulemenu a.ui-btn span.ui-btn-text').height();
166
+ ResizeMenuButtons(originalHeight);
167
+ $(window).resize(function () {
168
+ ResizeMenuButtons(originalHeight);
169
+ });
170
+ });
171
+
172
+ function CheckChanges(link) {
173
+ if (IsDirty()) {
174
+ MakeCommandConfirmation($('#pnlChanges'), null, function () {
175
+ SetConfirmed();
176
+ eval($(link).attr('href'));
177
+ });
178
+ return false; // Prevent initial postback
179
+ } else {
180
+ return true; // No changes, so free to postback
181
+ }
182
+ }
183
+
184
+ function ResizeMenuButtons(originalHeight) {
185
+ var menuButtons = $('#modulemenu a.ui-btn');
186
+ var width = menuButtons.width();
187
+ var lineHeight = width - originalHeight; // This will properly center the text (vertical-align doesn't work)
188
+
189
+ menuButtons.height(width);
190
+ menuButtons.find('span.ui-btn-text').css('line-height', lineHeight + 'px'); // Make them square and vertical align text
191
+ }
192
+ </script>
193
+ <div id="modulemenu">
194
+ <ul class="indent">
195
+ <input type="hidden" name="ctl00$Banner1$hdnCheckCart" id="ctl00_Banner1_hdnCheckCart" value="false" />
196
+
197
+ <li>
198
+ <a id="ctl00_Banner1_ModuleList_ctl00_lnkModule" class="should-show ui-should-show" AutoSetting="false" data-role="button" href="javascript:__doPostBack(&#39;ctl00$Banner1$ModuleList$ctl00$lnkModule&#39;,&#39;&#39;)"><span>Home</span></a>
199
+ <noscript>
200
+ <input type="submit" name="ctl00$Banner1$ModuleList$ctl00$btnModule" value="Home" id="ctl00_Banner1_ModuleList_ctl00_btnModule" class="button-as-link" />
201
+ </noscript>
202
+ </li>
203
+
204
+ <li>
205
+ <a id="ctl00_Banner1_ModuleList_ctl01_lnkModule" class="should-show ui-should-show header-4" AutoSetting="false" data-role="button" href="javascript:__doPostBack(&#39;ctl00$Banner1$ModuleList$ctl01$lnkModule&#39;,&#39;&#39;)"><span>Create Account</span></a>
206
+ <noscript>
207
+ <input type="submit" name="ctl00$Banner1$ModuleList$ctl01$btnModule" value="Create Account" id="ctl00_Banner1_ModuleList_ctl01_btnModule" class="header-4 button-as-link" />
208
+ </noscript>
209
+ </li>
210
+
211
+ </ul>
212
+ <div class="clear">
213
+ </div>
214
+ <div id="pnlCheckCart" class="dialog" title="Empty Cart" tabindex="-1">
215
+ <p>All items currently in your cart will be removed. Do you wish to continue?</p>
216
+ </div>
217
+ <div id="pnlChanges" class="dialog" title="Leave Page" tabindex="-1">
218
+ <p>
219
+ You are about to leave this page, any changes you have made will not be saved. Are
220
+ you sure you wish to continue?
221
+ </p>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="inner-container" id="login_container">
227
+
228
+ </div>
229
+ <div class="inner-container" id="section_menu_container">
230
+
231
+ </div>
232
+ <div class="gap">
233
+ </div>
234
+ <div class="nav-skip-target">
235
+ <a id="MainContent" name="MainContent" style="position: absolute; left: -1000%;" tabindex="0">Start of main content</a>
236
+ </div>
237
+ <div class="inner-container">
238
+ <div>
239
+ <div id="ctl00_TopContainer">
240
+
241
+ <div>
242
+ <noscript>
243
+ <div class="ui-state-error ui-corner-all">
244
+ <p>
245
+ <span class="float-left ui-icon ui-icon-alert"></span>Your browser&apos;s JavaScript
246
+ is currently disabled. Some areas of this website may not work correctly unless
247
+ you enable JavaScript.
248
+ </p>
249
+ </div>
250
+ <div class="gap">
251
+ </div>
252
+ </noscript>
253
+ </div>
254
+
255
+ </div>
256
+
257
+ <div id="ctl00_pnlCenterContainer" class="center-container-alone">
258
+
259
+
260
+ <div class="header-container">
261
+ <a id="ctl00_SectionTitle_lnkCheckout" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$SectionTitle$lnkCheckout&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, true))">
262
+
263
+ </a>
264
+ <h1>
265
+
266
+
267
+ <span id="ctl00_SectionTitle_lblTitle" AutoSetting="False">Create Account</span>
268
+ </h1>
269
+ <span id="ctl00_SectionTitle_lblSubTitle" AutoSetting="False"></span>
270
+ <span id="ctl00_SectionTitle_ssHeader_lblStepProgress" class="page-info small-text" AutoSetting="False"></span>
271
+ <div class="clear">
272
+ </div>
273
+ </div>
274
+
275
+ <div class="gap">
276
+ </div><div id="ctl00_HtmlTextBlockSectionHeader_pnlTextBlock" class="indent">
277
+
278
+ <span id="ctl00_HtmlTextBlockSectionHeader_lblText" class="text-block-line-height" AutoSetting="False"><P>Please complete your contact details below to create an account.</P><!-- --></span>
279
+
280
+ </div>
281
+
282
+ <div id="ctl00_Content_entryBlock_pnlBody" class="BodyMain">
283
+
284
+ <h2><span id="ctl00_Content_entryBlock_lblBlockHeader36" class="solid" AutoSetting="False">Personal Details</span></h2><div id="ctl00_Content_entryBlock_Block__36" class="indent">
285
+ <div class="text-block-line-height">
286
+ <span id="ctl00_Content_entryBlock_lblFakeTextBlock36" class="solid faded-text" AutoSetting="False"><!-- --></span>
287
+ </div><div class="LargeEntry" starnetid="Entry">
288
+ <div class="MainTable">
289
+ <p><label for="ctl00_Content_entryBlock_single__36__Entry__NameFirst" id="ctl00_Content_entryBlock_lblField_single__36__Entry__NameFirst" class="TextBox-label" AutoSetting="False">Given Name:*</label><input name="ctl00$Content$entryBlock$single__36__Entry__NameFirst" type="text" maxlength="40" id="ctl00_Content_entryBlock_single__36__Entry__NameFirst" class="Required " AutoSetting="False" starnetid="Entry_NameFirst" /></p><p><label for="ctl00_Content_entryBlock_single__36__Entry__NameLast" id="ctl00_Content_entryBlock_lblField_single__36__Entry__NameLast" class="TextBox-label" AutoSetting="False">Family Name:*</label><input name="ctl00$Content$entryBlock$single__36__Entry__NameLast" type="text" maxlength="40" id="ctl00_Content_entryBlock_single__36__Entry__NameLast" class="Required " AutoSetting="False" starnetid="Entry_NameLast" /></p><p><label for="ctl00_Content_entryBlock_single__36__Entry__GenderEnum" id="ctl00_Content_entryBlock_lblField_single__36__Entry__GenderEnum" class="DropDown-label" AutoSetting="False">Gender:*</label><select name="ctl00$Content$entryBlock$single__36__Entry__GenderEnum" id="ctl00_Content_entryBlock_single__36__Entry__GenderEnum" class="Required " AutoSetting="False" starnetid="Entry_GenderEnum">
290
+ <option selected="selected" value="">- Please Select -</option>
291
+ <option value="2">Female</option>
292
+ <option value="1">Male</option>
293
+
294
+ </select></p><p><label for="ctl00_Content_entryBlock_single__36__Entry__DOB" id="ctl00_Content_entryBlock_lblField_single__36__Entry__DOB" class="Date-label" AutoSetting="False">Date of Birth:*</label><input name="ctl00$Content$entryBlock$single__36__Entry__DOB" type="text" id="ctl00_Content_entryBlock_single__36__Entry__DOB" class="Required date-picker ui-portal-date-picker" AutoSetting="False" starnetid="Entry_DOB" dateFormat="d/mm/yy" /></p>
295
+ </div>
296
+ </div>
297
+ </div><input name="ctl00$Content$entryBlock$ctl02$single__37__EntryDetail__ClassificationID" type="hidden" id="ctl00_Content_entryBlock_ctl02_single__37__EntryDetail__ClassificationID" starnetid="EntryDetail_ClassificationID" value="2" /><div id="ctl00_Content_entryBlock_Block__37" class="indent">
298
+ <div class="text-block-line-height">
299
+ <span id="ctl00_Content_entryBlock_lblFakeTextBlock37" class="solid faded-text" AutoSetting="False"><!-- --></span>
300
+ </div><div class="LargeEntry" starnetid="EntryDetail">
301
+ <div class="MainTable">
302
+ <p><span id="ctl00_Content_entryBlock_lblField_single__37__EntryDetail__ClassificationID" AutoSetting="False"></span></p>
303
+ </div>
304
+ </div>
305
+ </div><h2><span id="ctl00_Content_entryBlock_lblBlockHeader34" class="solid" AutoSetting="False">Login Details</span></h2><input name="ctl00$Content$entryBlock$ctl04$rel__34__EntryAddress__EntryAddressID__0" type="hidden" id="ctl00_Content_entryBlock_ctl04_rel__34__EntryAddress__EntryAddressID__0" value="-1" /><input name="ctl00$Content$entryBlock$ctl04$rel__34__EntryAddress__AddressTypeID__0" type="hidden" id="ctl00_Content_entryBlock_ctl04_rel__34__EntryAddress__AddressTypeID__0" value="-1" /><div id="ctl00_Content_entryBlock_Block__34" class="indent">
306
+ <div class="text-block-line-height">
307
+ <span id="ctl00_Content_entryBlock_lblFakeTextBlock34" class="solid" AutoSetting="False"><P>Please specify an email address and password. This will be used to login to your account to complete your application.</P><!-- --></span>
308
+ </div><div class="SmallInfo">
309
+
310
+ </div><div class="LargeEntry" starnetid="Addresses_(Home)">
311
+ <div class="MainTable">
312
+ <p><label for="ctl00_Content_entryBlock_rel__34__EntryAddress__Email__0" id="ctl00_Content_entryBlock_lblField_rel__34__EntryAddress__Email__0" class="TextBox-label" AutoSetting="False">Email Address:*</label><input name="ctl00$Content$entryBlock$rel__34__EntryAddress__Email__0" type="text" maxlength="100" id="ctl00_Content_entryBlock_rel__34__EntryAddress__Email__0" class="Required " AutoSetting="False" starnetid="Addresses_(Home)_Email" /></p><p><label for="ctl00_Content_entryBlock_rel__34__Unbound__EmailConfirm__0" id="ctl00_Content_entryBlock_lblField_rel__34__Unbound__EmailConfirm__0" class="TextBox-label" AutoSetting="False">Email Confirm:*</label><input name="ctl00$Content$entryBlock$rel__34__Unbound__EmailConfirm__0" type="text" id="ctl00_Content_entryBlock_rel__34__Unbound__EmailConfirm__0" class="Required " AutoSetting="False" starnetid="Addresses_(Home)_EmailConfirm" /></p>
313
+ </div>
314
+ </div>
315
+ </div><div id="ctl00_Content_entryBlock_Block__35" class="indent">
316
+ <div class="text-block-line-height">
317
+ <span id="ctl00_Content_entryBlock_lblFakeTextBlock35" class="solid" AutoSetting="False"><P>Password must be 6 or more characters long, and must include at least one upper case letter, one lower case letter, and one numeric digit.</P><!-- --></span>
318
+ </div><div class="LargeEntry" starnetid="Entry">
319
+ <div class="MainTable">
320
+ <p><label for="ctl00_Content_entryBlock_single__35__Entry__Password" id="ctl00_Content_entryBlock_lblField_single__35__Entry__Password" class="Password-label" AutoSetting="False">Password:*</label><input name="ctl00$Content$entryBlock$single__35__Entry__Password" type="password" maxlength="100" id="ctl00_Content_entryBlock_single__35__Entry__Password" class="Required " AutoSetting="False" starnetid="Entry_Password" /></p><p><label for="ctl00_Content_entryBlock_single__35__Unbound__PasswordConfirm" id="ctl00_Content_entryBlock_lblField_single__35__Unbound__PasswordConfirm" class="Password-label" AutoSetting="False">Confirm Password:*</label><input name="ctl00$Content$entryBlock$single__35__Unbound__PasswordConfirm" type="password" id="ctl00_Content_entryBlock_single__35__Unbound__PasswordConfirm" class="Required " AutoSetting="False" starnetid="Entry_PasswordConfirm" /></p>
321
+ </div>
322
+ </div>
323
+ </div>
324
+ </div>
325
+
326
+ <div id="ctl00_HtmlTextBlockSectionFooter_pnlTextBlock" class="indent">
327
+
328
+ <span id="ctl00_HtmlTextBlockSectionFooter_lblText" class="text-block-line-height" AutoSetting="False"></span>
329
+
330
+ </div><div id="ctl00_ButtonPanel">
331
+
332
+ <div class="button-panel">
333
+ <input type="submit" name="ctl00$btnContinue" value="Save &amp; Continue" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$btnContinue&quot;, &quot;&quot;, true, &quot;GeneratedSection&quot;, &quot;&quot;, false, false))" id="ctl00_btnContinue" class="ui-continue-button" />
334
+
335
+ <img id="ctl00_imgLoading" class="loading-gif ui-loading-gif" src="images/loading.gif" />
336
+ </div>
337
+
338
+ </div>
339
+
340
+ </div>
341
+
342
+ <div class="clear">
343
+ </div>
344
+ <div id="ctl00_BottomContainer">
345
+
346
+ </div>
347
+ &nbsp;
348
+ <div class="gap">
349
+ </div>
350
+ </div>
351
+ </div>
352
+
353
+ <div id="footer">
354
+ <footer data-role="footer" data-theme="c" data-position="fixed" class="ui-bar">
355
+ <br />
356
+ <span id="ctl00_Footer1_lblVersion" AutoSetting="False">Housing Portal - v9.4 (2687) - Db 9.4 - &copy; <a href='http://www.starrez.com' target='_blank'>StarRez Inc.</a> 2014</span>
357
+
358
+
359
+ </footer>
360
+ </div>
361
+ </div>
362
+ <div id="pnlShoppingCartAlert" class="dialog" tabindex="-1">
363
+ <p>
364
+ You must purchase all items in your cart remove them to continue.
365
+ </p>
366
+ </div>
367
+ </section>
368
+ </form>
369
+ <script type="text/javascript">
370
+ // This is required for webkit browsers
371
+ var isWebkit = navigator.userAgent.toLowerCase().indexOf('webkit') > -1;
372
+ var isOpera = navigator.userAgent.toLowerCase().indexOf('opera') > -1;
373
+
374
+ if (isWebkit || isOpera) {
375
+ var target = document.getElementById('MainContent');
376
+ target.href = '#MainContent';
377
+ target.innerText = 'Start of main content';
378
+ target.setAttribute('tabindex', '0');
379
+ document.getElementById('SkipNav').setAttribute('onclick', 'document.getElementById("MainContent").focus();');
380
+ }
381
+ </script>
382
+ </body>
383
+ </html>
forms/html/306.html ADDED
@@ -0,0 +1,1116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE HTML>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="en"><![endif]-->
3
+ <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="en"><![endif]-->
4
+ <!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="en"><![endif]-->
5
+ <!--[if gt IE 8]> <html class="no-js ie9" lang="en"><![endif]-->
6
+ <html lang="en">
7
+ <head>
8
+ <meta charset="utf-8" />
9
+ <title>Forgot your password - Stylelocker</title>
10
+ <meta name="description" content="Enter your e-mail address used to register in goal to get e-mail with your new password" />
11
+ <meta name="generator" content="PrestaShop" />
12
+ <meta name="robots" content="index,follow" />
13
+ <meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" />
14
+ <meta name="apple-mobile-web-app-capable" content="yes" />
15
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/img/favicon.ico?1419380939" />
16
+ <link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico?1419380939" />
17
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/global.css" type="text/css" media="all" />
18
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/autoload/highdpi.css" type="text/css" media="all" />
19
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/autoload/responsive-tables.css" type="text/css" media="all" />
20
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/autoload/uniform.default.css" type="text/css" media="all" />
21
+ <link rel="stylesheet" href="/js/jquery/plugins/fancybox/jquery.fancybox.css" type="text/css" media="all" />
22
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blockcart/blockcart.css" type="text/css" media="all" />
23
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blockcategories/blockcategories.css" type="text/css" media="all" />
24
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blockcurrencies/blockcurrencies.css" type="text/css" media="all" />
25
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blocklanguages/blocklanguages.css" type="text/css" media="all" />
26
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css" type="text/css" media="all" />
27
+ <link rel="stylesheet" href="/js/jquery/plugins/autocomplete/jquery.autocomplete.css" type="text/css" media="all" />
28
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/product_list.css" type="text/css" media="all" />
29
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blocksearch/blocksearch.css" type="text/css" media="all" />
30
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blocktags/blocktags.css" type="text/css" media="all" />
31
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css" type="text/css" media="all" />
32
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blockviewed/blockviewed.css" type="text/css" media="all" />
33
+ <link rel="stylesheet" href="/modules/homefeatured/css/homefeatured.css" type="text/css" media="all" />
34
+ <link rel="stylesheet" href="/modules/themeconfigurator/css/hooks.css" type="text/css" media="all" />
35
+ <link rel="stylesheet" href="/modules/themeconfigurator/css/theme4.css" type="text/css" media="all" />
36
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blockwishlist/blockwishlist.css" type="text/css" media="all" />
37
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/productcomments/productcomments.css" type="text/css" media="all" />
38
+ <link rel="stylesheet" href="/modules/paypal/css/paypal.css" type="text/css" media="all" />
39
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blocktopmenu/css/blocktopmenu.css" type="text/css" media="all" />
40
+ <link rel="stylesheet" href="/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css" type="text/css" media="all" />
41
+ <script type="text/javascript">
42
+ var CUSTOMIZE_TEXTFIELD = 1;
43
+ var FancyboxI18nClose = 'Close';
44
+ var FancyboxI18nNext = 'Next';
45
+ var FancyboxI18nPrev = 'Previous';
46
+ var added_to_wishlist = 'Added to your wishlist.';
47
+ var ajax_allowed = true;
48
+ var ajaxsearch = true;
49
+ var baseDir = 'http://stylelocker.co.uk/';
50
+ var baseUri = 'http://stylelocker.co.uk/';
51
+ var blocksearch_type = 'top';
52
+ var contentOnly = false;
53
+ var customizationIdMessage = 'Customization #';
54
+ var delete_txt = 'Delete';
55
+ var displayList = false;
56
+ var freeProductTranslation = 'Free!';
57
+ var freeShippingTranslation = 'Free shipping!';
58
+ var generated_date = 1454115683;
59
+ var id_lang = 1;
60
+ var img_dir = 'http://stylelocker.co.uk/themes/default-bootstrap/img/';
61
+ var instantsearch = false;
62
+ var isGuest = 0;
63
+ var isLogged = 0;
64
+ var loggin_required = 'You must be logged in to manage your wishlist.';
65
+ var mywishlist_url = 'http://stylelocker.co.uk/module/blockwishlist/mywishlist';
66
+ var page_name = 'password';
67
+ var placeholder_blocknewsletter = 'Enter your e-mail';
68
+ var priceDisplayMethod = 0;
69
+ var priceDisplayPrecision = 2;
70
+ var quickView = true;
71
+ var removingLinkText = 'remove this product from my cart';
72
+ var roundMode = 2;
73
+ var search_url = 'http://stylelocker.co.uk/search';
74
+ var static_token = 'a257ea8e00c7b7043f6f9400d9117378';
75
+ var token = '810b94704caf54e64bba0ccf42c9ff89';
76
+ var usingSecureMode = false;
77
+ var wishlistProductsIds = false;
78
+ </script>
79
+
80
+ <script type="text/javascript" src="/js/jquery/jquery-1.11.0.min.js"></script>
81
+ <script type="text/javascript" src="/js/jquery/jquery-migrate-1.2.1.min.js"></script>
82
+ <script type="text/javascript" src="/js/jquery/plugins/jquery.easing.js"></script>
83
+ <script type="text/javascript" src="/js/tools.js"></script>
84
+ <script type="text/javascript" src="/themes/default-bootstrap/js/global.js"></script>
85
+ <script type="text/javascript" src="/themes/default-bootstrap/js/autoload/10-bootstrap.min.js"></script>
86
+ <script type="text/javascript" src="/themes/default-bootstrap/js/autoload/15-jquery.total-storage.min.js"></script>
87
+ <script type="text/javascript" src="/themes/default-bootstrap/js/autoload/15-jquery.uniform-modified.js"></script>
88
+ <script type="text/javascript" src="/js/jquery/plugins/fancybox/jquery.fancybox.js"></script>
89
+ <script type="text/javascript" src="/themes/default-bootstrap/js/products-comparison.js"></script>
90
+ <script type="text/javascript" src="/themes/default-bootstrap/js/modules/blockcart/ajax-cart.js"></script>
91
+ <script type="text/javascript" src="/js/jquery/plugins/jquery.scrollTo.js"></script>
92
+ <script type="text/javascript" src="/js/jquery/plugins/jquery.serialScroll.js"></script>
93
+ <script type="text/javascript" src="/js/jquery/plugins/bxslider/jquery.bxslider.js"></script>
94
+ <script type="text/javascript" src="/themes/default-bootstrap/js/tools/treeManagement.js"></script>
95
+ <script type="text/javascript" src="/themes/default-bootstrap/js/modules/blocknewsletter/blocknewsletter.js"></script>
96
+ <script type="text/javascript" src="/js/jquery/plugins/autocomplete/jquery.autocomplete.js"></script>
97
+ <script type="text/javascript" src="/themes/default-bootstrap/js/modules/blocksearch/blocksearch.js"></script>
98
+ <script type="text/javascript" src="/themes/default-bootstrap/js/modules/blockwishlist/js/ajax-wishlist.js"></script>
99
+ <script type="text/javascript" src="/themes/default-bootstrap/js/modules/blocktopmenu/js/hoverIntent.js"></script>
100
+ <script type="text/javascript" src="/themes/default-bootstrap/js/modules/blocktopmenu/js/superfish-modified.js"></script>
101
+ <script type="text/javascript" src="/themes/default-bootstrap/js/modules/blocktopmenu/js/blocktopmenu.js"></script>
102
+ <script type="text/javascript">/*
103
+ * 2007-2014 PrestaShop
104
+ *
105
+ * NOTICE OF LICENSE
106
+ *
107
+ * This source file is subject to the Academic Free License (AFL 3.0)
108
+ * that is bundled with this package in the file LICENSE.txt.
109
+ * It is also available through the world-wide-web at this URL:
110
+ * http://opensource.org/licenses/afl-3.0.php
111
+ * If you did not receive a copy of the license and are unable to
112
+ * obtain it through the world-wide-web, please send an email
113
+ * to license@prestashop.com so we can send you a copy immediately.
114
+ *
115
+ * DISCLAIMER
116
+ *
117
+ * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
118
+ * versions in the future. If you wish to customize PrestaShop for your
119
+ * needs please refer to http://www.prestashop.com for more information.
120
+ *
121
+ * @author PrestaShop SA <contact@prestashop.com>
122
+ * @copyright 2007-2014 PrestaShop SA
123
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
124
+ * International Registered Trademark & Property of PrestaShop SA
125
+ */
126
+
127
+
128
+
129
+ $(document).ready( function() {
130
+
131
+ $('#payment_paypal_express_checkout').click(function() {
132
+ $('#paypal_payment_form').submit();
133
+ return false;
134
+ });
135
+
136
+ $('#paypal_payment_form').live('submit', function() {
137
+ var nb = $('#quantity_wanted').val();
138
+ var id = $('#idCombination').val();
139
+
140
+ $('#paypal_payment_form input[name=quantity]').val(nb);
141
+ $('#paypal_payment_form input[name=id_p_attr]').val(id);
142
+ });
143
+
144
+ function displayExpressCheckoutShortcut() {
145
+ var id_product = $('input[name="id_product"]').val();
146
+ var id_product_attribute = $('input[name="id_product_attribute"]').val();
147
+
148
+ $.ajax({
149
+ type: "GET",
150
+ url: baseDir+'/modules/paypal/express_checkout/ajax.php',
151
+ data: { get_qty: "1", id_product: id_product, id_product_attribute: id_product_attribute },
152
+ cache: false,
153
+ success: function(result) {
154
+ if (result == '1') {
155
+ $('#container_express_checkout').slideDown();
156
+ } else {
157
+ $('#container_express_checkout').slideUp();
158
+ }
159
+ return true;
160
+ }
161
+ });
162
+ }
163
+
164
+ $('select[name^="group_"]').change(function () {
165
+ displayExpressCheckoutShortcut();
166
+ });
167
+
168
+ $('.color_pick').click(function () {
169
+ displayExpressCheckoutShortcut();
170
+ });
171
+
172
+
173
+
174
+
175
+ var modulePath = 'modules/paypal';
176
+ var subFolder = '/integral_evolution';
177
+ var fullPath = baseDir + modulePath + subFolder;
178
+ var confirmTimer = false;
179
+
180
+ if ($('form[target="hss_iframe"]').length == 0) {
181
+ if ($('select[name^="group_"]').length > 0)
182
+ displayExpressCheckoutShortcut();
183
+ return false;
184
+ } else {
185
+ checkOrder();
186
+ }
187
+
188
+ function checkOrder() {
189
+ if(confirmTimer == false)
190
+ confirmTimer = setInterval(getOrdersCount, 1000);
191
+ }
192
+
193
+ });
194
+
195
+
196
+ </script><script type="text/javascript">
197
+ var _gaq = _gaq || [];
198
+ _gaq.push(['_setAccount', 'UA-52808743-1']);
199
+ // Recommended value by Google doc and has to before the trackPageView
200
+ _gaq.push(['_setSiteSpeedSampleRate', 5]);
201
+
202
+ _gaq.push(['_trackPageview']);
203
+
204
+
205
+ (function() {
206
+
207
+ var ga = document.createElement('script');
208
+ ga.type = 'text/javascript';
209
+ ga.async = true;
210
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
211
+ var s = document.getElementsByTagName('script')[0];
212
+ s.parentNode.insertBefore(ga, s);
213
+ })();
214
+
215
+ </script>
216
+ <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,600" type="text/css" media="all" />
217
+ <!--[if IE 8]>
218
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
219
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
220
+ <![endif]-->
221
+ </head>
222
+ <body id="password" class="password hide-left-column hide-right-column lang_en">
223
+ <div id="page">
224
+ <div class="header-container">
225
+ <header id="header">
226
+ <div class="banner">
227
+ <div class="container">
228
+ <div class="row">
229
+
230
+ </div>
231
+ </div>
232
+ </div>
233
+ <div class="nav">
234
+ <div class="container">
235
+ <div class="row">
236
+ <nav><!-- Block user information module NAV -->
237
+ <div class="header_user_info">
238
+ <a class="login" href="http://stylelocker.co.uk/my-account" rel="nofollow" title="Log in to your customer account">
239
+ Sign in
240
+ </a>
241
+ </div>
242
+ <!-- /Block usmodule NAV -->
243
+ <!-- Block languages module -->
244
+ <!-- /Block languages module -->
245
+ </nav>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ <div>
250
+ <div class="container">
251
+ <div class="row">
252
+ <div id="header_logo">
253
+ <a href="http://stylelocker.co.uk/" title="Stylelocker">
254
+ <img class="logo img-responsive" src="http://stylelocker.co.uk/img/stylelocker-1403303569.jpg" alt="Stylelocker" width="350" height="99"/>
255
+ </a>
256
+ </div>
257
+ <!-- Block search module TOP -->
258
+ <div id="search_block_top" class="col-sm-4 clearfix">
259
+ <form id="searchbox" method="get" action="http://stylelocker.co.uk/search" >
260
+ <input type="hidden" name="controller" value="search" />
261
+ <input type="hidden" name="orderby" value="position" />
262
+ <input type="hidden" name="orderway" value="desc" />
263
+ <input class="search_query form-control" type="text" id="search_query_top" name="search_query" placeholder="Search" value="" />
264
+ <button type="submit" name="submit_search" class="btn btn-default button-search">
265
+ <span>Search</span>
266
+ </button>
267
+ </form>
268
+ </div>
269
+ <!-- /Block search module TOP --><!-- MODULE Block cart -->
270
+ <div class="col-sm-4 clearfix">
271
+ <div class="shopping_cart">
272
+ <a href="http://stylelocker.co.uk/order" title="View my shopping cart" rel="nofollow">
273
+ <b>Cart</b>
274
+ <span class="ajax_cart_quantity unvisible">0</span>
275
+ <span class="ajax_cart_product_txt unvisible">Product</span>
276
+ <span class="ajax_cart_product_txt_s unvisible">Products</span>
277
+ <span class="ajax_cart_total unvisible">
278
+ </span>
279
+ <span class="ajax_cart_no_product">(empty)</span>
280
+ </a>
281
+ <div class="cart_block block exclusive">
282
+ <div class="block_content">
283
+ <!-- block list of products -->
284
+ <div class="cart_block_list">
285
+ <p class="cart_block_no_products">
286
+ No products
287
+ </p>
288
+ <div class="cart-prices">
289
+ <div class="cart-prices-line first-line">
290
+ <span class="price cart_block_shipping_cost ajax_cart_shipping_cost">
291
+ Free shipping!
292
+ </span>
293
+ <span>
294
+ Shipping
295
+ </span>
296
+ </div>
297
+ <div class="cart-prices-line last-line">
298
+ <span class="price cart_block_total ajax_block_cart_total">£ 0.00</span>
299
+ <span>Total</span>
300
+ </div>
301
+ </div>
302
+ <p class="cart-buttons">
303
+ <a id="button_order_cart" class="btn btn-default button button-small" href="http://stylelocker.co.uk/order" title="Check out" rel="nofollow">
304
+ <span>
305
+ Check out<i class="icon-chevron-right right"></i>
306
+ </span>
307
+ </a>
308
+ </p>
309
+ </div>
310
+ </div>
311
+ </div><!-- .cart_block -->
312
+ </div>
313
+ </div>
314
+
315
+ <div id="layer_cart">
316
+ <div class="clearfix">
317
+ <div class="layer_cart_product col-xs-12 col-md-6">
318
+ <span class="cross" title="Close window"></span>
319
+ <h2>
320
+ <i class="icon-ok"></i>Product successfully added to your shopping cart
321
+ </h2>
322
+ <div class="product-image-container layer_cart_img">
323
+ </div>
324
+ <div class="layer_cart_product_info">
325
+ <span id="layer_cart_product_title" class="product-name"></span>
326
+ <span id="layer_cart_product_attributes"></span>
327
+ <div>
328
+ <strong class="dark">Quantity</strong>
329
+ <span id="layer_cart_product_quantity"></span>
330
+ </div>
331
+ <div>
332
+ <strong class="dark">Total</strong>
333
+ <span id="layer_cart_product_price"></span>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ <div class="layer_cart_cart col-xs-12 col-md-6">
338
+ <h2>
339
+ <!-- Plural Case [both cases are needed because page may be updated in Javascript] -->
340
+ <span class="ajax_cart_product_txt_s unvisible">
341
+ There are <span class="ajax_cart_quantity">0</span> items in your cart.
342
+ </span>
343
+ <!-- Singular Case [both cases are needed because page may be updated in Javascript] -->
344
+ <span class="ajax_cart_product_txt ">
345
+ There is 1 item in your cart.
346
+ </span>
347
+ </h2>
348
+
349
+ <div class="layer_cart_row">
350
+ <strong class="dark">
351
+ Total products
352
+ (tax incl.)
353
+ </strong>
354
+ <span class="ajax_block_products_total">
355
+ </span>
356
+ </div>
357
+
358
+ <div class="layer_cart_row">
359
+ <strong class="dark">
360
+ Total shipping&nbsp;(tax incl.) </strong>
361
+ <span class="ajax_cart_shipping_cost">
362
+ Free shipping!
363
+ </span>
364
+ </div>
365
+ <div class="layer_cart_row">
366
+ <strong class="dark">
367
+ Total
368
+ (tax incl.)
369
+ </strong>
370
+ <span class="ajax_block_cart_total">
371
+ </span>
372
+ </div>
373
+ <div class="button-container">
374
+ <span class="continue btn btn-default button exclusive-medium" title="Continue shopping">
375
+ <span>
376
+ <i class="icon-chevron-left left"></i>Continue shopping
377
+ </span>
378
+ </span>
379
+ <a class="btn btn-default button button-medium" href="http://stylelocker.co.uk/order" title="Proceed to checkout" rel="nofollow">
380
+ <span>
381
+ Proceed to checkout<i class="icon-chevron-right right"></i>
382
+ </span>
383
+ </a>
384
+ </div>
385
+ </div>
386
+ </div>
387
+ <div class="crossseling"></div>
388
+ </div> <!-- #layer_cart -->
389
+ <div class="layer_cart_overlay"></div>
390
+
391
+ <!-- /MODULE Block cart --> <!-- Menu -->
392
+ <div id="block_top_menu" class="sf-contener clearfix col-lg-12">
393
+ <div class="cat-title">Categories</div>
394
+ <ul class="sf-menu clearfix menu-content">
395
+ <li><a href="http://stylelocker.co.uk" title="Home">Home</a></li>
396
+ <li><a href="http://stylelocker.co.uk/3-guys" title="Guys">Guys</a><ul><li><a href="http://stylelocker.co.uk/4-all-mens" title="All Mens">All Mens</a><ul><li><a href="http://stylelocker.co.uk/5-tshirts" title="T-shirts">T-shirts</a></li><li><a href="http://stylelocker.co.uk/6-vests" title="Vests">Vests</a></li><li><a href="http://stylelocker.co.uk/7-sweatshirts" title="Sweatshirts">Sweatshirts</a></li><li><a href="http://stylelocker.co.uk/12-hoodies" title="Hoodies">Hoodies</a></li><li><a href="http://stylelocker.co.uk/13-sweatpants" title="Sweatpants">Sweatpants</a></li><li><a href="http://stylelocker.co.uk/14-polo-shirts" title="Polo Shirts">Polo Shirts</a></li><li><a href="http://stylelocker.co.uk/15-beanies" title="Beanies">Beanies</a></li><li><a href="http://stylelocker.co.uk/111-jackets" title="Jackets">Jackets</a></li></ul></li><li><a href="http://stylelocker.co.uk/58-mens-basics" title="Mens Basics">Mens Basics</a><ul><li><a href="http://stylelocker.co.uk/59-plain-t-shirts" title="Plain T-Shirts">Plain T-Shirts</a></li><li><a href="http://stylelocker.co.uk/60-plain-polo-shirts" title="Plain Polo Shirts">Plain Polo Shirts</a></li><li><a href="http://stylelocker.co.uk/61-plain-vests" title="Plain Vests">Plain Vests</a></li><li><a href="http://stylelocker.co.uk/62-plain-sweatshirts" title="Plain Sweatshirts">Plain Sweatshirts</a></li><li><a href="http://stylelocker.co.uk/63-plain-hoodies" title="Plain Hoodies">Plain Hoodies</a></li><li><a href="http://stylelocker.co.uk/64-plain-sweatpants" title="Plain Sweatpants">Plain Sweatpants</a></li></ul></li><li id="category-thumbnail"><div><img src="http://stylelocker.co.uk/img/c/3-0_thumb.jpg" alt="Guys" title="Guys" class="imgm" /></div><div><img src="http://stylelocker.co.uk/img/c/3-1_thumb.jpg" alt="Guys" title="Guys" class="imgm" /></div></li></ul></li><li><a href="http://stylelocker.co.uk/21-girls" title="Girls">Girls</a><ul><li><a href="http://stylelocker.co.uk/46-all-womens" title="All Womens">All Womens</a><ul><li><a href="http://stylelocker.co.uk/47-tops" title="Tops">Tops</a></li><li><a href="http://stylelocker.co.uk/48-bottoms" title="Bottoms">Bottoms</a></li><li><a href="http://stylelocker.co.uk/49-beanies" title="Beanies">Beanies</a></li></ul></li><li><a href="http://stylelocker.co.uk/53-stylelocker-basic" title="Stylelocker Basic">Stylelocker Basic</a><ul><li><a href="http://stylelocker.co.uk/66-basic-t-shirts" title="Basic T-Shirts">Basic T-Shirts</a></li><li><a href="http://stylelocker.co.uk/67-basic-sweatshirts" title="Basic Sweatshirts">Basic Sweatshirts</a></li><li><a href="http://stylelocker.co.uk/68-basic-hoodies" title="Basic Hoodies">Basic Hoodies</a></li></ul></li><li id="category-thumbnail"><div><img src="http://stylelocker.co.uk/img/c/21-0_thumb.jpg" alt="Girls" title="Girls" class="imgm" /></div><div><img src="http://stylelocker.co.uk/img/c/21-1_thumb.jpg" alt="Girls" title="Girls" class="imgm" /></div></li></ul></li><li><a href="http://stylelocker.co.uk/22-style" title="Style">Style</a><ul><li><a href="http://stylelocker.co.uk/70-music" title="Music">Music</a><ul><li><a href="http://stylelocker.co.uk/84-taylor-gang" title="Taylor Gang">Taylor Gang</a></li><li><a href="http://stylelocker.co.uk/85-ymcmb" title="YMCMB">YMCMB</a></li><li><a href="http://stylelocker.co.uk/86-ti" title="T.I">T.I</a></li><li><a href="http://stylelocker.co.uk/87-jay-z" title="Jay Z">Jay Z</a></li><li><a href="http://stylelocker.co.uk/88-wu-tang" title="Wu Tang">Wu Tang</a></li><li><a href="http://stylelocker.co.uk/89-bad-boy" title="Bad Boy">Bad Boy</a></li><li><a href="http://stylelocker.co.uk/90-eazy-e" title="Eazy E">Eazy E</a></li><li><a href="http://stylelocker.co.uk/91-frank-ocean" title="Frank Ocean">Frank Ocean</a></li><li><a href="http://stylelocker.co.uk/92-drake" title="Drake">Drake</a></li></ul></li><li><a href="http://stylelocker.co.uk/71-movies-tv-gaming" title="Movies, TV & Gaming">Movies, TV & Gaming</a><ul><li><a href="http://stylelocker.co.uk/93-movie" title="Movie">Movie</a></li><li><a href="http://stylelocker.co.uk/94-tv" title="TV">TV</a></li><li><a href="http://stylelocker.co.uk/95-gaming" title="Gaming">Gaming</a></li><li><a href="http://stylelocker.co.uk/96-sports" title="Sports">Sports</a></li><li><a href="http://stylelocker.co.uk/97-superhero" title="Superhero">Superhero</a></li></ul></li><li><a href="http://stylelocker.co.uk/72-funny-motivational" title="Funny & Motivational">Funny & Motivational</a><ul><li><a href="http://stylelocker.co.uk/98-funny" title="Funny">Funny</a></li><li><a href="http://stylelocker.co.uk/99-geek" title="Geek">Geek</a></li><li><a href="http://stylelocker.co.uk/100-slogan" title="Slogan">Slogan</a></li><li><a href="http://stylelocker.co.uk/101-political" title="Political">Political</a></li><li><a href="http://stylelocker.co.uk/102-offensive" title="Offensive">Offensive</a></li></ul></li><li><a href="http://stylelocker.co.uk/104-popular" title="Popular">Popular</a><ul><li><a href="http://stylelocker.co.uk/105-game-of-thrones" title="Game of Thrones">Game of Thrones</a></li><li><a href="http://stylelocker.co.uk/106-taylor-gang" title="Taylor Gang">Taylor Gang</a></li><li><a href="http://stylelocker.co.uk/107-breaking-bad" title="Breaking Bad">Breaking Bad</a></li><li><a href="http://stylelocker.co.uk/108-world-cup" title="World Cup">World Cup</a></li><li><a href="http://stylelocker.co.uk/109-banksy" title="Banksy ">Banksy </a></li><li><a href="http://stylelocker.co.uk/110-sale" title="Sale">Sale</a></li></ul></li><li id="category-thumbnail"></li></ul></li><li><a href="http://stylelocker.co.uk/24-accessories" title="Accessories">Accessories</a><ul><li><a href="http://stylelocker.co.uk/73-backpacks" title="Backpacks">Backpacks</a></li><li id="category-thumbnail"></li></ul></li><li><a href="http://stylelocker.co.uk/content/1-delivery" title="Delivery">Delivery</a></li>
397
+
398
+ </ul>
399
+ </div>
400
+ <!--/ Menu -->
401
+ </div>
402
+ </div>
403
+ </div>
404
+ </header>
405
+ </div>
406
+ <div class="columns-container">
407
+ <div id="columns" class="container">
408
+
409
+ <!-- Breadcrumb -->
410
+ <div class="breadcrumb clearfix">
411
+ <a class="home" href="http://stylelocker.co.uk/" title="Return to Home"><i class="icon-home"></i></a>
412
+ <span class="navigation-pipe" >&gt;</span>
413
+ <a href="http://stylelocker.co.uk/login" title="Authentication" rel="nofollow">Authentication</a><span class="navigation-pipe">></span>Forgot your password
414
+ </div>
415
+ <!-- /Breadcrumb -->
416
+ <div id="slider_row" class="row">
417
+ <div id="top_column" class="center_column col-xs-12 col-sm-12"></div>
418
+ </div>
419
+ <div class="row">
420
+ <div id="center_column" class="center_column col-xs-12 col-sm-12">
421
+
422
+ <div class="box">
423
+ <h1 class="page-subheading">Forgot your password?</h1>
424
+
425
+
426
+
427
+
428
+ <p>Please enter the email address you used to register. We will then send you a new password. </p>
429
+ <form action="/password-recovery" method="post" class="std" id="form_forgotpassword">
430
+ <fieldset>
431
+ <div class="form-group">
432
+ <label for="email">Email address</label>
433
+ <input class="form-control" type="text" id="email" name="email" value="" />
434
+ </div>
435
+ <p class="submit">
436
+ <button type="submit" class="btn btn-default button button-medium"><span>Retrieve Password<i class="icon-chevron-right right"></i></span></button>
437
+ </p>
438
+ </fieldset>
439
+ </form>
440
+ </div>
441
+ <ul class="clearfix footer_links">
442
+ <li><a class="btn btn-default button button-small" href="http://stylelocker.co.uk/login" title="Back to Login" rel="nofollow"><span><i class="icon-chevron-left"></i>Back to Login</span></a></li>
443
+ </ul>
444
+ </div><!-- #center_column -->
445
+ </div><!-- .row -->
446
+ </div><!-- #columns -->
447
+ </div><!-- .columns-container -->
448
+ <!-- Footer -->
449
+ <div class="footer-container">
450
+ <footer id="footer" class="container">
451
+ <div class="row"><!-- Block Newsletter module-->
452
+ <div id="newsletter_block_left" class="block">
453
+ <h4>Newsletter</h4>
454
+ <div class="block_content">
455
+ <form action="http://stylelocker.co.uk/" method="post">
456
+ <div class="form-group" >
457
+ <input class="inputNew form-control grey newsletter-input" id="newsletter-input" type="text" name="email" size="18" value="Enter your e-mail" />
458
+ <button type="submit" name="submitNewsletter" class="btn btn-default button button-small">
459
+ <span>Ok</span>
460
+ </button>
461
+ <input type="hidden" name="action" value="0" />
462
+ </div>
463
+ </form>
464
+ </div>
465
+ </div>
466
+ <!-- /Block Newsletter module-->
467
+ <section id="social_block">
468
+ <ul>
469
+ <li class="facebook">
470
+ <a target="_blank" href="https://www.facebook.com/pages/StyleLocker/292077810809699">
471
+ <span>Facebook</span>
472
+ </a>
473
+ </li>
474
+ <li class="twitter">
475
+ <a target="_blank" href="http://www.twitter.com/stylelocker">
476
+ <span>Twitter</span>
477
+ </a>
478
+ </li>
479
+ <li class="rss">
480
+ <a target="_blank" href="http://www.prestashop.com/blog/en/">
481
+ <span>RSS</span>
482
+ </a>
483
+ </li>
484
+ <li class="google-plus">
485
+ <a href="https://www.google.com/+stylelocker">
486
+ <span>Google Plus</span>
487
+ </a>
488
+ </li>
489
+ </ul>
490
+ <h4>Follow us</h4>
491
+ </section>
492
+ <div class="clearfix"></div>
493
+ <!-- Block categories module -->
494
+ <section class="blockcategories_footer footer-block col-xs-12 col-sm-2">
495
+ <h4>Categories</h4>
496
+ <div class="category_footer toggle-footer">
497
+ <div class="list">
498
+ <ul class="tree dhtml">
499
+
500
+ <li >
501
+ <a
502
+ href="http://stylelocker.co.uk/3-guys" title="Here You will find all our mens clothing.
503
+ This category includes all the basics of our menswear wardrobe and much more.">
504
+ Guys
505
+ </a>
506
+ <ul>
507
+
508
+ <li >
509
+ <a
510
+ href="http://stylelocker.co.uk/4-all-mens" title="Choose from t-shirts, sweatshirts, hoodies,
511
+ tank tops. Find what suits you the best!">
512
+ All Mens
513
+ </a>
514
+ <ul>
515
+
516
+ <li >
517
+ <a
518
+ href="http://stylelocker.co.uk/5-tshirts" title="The must have of your wardrobe, take a look
519
+ at our different colors,  shapes and style of
520
+ our collection!">
521
+ T-shirts
522
+ </a>
523
+ </li>
524
+
525
+
526
+ <li >
527
+ <a
528
+ href="http://stylelocker.co.uk/6-vests" title="Choose the vest that best suits you from the wide variety of vests we have.">
529
+ Vests
530
+ </a>
531
+ </li>
532
+
533
+
534
+ <li >
535
+ <a
536
+ href="http://stylelocker.co.uk/7-sweatshirts" title="Match your look with some of the awesome sweatshirt designs. ">
537
+ Sweatshirts
538
+ </a>
539
+ </li>
540
+
541
+
542
+ <li >
543
+ <a
544
+ href="http://stylelocker.co.uk/12-hoodies" title="Some of our must have hoodies, in a wide range
545
+ of colours and sizes.">
546
+ Hoodies
547
+ </a>
548
+ </li>
549
+
550
+
551
+ <li >
552
+ <a
553
+ href="http://stylelocker.co.uk/13-sweatpants" title="Get ready for some activities with these comfortable sweatpants. Our sweatpants 
554
+ are available in a wide range of different styleles and colours. Get comfortable! ">
555
+ Sweatpants
556
+ </a>
557
+ </li>
558
+
559
+
560
+ <li >
561
+ <a
562
+ href="http://stylelocker.co.uk/14-polo-shirts" title="">
563
+ Polo Shirts
564
+ </a>
565
+ </li>
566
+
567
+
568
+ <li >
569
+ <a
570
+ href="http://stylelocker.co.uk/15-beanies" title="Our Complete range of beanie hats ">
571
+ Beanies
572
+ </a>
573
+ </li>
574
+
575
+
576
+ <li class="last">
577
+ <a
578
+ href="http://stylelocker.co.uk/111-jackets" title="Mens Jackets from all your favaurite styles">
579
+ Jackets
580
+ </a>
581
+ </li>
582
+
583
+ </ul>
584
+ </li>
585
+
586
+
587
+ <li class="last">
588
+ <a
589
+ href="http://stylelocker.co.uk/58-mens-basics" title="">
590
+ Mens Basics
591
+ </a>
592
+ <ul>
593
+
594
+ <li >
595
+ <a
596
+ href="http://stylelocker.co.uk/59-plain-t-shirts" title="">
597
+ Plain T-Shirts
598
+ </a>
599
+ </li>
600
+
601
+
602
+ <li >
603
+ <a
604
+ href="http://stylelocker.co.uk/60-plain-polo-shirts" title="">
605
+ Plain Polo Shirts
606
+ </a>
607
+ </li>
608
+
609
+
610
+ <li >
611
+ <a
612
+ href="http://stylelocker.co.uk/61-plain-vests" title="">
613
+ Plain Vests
614
+ </a>
615
+ </li>
616
+
617
+
618
+ <li >
619
+ <a
620
+ href="http://stylelocker.co.uk/62-plain-sweatshirts" title="">
621
+ Plain Sweatshirts
622
+ </a>
623
+ </li>
624
+
625
+
626
+ <li >
627
+ <a
628
+ href="http://stylelocker.co.uk/63-plain-hoodies" title="">
629
+ Plain Hoodies
630
+ </a>
631
+ </li>
632
+
633
+
634
+ <li class="last">
635
+ <a
636
+ href="http://stylelocker.co.uk/64-plain-sweatpants" title="">
637
+ Plain Sweatpants
638
+ </a>
639
+ </li>
640
+
641
+ </ul>
642
+ </li>
643
+
644
+ </ul>
645
+ </li>
646
+
647
+
648
+
649
+ <li >
650
+ <a
651
+ href="http://stylelocker.co.uk/21-girls" title="Here you will find our full range of womenswear:
652
+ girls tops, bottoms, beanies and more">
653
+ Girls
654
+ </a>
655
+ <ul>
656
+
657
+ <li >
658
+ <a
659
+ href="http://stylelocker.co.uk/46-all-womens" title="">
660
+ All Womens
661
+ </a>
662
+ <ul>
663
+
664
+ <li >
665
+ <a
666
+ href="http://stylelocker.co.uk/47-tops" title="">
667
+ Tops
668
+ </a>
669
+ </li>
670
+
671
+
672
+ <li >
673
+ <a
674
+ href="http://stylelocker.co.uk/48-bottoms" title="">
675
+ Bottoms
676
+ </a>
677
+ </li>
678
+
679
+
680
+ <li class="last">
681
+ <a
682
+ href="http://stylelocker.co.uk/49-beanies" title="">
683
+ Beanies
684
+ </a>
685
+ </li>
686
+
687
+ </ul>
688
+ </li>
689
+
690
+
691
+ <li class="last">
692
+ <a
693
+ href="http://stylelocker.co.uk/53-stylelocker-basic" title="">
694
+ Stylelocker Basic
695
+ </a>
696
+ <ul>
697
+
698
+ <li >
699
+ <a
700
+ href="http://stylelocker.co.uk/66-basic-t-shirts" title="">
701
+ Basic T-Shirts
702
+ </a>
703
+ </li>
704
+
705
+
706
+ <li >
707
+ <a
708
+ href="http://stylelocker.co.uk/67-basic-sweatshirts" title="">
709
+ Basic Sweatshirts
710
+ </a>
711
+ </li>
712
+
713
+
714
+ <li class="last">
715
+ <a
716
+ href="http://stylelocker.co.uk/68-basic-hoodies" title="">
717
+ Basic Hoodies
718
+ </a>
719
+ </li>
720
+
721
+ </ul>
722
+ </li>
723
+
724
+ </ul>
725
+ </li>
726
+
727
+
728
+
729
+ <li >
730
+ <a
731
+ href="http://stylelocker.co.uk/22-style" title="Clothing Style from all your favourite t.v shows, movies, games, and music videos">
732
+ Style
733
+ </a>
734
+ <ul>
735
+
736
+ <li >
737
+ <a
738
+ href="http://stylelocker.co.uk/70-music" title="">
739
+ Music
740
+ </a>
741
+ <ul>
742
+
743
+ <li >
744
+ <a
745
+ href="http://stylelocker.co.uk/84-taylor-gang" title="Here you will find our complete range of Taylor Gang Clothing including:
746
+ Hoodies, Sweatshirts, T-Shirts, Vests and Beanie Hats!">
747
+ Taylor Gang
748
+ </a>
749
+ </li>
750
+
751
+
752
+ <li >
753
+ <a
754
+ href="http://stylelocker.co.uk/85-ymcmb" title="YMCMB a.k.a Young Money Cash Money Billionnaires Clothing including:
755
+ Hoodies, Sweatshirts, Sweatpants, Beanies and more! ">
756
+ YMCMB
757
+ </a>
758
+ </li>
759
+
760
+
761
+ <li >
762
+ <a
763
+ href="http://stylelocker.co.uk/86-ti" title="">
764
+ T.I
765
+ </a>
766
+ </li>
767
+
768
+
769
+ <li >
770
+ <a
771
+ href="http://stylelocker.co.uk/87-jay-z" title="">
772
+ Jay Z
773
+ </a>
774
+ </li>
775
+
776
+
777
+ <li >
778
+ <a
779
+ href="http://stylelocker.co.uk/88-wu-tang" title="">
780
+ Wu Tang
781
+ </a>
782
+ </li>
783
+
784
+
785
+ <li >
786
+ <a
787
+ href="http://stylelocker.co.uk/89-bad-boy" title="Bad Boy Clothing from the classic record label Bad Boy Entertainment.
788
+ Hoodies, Sweatshirts, T-Shirts, Vests and more from Bad Boy Records">
789
+ Bad Boy
790
+ </a>
791
+ </li>
792
+
793
+
794
+ <li >
795
+ <a
796
+ href="http://stylelocker.co.uk/90-eazy-e" title="Compton Collection inspired by some of the worlds best:
797
+ Eazy E, Dr. Dre, Ice Cube and many more">
798
+ Eazy E
799
+ </a>
800
+ </li>
801
+
802
+
803
+ <li >
804
+ <a
805
+ href="http://stylelocker.co.uk/91-frank-ocean" title="">
806
+ Frank Ocean
807
+ </a>
808
+ </li>
809
+
810
+
811
+ <li class="last">
812
+ <a
813
+ href="http://stylelocker.co.uk/92-drake" title="">
814
+ Drake
815
+ </a>
816
+ </li>
817
+
818
+ </ul>
819
+ </li>
820
+
821
+
822
+ <li >
823
+ <a
824
+ href="http://stylelocker.co.uk/71-movies-tv-gaming" title="">
825
+ Movies, TV &amp; Gaming
826
+ </a>
827
+ <ul>
828
+
829
+ <li >
830
+ <a
831
+ href="http://stylelocker.co.uk/93-movie" title="Here you will find our collection of all your favourite movie t-shirts &amp;amp; More!">
832
+ Movie
833
+ </a>
834
+ </li>
835
+
836
+
837
+ <li >
838
+ <a
839
+ href="http://stylelocker.co.uk/94-tv" title="Here you will find t-shirts from some of your favourite t.v shows!">
840
+ TV
841
+ </a>
842
+ </li>
843
+
844
+
845
+ <li >
846
+ <a
847
+ href="http://stylelocker.co.uk/95-gaming" title="Here you will find some of your favouring game t-shirts">
848
+ Gaming
849
+ </a>
850
+ </li>
851
+
852
+
853
+ <li >
854
+ <a
855
+ href="http://stylelocker.co.uk/96-sports" title="">
856
+ Sports
857
+ </a>
858
+ </li>
859
+
860
+
861
+ <li class="last">
862
+ <a
863
+ href="http://stylelocker.co.uk/97-superhero" title="">
864
+ Superhero
865
+ </a>
866
+ </li>
867
+
868
+ </ul>
869
+ </li>
870
+
871
+
872
+ <li >
873
+ <a
874
+ href="http://stylelocker.co.uk/72-funny-motivational" title="">
875
+ Funny &amp; Motivational
876
+ </a>
877
+ <ul>
878
+
879
+ <li >
880
+ <a
881
+ href="http://stylelocker.co.uk/98-funny" title="">
882
+ Funny
883
+ </a>
884
+ </li>
885
+
886
+
887
+ <li >
888
+ <a
889
+ href="http://stylelocker.co.uk/99-geek" title="">
890
+ Geek
891
+ </a>
892
+ </li>
893
+
894
+
895
+ <li >
896
+ <a
897
+ href="http://stylelocker.co.uk/100-slogan" title="">
898
+ Slogan
899
+ </a>
900
+ </li>
901
+
902
+
903
+ <li >
904
+ <a
905
+ href="http://stylelocker.co.uk/101-political" title="">
906
+ Political
907
+ </a>
908
+ </li>
909
+
910
+
911
+ <li class="last">
912
+ <a
913
+ href="http://stylelocker.co.uk/102-offensive" title="">
914
+ Offensive
915
+ </a>
916
+ </li>
917
+
918
+ </ul>
919
+ </li>
920
+
921
+
922
+ <li class="last">
923
+ <a
924
+ href="http://stylelocker.co.uk/104-popular" title="">
925
+ Popular
926
+ </a>
927
+ <ul>
928
+
929
+ <li >
930
+ <a
931
+ href="http://stylelocker.co.uk/105-game-of-thrones" title="Here you will find our full collection of Game of Thrones Clothing including; T-Shirts, Sweatshirts, Hoodies and more! ">
932
+ Game of Thrones
933
+ </a>
934
+ </li>
935
+
936
+
937
+ <li >
938
+ <a
939
+ href="http://stylelocker.co.uk/106-taylor-gang" title="Here you will find our full range of Taylor Gang Clothing">
940
+ Taylor Gang
941
+ </a>
942
+ </li>
943
+
944
+
945
+ <li >
946
+ <a
947
+ href="http://stylelocker.co.uk/107-breaking-bad" title="Our full range of Breaking Bad Clothing including T-Shirts, Hoodies &amp;amp; More!">
948
+ Breaking Bad
949
+ </a>
950
+ </li>
951
+
952
+
953
+ <li >
954
+ <a
955
+ href="http://stylelocker.co.uk/108-world-cup" title="Here you will find our latest range of world cup T-Shirts &amp;amp; More">
956
+ World Cup
957
+ </a>
958
+ </li>
959
+
960
+
961
+ <li >
962
+ <a
963
+ href="http://stylelocker.co.uk/109-banksy" title="Here you will find some of the most popular Banksy Art t-shirt designs ">
964
+ Banksy
965
+ </a>
966
+ </li>
967
+
968
+
969
+ <li class="last">
970
+ <a
971
+ href="http://stylelocker.co.uk/110-sale" title="All our SALE Items!">
972
+ Sale
973
+ </a>
974
+ </li>
975
+
976
+ </ul>
977
+ </li>
978
+
979
+ </ul>
980
+ </li>
981
+
982
+
983
+
984
+ <li class="last">
985
+ <a
986
+ href="http://stylelocker.co.uk/24-accessories" title="">
987
+ Accessories
988
+ </a>
989
+ <ul>
990
+
991
+ <li class="last">
992
+ <a
993
+ href="http://stylelocker.co.uk/73-backpacks" title="">
994
+ Backpacks
995
+ </a>
996
+ </li>
997
+
998
+ </ul>
999
+ </li>
1000
+
1001
+
1002
+ </ul>
1003
+ </div>
1004
+ </div> <!-- .category_footer -->
1005
+ </section>
1006
+ <!-- /Block categories module -->
1007
+ <!-- MODULE Block footer -->
1008
+ <section class="footer-block col-xs-12 col-sm-2" id="block_various_links_footer">
1009
+ <h4>Information</h4>
1010
+ <ul class="toggle-footer">
1011
+ <li class="item">
1012
+ <a href="http://stylelocker.co.uk/prices-drop" title="Specials">
1013
+ Specials
1014
+ </a>
1015
+ </li>
1016
+ <li class="item">
1017
+ <a href="http://stylelocker.co.uk/new-products" title="New products">
1018
+ New products
1019
+ </a>
1020
+ </li>
1021
+ <li class="item">
1022
+ <a href="http://stylelocker.co.uk/best-sales" title="Best sellers">
1023
+ Best sellers
1024
+ </a>
1025
+ </li>
1026
+ <li class="item">
1027
+ <a href="http://stylelocker.co.uk/stores" title="Our stores">
1028
+ Our stores
1029
+ </a>
1030
+ </li>
1031
+ <li class="item">
1032
+ <a href="http://stylelocker.co.uk/contact-us" title="Contact us">
1033
+ Contact us
1034
+ </a>
1035
+ </li>
1036
+ <li class="item">
1037
+ <a href="http://stylelocker.co.uk/content/3-terms-and-conditions-of-use" title="Terms and conditions of use">
1038
+ Terms and conditions of use
1039
+ </a>
1040
+ </li>
1041
+ <li class="item">
1042
+ <a href="http://stylelocker.co.uk/content/4-about-us" title="About us Stylelocker">
1043
+ About us Stylelocker
1044
+ </a>
1045
+ </li>
1046
+ <li>
1047
+ <a href="http://stylelocker.co.uk/sitemap" title="Sitemap">
1048
+ Sitemap
1049
+ </a>
1050
+ </li>
1051
+ </ul>
1052
+
1053
+ </section>
1054
+ <section class="bottom-footer col-xs-12">
1055
+ <div>
1056
+ &copy; 2014 <a class="_blank" href="http://www.wibzo.com">Powered by Wibzo™</a>
1057
+ </div>
1058
+ </section>
1059
+ <!-- /MODULE Block footer -->
1060
+ <!-- Block myaccount module -->
1061
+ <section class="footer-block col-xs-12 col-sm-4">
1062
+ <h4><a href="http://stylelocker.co.uk/my-account" title="Manage my customer account" rel="nofollow">My account</a></h4>
1063
+ <div class="block_content toggle-footer">
1064
+ <ul class="bullet">
1065
+ <li><a href="http://stylelocker.co.uk/order-history" title="My orders" rel="nofollow">My orders</a></li>
1066
+ <li><a href="http://stylelocker.co.uk/order-slip" title="My credit slips" rel="nofollow">My credit slips</a></li>
1067
+ <li><a href="http://stylelocker.co.uk/addresses" title="My addresses" rel="nofollow">My addresses</a></li>
1068
+ <li><a href="http://stylelocker.co.uk/identity" title="Manage my personal information" rel="nofollow">My personal info</a></li>
1069
+ <li><a href="http://stylelocker.co.uk/discount" title="My vouchers" rel="nofollow">My vouchers</a></li>
1070
+ </ul>
1071
+ </div>
1072
+ </section>
1073
+ <!-- /Block myaccount module -->
1074
+ <!-- MODULE Block contact infos -->
1075
+ <section id="block_contact_infos" class="footer-block col-xs-12 col-sm-4">
1076
+ <div>
1077
+ <h4>Store information</h4>
1078
+ <ul class="toggle-footer">
1079
+ <li>
1080
+ <i class="icon-map-marker"></i>StyleLocker, 313 The Mall,
1081
+ ME15, Maidstone,
1082
+ United Kingdom </li>
1083
+ <li>
1084
+ <i class="icon-envelope-alt"></i>Email:
1085
+ <span><a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;%73%75%70%70%6f%72%74@%73%74%79%6c%65%6c%6f%63%6b%65%72.%63%6f.%75%6b" >&#x73;&#x75;&#x70;&#x70;&#x6f;&#x72;&#x74;&#x40;&#x73;&#x74;&#x79;&#x6c;&#x65;&#x6c;&#x6f;&#x63;&#x6b;&#x65;&#x72;&#x2e;&#x63;&#x6f;&#x2e;&#x75;&#x6b;</a></span>
1086
+ </li>
1087
+ </ul>
1088
+ </div>
1089
+ </section>
1090
+ <!-- /MODULE Block contact infos -->
1091
+
1092
+ <script type="text/javascript">
1093
+ var time_start;
1094
+ $(window).load(
1095
+ function() {
1096
+ time_start = new Date();
1097
+ }
1098
+ );
1099
+ $(window).unload(
1100
+ function() {
1101
+ var time_end = new Date();
1102
+ var pagetime = new Object;
1103
+ pagetime.type = "pagetime";
1104
+ pagetime.id_connections = "506297";
1105
+ pagetime.id_page = "248";
1106
+ pagetime.time_start = "2016-01-30 01:01:23";
1107
+ pagetime.token = "fd94b151b9c51b6862ac6bf32057321eb5272f46";
1108
+ pagetime.time = time_end-time_start;
1109
+ $.post("http://stylelocker.co.uk/index.php?controller=statistics", pagetime);
1110
+ }
1111
+ );
1112
+ </script></div>
1113
+ </footer>
1114
+ </div><!-- #footer -->
1115
+ </div><!-- #page -->
1116
+ </body></html>