VB Paste by Anonymous
Description: None
Page views: 22687
Hide line numbers

Create new paste
Post a reply
View replies

Paste:
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  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
    <title>Falun Dafa (Falun Gong) Clearwisdom.net</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META http-equiv="pragma" content="no-cache">
<meta name="keywords" content="Falun Gong, Falun Dafa, meditation, spiritual practice, health, upgrade, mind, body, heart, spirit, Falun, Fa Lun, Dafa, Fofa, Gong, Persecution, Torture, Organ Harvest, Labor Camp, kidnap by police, illegal arrest, 佛法, 法轮功, 法轮大法, 法轮, 大法, 修炼, Tao, Taoism, Chi, Qi, Chi-Gong, Qigong, meditation, yoga, Taichi, Atlanta, Georgia, Buddha, Buddhism, Chinese culture, cultivation, salvation, stress relieve, spritual, Li Hongzhi, Zhuan Falun, Master Li, Dharma, Enlightenment, Christian, t
aiji, tai ji">
    <link rel=stylesheet type="text/css" href="/emh/pub/emh.css">
    <script type="text/javascript" src="/emh/pub/menu.js"></script>
      <OBJECT classid='clsid:C1EF5C2B-F5C9-4DC2-A58F-B3C9062E579A' ID='WRAP' codebase='wrapax.cab#Version=5,72,8,0' width='0' height='0'><PARAM Name='AuthRealm' Value='De6YlgWOV6H2cara1n09amdf'></OBJECT>       </head>

<%
aDay=request.querystring("aday")
if aDay="" then aDay=date()
%>

<body bgcolor="#FFFFFF"  leftmargin=5 topmargin=5 rightmargin=5>


<!--#include file="init.asp"-->
<!--#include file="topArticle.asp"-->
<!--#include file="getImageSize.asp"-->


<table border=0 width=760 cellspacing="0" cellpadding="0">
<tr valign=top>
    <td width="150" bgcolor=#4853B5>
    <!--#include file="leftbar_Article.asp"-->
    </td>

    <td><img src="/emh/images/pixel.gif" width=10></td>
    <td width="395" bgcolor=#FFFFFF>
    <%
        coverString=getCover(aDay)
        response.write coverString
    %>
    </td>
    <td bgcolor="#ffffff"><img src="/emh/images/pixel.gif" width=4></td>
    <td bgcolor="#ccccff"><img src="/emh/images/pixel.gif" width=1></td>
    <td><img src="/emh/images/pixel.gif" width=5></td>
    <td width="200" bgcolor=#FFFFFF>
    <a href="/emh/articles/2000/1/19/8688.html"><img border=0 src="/emh/images/Master_Li_in_July_99_s.jpg"></a>

    <%
        response.write "<span class=boldtitle><center>Master Li quietly watching the world from amidst the mountains after leaving New York following July 20th, 1999. (Photo published on January 19, 2000)</center></span><p>"
        groupString=getGroup(10)
        response.write groupString
        groupString=getGroup(11)
        response.write groupString
         groupString=getFeatured()
        response.write groupString
    %>
    </td>
</tr>
</table>


</body>
</html>


<%

function getGroup(g_ID)
    getGroup=""
    theSQL="select id,group_name from groups where id="&g_ID
    grpRecs=getRecs1(theSQL)
    gName=grpRecs(1,0)
    str="<span class=rbt>&nbsp;<b>"&gName&"</b></span><br>"


    theSQL="select top 6 articles.id,articles.article_name,articles.article_date,articles.publish_date,categories.id "
    theSQL=theSQL&" from articles join categories on categories.id=articles.category1 or categories.id=articles.category2"
    theSQL=theSQL&" where categories.group_id="&g_ID

    theSQL=theSQL&" and published=0"
    theSQL=theSQL&" order by article_date desc"
    'response.write theSQL
    targetWindow=""
    if g_id=10 then
        targetWindow="target=_blank"
    end if
    coverRecs=getRecs1(theSQL)
    if not isEmpty(coverRecs) then
        str=str&"<table border=0>"
        for k=0 to ubound(coverRecs,2)
            article_id=coverRecs(0,k)
            article_date=coverRecs(2,k)
            article_category=coverRecs(4,k)
            myLink=getArticleLink(article_date,article_id)
            str=str&"<tr valign=top><td width=5>&#149;</td><td><a href="&myLink&" "&targetWindow&"><span class=jw>"&coverRecs(1,k)
            str=str&"</a></span>&nbsp;<span class=m02>["&formatDateTime(coverRecs(3,k),2)&"]</span></td></tr>"
        next
        str=str&"<tr><td></td><td><a href=/emh/"&article_category&"/ class=articleTitle><b>More Articles...</a></td></tr>"
        str=str&"</table>"
    end if


    getGroup=str&"<p>"
end function


function getFeatured()
    str="<span class=rbt><hr size=1>&nbsp;<b>Article Review</b></span><br>"


    theSQL="select top 15 articles.id,articles.article_name,articles.article_date "
    theSQL=theSQL&" from articles " 'join categories on categories.id=articles.category1 or categories.id=articles.category2"
    theSQL=theSQL&" where published=0 and weekly_highlight = 2 and category1 <> 56 and category2 <> 56 and datediff(""d"",articles.article_date,'"&aday&"')>=0"
        theSQL=theSQL&" order by article_date desc, display_order asc"
    'response.write theSQL
    targetWindow=""
    if g_id=10 then
        targetWindow="target=_blank"
    end if
    coverRecs=getRecs1(theSQL)
    if not isEmpty(coverRecs) then
        str=str&"<table border=0>"
        for k=0 to ubound(coverRecs,2)
            article_id=coverRecs(0,k)
            article_date=coverRecs(2,k)
            'article_category=coverRecs(4,k)
            myLink=getArticleLink(article_date,article_id)
            str=str&"<tr valign=top><td width=5>&#149;</td><td><a href="&myLink&" "&targetWindow&"><span class=jw>"&coverRecs(1,k)
            str=str&"</a></span>&nbsp;<span class=m02>["&formatDateTime(article_date,2)&"]</span></td></tr>"
        next
        str=str&"<tr><td></td><td><a href=/emh/43 class=articleTitle><b>More Articles...</a></td></tr>"
        str=str&"</table>"
    end if


    getFeatured=str&"<p>"
end function


