-
Notifications
You must be signed in to change notification settings - Fork 0
/
watch_17.htm
846 lines (767 loc) · 47.9 KB
/
watch_17.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
<!DOCTYPE html>
<!--[if IE 7 | IE 8]>
<html class="ie" dir="ltr" lang="en">
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html dir="ltr" lang="en">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=1024,maximum-scale=1.0">
<title>Unexpected Music Star!</title>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=edge,chrome=1">
<meta name="title" content="Unexpected Music Star!" />
<meta name="keywords" content="Music Star" />
<meta name="description" content="Check out this inspiring clip (recorded by Spookstr) in the jungles of Guadalcanal. It just goes to show that there's incredibly talented people all o..." />
<link rel="shortcut icon" href="uploads/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="Unexpected Music Star!" href="rss.xml" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" media="screen" href="templates/default/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="templates/default/css/bootstrap-responsive.min.css">
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" media="screen" href="templates/default/css/new-style.css">
<link rel="stylesheet" type="text/css" media="screen" href="templates/default/css/uniform.default.min.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=all" rel="stylesheet" type="text/css">
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="screen" href="http://itube.co.ke/templates/default/css/new-style-ie.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:700italic" rel="stylesheet" type="text/css">
<![endif]-->
<script type="text/javascript">
var MELODYURL = "http://itube.co.ke";
var MELODYURL2 = "http://itube.co.ke";
var TemplateP = "http://itube.co.ke/templates/default";
var _LOGGEDIN_ = false ;
</script>
<script type="text/javascript">
var pm_lang = {
lights_off: "Lights off",
lights_on: "Lights on",
validate_name: "Please enter a name",
validate_username: "Please enter a username",
validate_pass: "Please provide a password",
validate_captcha: "Please enter the validation code",
validate_email: "Please enter a valid email address",
validate_agree: "Please accept our policy",
validate_name_long: "Your name must consist of at least 2 characters",
validate_username_long: "Your username must consist of at least 2 characters",
validate_pass_long: "Your password must be at least 5 characters long",
validate_confirm_pass_long: "Please enter the same password as above",
choose_category: "Please choose a category",
validate_select_file: "No file was selected/uploaded.",
validate_video_title: "Please enter a title for this video",
onpage_delete_favorite_confirm: "You are about to remove this video from your favorites list. Click 'Cancel' to stop, 'OK' to delete.",
please_wait: "Loading...",
// upload video page
swfupload_status_uploaded: "Uploaded",
swfupload_status_pending: "Continue with the rest of the form.",
swfupload_status_queued: "Queued",
swfupload_status_uploading: "Uploading...",
swfupload_file: "File",
swfupload_btn_select: "Select",
swfupload_btn_cancel: "Cancel",
swfupload_status_error: "Error",
swfupload_error_oversize: "Size of the selected file(s) is greater than allowed limit",
swfupload_friendly_maxsize: ""
}
</script>
<script type="text/javascript" src="js/swfobject.js"></script>
<link rel="image_src" href="http://s1.dmcdn.net/ChmG8.jpg" />
<meta property="og:title" content="Unexpected Music Star!" />
<meta property="og:url" content="http://itube.co.ke/watch.php?vid=6a6cf13ea" />
<meta property="og:description" content="Check out this inspiring clip (recorded by Spookstr) in the jungles of Guadalcanal. It just goes to show that there's incredibly talented people all o..." />
<meta property="og:image" content="http://s1.dmcdn.net/ChmG8.jpg" />
<style type="text/css"></style>
</head>
<body class="video-watch videoid-274 author-1 source-0">
<header class="wide-header" id="overview">
<div class="row-fluid fixed960">
<div class="span3">
<a href="index.htm" rel="home"><img src="uploads/custom-logo.png" alt="iTUBE" title="iTUBE" border="0" /></a>
</div>
<div class="span6 wide-header-pad">
<form action="search.htm" method="get" id="search" name="search" onsubmit="return validateSearch('true');">
<div class="controls">
<div class="input-append">
<input class="span10" id="appendedInputButton" size="16" name="keywords" type="text" placeholder="Search" x-webkit-speech="x-webkit-speech" onwebkitspeechchange="this.form.submit();" onkeyup="lookup(this.value);" onblur="fill();" autocomplete="off"><button class="btn" type="submit"><i class="icon-search"></i></button>
</div>
<div class="suggestionsBox" id="suggestions" style="display: none;">
<div class="suggestionList input-xlarge" id="autoSuggestionsList">
</div>
</div>
</div>
</form>
</div>
<div class="span3 hidden-phone">
<div id="user-pane" class="border-radius4">
<div class="user-data">
<span class="user-avatar">
<a href="login.htm"><img src="templates/default/img/pm-avatar.png" width="40" height="40" alt=""></a>
<span class="greet-links">
<div class="ellipsis"><strong>Welcome</strong></div>
<span class="avatar-img"><a class="primary ajax-modal" data-toggle="modal" data-backdrop="true" data-keyboard="true" href="watch_17.htm#header-login-form">Login</a> / <a href="register.htm">Register</a></span>
</span>
</div>
</span>
<div class="modal hide" id="header-login-form" role="dialog" aria-labelledby="header-login-form-label"> <!-- login modal -->
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="header-login-form-label">Login</h3>
</div>
<div class="modal-body">
<p></p>
<form class="form-horizontal" name="login_form" id="login-form" method="post" action="login.htm">
<fieldset>
<div class="control-group">
<label class="control-label" for="username">Username/Email</label>
<div class="controls"><input type="text" class="hocusfocus input-large" id="hocusfocus" name="username" value=""></div>
</div>
<div class="control-group">
<label class="control-label" for="pass">Password</label>
<div class="controls"><input type="password" class="input-large" id="pass" name="pass" maxlength="32" autocomplete="off"></div>
</div>
<div class="control-group">
<div class="controls">
<label class="checkbox">
<input type="checkbox" name="remember" value="1" > <small>Remember me</small>
</label>
</div>
</div>
<div class="">
<div class="controls">
<button type="submit" name="Login" value="Login" class="btn btn-blue" data-loading-text="Login">Login</button>
<span class="signup"><small><a href="login_2.htm">Forgot your password?</a></small></span>
</div>
</div>
</fieldset>
</form> </div>
</div>
</div>
</div>
</div>
</header>
<nav class="wide-nav">
<div class="row-fluid fixed960">
<span class="span12">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="index.htm" class="wide-nav-link">Home</a></li>
<li class="dropdown">
<a href="watch_17.htm#" class="dropdown-toggle wide-nav-link" data-toggle="dropdown">Category <b class="caret"></b></a>
<ul class="dropdown-menu">
<ul id='ul_categories'>
<li class=""><a href="category_2.htm" class="">Animals</a></li>
<li class=""><a href="category_14.htm" class="">Art</a></li>
<li class=""><a href="category.htm" class="">Auto-Motor</a></li>
<li class=""><a href="category_3.htm" class="">Celeb</a></li>
<li class=""><a href="category_5.htm" class="">College</a></li>
<li class=""><a href="category_4.htm" class="">Funny</a></li>
<li class=""><a href="category_6.htm" class="">Gaming</a></li>
<li class=""><a href="category_7.htm" class="">Lifestyle</a></li>
<li class=""><a href="category_8.htm" class="">Movies</a></li>
<li class=""><a href="category_9.htm" class="">Music</a></li>
<li class=""><a href="category_10.htm" class="">News</a></li>
<li class=""><a href="category_11.htm" class="">Sports</a></li>
<li class=""><a href="category_13.htm" class="">TV</a></li>
<li class=""><a href="category_12.htm" class="">Tech</a></li>
<li class=""><a href="category_17.htm" class="">Travel</a></li>
<li class=""><a href="category_15.htm" class="">Webcam</a></li>
<li class=""><a href="category_16.htm" class="">Live</a></li>
</ul>
</ul>
</li>
<li class="dropdown">
<a href="watch_17.htm#" class="dropdown-toggle wide-nav-link" data-toggle="dropdown">Articles <b class="caret"></b></a>
<ul class="dropdown-menu">
<ul id='ul_categories'>
<li><a href="article.htm">Latest articles</a></li><li ><a href="article_2.htm">Most popular</a></li><li class=""><a href="article_3.htm" class="">This is Kenya</a></li>
</ul>
</ul>
</li>
<li><a href="topvideos.htm" class="wide-nav-link">Top videos</a></li>
<li><a href="newvideos.htm" class="wide-nav-link">New videos</a></li>
<li><a href="http://itube.co.ke/randomizer.php" rel="nofollow" class="wide-nav-link">Random video</a></li>
<li><a href="contact_us.htm" class="wide-nav-link">Contact us</a></li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
</span>
</div>
</nav>
<a id="top"></a>
<div class="pm-ad-zone" align="center"><!-- BEGIN JS TAG - Itube.co.ke 728x90 < - DO NOT MODIFY -->
<SCRIPT SRC="http://ads.fidelity-media.com/ttj?id=1160152&size=728x90&promo_sizes=300x50,320x50,468x60,216x36&promo_alignment=center" TYPE="text/javascript"></SCRIPT>
<!-- END TAG -->
</div>
<div id="wrapper">
<div id="pm-addthis">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_floating_style addthis_counter_style">
<a class="addthis_button_facebook_like" fb:like:layout="box_count"></a>
<a class="addthis_button_tweet" tw:count="vertical"></a>
<a class="addthis_button_google_plusone" g:plusone:size="tall"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-515d67835fedfa10"></script>
<!-- AddThis Button END -->
</div> <div class="container-fluid">
<div class="row-fluid">
<div class="span8">
<div id="primary">
<div class="row-fluid">
<div class="span12">
<div class="pm-video-head">
<h1 class="entry-title">Unexpected Music Star!</h1>
<div class="row-fluid">
<div class="span6">
</div>
<div class="span6">
<ul class="pm-video-adjust">
<li><a id="player_extend" href="watch_17.htm#"><i class="icon-resize-full opac7"></i> Resize</a></li>
<li><div id="lights-div"><a class="lightOn" href="watch_17.htm#">Lights off</a></div></li>
<ul>
</div>
</div>
</div><!--.pm-video-head-->
<div class="pm-player-full-width">
<div id="video-wrapper">
<div id="Playerholder">
<noscript>
You need to have the <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> installed and
a browser with JavaScript support.
</noscript>
<iframe frameborder="0" width="496" height="401" src="http://www.dailymotion.com/embed/video/x15e96j?autoplay=1&logo=0&hideInfos=1&start=0&syndication=124220&foreground=&highlight=&background="></iframe>
</div>
</div><!--#video-wrapper-->
<div class="pm-video-control">
<div class="row-fluid">
<div class="span6">
<button class="btn btn-small border-radius0 btn-video " id="bin-rating-like" type="button"><i class="pm-vc-sprite i-vote-up"></i> Like</button>
<button class="btn btn-small border-radius0 btn-video " id="bin-rating-dislike" type="button"><i class="pm-vc-sprite i-vote-down"></i></button>
</div>
<div class="span6">
<div class="pull-right">
<button class="btn btn-small border-radius0 btn-video" type="button" data-toggle="button" id="pm-vc-share"><i class="icon-share-alt"></i> Share</button>
<input type="hidden" name="bin-rating-uniq_id" value="6a6cf13ea">
<!--This video is already in your favorites list.-->
<button class="btn btn-small border-radius0 btn-video" type="button" data-toggle="button" id="pm-vc-report" title="Report this video"><i class="pm-vc-sprite i-report"></i></button>
</div>
</div>
</div>
</div><!--.pm-video-control-->
<div id="bin-rating-response" class="hide well well-small"></div>
<div id="bin-rating-like-confirmation" class="hide well well-small alert alert-well">
<button type="button" class="close" data-dismiss="alert">×</button>
<p> Thanks! Share it with your friends!</p>
<div class="row-fluid">
<div class="span3 panel-1">
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fitube.co.ke%2Fwatch.php%3Fvid%3D6a6cf13ea&t=Unexpected+Music+Star%21" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="tooltip" title="Share on FaceBook"><i class="pm-vc-sprite facebook-icon"></i></a>
<a href="http://twitter.com/home?status=Watching%20Unexpected+Music+Star%21%20on%20http%3A%2F%2Fitube.co.ke%2Fwatch.php%3Fvid%3D6a6cf13ea" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="tooltip" title="Share on Twitter"><i class="pm-vc-sprite twitter-icon"></i></a>
<a href="https://plus.google.com/share?url=http%3A%2F%2Fitube.co.ke%2Fwatch.php%3Fvid%3D6a6cf13ea" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="tooltip" title="Share on Google+"><i class="pm-vc-sprite google-icon"></i></a>
</div>
<div class="span9 panel-3">
<div class="input-prepend"><span class="add-on">URL</span><input name="share_video_link" id="share_video_link" type="text" value="http://itube.co.ke/watch.php?vid=6a6cf13ea" class="span11" onClick="SelectAll('share_video_link');"></div>
</div>
</div>
</div>
<div id="bin-rating-dislike-confirmation" class="hide-dislike hide well well-small">
<button type="button" class="close" data-dismiss="alert">×</button>
<p>You disliked this video. Thanks for the feedback!</p>
</div><!--#bin-rating-like-confirmation-->
<div id="pm-vc-report-content" class="hide well well-small alert alert-well">
<div id="report-confirmation" class="hide"></div>
<form name="reportvideo" action="watch_17.htm" method="POST" class="form-inline">
<input type="hidden" id="name" name="name" class="input-small" value="">
<input type="hidden" id="email" name="email" class="input-small" value="">
<select name="reason" class="input-medium inp-small">
<option value="Specify problem" selected="selected">Specify problem</option>
<option value="Dead video">Dead video</option>
<option value="SPAM">SPAM</option>
<option value="Racist or hate content">Racist or hate content</option>
<option value="Copyrighted Content">Copyrighted Content</option>
</select>
<input type="text" name="imagetext" class="input-small inp-small" autocomplete="off" placeholder="Confirm">
<button class="btn btn-small btn-link" onclick="document.getElementById('securimage-report').src = 'http://itube.co.ke/include/securimage_show.php?sid=' + Math.random(); return false;"><i class="icon-refresh"></i> </button>
<img src="http://itube.co.ke/include/securimage_show.php?sid=1f33cd4ab561cb15e6f4cba91085fe7c" id="securimage-report" alt="" class="border-radius3">
<button type="submit" name="Submit" class="btn btn-danger" value="Send">Report this video</button>
<input type="hidden" name="p" value="detail">
<input type="hidden" name="do" value="report">
<input type="hidden" name="vid" value="6a6cf13ea">
</form>
</div><!-- #pm-vc-report-content-->
<div id="pm-vc-share-content" class="alert alert-well">
<div class="row-fluid">
<div class="span4 panel-1">
<div class="input-prepend"><span class="add-on">URL</span><input name="video_link" id="video_link" type="text" value="http://itube.co.ke/watch.php?vid=6a6cf13ea" class="input-medium" onClick="SelectAll('video_link');"></div>
</div>
<div class="span5 panel-2">
<button class="btn border-radius0 btn-video" type="button" id="pm-vc-embed">Embed</button>
<button class="btn border-radius0 btn-video" type="button" data-toggle="button" id="pm-vc-email"><i class="icon-envelope"></i> Send to a friend</button>
</div>
<div class="span3 panel-3">
<a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fitube.co.ke%2Fwatch.php%3Fvid%3D6a6cf13ea&t=Unexpected+Music+Star%21" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="tooltip" title="Share on FaceBook"><i class="pm-vc-sprite facebook-icon"></i></a>
<a href="http://twitter.com/home?status=Watching%20Unexpected+Music+Star%21%20on%20http%3A%2F%2Fitube.co.ke%2Fwatch.php%3Fvid%3D6a6cf13ea" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="tooltip" title="Share on Twitter"><i class="pm-vc-sprite twitter-icon"></i></a>
<a href="https://plus.google.com/share?url=http%3A%2F%2Fitube.co.ke%2Fwatch.php%3Fvid%3D6a6cf13ea" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" rel="tooltip" title="Share on Google+"><i class="pm-vc-sprite google-icon"></i></a>
</div>
</div>
<div id="pm-vc-embed-content">
<hr />
<textarea name="pm-embed-code" id="pm-embed-code" rows="3" class="span12" onClick="SelectAll('pm-embed-code');"><iframe width="425" height="344" src="http://itube.co.ke/embed.php?vid=6a6cf13ea" frameborder="0" allowfullscreen seamless></iframe><p><a href="watch_17.htm">Unexpected Music Star!</a></p></textarea>
</div>
<div id="pm-vc-email-content">
<hr />
<div id="share-confirmation" class="hide well well-small"></div>
<form name="sharetofriend" action="watch_17.htm" method="POST" class="form-inline">
<input type="text" id="name" name="name" class="input-small inp-small" value="" placeholder="Your name">
<input type="text" id="email" name="email" class="input-small inp-small" placeholder="Friend's Email">
<input type="text" name="imagetext" class="input-small inp-small" autocomplete="off" placeholder="Confirm">
<button class="btn btn-small btn-link" onclick="document.getElementById('securimage-share').src = 'http://itube.co.ke/include/securimage_show.php?sid=' + Math.random(); return false;"><i class="icon-refresh"></i> </button>
<img src="http://itube.co.ke/include/securimage_show.php?sid=fd1bf693bb4d904c2bac87f5d5aee555" id="securimage-share" alt="">
<input type="hidden" name="p" value="detail">
<input type="hidden" name="do" value="share">
<input type="hidden" name="vid" value="6a6cf13ea">
<button type="submit" name="Submit" class="btn btn-success">Send</button>
</form>
</div>
</div><!-- #pm-vc-share-content -->
<div class="row-fluid pm-author-data">
<div class="span2">
<span class="pm-avatar"><a href="profile.htm"><img src="http://itube.co.ke/uploads/avatars/avatar574-1.png" height="50" width="50" alt="" class="img-polaroid" border="0"></a></span>
</div>
<div class="span7">
<div class="pm-submit-data">Published <time datetime="2014-01-29T08:31:22-0600" title="Wednesday, January 29, 2014 8:31 AM">2 months ago</time> by <a href="profile.htm">Admin</a> in <a href="category_4.htm">Funny</a> <a href="category_9.htm">Music</a> </div>
<div class="clearfix"></div>
</div>
<div class="span3 pm-video-views-count pull-right">
<span class="pm-vc-views">
<strong>3,365</strong>
<small>Views</small>
</span>
<div class="clearfix"></div>
<div class="progress" title="0 Likes, 0 Dislikes">
<div class="bar bar-success" id="rating-bar-up-pct" style="width: 0%;"></div>
<div class="bar bar-danger" id="rating-bar-down-pct" style="width: 0%;"></div>
</div>
</div><!--.pm-video-control-->
</div><!--.pm-author-data-->
</div><!--end pm-player-full-width -->
</div>
</div>
<div class="pm-ad-zone" align="center"><!-- BEGIN JS TAG - Itube.co.ke 300x250 < - DO NOT MODIFY -->
<SCRIPT SRC="http://ads.fidelity-media.com/ttj?id=1160151&size=300x250&promo_sizes=250x250,300x50,200x200,180x150,216x36&promo_alignment=center" TYPE="text/javascript"></SCRIPT>
<!-- END TAG -->
</div>
<h2>Description</h2>
<div class="description text-exp">
<p><p>Check out this inspiring clip (recorded by Spookstr) in the jungles of Guadalcanal. It just goes to show that there's incredibly talented people all over this planet!</p></p>
<p class="show-more"><a href="watch_17.htm#" class="show-now">Show more</a></p>
</div>
<div class="video-tags">
<strong>Tags</strong>: <a href="http://itube.co.ke/tag.php?t=music-star">Music Star</a>
</div>
<h2>Post your comment</h2>
<div name="mycommentspan" id="mycommentspan"></div>
<a href="login.htm">Sign in</a> or <a href="register.htm">sign up</a> to post comments.
<h2>Comments</h2>
<div class="pm-comments comment_box">
<ul class="pm-ul-comments">
<li id="preview_comment"></li>
</ul>
<div id="be_the_first">Be the first to comment</div>
</div>
</div><!-- #primary -->
</div><!-- .span8 -->
<div class="span4 pm-sidebar">
<div id="secondary">
<div class="widget-related widget" id="pm-related">
<ul class="nav nav-tabs" id="myTab">
<li class="active"><a href="watch_17.htm#bestincategory" data-target="#bestincategory" data-toggle="tab">Related</a></li>
<li> / </li>
<li><a href="watch_17.htm#popular" data-target="#popular" data-toggle="tab">Popular</a></li>
</ul>
<div id="pm-tabs" class="tab-content">
<div class="tab-pane fade in active" id="bestincategory">
<ul class="pm-ul-top-videos">
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="watch_8.htm" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s1.dmcdn.net/D_0xA.jpg" alt="Schwarzenegger and Fallon Star in Hilarious QVC Skit" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="watch_8.htm" class="pm-title-link">Schwarzenegger and Fallon Star in Hilarious QVC Skit</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>2,477 Views</small></span>
</div>
<span class="pm-video-li-info">
<span class="label label-featured">Featured</span>
</span>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="http://itube.co.ke/watch.php?vid=10e4a2a3d" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s1.dmcdn.net/DkfO2.jpg" alt="Joshua Tree Storms and Star Trails Timelapse" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=10e4a2a3d" class="pm-title-link">Joshua Tree Storms and Star Trails Timelapse</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>1,331 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="http://itube.co.ke/watch.php?vid=345003f1f" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s1.dmcdn.net/DkfO2.jpg" alt="Joshua Tree Storms and Star Trails Timelapse" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=345003f1f" class="pm-title-link">Joshua Tree Storms and Star Trails Timelapse</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>340 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="http://itube.co.ke/watch.php?vid=83f01de04" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s1.dmcdn.net/DX0Q-.jpg" alt="Top Music Scandals Of 2013" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=83f01de04" class="pm-title-link">Top Music Scandals Of 2013</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>2,298 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="http://itube.co.ke/watch.php?vid=af88a4f13" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s1.dmcdn.net/YtZB.jpg" alt="hit | music - Top Of The Pops 2011 Mashup" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=af88a4f13" class="pm-title-link">hit | music - Top Of The Pops 2011 Mashup</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>2,137 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
<span class="pm-label-duration border-radius3 opac7">04:18</span> </span>
<a href="http://itube.co.ke/watch.php?vid=a0ca90eb1" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://img.youtube.com/vi/eQWG8BVeryU/mqdefault.jpg" alt="Chris Brown - Turn Up The Music" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=a0ca90eb1" class="pm-title-link">Chris Brown - Turn Up The Music</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>52 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="http://itube.co.ke/watch.php?vid=d81d4db42" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s1.dmcdn.net/DZ7YY.jpg" alt="Ed Sheeran - I See Fire (Music Video)" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=d81d4db42" class="pm-title-link">Ed Sheeran - I See Fire (Music Video)</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>871 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
<span class="pm-label-duration border-radius3 opac7">03:38</span> </span>
<a href="http://itube.co.ke/watch.php?vid=364d97934" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://img.youtube.com/vi/Aaiq7XqpVm4/mqdefault.jpg" alt="Drake - 5AM In Toronto (Music Video)" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=364d97934" class="pm-title-link">Drake - 5AM In Toronto (Music Video)</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>34 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
<span class="pm-label-duration border-radius3 opac7">03:32</span> </span>
<a href="http://itube.co.ke/watch.php?vid=ad15d0869" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://img.youtube.com/vi/-KgFBeOcCHQ/mqdefault.jpg" alt="Pitbull Ft Ke$ha-Timber (Music Video)" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=ad15d0869" class="pm-title-link">Pitbull Ft Ke$ha-Timber (Music Video)</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>49 Views</small></span>
</div>
</div>
</li>
</ul>
</div>
<div class="tab-pane fade" id="popular">
<ul class="pm-ul-top-videos">
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="http://itube.co.ke/watch.php?vid=89d73ebcb" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s2.dmcdn.net/CxMMO.jpg" alt="EMINEM FEAT RIHANNA THE MONSTER" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=89d73ebcb" class="pm-title-link">EMINEM FEAT RIHANNA THE MONSTER</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>841 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="watch_18.htm" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s1.dmcdn.net/kC6e.jpg" alt="Sanctus Real - Lead Me (Official Music Video)" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="watch_18.htm" class="pm-title-link">Sanctus Real - Lead Me (Official Music Video)</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>3,461 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="http://itube.co.ke/watch.php?vid=018367d4a" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s2.dmcdn.net/CnJj4.jpg" alt="Bastille - Of The Night - (Official Music Video) New" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=018367d4a" class="pm-title-link">Bastille - Of The Night - (Official Music Video) New</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>612 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="http://itube.co.ke/watch.php?vid=0c32fafc2" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s2.dmcdn.net/BPWgy.jpg" alt="Lamborghini Press Conference at 2013 Geneva Motorshow" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=0c32fafc2" class="pm-title-link">Lamborghini Press Conference at 2013 Geneva Motorshow</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>1,929 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
</span>
<a href="http://itube.co.ke/watch.php?vid=0d44aa609" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://s1.dmcdn.net/DwPD2.jpg" alt="The Ultimate Bad Acting Compilation" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=0d44aa609" class="pm-title-link">The Ultimate Bad Acting Compilation</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>931 Views</small></span>
</div>
</div>
</li>
<li>
<div class="pm-li-top-videos">
<span class="pm-video-thumb pm-thumb-106 pm-thumb-top border-radius2">
<span class="pm-video-li-thumb-info">
<span class="pm-label-duration border-radius3 opac7">04:38</span> </span>
<a href="http://itube.co.ke/watch.php?vid=4a28276b4" class="pm-thumb-fix pm-thumb-145"><span class="pm-thumb-fix-clip"><img src="http://img.youtube.com/vi/XgFiWGIVP6s/mqdefault.jpg" alt="Sevyn Streeter - It Won't Stop Ft. Chris Brown [Official Video]" width="145"><span class="vertical-align"></span></span></a>
</span>
<h3 dir="ltr"><a href="http://itube.co.ke/watch.php?vid=4a28276b4" class="pm-title-link">Sevyn Streeter - It Won't Stop Ft. Chris Brown [Official Video]</a></h3>
<div class="pm-video-attr">
<span class="pm-video-attr-numbers"><small>61 Views</small></span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div><!-- .shadow-div -->
</div><!-- #secondary -->
</div><!-- #sidebar -->
</div><!-- .row-fluid -->
</div><!-- .container-fluid -->
<a id="back-top" class="hidden-phone hidden-tablet" title="Go Up">
<i class="icon-chevron-up"></i>
<span></span>
</a>
</div><!-- end wrapper -->
<div class="row-fluid fixed960">
<div class="row-fluid">
<a href="rss.xml" title="Unexpected Music Star! RSS" class="pm-rss-link"><i class="pm-vc-sprite ico_rss"></i> RSS</a>
</div>
</div>
<div class="pm-ad-zone" align="center"><!-- BEGIN JS TAG - Itube.co.ke 728x90 < - DO NOT MODIFY -->
<SCRIPT SRC="http://ads.fidelity-media.com/ttj?id=1160152&size=728x90&promo_sizes=300x50,320x50,468x60,216x36&promo_alignment=center" TYPE="text/javascript"></SCRIPT>
<!-- END TAG -->
</div>
<footer>
<div class="row-fluid fixed960">
<div class="span8">
<ul>
<li><a href="index.htm">Home</a></li>
<li><a href="contact_us.htm">Contact us</a></li>
<li><a href="register.htm">Register</a></li> </ul>
<p>
iTUBE.<br /> © 2014 iTUBE. All rights reserved
</p>
</div>
<div class="span3">
</div>
<div class="span1">
<ul id="lang_selector">
<div class="btn-group dropup lang-selector hidden-phone" id="lang-selector">
<a class="btn btn-link dropdown-toggle" data-toggle="dropdown" href="watch_17.htm#"><img src="lang/flags/us.png" width="16" height="10" alt="English" title="English" align="texttop"> <span class="hide">English</span> <span class="caret"></span></a>
<ul class="dropdown-menu border-radius0 pullleft lang_submenu">
<li><a href="watch_17.htm#" title="Albanian" name="2" id="lang_select_2">Albanian</a></li>
<li><a href="watch_17.htm#" title="Arabic" name="3" id="lang_select_3">Arabic</a></li>
<li><a href="watch_17.htm#" title="Brazilian" name="4" id="lang_select_4">Brazilian</a></li>
<li><a href="watch_17.htm#" title="Bulgarian" name="5" id="lang_select_5">Bulgarian</a></li>
<li><a href="watch_17.htm#" title="Croatian" name="6" id="lang_select_6">Croatian</a></li>
<li><a href="watch_17.htm#" title="Danish" name="7" id="lang_select_7">Danish</a></li>
<li><a href="watch_17.htm#" title="Deutsch" name="8" id="lang_select_8">Deutsch</a></li>
<li><a href="watch_17.htm#" title="Français" name="9" id="lang_select_9">Français</a></li>
<li><a href="watch_17.htm#" title="Georgian" name="10" id="lang_select_10">Georgian</a></li>
<li><a href="watch_17.htm#" title="Italian" name="11" id="lang_select_11">Italian</a></li>
<li><a href="watch_17.htm#" title="Lithuanian" name="12" id="lang_select_12">Lithuanian</a></li>
<li><a href="watch_17.htm#" title="Nederlands" name="13" id="lang_select_13">Nederlands</a></li>
<li><a href="watch_17.htm#" title="Polish" name="14" id="lang_select_14">Polish</a></li>
<li><a href="watch_17.htm#" title="Portuguese" name="15" id="lang_select_15">Portuguese</a></li>
<li><a href="watch_17.htm#" title="Română" name="16" id="lang_select_16">Română</a></li>
<li><a href="watch_17.htm#" title="Russian" name="17" id="lang_select_17">Russian</a></li>
<li><a href="watch_17.htm#" title="Serbian" name="18" id="lang_select_18">Serbian</a></li>
<li><a href="watch_17.htm#" title="Slovak" name="19" id="lang_select_19">Slovak</a></li>
<li><a href="watch_17.htm#" title="Spanish" name="20" id="lang_select_20">Spanish</a></li>
<li><a href="watch_17.htm#" title="Swedish" name="21" id="lang_select_21">Swedish</a></li>
<li><a href="watch_17.htm#" title="Türkçe" name="22" id="lang_select_22">Türkçe</a></li>
<li><a href="watch_17.htm#" title="Hebrew" name="23" id="lang_select_23">Hebrew</a></li>
</ul>
</div>
</div>
</footer>
<div id="lights-overlay"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
<script src="templates/default/js/bootstrap.min.js" type="text/javascript"></script>
<script src="templates/default/js/jquery.cookee.js" type="text/javascript"></script>
<script src="templates/default/js/jquery.validate.min.js" type="text/javascript"></script>
<script src="templates/default/js/jquery.maskedinput-1.3.min.js" type="text/javascript"></script>
<script src="templates/default/js/jquery.tagsinput.min.js" type="text/javascript"></script>
<script src="templates/default/js/jquery-scrolltofixed-min.js" type="text/javascript"></script>
<script src="templates/default/js/jquery.uniform.min.js" type="text/javascript"></script>
<script src="templates/default/js/jquery.ba-dotimeout.min.js" type="text/javascript"></script>
<script src="js/melody.min.js" type="text/javascript"></script>
<script src="templates/default/js/melody.min.js" type="text/javascript"></script>
<script src="templates/default/js/lightbox.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
var pm_elastic_player = $.cookie('pm_elastic_player');
if (pm_elastic_player == null) {
$.cookie('pm_elastic_player', 'normal');
}
else if (pm_elastic_player == 'wide') {
$('#player_extend').find('i').addClass('icon-resize-small');
$('#secondary').addClass('secondary-wide');
$('#video-wrapper').addClass('video-wrapper-wide');
$('.pm-video-head').addClass('pm-video-head-wide');
} else {
$('#secondary').removeClass('secondary-wide');
$('#video-wrapper').removeClass('video-wrapper-wide');
$('.pm-video-head-wide').removeClass('pm-video-head-wide');
}
});
$(document).ready(function () {
$("#player_extend").click(function() {
if ($(this).find('i').hasClass("icon-resize-full")) {
$(this).find('i').removeClass("icon-resize-full").addClass("icon-resize-small");
} else {
$(this).find('i').removeClass("icon-resize-small").addClass("icon-resize-full");
}
$('#secondary').animate({
}, 10, function() {
$('#secondary').toggleClass("secondary-wide");
});
$('#video-wrapper').animate({
}, 150, function() {
$('#video-wrapper').toggleClass("video-wrapper-wide");
$('.pm-video-head').toggleClass('pm-video-head-wide');
});
if ($.cookie('pm_elastic_player') == 'normal') {
$.cookie('pm_elastic_player','wide');
$('#player_extend').find('i').removeClass('icon-resize-full').addClass('icon-resize-small');
} else {
$.cookie('pm_elastic_player', 'normal');
$('#player_extend').find('i').removeClass('icon-resize-small').addClass('icon-resize-full');
}
return false;
});
});
</script>
<script type="text/javascript">
$('#header-login-form').on('shown', function () {
$('.hocusfocus').focus();
});
</script>
<script src="templates/default/js/waypoints.min.js" type="text/javascript"></script>
<script src="templates/default/js/melody.social.min.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-37251223-1', 'itube.co.ke');
ga('send', 'pageview');
</script>
<!-- Begin PHP Live! HTML Code -->
<span id="phplive_btn_1392375244" onclick="phplive_launch_chat_0(0)" style="color: #0000FF; text-decoration: underline; cursor: pointer;"></span>
<script type="text/JavaScript">
(function() {
var phplive_e_1392375244 = document.createElement("script") ;
phplive_e_1392375244.type = "text/javascript" ;
phplive_e_1392375244.async = true ;
phplive_e_1392375244.src = "//helplive.itube.co.ke/js/phplive_v2.js.php?v=0|1392375244|0|" ;
document.getElementById("phplive_btn_1392375244").appendChild( phplive_e_1392375244 ) ;
})();
</script>
<!-- End PHP Live! HTML Code -->
<script>
document.write('<scr'+'ipt type="text/javascript" src="http://pl.intag.co/ttj?id=2267276&size=216x36&cb=' +new Date().getTime()+'"></scr' + 'ipt>');
</script>
<script>
document.write('<scr'+'ipt type="text/javascript" src="http://pl.intag.co/ttj?id=2267276&size=300x50&cb=' +new Date().getTime()+'"></scr' + 'ipt>');
</script>
<a href="https://s3.amazonaws.com/com.alexa.toolbar/atbp/ZBLbuf/download/index.htm"><img src="http://www.alexa.com/tbplatform/images/promotebuttons/blue/TB-banner3-2.jpg" alt="Get our toolbar!"></a>
<a href="http://fidelity-media.com/?ref=97e2cd43"><img src="http://stats.fidelity-media.com/bundles/as3/images/rc/set2/320x50.gif" alt="Join Fidelity Media Advertising Network" /></a>
</body>
</html>