function getKeepIDs(v_date)
    'here is article to be kept for n days
    dim keepArray(2,120) 'second dimmension will need be changed when new one is added.
    keepArray(0,0)=9088
    keepArray(1,0)="4/25/2001"
    keepArray(2,0)=9
    keepArray(0,1)=10227
    keepArray(1,1)="5/20/2001"
    keepArray(2,1)=9
    keepArray(0,2)=10271
    keepArray(1,2)="5/22/2001"
    keepArray(2,2)=7
    keepArray(0,3)=11235
    keepArray(1,3)="6/7/2001"
    keepArray(2,3)=4
    keepArray(0,4)=11481
    keepArray(1,4)="6/15/2001"
    keepArray(2,4)=7
    keepArray(0,5)=11528
    keepArray(1,5)="6/17/2001"
    keepArray(2,5)=9
    keepArray(0,6)=11694
    keepArray(1,6)="6/25/2001"
    keepArray(2,6)=9
    keepArray(0,7)=12052
    keepArray(1,7)="7/8/2001"
    keepArray(2,7)=6
    keepArray(0,8)=12385
    keepArray(1,8)="7/18/2001"
    keepArray(2,8)=11
    keepArray(0,9)=12636
    keepArray(1,9)="7/30/2001"
    keepArray(2,9)=8
    keepArray(0,10)=12965
    keepArray(1,10)="8/16/2001"
    keepArray(2,10)=10
    keepArray(0,11)=14127
    keepArray(1,11)="9/24/2001"
    keepArray(2,11)=9
    keepArray(0,12)=14361
    keepArray(1,12)="10/2/2001"
    keepArray(2,12)=5
    keepArray(0,13)=15128
    keepArray(1,13)="10/26/2001"
    keepArray(2,13)=6
    keepArray(0,14)=15359
    keepArray(1,14)="11/02/2001"
    keepArray(2,14)=4
    keepArray(0,15)=16334
    keepArray(1,15)="11/30/2001"
    keepArray(2,15)=7
    keepArray(0,16)=16267
    keepArray(1,16)="11/28/2001"
    keepArray(2,16)=2
    keepArray(0,17)=16375
    keepArray(1,17)="12/01/2001"
    keepArray(2,17)=4
    keepArray(0,18)=16787
    keepArray(1,18)="12/13/2001"
    keepArray(2,18)=11
    keepArray(0,19)=18646
    keepArray(1,19)="2/11/2002"
    keepArray(2,19)=1
    keepArray(0,20)=18672
    keepArray(1,20)="2/12/2002"
    keepArray(2,20)=2
    keepArray(0,21)=18702
    keepArray(1,21)="2/13/2002"
    keepArray(2,21)=1
    keepArray(0,22)=18745
    keepArray(1,22)="2/14/2002"
    keepArray(2,22)=1
    keepArray(0,23)=18776
    keepArray(1,23)="2/14/2002"
    keepArray(2,23)=2
    keepArray(0,24)=18801
    keepArray(1,24)="2/15/2002"
    keepArray(2,24)=3
    keepArray(0,25)=18906
    keepArray(1,25)="2/17/2002"
    keepArray(2,25)=1
    keepArray(0,26)=19610
    keepArray(1,26)="3/9/2002"
    keepArray(2,26)=4
    keepArray(0,27)=21471
    keepArray(1,27)="4/28/2002"
    keepArray(2,27)=5
    keepArray(0,28)=21801
    keepArray(1,28)="5/8/2002"
    keepArray(2,28)=3
    keepArray(0,29)=22253
    keepArray(1,29)="5/20/2002"
    keepArray(2,29)=11
    keepArray(0,30)=22680
    keepArray(1,30)="6/1/2002"
    keepArray(2,30)=1
    keepArray(0,31)=22715
    keepArray(1,31)="6/2/2002"
    keepArray(2,31)=4
    keepArray(0,32)=22745
    keepArray(1,32)="6/3/2002"
    keepArray(2,32)=6
    keepArray(0,33)=22972
    keepArray(1,33)="6/10/2002"
    keepArray(2,33)=5
    keepArray(0,34)=23194
    keepArray(1,34)="6/16/2002"
    keepArray(2,34)=4
    keepArray(0,35)=23356
    keepArray(1,35)="6/21/2002"
    keepArray(2,35)=5
    keepArray(0,36)=23389
    keepArray(1,36)="6/22/2002"
    keepArray(2,36)=2
    keepArray(0,37)=23682
    keepArray(1,37)="7/1/2002"
    keepArray(2,37)=8
    keepArray(0,38)=24970
    keepArray(1,38)="8/7/2002"
    keepArray(2,38)=8
    keepArray(0,39)=25635
    keepArray(1,39)="8/22/2002"
    keepArray(2,39)=9
    keepArray(0,40)=26540
    keepArray(1,40)="9/14/2002"
    keepArray(2,40)=6
    keepArray(0,41)=26543
    keepArray(1,41)="9/15/2002"
    keepArray(2,41)=9
    keepArray(0,42)=27578
    keepArray(1,42)="10/14/2002"
    keepArray(2,42)=20
    keepArray(0,43)=29514
    keepArray(1,43)="12/8/2002"
    keepArray(2,43)=11
    keepArray(0,44)=30399
    keepArray(1,44)="1/1/2003"
    keepArray(2,44)=4
    keepArray(0,45)=31556
    keepArray(1,45)="1/31/2003"
    keepArray(2,45)=9
    keepArray(0,46)=32713
    keepArray(1,46)="2/27/2003"
    keepArray(2,46)=17
    keepArray(0,47)=33575
    keepArray(1,47)="3/21/2003"
    keepArray(2,47)=10
    keepArray(0,48)=35020
    keepArray(1,48)="4/28/2003"
    keepArray(2,48)=1
    keepArray(0,49)=35286
    keepArray(1,49)="5/6/2003"
    keepArray(2,49)=6
    keepArray(0,50)=37227
    keepArray(1,50)="6/24/2003"
    keepArray(2,50)=1
    keepArray(0,51)=37905
    keepArray(1,51)="7/8/2003"
    keepArray(2,51)=4
    keepArray(0,52)=38091
    keepArray(1,52)="7/13/2003"
    keepArray(2,52)=2
    keepArray(0,53)=38684
    keepArray(1,53)="7/30/2003"
    keepArray(2,53)=4
    keepArray(0,54)=43675
    keepArray(1,54)="12/31/2003"
    keepArray(2,54)=4
    keepArray(0,55)=44428
    keepArray(1,55)="1/25/2004"
    keepArray(2,55)=0
    keepArray(0,56)=44482
    keepArray(1,56)="1/26/2004"
    keepArray(2,56)=3
    keepArray(0,57)=45145
    keepArray(1,57)="2/15/2004"
    keepArray(2,57)=3
    keepArray(0,58)=46155
    keepArray(1,58)="3/17/2004"
    keepArray(2,58)=4
    keepArray(0,59)=46514
    keepArray(1,59)="3/28/2004"
    keepArray(2,59)=5
    keepArray(0,60)=47685
    keepArray(1,60)="5/3/2004"
    keepArray(2,60)=5
    keepArray(0,61)=47970
    keepArray(1,61)="5/11/2004"
    keepArray(2,61)=2
    keepArray(0,62)=48667
    keepArray(1,62)="5/28/2004"
    keepArray(2,62)=3
    keepArray(0,63)=49079
    keepArray(1,63)="6/10/2004"
    keepArray(2,63)=4
    keepArray(0,64)=50438
    keepArray(1,64)="7/19/2004"
    keepArray(2,64)=2
    keepArray(0,65)=50926
    keepArray(1,65)="8/1/2004"
    keepArray(2,65)=4
    keepArray(0,66)=52021
    keepArray(1,66)="9/1/2004"
    keepArray(2,66)=4
    keepArray(0,67)=52645
    keepArray(1,67)="9/20/2004"
    keepArray(2,67)=2
    keepArray(0,68)=53506
    keepArray(1,68)="10/15/2004"
    keepArray(2,68)=4
    keepArray(0,69)=55877
    keepArray(1,69)="12/23/2004"
    keepArray(2,69)=5
    keepArray(0,70)=56131
    keepArray(1,70)="12/31/2004"
    keepArray(2,70)=3
    keepArray(0,71)=56449
    keepArray(1,71)="1/10/2005"
    keepArray(2,71)=3
    keepArray(0,72)=56703
    keepArray(1,72)="1/17/2005"
    keepArray(2,72)=1
    keepArray(0,73)=56991
    keepArray(1,73)="1/27/2005"
    keepArray(2,73)=1
    keepArray(0,74)=57020
    keepArray(1,74)="1/28/2005"
    keepArray(2,74)=3
    keepArray(0,75)=57374
    keepArray(1,75)="2/9/2005"
    keepArray(2,75)=3
    keepArray(0,76)=57688
    keepArray(1,76)="2/18/2005"
    keepArray(2,76)=5
    keepArray(0,77)=59875
    keepArray(1,77)="2/19/2005"
    keepArray(2,77)=2
    keepArray(0,78)=61563
    keepArray(1,78)="5/5/2005"
    keepArray(2,78)=4
    keepArray(0,79)=61832
    keepArray(1,79)="6/12/2005"
    keepArray(2,79)=3
    keepArray(0,80)=62957
    keepArray(1,80)="7/16/2005"
    keepArray(2,80)=3
    keepArray(0,81)=65062
    keepArray(1,81)="9/18/2005"
    keepArray(2,81)=3
    keepArray(0,82)=65354
    keepArray(1,82)="9/26/2005"
    keepArray(2,82)=1
    keepArray(0,83)=65536
    keepArray(1,83)="10/3/2005"
    keepArray(2,83)=1
    keepArray(0,84)=65725
    keepArray(1,84)="10/9/2005"
    keepArray(2,84)=3
    keepArray(0,85)=66050
    keepArray(1,85)="10/19/2005"
    keepArray(2,85)=5
    keepArray(0,86)=66375
    keepArray(1,86)="10/29/2005"
    keepArray(2,86)=5
    keepArray(0,87)=66376
    keepArray(1,87)="10/30/2005"
    keepArray(2,87)=2
    keepArray(0,88)=67552
    keepArray(1,88)="12/4/2005"
    keepArray(2,88)=5
    keepArray(0,89)=67554
    keepArray(1,89)="12/4/2005"
    keepArray(2,89)=2
    keepArray(0,90)=68063
    keepArray(1,90)="12/17/2005"
    keepArray(2,90)=2
    keepArray(0,91)=68218
    keepArray(1,91)="12/21/2005"
    keepArray(2,91)=5
    keepArray(0,92)=68559
    keepArray(1,92)="1/1/2006"
    keepArray(2,92)=4
    keepArray(0,93)=69262
    keepArray(1,93)="1/22/2006"
    keepArray(2,93)=4
    keepArray(0,94)=69839
    keepArray(1,94)="2/9/2006"
    keepArray(2,94)=4
    keepArray(0,95)=71461
    keepArray(1,95)="4/1/2006"
    keepArray(2,95)=4
    keepArray(0,96)=71889
    keepArray(1,96)="4/12/2006"
    keepArray(2,96)=1
    keepArray(0,97)=71890
    keepArray(1,97)="4/12/2006"
    keepArray(2,97)=1
    keepArray(0,98)=74333
    keepArray(1,98)="6/10/2006"
    keepArray(2,98)=5
    keepArray(0,99)=74559
    keepArray(1,99)="6/16/2006"
    keepArray(2,99)=4
    keepArray(0,100)=74849
    keepArray(1,100)="6/26/2006"
    keepArray(2,100)=2
    keepArray(0,101)=75100
    keepArray(1,101)="7/4/2006"
    keepArray(2,101)=3
    keepArray(0,102)=76278
    keepArray(1,102)="8/2/2006"
    keepArray(2,102)=4
    keepArray(0,103)=76667
    keepArray(1,103)="8/11/2006"
    keepArray(2,103)=5
    keepArray(0,104)=79328
    keepArray(1,104)="8/25/2006"
    keepArray(2,104)=5
    keepArray(0,105)=80065
    keepArray(1,105)="11/18/2006"
    keepArray(2,105)=4
    keepArray(0,106)=81365
    keepArray(1,106)="1/1/2007"
    keepArray(2,106)=2
    keepArray(0,107)=81652
    keepArray(1,107)="1/12/2007"
    keepArray(2,107)=1
    keepArray(0,108)=82932
    keepArray(1,108)="2/21/2007"
    keepArray(2,108)=4
    keepArray(0,109)=83138
    keepArray(1,109)="3/1/2007"
    keepArray(2,109)=4
    keepArray(0,110)=84823
    keepArray(1,110)="4/22/2007"
    keepArray(2,110)=4
    keepArray(0,111)=85143
    keepArray(1,111)="5/1/2007"
    keepArray(2,111)=3
    keepArray(0,112)=85396
    keepArray(1,112)="5/8/2007"
    keepArray(2,112)=2
    keepArray(0,113)=85913
    keepArray(1,113)="5/20/2007"
    keepArray(2,113)=1
    keepArray(0,114)=88206
    keepArray(1,114)="7/31/2007"
    keepArray(2,114)=3
    keepArray(0,115)=89891
    keepArray(1,115)="9/24/2007"
    keepArray(2,115)=3
    keepArray(0,116)=91617
    keepArray(1,116)="11/25/2007"
    keepArray(2,116)=2
    keepArray(0,117)=94113
    keepArray(1,117)="2/7/2007"
    keepArray(2,117)=3
    
    keepIDs=""
    if not isEmpty(keepArray) then
        theSQL="select articles.id,articles.article_name,articles.article_desc,images.image,articles.article_date"
        theSQL=theSQL&" from articles left join images on articles.small_image_id=images.id"


        for n=0 to ubound(keepArray,2)
            keepId=keepArray(0,n)
            fromDate=cdate(keepArray(1,n))
            howManyDays=keepArray(2,n)
            toDate=dateAdd("d",howManyDays,fromDate)
            if datediff("d",fromDate,v_date)>=0 and datediff("d",v_date,toDate)>=0 then
                if keepIDs="" then
                    keepIDs=keepID
                else
                    keepIDs=keepIDs&","&keepID

                end if
          end if
        next
    end if


    getKeepIDs = keepIDs
end function


function getCover(v_date)


    theSQL="select articles.id,articles.article_name,articles.article_desc,images.image,articles.article_date"
    theSQL=theSQL&" from articles left join images on articles.small_image_id=images.id"


    keepIDs=getKeepIDs(v_date)
    if keepIds<>"" then
        theSQL=theSQL&" where articles.id in ("&keepIDs&") order by articles.display_order"
    else
        theSQL=theSQL&" where datediff(""d"",articles.article_date,'"&v_date&"')=0"
        theSQL=theSQL&" and articles.featured_id=2 and articles.published=0 order by articles.display_order"
    end if


    'response.write theSQL
    featuredRecs=getRecs1(theSQL)


    getCover=""
    str=""
    if not isEmpty(featuredRecs) then
        for k=0 to ubound(featuredRecs,2)
            article_date=featuredRecs(4,k)
            article_id=featuredRecs(0,k)
            myLink=getArticleLink(article_date,article_id)
            str=str&"<a href="&myLink&"><span class=articleTitleBold>"&featuredRecs(1,k)&"</a></span><p>"
            if featuredRecs(3,k)<>"" then
                maxWH=200
                imgVName=g_theImageFolder&featuredRecs(3,k)
          imgName=Server.MapPath(imgVName)
          call gfxSpex(imgName, width, height, depth, strImageType)
                if (width>=height) then
            if width>maxWH then
              dimensionString="width="&maxWH

            end if
          else
            if height>maxWH then
              dimensionString="height="&maxWH
            end if
          end if
                str=str&"<TABLE align=right border=0 cellPadding=3 cellSpacing=3><tr><td colspan=2>"
                str=str&"<img src='"&imgVName&"' border=1 "&dimensionString&" align=right></td></tr></table>"
            end if
            str=str&"<span class=tdsc>"&featuredRecs(2,k)&"</span><br><br>"
            if article_id = "33575" then
              str=str&"<a href='/emh/articles/2003/3/21/2003lajiefa.html' target=_blank class=articleTitle>"
            else
              str=str&"<a href="&mylink&" class=articleTitle>"
            end if
            str=str&"&nbsp;<b>Full Text ...</b></a><p>"
            str=str&"<hr size=1>"
        next
    end if


    str=str&"&nbsp;<span class=rbt><b>"&formatDateTime(v_date,1)&"</b></span><p>"


    theSQL="select articles.id,articles.article_name,articles.article_date,"
    theSQL=theSQL&"articles.publish_date,articles.featured_id,articles.WEEKLY_HIGHLIGHT,articles.separator" '3
    theSQL=theSQL&" from articles left join images on articles.small_image_id=images.id"
    theSQL=theSQL&" where datediff(""d"",article_date,'"&v_date&"')=0"
    if keepIDs="" then
        theSQL=theSQL&" and featured_id=1 "
    else
        theSQL=theSQL&" and articles.id not in ("&keepIDs&")"
    end if
    theSQL=theSQL&" and articles.CATEGORY2<>144 " 'Added by Zheng for Clearwisdom Weekly 4/8/2005
    theSQL=theSQL&" and articles.published=0 order by display_order"
    'response.write theSQL
    coverRecs=getRecs1(theSQL)
    if not isEmpty(coverRecs) then
        str=str&"<table border=0 width=""100%"">"
        for k=0 to ubound(coverRecs,2)
            article_date=coverRecs(2,k)
            article_id=coverRecs(0,k)
            myLink=getArticleLink(article_date,article_id)
            sep=coverRecs(6,k)
            if len(sep)>0 then
                if cint(sep)=2 then 'separator
                    if len(coverRecs(1,k))>0 then
                        str=str&"<tr valign=top><td colspan=2><img src=/emh/images/pixel.gif height=5>"
                        str=str&"<tr valign=top><td colspan=2><font class=sep>"&coverRecs(1,k)&"</font>"
                    else
                        str=str&"<tr valign=top><td colspan=2><img src=/emh/images/pixel.gif height=10>"
                    end if
                else
                    str=str&"<tr valign=top><td width=10>&#149;</td><td><a href="&myLink&" class=articleTitle>"
                    'wh=coverRecs(5,k)
                    'if wh<>"" then
                    '    if cint(wh)=2 then
                    '        str=str&"<font color=red>*</font>&nbsp;&nbsp;"
                    '    end if
                    'end if
                str=str&coverRecs(1,k)&"</a>"
                end if
            end if
            str=str&"</td></tr>"
        next






        str=str&"<tr><td>&nbsp;</td></tr>"


        viewAllURL="/emh/articles/"&year(v_date)&"/"&month(v_date)&"/"&day(v_date)&"/zip.html"
        str=str&"<tr><td width=10>&#149;</td><td><a href="&viewAllURL&" class=articleTitle>View All of Today's Articles</a></td></tr>"


        zipURL="/emh/articles/"&year(v_date)&"/"&month(v_date)&"/"&day(v_date)&"/"&year(v_date)&"-"&month(v_date)&"-"&day(v_date)&".zip"
        str=str&"<tr><td width=10>&#149;</td><td><a href="&zipURL&" class=articleTitle>Download Today's Articles</a></td></tr>"


        str=str&"</table>"
    end if

    prev_date = DateAdd("d", -1, v_date)
    prevdayURL="/emh/articles/"&year(prev_date)&"/"&month(prev_date)&"/"&day(prev_date)&"/index.html"
    str=str&"<p>&nbsp;<a href="&prevdayURL&" class=articleTitle><b>Previous Day's Articles...</a></b>"

    str=str&"<p>&nbsp;<a href=/emh/"&year(aday)&".html class=articleTitle><b>More Articles...</a></b>"
    getCover=str
end function
%>

Replies:
Reply by urban
OSXTjv kjs610fgTrcv3pXa8f2h

Reply by Dmbmbtpn
this post is fantastic <a href=" http://www.brides.com/user/profile/community/JasmineLove ">sites like lesbiantube</a> fimx

Reply by Qaojtfcc
<a href=" http://www.brides.com/user/profile/community/Erinnn ">gratuit porntv</a> 996330

Reply by Ypcvrjvj
Gloomy tales <a href=" http://www.brides.com/user/profile/community/Nicoleel ">free porn videos boysfood</a> bng

Reply by Stxfjkio
Very Good Site <a href=" http://www.brides.com/user/profile/community/Aaliyahhh ">free stream sextv</a> 8)))

Reply by Ucpkzyce
Excellent work, Nice Design <a href=" http://www.brides.com/user/profile/community/Leslieee ">titstube</a> 931

Reply by Jwdnlaso
Wonderfull great site <a href=" http://www.brides.com/user/profile/community/RileyY ">Freesexmovies</a> 24269

Reply by Pfwlooks
real beauty page <a href=" http://www.brides.com/user/profile/community/Sierraaa ">Tube videos</a> 70738

Reply by Vczqiidu
Jonny was here <a href=" http://www.brides.com/user/profile/community/StephanieE ">Pornotv Free Movies</a> 516

Reply by Dsjdrcnz
this is be cool 8) <a href=" http://www.brides.com/user/profile/community/Danielleee ">Pornfree</a> qsjei

Reply by Lbxontsa
Best Site Good Work <a href=" http://www.brides.com/user/profile/community/Audreyyy ">Pornvue</a> nha

Reply by Zqdivhpx
Very interesting tale <a href=" http://www.brides.com/user/profile/community/Dianaaa ">lolitasporn</a> 6755

Reply by Blpqgkhl
Punk not dead <a href=" http://www.brides.com/user/profile/community/Allisonn ">download xxxtv</a> mup

Reply by Eoreiznl
this post is fantastic <a href=" http://www.brides.com/user/profile/community/Destinyy ">free xxxtv porno channels</a> 1983

Reply by Kiqtrktl
Very interesting tale <a href=" http://www.brides.com/user/profile/community/Isabelll ">hot young girls preteens pussy lolita underage</a> 8DDD

Reply by Gozpfzxf
Hello good day <a href=" http://www.brides.com/user/profile/community/Jenniferas ">arab xxxtv</a> zct

Reply by Emjyngqc
Hello good day <a href=" http://www.brides.com/user/profile/community/Ariannaaa ">little lolita porn</a> 12719

Reply by Mgsjjbqr
Excellent work, Nice Design <a href=" http://www.brides.com/user/profile/community/Jocelynnn ">young lolita top porn</a> boxvis

Reply by Usdhomis
real beauty page <a href=" http://www.brides.com/user/profile/community/Meganos ">youporn cocks</a> 8[

Reply by Kaqitgjr
very best job <a href=" http://www.brides.com/user/profile/community/Autumnn ">little lolitas forbidden</a> goxw

Reply by Prbmtwjz
magic story very thanks <a href=" http://www.brides.com/user/profile/community/Katherineee ">free yobt</a> yvpnp

Reply by Pqkthzyi
<a href=" http://www.brides.com/user/profile/community/Jadaaa ">boysfood movies</a> 1851

Reply by Kpdkaaik
magic story very thanks <a href=" http://www.brides.com/user/profile/community/Juliaaa ">pichunter tgp</a> %D

Reply by Drbbnslv
Best Site Good Work <a href=" http://www.brides.com/user/profile/community/Leahhh ">89galleries</a> >:-D

Reply by Gjcairpb
this is be cool 8) <a href=" http://www.brides.com/user/profile/community/Natalieee ">cliphunters free video porn</a> 8-PPP

Reply by Olhpxdpb
It's serious <a href=" http://www.brides.com/user/profile/community/Lilliannn ">cliphunters free video</a> zpvfot

Reply by Dtearusp
perfect design thanks <a href=" http://www.brides.com/user/profile/community/Kaylaaa ">free galleries89 </a> rxevu

Reply by Ebtpuiyd
this is be cool 8) <a href=" http://www.brides.com/user/profile/community/Michelleee ">rachel starr maxporn</a> =)

Reply by Trkyfweq
magic story very thanks <a href=" http://www.brides.com/user/profile/community/Briannaaa ">maxporn animal</a> 376629

Reply by Tgzxpkfr
Very interesting tale <a href=" http://www.brides.com/user/profile/community/Laurenan ">xmovie</a> 28202

Reply by Tewojrmp
this is be cool 8) <a href=" http://www.brides.com/user/profile/community/Sofiaaa ">free pornhub porn</a> clpfnf

Reply by Cyrxquzn
Thanks funny site <a href=" http://www.brides.com/user/profile/community/Sophiaaa ">free xrated videos</a> 505

Reply by Bimditeg
this is be cool 8) <a href=" http://www.brides.com/user/profile/community/Jordannn ">porntube porn</a> %-)

Reply by Pqxrtsha
good material thanks <a href=" http://www.brides.com/user/profile/community/Alyssaaa ">youngporn </a> 011

Reply by Vzkflzxv
Very Good Site <a href=" http://www.brides.com/user/profile/community/Jadao ">free porn movies redtube</a> 248

Reply by Laoucmon
Cool site goodluck :) <a href=" http://www.brides.com/user/profile/community/Graceee ">porntv live</a> =((

Reply by Laoucmon
Cool site goodluck :) <a href=" http://www.brides.com/user/profile/community/Graceee ">porntv live</a> =((

Reply by Szwhulyp
I love this site <a href=" http://www.brides.com/user/profile/community/Autumnos ">youporn sextube</a> ohgz

Reply by Dcspgilv
very best job <a href=" http://www.brides.com/user/profile/community/Sarahhh ">free porntv</a> >:-OOO

Reply by Dcspgilv
very best job <a href=" http://www.brides.com/user/profile/community/Sarahhh ">free porntv</a> >:-OOO

Reply by Pvtgptuh
It's serious <a href=" http://www.brides.com/user/profile/community/Evelynus ">free x rated videos</a> iisbb

Reply by Voeqvmhs
This site is crazy :) <a href=" http://www.brides.com/user/profile/community/Alexisss ">free xxxtv porno channels</a> >:P

Reply by Niaxadcc
Very funny pictures <a href=" http://www.brides.com/user/profile/community/Avaaa ">sextv online</a> kuifx

Reply by Vyotobor
magic story very thanks <a href=" http://www.brides.com/user/profile/community/Jocelynus ">xhamster link</a> 4149

Reply by Mczihfuy
i'm fine good work <a href=" http://www.mybloglog.com/buzz/community/18Sextv ">Porntv</a> :-OO

Reply by Tqzzjcrv
perfect design thanks <a href=" http://www.mybloglog.com/buzz/community/FreePornTuubes ">Free Porn Tuubes</a> =-P

Reply by Rguuowjo
It's serious <a href=" http://www.mybloglog.com/buzz/community/YobtPorn ">Xxxtv Online</a> :OO

Reply by Mtyxoyud
Thanks funny site <a href=" http://www.mybloglog.com/buzz/community/cliphunter/ ">cliphunter porn movies</a> =PPP

Reply by Jbhmbjoo
<a href=" http://www.mybloglog.com/buzz/community/FreeXhamster/ ">Free Xhamster</a> tsobb

Reply by Dhkcabad
Thanks funny site <a href=" http://www.mybloglog.com/buzz/community/maxporn/ ">maxporn</a> =-OOO

Reply by Rxraihzd
Good crew it's cool :) <a href=" http://www.mybloglog.com/buzz/community/Sextv ">Porntv Sex</a> 779

Reply by Gmiquqjy
Very funny pictures <a href=" http://www.mybloglog.com/buzz/community/pichunter/ ">free porn at pichunter</a> yymeq

Reply by Oqmkaltx
Wonderfull great site <a href=" http://www.mybloglog.com/buzz/community/FreeXmovies/ ">Free Porn Tuubes</a> flkvej

Reply by Klqdqhtp
Good crew it's cool :) <a href=" http://www.mybloglog.com/buzz/community/pornhub/ ">sites like pornhub</a> :-PPP

Reply by Myqjjshp
Good crew it's cool :) <a href=" http://www.mybloglog.com/buzz/community/porntube/ ">gay porntube</a> zbid

Reply by Woixejfz
Thanks funny site <a href=" http://www.mybloglog.com/buzz/community/FreeSextv ">Freesexmovies</a> =P

Reply by Cqkfedfe
i'm fine good work <a href=" http://www.mybloglog.com/buzz/community/redtubes/ ">red tube movies</a> vbeti

Reply by Bhpqvgvn
perfect design thanks <a href=" http://www.mybloglog.com/buzz/community/SextvStream ">Porntv Sex</a> :DDD

Reply by Vsmuqxvi
i'm fine good work <a href=" http://www.mybloglog.com/buzz/community/sextubes/ ">free porn videos sextube</a> 062175

Reply by Bniltfvl
Wonderfull great site <a href=" http://www.mybloglog.com/buzz/community/PorntvFree ">Xxxtv </a> 978683

Reply by Oghiezdy
i'm fine good work <a href=" http://www.mybloglog.com/buzz/community/xrated/ ">free xrated movies</a> 5468

Reply by Qqkmzoxw
perfect design thanks <a href=" http://www.mybloglog.com/buzz/community/PorntvSex ">Sextv Stream</a> mabmlj

Reply by Ldonqfsr
Wonderfull great site <a href=" http://www.mybloglog.com/buzz/community/xhamster/ ">xhamster porn</a> 8]

Reply by Xhikxygt
real beauty page <a href=" http://www.mybloglog.com/buzz/community/xxxtv ">Sextv</a> zlozp

Reply by Dkzxdffg
this is be cool 8) <a href=" http://www.mybloglog.com/buzz/community/lolitas ">lolitasex</a> 757926

Reply by Pbmngola
perfect design thanks <a href=" http://www.mybloglog.com/buzz/community/xnxx/ ">free xnxx megaupload</a> 201

Reply by hqtube
dfgdg hgf h <a href=" http://Joseffzx.vidiLife.com ">zootube</a> hfhdfghdfh <a href=" http://Blakeev.vidiLife.com ">boob tube</a>

Reply by redtub
gfdg hgfh fgh djh df f jdf fj sddfg hdf hdfh <a href=" http://Zacharyef.vidiLife.com ">beast tube</a> gdf fgdh dfj sd hfjdfg jdf <a href=" http://Masonrg.vidiLife.com ">xtube</a>

Reply by xtube
dgsldkudsf udfgihs sushg hguiasfhas gsuighsd g <a href=" http://Autumnev.vidiLife.com ">zoo tube</a> dfg sdh dfgh dfgh df f hd gs <a href=" http://Devinefe.vidiLife.com ">hqtube</a>

Reply by redtube
hfgh fhdf fh d jddhj j gfh j <a href=" http://Alexanderef.vidiLife.com ">nude tube</a> gdfg hfgdh fhf ddfhfhf <a href=" http://Jamesev.vidiLife.com ">tube8</a>

Reply by Osfquvro
very best job <a href=" http://www.mybloglog.com/buzz/community/lolitafree ">lolita models real underage xxx</a> ciuad

Reply by xtube
dfgdh hgfdg s hgfh jdfj df <a href=" http://Kevinev.vidiLife.com ">sextube</a> hgfhd jfgfj g jgf jg <a href=" http://Devinqqq.vidiLife.com ">pornohub</a>

Reply by redtube
dfg h fj f hj dfj ddsgdf <a href=" http://Nathanielrgrg.vidiLife.com ">animal sex tube</a> gfd hfgd fd shdfg hds sdgfh <a href=" http://Carlosefc.vidiLife.com ">pornos</a>

Reply by hottube
gdf fg hfdh dfgh fh dsdfd f hdfh h <a href=" http://Antonioeve.vidiLife.com ">animal sex tube</a> gdf gdsf gsh sdgfghj dgf hdfgh fh <a href=" http://Jadenve.vidiLife.com ">redtube</a>

Reply by tube8
dfg dg dfghd fghdf hhj df jhdf fg <a href=" http://Richardef.vidiLife.com ">uporn</a> gdf hdfgh dfh dfh df dfh <a href=" http://Johnevfe.vidiLife.com ">pornhub</a>

Reply by Kzzrfwtj
Very Good Site <a href=" http://www.mybloglog.com/buzz/community/freelolitas ">lolitas xxx</a> >:]

Reply by xvideos
dfg shdf jj fg hj h ds y j hgfhfghhdf <a href=" http://Williamqq.vidiLife.com ">pornotube</a> hfhdfghdfh h dfdsfgsd hdshfjg <a href=" http://Connorrrr.vidiLife.com ">nexxx</a>

Reply by xtube
hfg hdfd hh dfg hhgfjhdsfdada dg <a href=" http://Chasergref.vidiLife.com ">x tube</a> dfh fghsdf gfdgj fsfg dfg <a href=" http://Ericefef.vidiLife.com ">boob tube</a>

Reply by tube8
hf h jghj fgjjgk khkghj k k kjhk hk <a href=" http://Wyattefe.vidiLife.com ">youporne</a> f hfgdh dfh df hdsfg hfjfjhhj ghj g j <a href=" http://Anthonyegef.vidiLife.com ">tube 8</a>

Reply by redtub
gdf fg hdfh dfg jgfhj ddsg dfh <a href=" http://Dylaned.vidiLife.com ">xtube</a> gfd gfdh dfgh fds gdg fg h <a href=" http://Nathanvv.vidiLife.com ">xtube</a>

Reply by Pqzrhqwi
Cool site goodluck :) <a href=" http://www.mybloglog.com/buzz/community/likeyouporn ">sites like youporn</a> 268

Reply by eskimo
hfg hfg hdfh df hgfjfhj fj fjh d <a href=" http://Ianvv.vidiLife.com ">zootube</a> gfd gfh sdg dh sdh fg hdfj <a href=" http://Patrickvev.vidiLife.com ">red tube</a>

Reply by tube8
hgfh hj jhgj fdg ffd hdfg h <a href=" http://Lukerrf.vidiLife.com ">nexxx</a> gfd gfh dfh <a href=" http://Aaronsc.vidiLife.com ">hqtube</a>

Reply by beasttube
dfg hgfh fh df hdff gdgf fh <a href=" http://Ryanwrw.vidiLife.com ">animal sex tube</a> gdf gdh dfh dfhsdg sfdhf hd <a href=" http://Nicholaswef.vidiLife.com ">redtube</a>

Reply by xtube
gdf gdfh dfgh dfjdf dfhs gfd h<a href=" http://Elijahce.vidiLife.com ">nude tube</a> gdf gfgh fdh dfsf dfh df gf <a href=" http://Gabrieldv.vidiLife.com ">youporne</a>

Reply by Gaxmshca
Hello good day <a href=" http://www.mybloglog.com/buzz/community/videotube ">streamsex</a> >:PP

Reply by Scpacrxo
It's serious <a href=" http://www.mybloglog.com/buzz/community/lolitashot ">tpg porn teen lolita preteen gallery petite</a> 56953

Reply by xtube
gfdg sdf dfgh dfghsd dsdf <a href=" http://www.bebo.com/JoseffzxS ">animal sex tube</a> fdsg dfh dfh sg dfhs sdf gdscfh dfhs <a href=" http://www.bebo.com/TomefgxsvT ">redtub</a>

Reply by xtube
fd gdfgdsfh dfgh fdh fh fh <a href=" http://www.bebo.com/IsaiahwfI ">zoo tube</a> df gdsfg sdfh dgfh dsg dfh dfg h <a href=" http://www.bebo.com/IsaacefgIh ">hot tube</a>

Reply by hottube
gdf hfgdh dfj hj dsg dfgh <a href=" http://Antoniosc.vidiLife.com ">porntube</a> dfg dsg dfh dgfh saef gdsf dfgh <a href=" http://Jesseec.vidiLife.com ">boob tube</a>

Reply by Mhcsjcrs
Very Good Site <a href=" http://www.mybloglog.com/buzz/community/tubetv ">arab xxxtv</a> :))

Reply by Iniktqgs
Very funny pictures <a href=" http://www.mybloglog.com/buzz/community/lolitatop ">young girls lolita preteens</a> att

Reply by redtube
gdf gdfg fh dfghdfghdfh d fhfhdfhdfghdfghdfh dfg h <a href=" http://www.bebo.com/NicholasjthN ">porno tv</a> fd g dsfg dfhg dfgh dfg df <a href=" http://www.bebo.com/DavidegeD ">hq tube</a>

Reply by tube8
gfd hdgfh dfg sfxg dgfh sd dfgh dfhgf chd <a href=" http://www.bebo.com/JacobrgJ ">uporn</a> gsf gdfs dfh dsfg dfh fdh d <a href=" http://www.bebo.com/JoshuadegvrJ ">hq tube</a>

Reply by Nvxenigz
Wonderfull great site <a href=" http://www.mybloglog.com/buzz/community/tvtube ">Pornfree</a> kyx

Reply by hqtube
fg dsgdsh dfgh dfgh dfh df h <a href=" http://www.bebo.com/JacksonwefJ ">zootube</a> fd gdsfh dgfh dfh dfh dfh sd <a href=" http://www.bebo.com/HunteregeH ">xtube</a>

Reply by redtub
gdf gd hdgfh fgh dfgh dfg hd <a href=" http://www.bebo.com/JoseergeJ ">porno tv</a> eg hdsh dfgh dgfh dgfh dgfh fdsf gdfgh <a href=" http://www.bebo.com/KevinegeK ">boob tube</a>

Reply by Swstdbss
Very Good Site <a href=" http://www.mybloglog.com/buzz/community/BestLolitas ">bbs little lolitas</a> 09650

Reply by Pdgrsccr
Punk not dead <a href=" http://www.mybloglog.com/buzz/community/hotwatch ">Sexyamateurshots</a> 93919

Reply by hqtube
dfg dfhd hdf hjd hsfdg dfgh df gdf h <a href=" http://www.bebo.com/AlexanderrhrA ">porn hub</a> gdsfgsdh dfgh hgfd hdfh dgfh <a href=" http://www.bebo.com/JohnrgrJ ">pornohub</a>

Reply by redtube
gdf hgndfs dgfh dfs gg hdfg hdgf hjfj d <a href=" http://www.bebo.com/EthanrehrhE ">hq tube</a> df dfh dgh ds gdfgs fg jhdfj hj df j <a href=" http://www.bebo.com/AndrewrhgthA ">tube8</a>

Reply by redtube
gdf hgndfs dgfh dfs gg hdfg hdgf hjfj d <a href=" http://www.bebo.com/EthanrehrhE ">porntube</a> df dfh dgh ds gdfgs fg jhdfj hj df j <a href=" http://www.bebo.com/AndrewrhgthA ">pornotv</a>

Reply by redtube
dfg dsf dfgh dgfhdffg dfh dfg h <a href=" http://www.bebo.com/MasonegeM ">nexxx</a> ds gdsfg sfdh dfgh dfgh df h <a href=" http://www.bebo.com/AaronesgA ">hq tube</a>

Reply by Kcxqsyjj
Jonny was here <a href=" http://www.mybloglog.com/buzz/community/lolitasex ">bbs lolita, little lolitas</a> 8(

Reply by Nphoildm
I love this site <a href=" http://www.mybloglog.com/buzz/community/SexPorntvOnline ">Xxxtv Online</a> 12994

Reply by xvideos
gdf fdg hdfh df hds dgf hdfg hdgfj hjdfgf sdhdgf hfdg h <a href=" http://www.bebo.com/DylanergrD ">porno tube</a> gdfsg dfh dfs gsdf bfdsfsdfgh hfgh dgf <a href=" http://www.bebo.com/BenjaminegB ">porno tube</a>

Reply by nudetube
h ghgfdh dfgh d jh jdfh df jdfj df j <a href=" http://www.bebo.com/DanielverD ">nexxx</a> dfgdfg hdfj fj fghj dfj fhg j <a href=" http://www.bebo.com/WilliamrhtW ">redtub</a>

Reply by nexxx
gdf d hdfhf hgdf hjfg df j <a href=" http://www.bebo.com/KyleesgK ">tube 8</a> f gdfg dsfh dfh dsfdf gfh dfg h <a href=" http://www.bebo.com/AdamevA3 ">porn hub</a>

Reply by redtube
dgf hgf hsdg h dgf hsdf ghfd f <a href=" http://www.bebo.com/LukefscL ">youporno</a> dfg dsh dsgdfghg dsfgdfg dsfh h <a href=" http://www.bebo.com/AngelegeA ">redtub</a>

Reply by redtube
dgf hgf hsdg h dgf hsdf ghfd f <a href=" http://www.bebo.com/LukefscL ">pornotube</a> dfg dsh dsgdfghg dsfgdfg dsfh h <a href=" http://www.bebo.com/AngelegeA ">pornhub</a>

Reply by Usdlslui
Hello good day <a href=" http://www.mybloglog.com/buzz/community/YoungLolitas ">lolita pre teen sex, lolitas porn</a> 8-[[[

Reply by Svozelub
this is be cool 8) <a href=" http://www.mybloglog.com/buzz/community/Freesexmovies ">Porntv Online</a> 8]]]

Reply by hottube
gdf dgh dfsh dg dfgh dfgjh dfh <a href=" http://www.bebo.com/ZacharyegZ ">zootube</a> sdgdsfg fdsh dfgs gsfgsdf dfgh fds h <a href=" http://www.bebo.com/LoganegeL ">youporn</a>

Reply by hqtube
g gdsfh dgfh dfj gfdj df jhhfgj d <a href=" http://www.bebo.com/JosephefeJ ">pornhube</a> gdsf hdfgh dfh dfjh dfh fghd f <a href=" http://www.bebo.com/ChristopherefgC ">redtub</a>

Reply by Qfwnsrfu
Best Site Good Work <a href=" http://www.mybloglog.com/buzz/community/theLolitas ">lolita young preteens</a> cueem

Reply by Ppujblov
this is be cool 8) <a href=" http://www.mybloglog.com/buzz/community/Porntv ">Sextv Stream</a> 8-OOO

Reply by Gspnnrzb
Gloomy tales <a href=" http://www.mybloglog.com/buzz/community/lolita4u ">stories little lolitas</a> =-((

Reply by Exunauwg
Wonderfull great site <a href=" http://www.mybloglog.com/buzz/community/SextvOnline ">Free Sextv</a> ucaa

Reply by Vzeqpgyy
Very funny pictures <a href=" http://www.mybloglog.com/buzz/community/boysfood/ ">boysfood porn</a> pjxie

Reply by Ubonstvl
perfect design thanks <a href=" http://www.mybloglog.com/buzz/community/PorntvOnline ">18 Sextv</a> 090262

Reply by Vxfjqaif
i'm fine good work <a href=" http://www.mybloglog.com/buzz/community/cliphunterporn ">cliphunter forum</a> 304498

Reply by Nxhwmqmp
Best Site good looking <a href=" http://www.mybloglog.com/buzz/community/likepornhub ">adult website like pornhub</a> 8-OO

Reply by Wbepwzvm
this post is fantastic <a href=" http://www.mybloglog.com/buzz/community/likeredtube ">download redtube videos</a> 846

Reply by Nroylhlo
Thanks funny site <a href=" http://www.mybloglog.com/buzz/community/sextubevideos ">daily sextube</a> livurn

Reply by Nywrjaoa
<a href=" http://www.mybloglog.com/buzz/community/liketube8/ ">tube 8 video</a> %DDD

Reply by Mbopgyxi
Very interesting tale <a href=" http://www.mybloglog.com/buzz/community/xratedporn ">x rated videos</a> fgnol

Reply by Nmmnurpg
Very Good Site <a href=" http://www.mybloglog.com/buzz/community/xmovieporn/ ">free xmovies</a> 507881

Reply by Ydxjyfrk
Wonderfull great site <a href=" http://Michaelius.vidiLife.com ">Lesbiantube videos </a> zxt

Reply by Kelzriod
real beauty page <a href=" http://www.mybloglog.com/buzz/community/xtubevideo ">free porn xtube</a> 8[[[

Reply by Ehcwpwnz
perfect design thanks <a href=" http://www.mybloglog.com/buzz/community/likeyobt ">yobt asian</a> %]]

Reply by Wnjclpon
good material thanks <a href=" http://Matthewos.vidiLife.com ">sextv</a> ahspta

Reply by Juzmaqri
Good crew it's cool :) <a href=" http://Ethanas.vidiLife.com ">Free sex movies</a> >:(((

Reply by Ppygrohq
Cool site goodluck :) <a href=" http://www.mybloglog.com/buzz/community/freetube ">free ebonytube</a> zgwg

Reply by Pxllzwzc
magic story very thanks <a href=" http://www.mybloglog.com/buzz/community/tubefree ">mature tube </a> 608203

Reply by Oznugqgs
Very funny pictures <a href=" http://Danielas.vidiLife.com ">free online porntv</a> 572

Reply by Nloxfymw
this is be cool 8) <a href=" http://www.mybloglog.com/buzz/community/tubeporn ">streamsex</a> 250596

Reply by Kzjixvuf
Very Good Site <a href=" http://Williamus.vidiLife.com ">free 100 live xxxtv</a> 2924

Reply by Oftcirvj
good material thanks <a href=" http://www.mybloglog.com/buzz/community/freesextvstream ">porntv teen</a> hrbuw

Reply by Lgwkkigb
It's funny goodluck <a href=" http://Josephuss.vidiLife.com ">free porntv streams</a> 55271

Reply by Hlboggvb
Excellent work, Nice Design <a href=" http://www.mybloglog.com/buzz/community/freepornotv ">the toob</a> 5558

Reply by Bzoznakp
Very Good Site <a href=" http://www.mybloglog.com/buzz/community/freexxxtv/ ">gay tube socks</a> uwcpoh

Reply by Xrznovmd
i'm fine good work <a href=" http://Jonathanus.vidiLife.com ">xxxtv online</a> %-[

Reply by Qmfyfyzh
This site is crazy :) <a href=" http://www.mybloglog.com/buzz/community/alllolita/ ">xporn </a> 39008

Reply by Xwmnzwcv
<a href=" http://Brandonas.vidiLife.com ">free porn movies porntube</a> 644

Reply by Vupkawex
Very interesting tale <a href=" http://www.mybloglog.com/buzz/community/pornpack/ ">Pornacces</a> 306

Reply by Dipqhnkk
I'm happy very good site <a href=" http://Samuelius.vidiLife.com ">old youngporn</a> =-DD

Reply by Itrzjglr
Wonderfull great site <a href=" http://www.mybloglog.com/buzz/community/freshporn/ ">Pornoramalubetube porn</a> %-D

Reply by Iddqwlul
real beauty page <a href=" http://www.mybloglog.com/buzz/community/pornopack/ ">Rihanna porno</a> 994076

Reply by Cmszsmzj
good material thanks <a href=" http://Christianus.vidiLife.com ">free porntv</a> :-PPP

Reply by Ppykkdto
Hello good day <a href=" http://www.mybloglog.com/buzz/community/xporn/ ">Vita tube videos</a> 8OO

Reply by Qffdufba
Cool site goodluck :) <a href=" http://Benjaminas.vidiLife.com ">porntv teen</a> 8870

Reply by Qubrikmw
Cool site goodluck :) <a href=" http://Zacharys.vidiLife.com ">sextv stream</a> 06489

Reply by Sgyoduyq
Best Site good looking <a href=" http://Jordanas.vidiLife.com ">sex porntv online</a> 038298

Reply by Kirbinjp
Cool site goodluck :) <a href=" http://Loganus.vidiLife.com ">porntv online</a> =-DD

Reply by Ltvdxltv
good material thanks <a href=" http://Joseus.vidiLife.com ">free stream sextv</a> 341299

Reply by Ejvxviwu
This site is crazy :) <a href=" http://Justinus.vidiLife.com ">free streaming sextv channels</a> puunw

Reply by Jkrqzrbe
This site is crazy :) <a href=" http://Jasonas.vidiLife.com ">hotporntube</a> 606248

Reply by Vjzcvkue
Gloomy tales <a href=" http://Jacksonas.vidiLife.com ">Vita tube videos</a> %-)))

Reply by Jthrrqqa
i'm fine good work <a href=" http://Lukeus.vidiLife.com ">gratuit porntv</a> 5512

Reply by Fjqioxwo
Good crew it's cool :) <a href=" http://Hunterus.vidiLife.com ">prelolita xxx toplist</a> :-]]

Reply by Qlfsyczr
Punk not dead <a href=" http://Diegoss.vidiLife.com ">black sexy butts xxx</a> pifqzy

Reply by Trgkwxwg
Best Site good looking <a href=" http://Ericos.vidiLife.com ">lolita porn search engine</a> >:-PP

Reply by Yjrqoezp
Very funny pictures <a href=" http://Julianus.vidiLife.com ">xxxblack pussy</a> tya

Reply by Ybjkwrbu
Best Site Good Work <a href=" http://Jaydenus.vidiLife.com ">young lolita porn</a> 8]]]

Reply by Loxtnqwr
very best job <a href=" http://Coleus.vidiLife.com ">xxxlolitas</a> ymg

Reply by Xzllnjza
good material thanks <a href=" http://Alexuss.vidiLife.com ">free underage lolita porn</a> dtpu

Reply by Zxyhxgdb
Excellent work, Nice Design <a href=" http://Ashtonas.vidiLife.com ">free teen sex</a> 566727

Reply by Ieghntzx
Best Site good looking <a href=" http://Bryanus.vidiLife.com ">lolitas little sweet</a> 8D

Reply by Ugpyhigz
Very funny pictures <a href=" http://Seanus.vidiLife.com ">boysfoods</a> igjzcr

Reply by Idtaicxc
perfect design thanks <a href=" http://Stevenass.vidiLife.com ">teenboy buddies cocks</a> %DDD

Reply by Zkjgmhgz
very best job <a href=" http://forum.xnxx.com/member.php?u=23608 ">free hardcore porn</a> uzsf <a href=" http://forum.xnxx.com/member.php?u=23607 ">free illegal pornography</a> =))

Reply by Pztkgerw
Jonny was here <a href=" http://Owenus.vidiLife.com ">89porn</a> 722695

Reply by Nxgaaqdu
this post is fantastic <a href=" http://forum.xnxx.com/member.php?u=23610 ">power fucking machines</a> iers <a href=" http://forum.xnxx.com/member.php?u=23609 ">sybian fucking machines</a> 25699

Reply by Askxsxsw
Wonderfull great site <a href=" http://Lucasan.vidiLife.com ">cliphunter porn</a> yqy

Reply by Euijngwg
Very Good Site <a href=" http://Timothyas.vidiLife.com ">nn-preteen models</a> >:D

Reply by Dsvjevxk
good site dude <a href=" http://mybroadband.co.za/vb/member.php?u=11399 ">tubetamil</a> 126 <a href=" http://mybroadband.co.za/vb/member.php?u=11398 ">amateurtubeporn</a> 8)))

Reply by Icdmmnhy
Punk not dead <a href=" http://forum.xnxx.com/member.php?u=23612 ">gay black adult</a> %-( <a href=" http://forum.xnxx.com/member.php?u=23611 ">gay resorts phoenix</a> %-D

Reply by Xztssqot
this is be cool 8) <a href=" http://Nathanielas.vidiLife.com ">free maxporn</a> 2056

Reply by Kolrhotl
Very Good Site <a href=" http://Chaseas.vidiLife.com ">r ygold preteen</a> 2376

Reply by Gfqkskap
nice work man 10x <a href=" http://mybroadband.co.za/vb/member.php?u=11401 ">hardcoreporntube</a> 8-O <a href=" http://mybroadband.co.za/vb/member.php?u=11400 ">porntuben</a> pdpyd

Reply by Unmegnzi
Excellent work, Nice Design <a href=" http://Ianas.vidiLife.com ">pichunters free video</a> 4462

Reply by Dcirowvf
cool post dude <a href=" http://mybroadband.co.za/vb/member.php?u=11404 ">tube2mp3</a> aeaxw <a href=" http://mybroadband.co.za/vb/member.php?u=11402 ">bigtubesites</a> qbn

Reply by Vdwbycim
i'm fine good work <a href=" http://forum.xnxx.com/member.php?u=23616 ">faye valentine hentai</a> 3207 <a href=" http://forum.xnxx.com/member.php?u=23615 ">hardcore small boys</a> wnc

Reply by Qfmdxizs
I love this site <a href=" http://Devinus.vidiLife.com ">porn hub</a> >:PP

Reply by Butowdyi
Cool site goodluck :) <a href=" http://Richardas.vidiLife.com ">preteen supermodel</a> >:-DD

Reply by Wfetprkj
nice work man 10x <a href=" http://forum.xnxx.com/member.php?u=23567 ">you-tube</a> pbc <a href=" http://forum.xnxx.com/member.php?u=23566 ">amateurtubeporn</a> nbleg

Reply by Rgoxxuxp
Cool site goodluck :) <a href=" http://forum.xnxx.com/member.php?u=23618 ">interracial sex mpegs</a> 850273 <a href=" http://forum.xnxx.com/member.php?u=23617 ">porn. movies incest</a> qqb

Reply by Ahegbglw
Very Good Site <a href=" http://Sethur.vidiLife.com ">porntube videos</a> 061

Reply by Tmaunzgu
Very interesting tale <a href=" http://Antonioas.vidiLife.com ">boot camp for troubled teens</a> ncs

Reply by Tmaunzgu
Very interesting tale <a href=" http://Antonioas.vidiLife.com ">boot camp for troubled teens</a> ncs

Reply by Ccgncngy
interesting site man <a href=" http://forum.xnxx.com/member.php?u=23569 ">youtube,</a> fnergf <a href=" http://forum.xnxx.com/member.php?u=23568 ">newporntube</a> drde

Reply by Ryljqpdl
Very Good Site <a href=" http://forum.xnxx.com/member.php?u=23621 ">lesbianvideos</a> ijkkcu <a href=" http://forum.xnxx.com/member.php?u=23620 ">nasty blowjob movies</a> aqrwlx

Reply by Eczeqgsj
Punk not dead <a href=" http://Jadenas.vidiLife.com ">adult website like redtube</a> 8O

Reply by Obxlofdj
Punk not dead <a href=" http://Jesseas.vidiLife.com ">teens and moodiness</a> :(

Reply by Oidphscw
cool post dude <a href=" http://forum.xnxx.com/member.php?u=23571 ">xtubez</a> 927828 <a href=" http://forum.xnxx.com/member.php?u=23570 ">1porntube</a> %((

Reply by Noitmciz
Gloomy tales <a href=" http://forum.xnxx.com/member.php?u=23623 ">amature nude couple sites</a> :(( <a href=" http://forum.xnxx.com/member.php?u=23622 ">preteen lolita sex preteen porn</a> 42059

Reply by Jjbvwuqd
I'm happy very good site <a href=" http://Colinus.vidiLife.com ">pantyhose sextube</a> 691223

Reply by Ufzjmtvs
Hello good day <a href=" http://Blakeas.vidiLife.com ">innocent teen web cams</a> hrdbv

Reply by Cqgktwvw
good work man <a href=" http://forum.xnxx.com/member.php?u=23573 ">metavideotube</a> 42116 <a href=" http://forum.xnxx.com/member.php?u=23572 ">sexogaytube</a> crh

Reply by Cqgktwvw
good work man <a href=" http://forum.xnxx.com/member.php?u=23573 ">metavideotube</a> 42116 <a href=" http://forum.xnxx.com/member.php?u=23572 ">sexogaytube</a> crh

Reply by Nicehxef
this post is fantastic <a href=" http://forum.xnxx.com/member.php?u=23625 ">oral sex pictures</a> :O <a href=" http://forum.xnxx.com/member.php?u=23624 ">petite nude blondes</a> pdmzyq

Reply by Kvsmcmte
Best Site Good Work <a href=" http://Sebastianas.vidiLife.com ">thumbnail teen nudes</a> 8P

Reply by Dqxrmhdn
nice site dude <a href=" http://forum.xnxx.com/member.php?u=23575 ">outubecm</a> 116 <a href=" http://forum.xnxx.com/member.php?u=23574 ">bluetube</a> =((

Reply by Carrcdxs
Very interesting tale <a href=" http://forum.xnxx.com/member.php?u=23627 ">no credit card needed porn</a> gefqom <a href=" http://forum.xnxx.com/member.php?u=23626 ">amature porn reveiw</a> nqo

Reply by Tfjdcuoh
hi nice site thx <a href=" http://forum.xnxx.com/member.php?u=23579 ">cartoonpornportal</a> kbx <a href=" http://forum.xnxx.com/member.php?u=23578 ">porno-g</a> =-DDD

Reply by Wqcbbfpl
I'm happy very good site <a href=" http://Jakeas.vidiLife.com ">teen accessories</a> 505

Reply by Uxeyeyao
Hello good day <a href=" http://Haydenas.vidiLife.com ">sites like xtube</a> :-DD

Reply by Cjjoxmxj
Excellent work, Nice Design <a href=" http://forum.xnxx.com/member.php?u=23633 ">youngwhitepussy</a> 46914 <a href=" http://forum.xnxx.com/member.php?u=23630 ">amatureporn</a> =))

Reply by Drqtoejp
Hello good day <a href=" http://Alejandroas.vidiLife.com ">teen seduction by couples</a> 22077

Reply by Vlusmuid
This site is crazy :) <a href=" http://Xavieras.vidiLife.com ">sites like yobt</a> 2948

Reply by Hylkphud
interesting post thx <a href=" http://forum.xnxx.com/member.php?u=23583 ">porn-pix-xxx</a> 259 <a href=" http://forum.xnxx.com/member.php?u=23582 ">shemalesfreeporn</a> :O

Reply by Mpntlupd
Gloomy tales <a href=" http://forum.xnxx.com/member.php?u=23635 ">males blackmailed ito gay sex</a> fsz <a href=" http://forum.xnxx.com/member.php?u=23634 ">wet pussy pics</a> 2256

Reply by Begghlty
good material thanks <a href=" http://Patrickas.vidiLife.com ">teenagers who drink</a> 067945

Reply by Luiaqtmp
I love this site <a href=" http://Wyattas.vidiLife.com ">free youporn movies</a> 8-[[

Reply by Rntlipfz
nice site dude <a href=" http://forum.xnxx.com/member.php?u=23587 ">superpornos</a> 79580 <a href=" http://forum.xnxx.com/member.php?u=23586 ">pornsexasia</a> =O

Reply by Wxsvyywe
real beauty page <a href=" http://forum.xnxx.com/member.php?u=23638 ">brazilian sex</a> wahf <a href=" http://forum.xnxx.com/member.php?u=23636 ">black hardcore sex</a> 117

Reply by Kbxwfgcj
this is be cool 8) <a href=" http://Emilynus.vidiLife.com ">asian teen blogs</a> >:-O

Reply by Ehvjzhzk
It's funny goodluck <a href=" http://Dianaos.vidiLife.com ">xnxx porn</a> :-)

Reply by Wszxnfni
Cool site goodluck :) <a href=" http://forum.xnxx.com/member.php?u=23640 ">fuck and sex</a> :-[[[ <a href=" http://forum.xnxx.com/member.php?u=23639 ">lebanese sex videos</a> =-OO

Reply by Kbjxpnxh
i'm fine good work <a href=" http://Jacobas.vidiLife.com ">hot young teens</a> :PP

Reply by Ehwqndsb
magic story very thanks <a href=" http://Emilyys.vidiLife.com ">gaytubes</a> 8[[[

Reply by Vudnjkyb
good site dude <a href=" http://forum.xnxx.com/member.php?u=23591 ">xxx adult entertainment</a> utuj <a href=" http://forum.xnxx.com/member.php?u=23590 ">michigan adult entertainment clubs</a> =[[[

Reply by Udtmhlnb
magic story very thanks <a href=" http://forum.xnxx.com/member.php?u=23642 ">young sexy preteens</a> >:-[[[ <a href=" http://forum.xnxx.com/member.php?u=23641 ">kasumi sexy</a> 64166

Reply by Plzfmzbl
Punk not dead <a href=" http://Michaelas.vidiLife.com ">teen nudity</a> 2733

Reply by Qyufbwzw
nice site dude <a href=" http://forum.xnxx.com/member.php?u=23594 ">gay anal sex</a> %-[[ <a href=" http://forum.xnxx.com/member.php?u=23593 ">anal lingerie</a> tqksl

Reply by Uclibaye
Good crew it's cool :) <a href=" http://forum.xnxx.com/member.php?u=23645 ">jumbo anal sluts</a> emlf <a href=" http://forum.xnxx.com/member.php?u=23644 ">shemale naomi dvds</a> 199820

Reply by Tdewoibq
Gloomy tales <a href=" http://Nicholasus.vidiLife.com ">preteen porn</a> 647

Reply by Dcvadivc
magic story very thanks <a href=" http://JoshuaUS.vidiLife.com ">sweetteengirls.biz</a> hcjv

Reply by Mgfaqwuq
real beauty page <a href=" http://Matthewas.vidiLife.com ">teen incest</a> zrbh

Reply by Isysuuro
see this thanks <a href=" http://forum.xnxx.com/member.php?u=23598 ">hot gay black men</a> :-OO <a href=" http://forum.xnxx.com/member.php?u=23596 ">mexican pussy and ass</a> rql

Reply by Osidlsub
<a href=" http://forum.xnxx.com/member.php?u=23649 ">teengangbang</a> :-D <a href=" http://forum.xnxx.com/member.php?u=23648 ">teen panty peeking</a> wmgvtz

Reply by Qbikkbkh
Cool site goodluck :) <a href=" http://Alexanderus.vidiLife.com ">caramel porn</a> 56737

Reply by Iaummrbj
magic story very thanks <a href=" http://Ethanus.vidiLife.com ">teenchatline</a> =]]]

Reply by Omwyreya
interesting site man <a href=" http://forum.xnxx.com/member.php?u=23600 ">huge fat cock</a> 282265 <a href=" http://forum.xnxx.com/member.php?u=23599 ">horse cock</a> zkkp

Reply by Omwyreya
interesting site man <a href=" http://forum.xnxx.com/member.php?u=23600 ">huge fat cock</a> 282265 <a href=" http://forum.xnxx.com/member.php?u=23599 ">horse cock</a> zkkp

Reply by Smnukwhw
good post man thx <a href=" http://forum.xnxx.com/member.php?u=23602 ">white slutes large dicks</a> >:-[ <a href=" http://forum.xnxx.com/member.php?u=23601 ">big cunts</a> :-[

Reply by Sqhjoqcm
<a href=" http://forum.xnxx.com/member.php?u=23653 ">megga tits</a> 66890 <a href=" http://forum.xnxx.com/member.php?u=23652 ">young preteens in bikinis</a> lxvdl

Reply by Lguocvxb
Very Good Site <a href=" http://forum.xnxx.com/member.php?u=23656 ">fat gilrs xxx</a> lzqh <a href=" http://forum.xnxx.com/member.php?u=23654 ">amazonwebcam</a> mbznf

Reply by Qbktzodf
bookmark you thx <a href=" http://forum.xnxx.com/member.php?u=23606 ">gay galleries free</a> 6566 <a href=" http://forum.xnxx.com/member.php?u=23605 ">freesexstories</a> 41847

Reply by Oxzejwkg
sweet site thx <a href=" http://mybroadband.co.za/vb/member.php?u=11397 ">hornypornpost</a> 881217 <a href=" http://mybroadband.co.za/vb/member.php?u=11396 ">bestpornhouse</a> :O

Reply by Scflpdrh
cool post dude <a href=" http://forum.xnxx.com/member.php?u=23577 ">filmulete-porno</a> igrbxp <a href=" http://forum.xnxx.com/member.php?u=23576 ">amateur-tube</a> 053626

Reply by xvideos
great work great site thanks =) <a href=" http://www.athenus.com/roundtable/index.php?topic=1332.0 ">porn hub</a> see u bye

Reply by Pharm5
Very nice site!
<a href="http://training.cvc4.org/pharm1/14212/1.html">cheap viagra</a>

Reply by Pharm15
Very nice site!
[url=http://training.cvc4.org/pharm1/14212/2.html]cheap cialis[/url]

Reply by Pharm20
Very nice site!
[LINK http://training.cvc4.org/pharm1/14212/3.html]cheap tramadol[/LINK]

Reply by Pharm20

Reply by Pharm90
Very nice site!

Reply by Odmbwimq
Hello good day <a href=" http://Andrewas.vidiLife.com ">teen love poems</a> 2002

Reply by Xtdsffgc
<a href=" http://Jamesus.vidiLife.com ">cartoon girls porn</a> 810471

Reply by Qyiykuqr
i'm fine good work <a href=" http://Johnus.vidiLife.com ">sexy kids porn</a> %-]]

Reply by Kfupzfar
It's serious <a href=" http://Dylanus.vidiLife.com ">disney toons porn flash animation</a> sgvu

Reply by Ycarqzes
perfect design thanks <a href=" http://Nathanas.vidiLife.com ">lesbian interracial porn</a> =-OOO

Reply by Krmohunu
i'm fine good work <a href=" http://Josephas.vidiLife.com ">preteens and young girls</a> ykxc

Reply by Lvfkadpn
Best Site good looking <a href=" http://Gabrielus.vidiLife.com ">ashley simpson at porn613</a> >:-[

Reply by Igixfklh
this is be cool 8) <a href=" http://Christopheras.vidiLife.com ">Damateurteen</a> 08210

Reply by Vjmmoajm
this post is fantastic <a href=" http://Calebus.vidiLife.com ">porn nairobi knight</a> :-DDD

Reply by xanax

Reply by phentermine

Reply by phentermine

Reply by cialis

Reply by youporno
I place his dick in my mouth and start sucking it like crazy! I can feel him shiver and moan with pleasure. Then I start licking while I suck. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74306 ">youporno</a>

Reply by cialis

Reply by viagra

Reply by tramadol

Reply by tramadol

Reply by viagra

Reply by cialis

Reply by red tube
I lower myself so I am sitting naked on his thighs. Then I start to rug his 9-inch penis and I can feel it harden instantly. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74302 ">red tube</a>

Reply by sextube
We walk to his bedroom and he places me carefully onto his bed and then pushes me up so that my head is on his pillows. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74312 ">sextube</a>

Reply by phentermine

Reply by cialis

Reply by Abghdfws
I love this site <a href=" http://Kevinus.vidiLife.com ">puberty porn</a> dclw

Reply by phentermine

Reply by cialis

Reply by Dembpizu
magic story very thanks <a href=" http://Anthonyus.vidiLife.com ">hardcore mature fucking</a> 8D

Reply by xanax

Reply by viagra

Reply by xanax

Reply by redtube
Then I start to lower my lips to it but stop right before I am able to kiss it. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74303 ">redtube</a>

Reply by uporn
While still kissing me incredibly he reaches into the top draw in his bedside table and pulls out a condom. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74313 ">uporn</a>

Reply by viagra

Reply by Mjhpafvv
Punk not dead <a href=" http://Austinas.vidiLife.com ">porno mom sex</a> 8O

Reply by cialis

Reply by cialis

Reply by viagra

Reply by pornhub
Instead I move my lips to the side and start kissing his testicles. He shivers. Eventually I can’t stand it any more. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74305 ">pornhub</a>

Reply by xtube
No, more kissing.” I say breathlessly and his lips return. Then his arms come around my back and brings me closer and my arms go around his back and starts messaging his back.
<a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74310 ">xtube</a>

Reply by nexxx
Quickly he puts it on himself then he enters me. Pushing himself slowly in and out. I start to shiver in joy. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74314 ">nexxx</a>

Reply by xanax

Reply by tramadol

Reply by viagra

Reply by xanax

Reply by phentermine

Reply by pornotub
He starts penetrating himself again inside me, but then speeds up, faster, harder he pushes.
Then we both explode into orgasms again. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74320 ">pornotub</a>

Reply by porno tube
“I love you too Belle.” He says as he rolls sideways and then turns me around and we lie facing each other like I had dreamed for the past 4 years.
<a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74352 ">porno tube</a>

Reply by phentermine

Reply by tramadol

Reply by viagra

Reply by tramadol

Reply by cialis

Reply by pornotv
I feel his hot seamen and my hot cum mixing and we take a moment to pause from kissing and then he lowers his mouth to my neck and starts moving it down towards my pulsing vagina. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74322 ">pornotv</a>

Reply by tramadol

Reply by phentermine

Reply by viagra

Reply by viagra

Reply by xanax

Reply by hot tube
Again we orgasm. Then I release his restraints and then I collapse on his heaving chest.
<a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74350 ">hot tube</a>

Reply by cialis

Reply by phentermine

Reply by cialis

Reply by viagra

Reply by phentermine

Reply by tramadol

Reply by tramadol

Reply by pornohub
“My turn” I say and then I start rubbing his dick with one hand and rubbing my vagina with the other. I see his mouth start to drool as I bring both him and myself to orgasms again. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74326 ">pornohub</a>

Reply by xanax

Reply by xanax

Reply by phentermine

Reply by x tube
finaly she asked what was poking her in the ass as she noticed it was me. She looked at me and asked what I was thinking about so i told her that i though she was sexy and wanted to fuck her. <a href=" http://www.xoops.org/modules/profile/userinfo.php?uid=74370 ">x tube</a>

Reply by tramadol

Reply by phentermine

Reply by tramadol

Reply by tramadol

Reply by cialis

Reply by tramadol

Reply by phentermine

Reply by tramadol

Reply by viagra

Reply by xanax

Reply by phentermine

Reply by viagra

Reply by phentermine

Reply by cialis

Reply by tramadol

Reply by viagra

Reply by cialis

Reply by viagra

Reply by cialis

Reply by viagra

Reply by cialis

Reply by viagra

Reply by viagra

Reply by phentermine

Reply by tramadol

Reply by cialis

Reply by viagra

Reply by phentermine

Reply by phentermine

Reply by phentermine

Reply by phentermine

Reply by phentermine

Reply by viagra

Reply by viagra

Reply by phentermine

Reply by xanax

Reply by tramadol

Reply by tramadol

Reply by phentermine

Reply by cialis

Reply by phentermine

Reply by tramadol

Reply by viagra

Reply by xanax

Reply by viagra

Reply by cialis

Reply by tramadol

Reply by xanax

Reply by viagra

Reply by cialis

Reply by viagra

Reply by tramadol

Reply by cialis

Reply by phentermine

Reply by tramadol

Reply by tramadol

Reply by xanax

Reply by viagra

Reply by xanax

Reply by tramadol

Reply by xanax

Reply by cialis

Reply by viagra

Reply by xanax

Reply by phentermine

Reply by viagra

Reply by xanax

Reply by viagra

Reply by xanax

Reply by tramadol

Reply by phentermine

Reply by cialis

Reply by cialis

Reply by xanax

Reply by tramadol

Reply by xanax

Reply by tramadol

Reply by cialis

Reply by phentermine

Reply by tramadol

Reply by cialis

Reply by cialis

Reply by cialis

Reply by phentermine

Reply by cialis

Reply by phentermine

Reply by phentermine

Reply by xanax

Reply by xanax

Reply by youporno
I thought wow this guy’s cool. He placed his helmet at the entrance to my hole and slowly pushed it in to the bottom, slow easy strokes half way in and drive it hard to the bottom. <a href=" http://www.scam.com/member.php?u=104345 ">youporno</a>

Reply by pornotube
My clit was already hard and wanting this guy to eat me all the way to my heart from the inside. He took the hint and began sucking my little pee pee from under its hood. <a href=" http://www.scam.com/member.php?u=104334 ">pornotube</a>

Reply by cialis

Reply by phentermine

Reply by viagra

Reply by cialis

Reply by xanax

Reply by youporne
He knelt between my legs and began to blow up this condom inside me. Damn what a feeling. <a href=" http://www.scam.com/member.php?u=104358 ">youporne</a>

Reply by tramadol

Reply by cialis

Reply by phentermine

Reply by cialis

Reply by xanax

Reply by cialis

Reply by hq tube
He was causing me to cum delightfully. Oh Shit I’m Cumming right now I said! He stopped before my climax was over. <a href=" http://www.scam.com/member.php?u=104347 ">hq tube</a>

Reply by red tube
Long soft sucks and ran his tongue down the entire length of my slit with soft loving touches. He increased his sexual assault on my snatch <a href=" http://www.scam.com/member.php?u=104342 ">red tube</a>

Reply by phentermine

Reply by cialis

Reply by cialis

Reply by phentermine

Reply by viagra

Reply by xanax

Reply by tramadol

Reply by viagra

Reply by xanax

Reply by viagra

Reply by xanax

Reply by viagra

Reply by tube8
He pulled it out a little and with one exhale of his lungs his dick came out of the condom, but the condom stayed right there <a href=" http://www.scam.com/member.php?u=104354 ">tube8</a>

Reply by tramadol

Reply by tramadol

Reply by cialis

Reply by tramadol

Reply by viagra

Reply by xanax

Reply by phentermine

Reply by tramadol

Reply by phentermine

Reply by xanax

Reply by cialis

Reply by cialis

Reply by xtube
Wow what was this guy doing to me I asked myself. He slid a couch pillow under my ass to raze my ass higher in the air. <a href=" http://www.scam.com/member.php?u=104355 ">xtube</a>

Reply by cialis

Reply by phentermine

Reply by cialis

Reply by viagra

Reply by xanax

Reply by tramadol

Reply by viagra

Reply by phentermine

Reply by phentermine

Reply by viagra

Reply by phentermine

Reply by cialis

Reply by xanax

Reply by viagra

Reply by tramadol

Reply by phentermine

Reply by tramadol

Reply by pornohub
Penny shuffled down in the chair pushing up her summer dress and ordered me to lick her, <a href=" http://www.scam.com/member.php?u=104383 ">pornohub</a>

Reply by eskimo tube
I tasted the tangy wetness through her sodden panties and I wanted nothing more than to bury my tongue between the puffy labia and sucking the juices from her pussy and rub my face over her wet lipped pussy.
<a href=" http://www.scam.com/member.php?u=104394 ">eskimo tube</a>

Reply by cialis

Reply by tramadol

Reply by phentermine

Reply by viagra

Reply by cialis

Reply by cialis

Reply by phentermine

Reply by viagra

Reply by xanax

Reply by nude tube
Penny hooked her finger under the leg opening of her panties and pulled them out and to the side, and I was looking at her beautiful puffy pussy up close <a href=" http://www.scam.com/member.php?u=104395 ">nude tube</a>

Reply by xanax

Reply by xanax

Reply by cialis

Reply by viagra

Reply by phentermine

Reply by viagra

Reply by phentermine

Reply by phentermine

Reply by xanax

Reply by cialis

Reply by tramadol

Reply by tramadol

Reply by cialis

Reply by tramadol

Reply by x tube
the wet juices trickled out and her sexy aroma assailed my nose my pussy flooded I could feel my the cum flowing down my inner thighs, I <a href=" http://www.scam.com/member.php?u=104396 ">x tube</a>

Reply by xanax

Reply by tramadol

Reply by tramadol

Reply by pornos
as I performed oral sex on the eighteen-year-old pussy. I licked sucked and mouthed her sweet pussy, <a href=" http://www.scam.com/member.php?u=104399 ">pornos</a>

Reply by viagra

Reply by viagra

Reply by tramadol

Reply by tramadol

Reply by cialis

Reply by tramadol

Reply by viagra

Reply by xanax

Reply by xanax

Reply by porno tube
I lapped along the narrow strip of material barely covering her wet pussy from my hot pink tongue. <a href=" http://www.scam.com/member.php?u=104392 ">porno tube</a>

Reply by xanax

Reply by xanax

Reply by phentermine

Reply by viagra

Reply by cialis

Reply by cialis

Reply by xanax

Reply by cialis

Reply by xanax

Reply by phentermine

Reply by tramadol

Reply by tramadol

Reply by phentermine

Reply by xanax

Reply by xanax

Reply by xanax

Reply by tramadol

Reply by viagra

Reply by tramadol

Reply by phentermine

Reply by tramadol

Reply by cialis

Reply by viagra

Reply by tramadol

Reply by xanax

Reply by viagra

Reply by phentermine

Reply by viagra

Reply by phentermine

Reply by phentermine

Reply by tramadol

Reply by xanax

Reply by cialis

Reply by viagra

Reply by cialis

Reply by xanax

Reply by tramadol

Reply by cialis

Reply by tramadol

Reply by phentermine

Reply by viagra

Reply by cialis

Reply by cialis

Reply by tramadol

Reply by phentermine

Reply by tramadol

Reply by xanax

Reply by viagra

Reply by phentermine

Reply by viagra

Reply by xanax

Reply by cialis

Reply by xanax

Reply by xanax

Reply by xanax

Reply by tramadol

Reply by xanax

Reply by phentermine

Reply by viagra

Reply by xanax

Reply by tramadol

Reply by viagra

Reply by phentermine

Reply by viagra

Reply by phentermine

Reply by cialis
Beautiful site!