From d6145967666b7bc159330584c48de6a77ba1c2ab Mon Sep 17 00:00:00 2001 From: Cheng Guo <wonderful.guo@gmail.com> Date: Thu, 23 Jan 2014 12:01:08 -0500 Subject: [PATCH] NetBeans project file added Add the right project to work with --- Survey/META-INF/MANIFEST.MF | 4 - Survey/README.md | 4 - .../WEB-INF/classes/servlet/Attribute.class | Bin 1077 -> 0 bytes Survey/WEB-INF/classes/servlet/CallML.class | Bin 6787 -> 0 bytes .../WEB-INF/classes/servlet/Conclusion.class | Bin 7204 -> 0 bytes Survey/WEB-INF/classes/servlet/Masking.class | Bin 10132 -> 0 bytes Survey/WEB-INF/classes/servlet/Ml1.class | Bin 5797 -> 0 bytes Survey/WEB-INF/classes/servlet/Ml2.class | Bin 5802 -> 0 bytes Survey/WEB-INF/classes/servlet/Ml3.class | Bin 5797 -> 0 bytes .../classes/servlet/ModificationValues.class | Bin 75607 -> 0 bytes Survey/WEB-INF/classes/servlet/Post.class | Bin 1859 -> 0 bytes Survey/WEB-INF/classes/servlet/PostTask.class | Bin 6827 -> 0 bytes Survey/WEB-INF/classes/servlet/Search1.class | Bin 6948 -> 0 bytes Survey/WEB-INF/classes/servlet/Search2.class | Bin 6223 -> 0 bytes Survey/WEB-INF/classes/servlet/Search3.class | Bin 6223 -> 0 bytes Survey/WEB-INF/classes/servlet/Task.class | Bin 8136 -> 0 bytes .../classes/servlet/UserAgreement.class | Bin 3559 -> 0 bytes .../WEB-INF/classes/servlet/UserAnswer.class | Bin 27934 -> 0 bytes Survey/build.xml | 71 + Survey/{Model => }/isExperiential.model | Bin Survey/nbproject/ant-deploy.xml | 49 + Survey/nbproject/build-impl.xml | 1479 +++ Survey/nbproject/genfiles.properties | 8 + Survey/nbproject/project.properties | 147 + Survey/nbproject/project.xml | 155 + Survey/{Model => }/seeksInfo.model | Bin Survey/src/conf/MANIFEST.MF | 2 + Survey/src/conf/tomcat-users.xml | 2 + Survey/src/java/servlet/Attribute.java | 65 + Survey/src/java/servlet/CallML.java | 226 + Survey/src/java/servlet/Conclusion.java | 394 + Survey/src/java/servlet/Masking.java | 367 + Survey/src/java/servlet/Ml1.java | 170 + Survey/src/java/servlet/Ml2.java | 165 + Survey/src/java/servlet/Ml3.java | 171 + .../src/java/servlet/ModificationValues.java | 974 ++ Survey/src/java/servlet/Post.java | 87 + Survey/src/java/servlet/PostTask.java | 391 + Survey/src/java/servlet/Search1.java | 192 + Survey/src/java/servlet/Search2.java | 145 + Survey/src/java/servlet/Search3.java | 145 + Survey/src/java/servlet/Task.java | 449 + Survey/src/java/servlet/UserAgreement.java | 139 + Survey/src/java/servlet/UserAnswer.java | 1833 ++++ Survey/{ => web}/META-INF/context.xml | 0 Survey/web/Model/isExperiential.model | Bin 0 -> 49265 bytes Survey/web/Model/seeksInfo.model | Bin 0 -> 1234828 bytes ...iineHealthInformationStudy_ConsentForm.pdf | Bin Survey/{ => web}/WEB-INF/web.xml | 0 Survey/{ => web}/conclusion.jsp | 0 Survey/{ => web}/early_exit.jsp | 0 Survey/{ => web}/exit.jsp | 0 Survey/{ => web}/flat/_all.css | 0 Survey/{ => web}/flat/aero.css | 0 Survey/{ => web}/flat/aero.png | Bin Survey/{ => web}/flat/aero@2x.png | Bin Survey/{ => web}/flat/blue.css | 0 Survey/{ => web}/flat/blue.png | Bin Survey/{ => web}/flat/blue@2x.png | Bin Survey/{ => web}/flat/flat.css | 0 Survey/{ => web}/flat/flat.png | Bin Survey/{ => web}/flat/flat@2x.png | Bin Survey/{ => web}/flat/green.css | 0 Survey/{ => web}/flat/green.png | Bin Survey/{ => web}/flat/green@2x.png | Bin Survey/{ => web}/flat/grey.css | 0 Survey/{ => web}/flat/grey.png | Bin Survey/{ => web}/flat/grey@2x.png | Bin Survey/{ => web}/flat/orange.css | 0 Survey/{ => web}/flat/orange.png | Bin Survey/{ => web}/flat/orange@2x.png | Bin Survey/{ => web}/flat/pink.css | 0 Survey/{ => web}/flat/pink.png | Bin Survey/{ => web}/flat/pink@2x.png | Bin Survey/{ => web}/flat/purple.css | 0 Survey/{ => web}/flat/purple.png | Bin Survey/{ => web}/flat/purple@2x.png | Bin Survey/{ => web}/flat/red.css | 0 Survey/{ => web}/flat/red.png | Bin Survey/{ => web}/flat/red@2x.png | Bin Survey/{ => web}/flat/yellow.css | 0 Survey/{ => web}/flat/yellow.png | Bin Survey/{ => web}/flat/yellow@2x.png | Bin Survey/{ => web}/img/deer_tick_female.jpg | Bin Survey/{ => web}/img/experience_000.gif | Bin Survey/{ => web}/img/experience_010.gif | Bin Survey/{ => web}/img/experience_020.gif | Bin Survey/{ => web}/img/experience_030.gif | Bin Survey/{ => web}/img/experience_040.gif | Bin Survey/{ => web}/img/experience_050.gif | Bin Survey/{ => web}/img/experience_060.gif | Bin Survey/{ => web}/img/experience_070.gif | Bin Survey/{ => web}/img/experience_080.gif | Bin Survey/{ => web}/img/experience_090.gif | Bin Survey/{ => web}/img/experience_100.gif | Bin Survey/{ => web}/img/experience_no.gif | Bin Survey/{ => web}/img/experience_yes.gif | Bin Survey/{ => web}/img/freqPoster_000.gif | Bin Survey/{ => web}/img/freqPoster_010.gif | Bin Survey/{ => web}/img/freqPoster_020.gif | Bin Survey/{ => web}/img/freqPoster_030.gif | Bin Survey/{ => web}/img/freqPoster_040.gif | Bin Survey/{ => web}/img/freqPoster_050.gif | Bin Survey/{ => web}/img/freqPoster_060.gif | Bin Survey/{ => web}/img/freqPoster_070.gif | Bin Survey/{ => web}/img/freqPoster_080.gif | Bin Survey/{ => web}/img/freqPoster_090.gif | Bin Survey/{ => web}/img/freqPoster_100.gif | Bin Survey/{ => web}/img/freqPoster_no.gif | Bin Survey/{ => web}/img/freqPoster_yes.gif | Bin Survey/{ => web}/img/info_000.gif | Bin Survey/{ => web}/img/info_010.gif | Bin Survey/{ => web}/img/info_020.gif | Bin Survey/{ => web}/img/info_030.gif | Bin Survey/{ => web}/img/info_040.gif | Bin Survey/{ => web}/img/info_050.gif | Bin Survey/{ => web}/img/info_060.gif | Bin Survey/{ => web}/img/info_070.gif | Bin Survey/{ => web}/img/info_080.gif | Bin Survey/{ => web}/img/info_090.gif | Bin Survey/{ => web}/img/info_100.gif | Bin Survey/{ => web}/img/info_no.gif | Bin Survey/{ => web}/img/info_yes.gif | Bin Survey/{ => web}/img/lymeFont.jpg | Bin Survey/{ => web}/img/lyme_000.gif | Bin Survey/{ => web}/img/lyme_010.gif | Bin Survey/{ => web}/img/lyme_020.gif | Bin Survey/{ => web}/img/lyme_030.gif | Bin Survey/{ => web}/img/lyme_040.gif | Bin Survey/{ => web}/img/lyme_050.gif | Bin Survey/{ => web}/img/lyme_060.gif | Bin Survey/{ => web}/img/lyme_070.gif | Bin Survey/{ => web}/img/lyme_080.gif | Bin Survey/{ => web}/img/lyme_090.gif | Bin Survey/{ => web}/img/lyme_100.gif | Bin Survey/{ => web}/img/lyme_no.gif | Bin Survey/{ => web}/img/lyme_yes.gif | Bin Survey/{ => web}/img/people_sphere.gif | Bin Survey/{ => web}/img/question_000.gif | Bin Survey/{ => web}/img/question_010.gif | Bin Survey/{ => web}/img/question_020.gif | Bin Survey/{ => web}/img/question_030.gif | Bin Survey/{ => web}/img/question_040.gif | Bin Survey/{ => web}/img/question_050.gif | Bin Survey/{ => web}/img/question_060.gif | Bin Survey/{ => web}/img/question_070.gif | Bin Survey/{ => web}/img/question_080.gif | Bin Survey/{ => web}/img/question_090.gif | Bin Survey/{ => web}/img/question_100.gif | Bin Survey/{ => web}/img/question_no.gif | Bin Survey/{ => web}/img/question_yes.gif | Bin Survey/{ => web}/index.jsp | 0 Survey/{ => web}/js/bootstrap.min.js | 0 Survey/{ => web}/js/jquery-2.0.3.min.js | 0 Survey/{ => web}/js/jquery.icheck.js | 0 Survey/{ => web}/layout/bootstrap.min.css | 0 Survey/{ => web}/postTask.jsp | 0 Survey/{ => web}/preSurvey.jsp | 0 Survey/{ => web}/task.jsp | 7958 ++++++++--------- Survey/{ => web}/task2.jsp | 0 160 files changed, 11805 insertions(+), 3987 deletions(-) delete mode 100644 Survey/META-INF/MANIFEST.MF delete mode 100644 Survey/README.md delete mode 100644 Survey/WEB-INF/classes/servlet/Attribute.class delete mode 100644 Survey/WEB-INF/classes/servlet/CallML.class delete mode 100644 Survey/WEB-INF/classes/servlet/Conclusion.class delete mode 100644 Survey/WEB-INF/classes/servlet/Masking.class delete mode 100644 Survey/WEB-INF/classes/servlet/Ml1.class delete mode 100644 Survey/WEB-INF/classes/servlet/Ml2.class delete mode 100644 Survey/WEB-INF/classes/servlet/Ml3.class delete mode 100644 Survey/WEB-INF/classes/servlet/ModificationValues.class delete mode 100644 Survey/WEB-INF/classes/servlet/Post.class delete mode 100644 Survey/WEB-INF/classes/servlet/PostTask.class delete mode 100644 Survey/WEB-INF/classes/servlet/Search1.class delete mode 100644 Survey/WEB-INF/classes/servlet/Search2.class delete mode 100644 Survey/WEB-INF/classes/servlet/Search3.class delete mode 100644 Survey/WEB-INF/classes/servlet/Task.class delete mode 100644 Survey/WEB-INF/classes/servlet/UserAgreement.class delete mode 100644 Survey/WEB-INF/classes/servlet/UserAnswer.class create mode 100644 Survey/build.xml rename Survey/{Model => }/isExperiential.model (100%) create mode 100644 Survey/nbproject/ant-deploy.xml create mode 100644 Survey/nbproject/build-impl.xml create mode 100644 Survey/nbproject/genfiles.properties create mode 100644 Survey/nbproject/project.properties create mode 100644 Survey/nbproject/project.xml rename Survey/{Model => }/seeksInfo.model (100%) create mode 100644 Survey/src/conf/MANIFEST.MF create mode 100644 Survey/src/conf/tomcat-users.xml create mode 100644 Survey/src/java/servlet/Attribute.java create mode 100644 Survey/src/java/servlet/CallML.java create mode 100644 Survey/src/java/servlet/Conclusion.java create mode 100644 Survey/src/java/servlet/Masking.java create mode 100644 Survey/src/java/servlet/Ml1.java create mode 100644 Survey/src/java/servlet/Ml2.java create mode 100644 Survey/src/java/servlet/Ml3.java create mode 100644 Survey/src/java/servlet/ModificationValues.java create mode 100644 Survey/src/java/servlet/Post.java create mode 100644 Survey/src/java/servlet/PostTask.java create mode 100644 Survey/src/java/servlet/Search1.java create mode 100644 Survey/src/java/servlet/Search2.java create mode 100644 Survey/src/java/servlet/Search3.java create mode 100644 Survey/src/java/servlet/Task.java create mode 100644 Survey/src/java/servlet/UserAgreement.java create mode 100644 Survey/src/java/servlet/UserAnswer.java rename Survey/{ => web}/META-INF/context.xml (100%) create mode 100644 Survey/web/Model/isExperiential.model create mode 100644 Survey/web/Model/seeksInfo.model rename Survey/{ => web}/OnliineHealthInformationStudy_ConsentForm.pdf (100%) rename Survey/{ => web}/WEB-INF/web.xml (100%) rename Survey/{ => web}/conclusion.jsp (100%) rename Survey/{ => web}/early_exit.jsp (100%) rename Survey/{ => web}/exit.jsp (100%) rename Survey/{ => web}/flat/_all.css (100%) rename Survey/{ => web}/flat/aero.css (100%) rename Survey/{ => web}/flat/aero.png (100%) rename Survey/{ => web}/flat/aero@2x.png (100%) rename Survey/{ => web}/flat/blue.css (100%) rename Survey/{ => web}/flat/blue.png (100%) rename Survey/{ => web}/flat/blue@2x.png (100%) rename Survey/{ => web}/flat/flat.css (100%) rename Survey/{ => web}/flat/flat.png (100%) rename Survey/{ => web}/flat/flat@2x.png (100%) rename Survey/{ => web}/flat/green.css (100%) rename Survey/{ => web}/flat/green.png (100%) rename Survey/{ => web}/flat/green@2x.png (100%) rename Survey/{ => web}/flat/grey.css (100%) rename Survey/{ => web}/flat/grey.png (100%) rename Survey/{ => web}/flat/grey@2x.png (100%) rename Survey/{ => web}/flat/orange.css (100%) rename Survey/{ => web}/flat/orange.png (100%) rename Survey/{ => web}/flat/orange@2x.png (100%) rename Survey/{ => web}/flat/pink.css (100%) rename Survey/{ => web}/flat/pink.png (100%) rename Survey/{ => web}/flat/pink@2x.png (100%) rename Survey/{ => web}/flat/purple.css (100%) rename Survey/{ => web}/flat/purple.png (100%) rename Survey/{ => web}/flat/purple@2x.png (100%) rename Survey/{ => web}/flat/red.css (100%) rename Survey/{ => web}/flat/red.png (100%) rename Survey/{ => web}/flat/red@2x.png (100%) rename Survey/{ => web}/flat/yellow.css (100%) rename Survey/{ => web}/flat/yellow.png (100%) rename Survey/{ => web}/flat/yellow@2x.png (100%) rename Survey/{ => web}/img/deer_tick_female.jpg (100%) rename Survey/{ => web}/img/experience_000.gif (100%) rename Survey/{ => web}/img/experience_010.gif (100%) rename Survey/{ => web}/img/experience_020.gif (100%) rename Survey/{ => web}/img/experience_030.gif (100%) rename Survey/{ => web}/img/experience_040.gif (100%) rename Survey/{ => web}/img/experience_050.gif (100%) rename Survey/{ => web}/img/experience_060.gif (100%) rename Survey/{ => web}/img/experience_070.gif (100%) rename Survey/{ => web}/img/experience_080.gif (100%) rename Survey/{ => web}/img/experience_090.gif (100%) rename Survey/{ => web}/img/experience_100.gif (100%) rename Survey/{ => web}/img/experience_no.gif (100%) rename Survey/{ => web}/img/experience_yes.gif (100%) rename Survey/{ => web}/img/freqPoster_000.gif (100%) rename Survey/{ => web}/img/freqPoster_010.gif (100%) rename Survey/{ => web}/img/freqPoster_020.gif (100%) rename Survey/{ => web}/img/freqPoster_030.gif (100%) rename Survey/{ => web}/img/freqPoster_040.gif (100%) rename Survey/{ => web}/img/freqPoster_050.gif (100%) rename Survey/{ => web}/img/freqPoster_060.gif (100%) rename Survey/{ => web}/img/freqPoster_070.gif (100%) rename Survey/{ => web}/img/freqPoster_080.gif (100%) rename Survey/{ => web}/img/freqPoster_090.gif (100%) rename Survey/{ => web}/img/freqPoster_100.gif (100%) rename Survey/{ => web}/img/freqPoster_no.gif (100%) rename Survey/{ => web}/img/freqPoster_yes.gif (100%) rename Survey/{ => web}/img/info_000.gif (100%) rename Survey/{ => web}/img/info_010.gif (100%) rename Survey/{ => web}/img/info_020.gif (100%) rename Survey/{ => web}/img/info_030.gif (100%) rename Survey/{ => web}/img/info_040.gif (100%) rename Survey/{ => web}/img/info_050.gif (100%) rename Survey/{ => web}/img/info_060.gif (100%) rename Survey/{ => web}/img/info_070.gif (100%) rename Survey/{ => web}/img/info_080.gif (100%) rename Survey/{ => web}/img/info_090.gif (100%) rename Survey/{ => web}/img/info_100.gif (100%) rename Survey/{ => web}/img/info_no.gif (100%) rename Survey/{ => web}/img/info_yes.gif (100%) rename Survey/{ => web}/img/lymeFont.jpg (100%) rename Survey/{ => web}/img/lyme_000.gif (100%) rename Survey/{ => web}/img/lyme_010.gif (100%) rename Survey/{ => web}/img/lyme_020.gif (100%) rename Survey/{ => web}/img/lyme_030.gif (100%) rename Survey/{ => web}/img/lyme_040.gif (100%) rename Survey/{ => web}/img/lyme_050.gif (100%) rename Survey/{ => web}/img/lyme_060.gif (100%) rename Survey/{ => web}/img/lyme_070.gif (100%) rename Survey/{ => web}/img/lyme_080.gif (100%) rename Survey/{ => web}/img/lyme_090.gif (100%) rename Survey/{ => web}/img/lyme_100.gif (100%) rename Survey/{ => web}/img/lyme_no.gif (100%) rename Survey/{ => web}/img/lyme_yes.gif (100%) rename Survey/{ => web}/img/people_sphere.gif (100%) rename Survey/{ => web}/img/question_000.gif (100%) rename Survey/{ => web}/img/question_010.gif (100%) rename Survey/{ => web}/img/question_020.gif (100%) rename Survey/{ => web}/img/question_030.gif (100%) rename Survey/{ => web}/img/question_040.gif (100%) rename Survey/{ => web}/img/question_050.gif (100%) rename Survey/{ => web}/img/question_060.gif (100%) rename Survey/{ => web}/img/question_070.gif (100%) rename Survey/{ => web}/img/question_080.gif (100%) rename Survey/{ => web}/img/question_090.gif (100%) rename Survey/{ => web}/img/question_100.gif (100%) rename Survey/{ => web}/img/question_no.gif (100%) rename Survey/{ => web}/img/question_yes.gif (100%) rename Survey/{ => web}/index.jsp (100%) rename Survey/{ => web}/js/bootstrap.min.js (100%) rename Survey/{ => web}/js/jquery-2.0.3.min.js (100%) rename Survey/{ => web}/js/jquery.icheck.js (100%) rename Survey/{ => web}/layout/bootstrap.min.css (100%) rename Survey/{ => web}/postTask.jsp (100%) rename Survey/{ => web}/preSurvey.jsp (100%) rename Survey/{ => web}/task.jsp (98%) rename Survey/{ => web}/task2.jsp (100%) diff --git a/Survey/META-INF/MANIFEST.MF b/Survey/META-INF/MANIFEST.MF deleted file mode 100644 index 2d57365..0000000 --- a/Survey/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.8.4 -Created-By: 1.7.0_25-b16 (Oracle Corporation) - diff --git a/Survey/README.md b/Survey/README.md deleted file mode 100644 index f83a830..0000000 --- a/Survey/README.md +++ /dev/null @@ -1,4 +0,0 @@ -health-search-tools -=================== - -Health search related tools and data diff --git a/Survey/WEB-INF/classes/servlet/Attribute.class b/Survey/WEB-INF/classes/servlet/Attribute.class deleted file mode 100644 index 3b8fd0407da88d63e71cc16f0e420d8bcb4920d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1077 zcmZva&2G~`6ot>&PMo;TPu;Zq)21!pxM?C_fkXibA+bu^MXD}f<)lM!ah%|cD<Q;# z@D@dCKw`lI@KA_5wn;<d&D@#sxo5t6uYdpf`3t}!v<(!oSwsO_a@m&4y#nqVcmTVA zh7L!^4nxruBJ_HZ;0!BoJE!iM+xFdH(C*T8FxX=#%@hajkW^NdNE4sN^ez9)3q0|H zLA4vl4BD&F3EfsYUce8cVULGLZqJWBMt#>mc0*5|(@Raf_a;Qqnegz;=c4`c9~x0S zwKL!rNfvKn4p{=>1aSfSfD38Ouxd9lTp0{f9FB!I3W%p>Hx^x~EnVUEKkU2XlwP_X z#Z8dAq*X?D6oq~M+LJYxXXUhHmrYbqHDO@ML>VO$CQ1x?5Dj_g^>s8&?4reBetzfr z6W$bI#J?~sFEodtdO5Yj-YM^k|E`ij(roz0h@52AbM+(%dyO}!(;rf#e@BHPsc5H2 zrZ^HH#XM-1sM5Mjr^gf-#hmj4>{~3eXf-GexCRZ^u|hjD5ut`vI!S{yTBU(cN{wPo z8aO*sC{A+<)!CgwyYyQ_jx-yjtjj-|dbLHq+p)Kk<fq=`MDH%e@6}{aW0D$il&C0% z8@QRi+@_eIUqCr0dj%3*)(6;`*tc*yP2MN9)LG62R4ex#`LD=ZxpPaGPHOB_rU;s! vi53<7aL&<6VeiCRRw1jqGwXRS^(xnsIhWk5o$Hy&+STOenaLXjp`iX3wGO&* diff --git a/Survey/WEB-INF/classes/servlet/CallML.class b/Survey/WEB-INF/classes/servlet/CallML.class deleted file mode 100644 index 9993bd51ad694766a73c8093810a55bc068e4826..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6787 zcmb_gdth7DdH;R)%DPwbwQS3AVkJ)EBqTUaY&q{Bo0vR_!Fl-=oREiXUB@D_WTflF zNefL&TPW#+M=0T0UM;kxlw?CraF;@%(6P2-ZDCo*wzAQ#l$EX9SlQT`edpXq<X}qw zs1l$1-E)5DobUY3_mW=v-P30PET%hxID*%MIE;S`pdSBJj5qLe9lt2XKjW98c~i%) zit!fyMZ>Ry2;yzg{Hun4)9@P&{~kms{v(JG{!_y{L4?IxA^ew+ek+=HHT-uFQ}B9# zoBt8gdqMm!{!hp6f~dneouCuxr0Aq_2l+(ryFw}olAkou=)6A#bP5(zF&P?_=oAtv z{am9`jmm;(5W6-|xlUo7D#SalP>;7YniRw`s?=z*PE&$dA-bx9h%ufbG*!n59Vc~~ zCibfi(sY`k(@dRebeg5pY@O!lbdgSTb(*Ks#X8mMG+(DWofe1*3w5g3sX?cxPK`p( zMLI3^w>-B*eso&mZ+V$H=8sNG{VlKd%a2aW{4KA2UwnR`({g{y>vxII-8!xCx4hx@ zuk^S4(w%#WzvV4=&6vOCZFij}otkyJRHs!swFK!hS}jhnhUpc}VOp!vI*rx`X#-sz zq>a=XpeyJ~A+_nWNu$jKe{(XOv{n(++WFlC-`Y&VB$T!#)8^*k!Co`l8ShPTPq;19 z7f*G^vq|ypbo#7;WR6hQmNT;lQl=GM8&9P+wKWk!L)lE9naj1C*AAOGi_l)%c1`?1 zd?e~Z2P|tSx{;d>d#;0Q`cPPID3i{aO+s7$a5j~*vO+ttcr+DH?~8U=*<^Yj>!9)| zYhn+jS-Y-wp_(F8uC#lTnP_WzXxQR8W_(Z#_VQ{~-r$<y{(duSCfdz-!p!oxFU7<# zEZ6J73O2Rj3@aY622*P@Y0FIW*_FWqgldnZO_@ZpKiL<zl9_aOJjML*41Z?WVntX; zrW5AKA_BF#FN<Aai7PC1g=OqKl3`wpwM(Y^GlY^MGuy{In<Fgnl7;N7%MA1V@rFhr zh@j>8w&Wr;^7Ip4ltc&?tmGiG;2Vlt1I)8E!kaieGou@lasyvKKM9jPGPlSRdQ=A! zam(D0$qvSOwu54ot>`+hUu-2%!o=hS4_nEU9On_8uVR0vRHTS0$Q~jD#5G!jl5{QW zn%>19d?0DHuI2HPS<|*I!iSryV~2cl$E4+b3o2$@u%Tn&&N!=H+$T(9#M)}}$5&ry zkz3h*t?k*QB`vO`!;1Iq-xME`KF8jy(H4!iYP5~RphoQ+l-*GL4o6yzIyCB(VX;f2 zZVq-DZ6^fRkMx;C!s2ooU8PYEp(v5L+~kcFbHv+S+Oh|2;_$(SmdI?)2p10RGcD&R zt<ugW)y}uCrN9OFbit0yFx#In13s!95*ozy5hCrwX<<9v$y}1naCJJJv7{fcOU}K3 zwYWDJ-EQ_e8w-m_$A$3~Z#EA)o$MdQ?CZ=XQ<mnXjA+52fsf-82JN7o23?J#Oq@Zx zXg6Vsv^L?XO??CLY|gYU?dsf6zmnNCXb<f*C{FC=0c(J*D$$iqG4lrXiK&LPMkl85 z1_GQQ)~Z4dj1Mbp-EQyrc*1<R0|imYjx}P@e$ni6rx%cHFJsUE&Ki`YYYf_tvxKQR zCk($o!WfjoQG*6)H=B$>Y1+#HCT38EhFG|a|LXW}F8|Fj=vvB(hApMTAd7|#IzR^v z8X<PEaNlq?%MR9Ihl?)WlI_i)!}JmMQhA&LMcK-t0^%~}L<i>nLgbp^WQs$qIL=2| zizwf7gN!RxE=9tg3PXq>=Q=*L9G6$wksKUKndid?U&kT-L^o}UCK5FpH^v4BV>vdD zkeuSh5_S`VuBVT&sW*$5vdW+%^l^>44EhA!z(;6i<KhhIZ;rZxuwm}enxl^7Z?+B% zi7qu4KWGow?^?5rO+2DEM_sYF*$Y%WVDKt#+~QY}k^3`Zsm6vzgFZ>0VjoR&SXU33 ztUT}OjE9;FLpW>wX}VF&YHSqkBH1pM?Go88mF+UwE|={J*{+oBC8Av<=9V@`$1N=P zl*BM~BL6ky%%ONTZe{rDZ!+jJwA-MY*~f4bKI6K;_(*a-NIE5gMr@6r#aWF$XVB;A z3mV;G(5-ZvLATQ}LV3qPCTrCs%v@hKDZ>^=RdH(*rX?B0Ie`3rfLDsl`!JlF1FFXZ zooM5QdC%7i0`@o`uygJ2)7(k9lf*_*c8)^(CfMB<<iv3VcMfDT2kipw0(u-}y;$x} z6QOBKL2vo_pza;4#)<3a$sT`n4#EM?1UUBc5*)Nd{N-w3o}D?z)nXH-2~L}q+%j!- zvafIsnrJ3hc>!MEPKO*f+?2!TD4?A+G8na$t#Z)hB*00CU!B#NNOzXB$}PRun0*#c zsd6?HoD@`nqOz<wKV-*aS#NTE5Kpwp3eX=P8Zy%f!orEPeqUPjDns4M*afPnHZmEf z1PJwW)wep8TAPaJxDaEH8xlo8ifcMe)`MI6KY$-D5(By6-kdCYIaSoQwob@)W$ncM z#q7yB)3wwIuYhX+?SQCLZ6($fuJ4tTf^R1$5a!hGutDc7sG!_;t4MKUt1VW%cUY8o zA7(h-wblQDjLU?=*Bm~7m$Ee7A-_8GJC)}}&Zw6TnhMWn-xV*Sv$AUrS>kSdwexqb z;k0m2lxX~{-ML1t$n|DC#pB~hbhMtogZ(5SYj0WdbF8hM&%_pH%tJZL9JJkOYc?ZF zch0v(eW^^2cPW)2LfWr16224GXtOMZ>=Y>vkjm`a$KQUUZTu8&AbiJ_8$Ot~3Fh*d z?Ib;Z%sgQ7mnwh9`tJ4Z>$!ljE&cr%p02VogtdkIdg_T~?5}#`0!4w}c%h9w53~5! zi6ipca1lt<bKKs*?@@jdKa1){K_^&H@JVj{vU4^*#j;@o@M+x0Z$6Qu7{!ydAEF3z zxT~Qq4`p-xNvNmcQxNkl3>Te-U%|rD&<L@j1!4U(0zBd$L$D{}A4PFYi)eWm&!8lx zk0I1EhSHvhK8mtYl*a-T3yvY&Gm45>aU_t(q@Gyt1%x8SkzgK`+aEpm>qv1PlViph zrZB21RuU<R_?|+9A4VQiW1&b<B$UUrNGM#L$Mof;EX)u>84ELoP|iY)5W+0X5<*2J zR9RLQ*jrhi$Lu`j#3pe^xGcE0vcl=8<c<nP<Z;m{%sqv9vB}(1URJWVGRzRCZ^{DZ z;bJ~*Rir9hdm8f<JcGJeWI=erX)NUasbi?;12?ed(a6+18pDgYiA037n43J7jAChQ z+8CDgM5g&hu{>5ih7~>Gm7};MHhl~+p4k+e5t$z0Gd0I%E(l+0^INkZyvmklMXJLs zd0dvqYL?cxQpE2{;kBN$&Xpp}j5A}sCvEVg%ROnMC$+j#gvoT~Ug1esx>AH0c1GJg zX_F&WhBxQ2<t~)5rd#d4M^VBr+dOEyCv`Z|lsq~^cit^0bvctL9kILbN41nDq5Jr~ z5^|LbxzZiD^Bxb><A8R$pm`3crvP-d1KRC^$N^nl0NUe#;tmL}IiNiSpk4=*a6zLE zsJ8%QI-q?n=r#vr7JvpE&^0b-&;bn;fc86}K^L^q0qrjUr5(_a3!3AA(hQm+<<jH# z$y>SBhVcDlJt^l&)+r3TFL@k@6y<S{Z!<PqN|D*$KEctW#y8C;BF7xxT=9e|q7L=q zDwZ2Lsw_eo7NZJFP=jUsYvyupSD*zeu??4?lYf2Og(eK389A)t(AL87=rY`l)wmsN za5vWBVXVjF*np>SInH1sUPLR-;tITpEAbxMs1%#23R`F%wo)Uu(RQ>`A37+FE;@*A zI)d$7l3zu~&_nlQ2R(+JbP`w7x3G&|z;1dOd+4XwOK%`fZ=;vqMW3P|p%^fg$>>*V zuurMOfU*=r$|_u|Y(!S+f~D-i0VRoBlpJnVuETB0&A4580LPSX;11=x_@eS7+^PHu z$CcmWF0~YQtJSziU5b0v)woaX!ToAKzNB7{2h^i@P<<E=sZZiz^?P_keFa}u-@;ea zckq~c4qx>J@HO9LeBCz<Pxxx^O=kHCUp<}_5uLg*8+Gb$n6IN8>6fX$z-RF}XlPMi z!{_k@=-8&dgj;Yc0_ap<#BGcVVwZY`**%7099AF19o%Q&2K6|;h&xe&+tr(Joclto z&j{|~J1E8DY6kbPREDQm?|WG)#~F1O?qey87u8PO&r$`>s%!Bjo;wL|s*CXeOO<#} zt-*tM2$QK)HTX6k!W61fRXl<(ql)G!@8Bzpi%_HT79M43Ds5Mu$7A>^rcs}A3SYz5 zQB7&)^>KUy)9Ik{2%f+<F@ugM_b?AfF_UgqZp8_fYUr49BTlk3OJp-A(+TNM@TVgC zvGf!;$DznKAEP+M_FCqffzv$0$F>~8(->o`{T5sA(<nd3#%XByGYw}nd|Sga8lKhg z9oaso;du?;mGTQf<vDsCv;PpRobe*JBtG(u7yX|6|L5-OOB(({!}m4(!0mY!2-MBK z$ob4X$3N-&-@hGr!5;?jm#n|eXL}icg+qL@AGw*HpFaKvRM#z7n8(PYsN7tE!+Ct< z6h3+q*HL{Q*PoDef}d^XknPWy%$$I8pC8Y0@3U+}-@!CIFRO|=UN6Y@@MHXh(Y&(D zI!g}gEZM9JUNtDK8eS=vO8WUKgpxkI`bSam$E@P3tm02trB_(Rzy9N?NW9otX66Py zLp?v)nxKY1_9Q<FORb;D9qm#}b*NDAHxl(z{4GB#c<O6B=kId(d;G&rP!2!)e|Y@y A(EtDd diff --git a/Survey/WEB-INF/classes/servlet/Conclusion.class b/Survey/WEB-INF/classes/servlet/Conclusion.class deleted file mode 100644 index 03b077003d1d24d9c968afa233c52b47e2496d0b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7204 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 diff --git a/Survey/WEB-INF/classes/servlet/Masking.class b/Survey/WEB-INF/classes/servlet/Masking.class deleted file mode 100644 index 85ccd3fdd405d599fe304489ce9857430d6bb752..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10132 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 diff --git a/Survey/WEB-INF/classes/servlet/Ml1.class b/Survey/WEB-INF/classes/servlet/Ml1.class deleted file mode 100644 index 5d54b3c17bc8e693f9e5862f36b555e416546e36..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5797 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 diff --git a/Survey/WEB-INF/classes/servlet/Ml2.class b/Survey/WEB-INF/classes/servlet/Ml2.class deleted file mode 100644 index 551fb07aae9fa15843da930418c760311c4ff289..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5802 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 DHAv)4 diff --git a/Survey/WEB-INF/classes/servlet/Ml3.class b/Survey/WEB-INF/classes/servlet/Ml3.class deleted file mode 100644 index 8d68119dbade6de7d81523584bfa77775cf92bca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5797 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 diff --git a/Survey/WEB-INF/classes/servlet/ModificationValues.class b/Survey/WEB-INF/classes/servlet/ModificationValues.class deleted file mode 100644 index e43f21c4766e43fbfb5bed17c3785bda41246279..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75607 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 diff --git a/Survey/WEB-INF/classes/servlet/Post.class b/Survey/WEB-INF/classes/servlet/Post.class deleted file mode 100644 index d9d3b10527511b751da7adb4bebd66131c649193..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1859 zcmZ{iYfl<M6o$`mXF<6X?ERu`74U+EYT9T_QxX#sQi-Ddyx;^^Vb|;~HvX$NY15=1 z`UCo-n!abD!HlzC-r1Qw?{m(XIe-5C`b|U)+BPUdt7$T5jb)u>gQd>0$?}G!!O~39 z+azrX%3L{~-*RkU+P<J-`@+07>qFBX)Q^4FvIjeYQucV%w(Lt!&^$gnFnAwtPCV)2 zpDVA1H=o8ML35VZmF~#0O&`9At#xj?uw}nE?wQw-ZpU;@Wa+umy!5)xXFfhcydx;F zYuT2+Cn#E}o(hV!oHHpXhr|;2o^-orZ-|p(+v%IbQ`5D0KRt~3=N6aOMp4&8>DReP zlx}!()?B%Aw>wUiK@d_*TP$FwcF7U5M)TMyy>b9d({^*%O*%HG9hY&UYuXsxs;^Y3 z-YpR2A!b(I^eX>@jbmr*_T|3CSCi(hH~0m!RHlV2Woa%;^DH@*JWGM4$a0URM00qb z+t(&2KO2I>-i7S@w1|<(V9HVyVJN;L%neqcgBA2(MS@^Oj$lQaU_~aZ1rl5v^geb? ztO9Gi_LIc7AnXCu0G^OEMoaV%U)f0zJ)+0h33@_Lp$ynVB*!Ldt3N2B5|$}WD*<6) z5;Y|tK4^oJKhv|KDys@sEri8a!K~+cR!n8BfwdmO;_GDA3q32Yvg%-MhOqcan6;>9 zB~(@etY!#{pOslldR9_pZGp8N!s5|j)=NDrrLx|E^*)5f<Hf93dRAIx?SQo#!r~ES z)@xdZ@_f~UJrC%2ihRXEgm^#`I41fKVASDU(VC;GxurGdwC0#<-q)J*T60`AA85@5 ntvR8Z+gfu`Yfh@>L#?@@HK$bbk=9(&n$xQJL~E`F4_f;N-2dW3 diff --git a/Survey/WEB-INF/classes/servlet/PostTask.class b/Survey/WEB-INF/classes/servlet/PostTask.class deleted file mode 100644 index 7959aa72d50e1a9081920994f3b4deb3136f6b34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6827 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 diff --git a/Survey/WEB-INF/classes/servlet/Search1.class b/Survey/WEB-INF/classes/servlet/Search1.class deleted file mode 100644 index 5c3be7f192b28e9dccdd54b0ef49810c92020186..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6948 zcmb_g2Y4LC75?XncJH)SS=V)uC1J3zEzXi9+dA0>BV;Ti7bIh2APJ}QBAtCj-0c~O z-eU-m9#Tn636P2@GR6rIN(v;9Ktd9dKtg(j5Yh|zXNzui*tF!+r=9=JzWL|Pn>TOX z-Xs6H=UxD<;<zYI#w{vtt;DDBY5Dk!ih)Xe7N1k_c?Gvcq2d+=d!vZrmM9e5E+2P9 zF^D@=+!e(RjH%cs+q+d{6zq@U9vp~b3cesazbGH~D!4BS1NTefFR6H-5)a}b1rJx^ z%lL|duSQXiuPJyWibiS8qq6<Fe0)P{J|<s3uHu_2z7<6so>1|mif^m<j*6!u_%6N| z#rN^FiXW)>p^6`=ct*vuDt@fuCz9kj6+cz+GZjBq@e38dRPienzgF=Z6~9&SI~BiI z@dp*pt9U`hA62}l;!i4GQt@XMe~IF+cv?RG7DXTauHYXE{u#x;@b4)8gO?)$LJ*07 zDuRj#2~?~|WmDEFfnd{-TLeN~x$UMvb#E$bZYX93%>3rWK$<;zZ!VcgZ%O1+Qg%B- z)=;V-P}^HD^Sjcf73((>`Q%Vbr$E(kK9@8Lg+BAlqFJy6`kH!oBz7f6VxI1hWevyH z^3m@Mb~QU+Q>`$Z%NEQ|X>OS0`B7<|<c_5i*}+)9l}}{{X@Zt47OY&RVA~|Hq&Jz% z#0GP@!L%7m45w^EQnWGV*Nb)e29YF`P8BRggz2EJ0{x)%WV2?zE1f75%z`2+sL@Le zffa9@ejXX;$<cD2;lv>6mAqLfrY$=4b()*uex+T%lO~+9%nV1@I1VXVsdUVpL7~Bg zR4yw}e`pum8sw==7V~*CYn{a1qH)E1x`nY~rL43`Amvt1CXn(HPbQFZn<o=Ux!scq zq`cIV38cKtlL@4}+>;5U+~LUtVahFw=`F_~i85TA=Rr5(<{x^QcC>l{C!o^nc2Eht zc9go|$AHKcx$jdQPp5LRO^iEhYo0rhrw6A^JTRlf-l6F(+nU!IIL=1*+2PT-iW5xg zw-U*n>l4HFVdODagrW#l5fMd11)|*}NpslZhBHhn6`|2>+jGa8G&x|7jN5G=nQ_%l zCJg#{du~%s#&p%7X}PDfCwoRtU`o@Gj`b5yTC_h`%qPt?DVZrWHwhdikEDRnSIk<e zjJYLMNHKG)&SrB~!Zu6b@Uk6BjK7R+H3!_8Wi)cXHzh1OHp|#n+;G>h4W|f9x6BbM zHe_Yeoynm@zF=A_Pujeuc{zQdiAkbL6V;-IzR^Uj&;?rFa2DWMEE|(dr+79vCo`B_ zWtORLgK5cRwmF~3GD7n7UhBa}?I`539F^S3wl%iS0c#RTE0-VTlEh?9Oc7HxoFS$O z%wOGecA|gu*tM&duir9K*x1{gS+;iQOl!x9+X`(P&Gbndie~rv;|rRYF4Y?rFK%mV zUEHyxb$NSxTWibWWy_azw8dL<nUO@HeekRfD$bCKRi%8{o68O=!qCJ_F-y)rTN86c zohIgr`q%3%e-hF}gJ{&mVPYQBvYSQvoy;SXi6Rcy#1UdXQ&h<WCuJ+5NfSqk1#fIt z=R{~?A@(p9$~liMrqbJG3JbR|h8AmLk!aS$QP`u2n4s7qM^*KXW=!s1{TinAp|}7v z(JGk7rmh%R<-S`H8(1~|-X>!nv|HvsyIrD)HVxN^c10}J#4=Ik_P4n$^Pa88d}p`J zb9T%8X1C01k#iblW^0Vofr|uRL>DzWDXx)Lsf*;>Rtdd+TX6c9`1@_a>2LG*+k(^I z?(eq+r+=xx-xi$yW&VC!aQc_~`)$GL@9_8ALd3SeWwCrw=`GBb#CgnGn&`kO8cqk3 z#^lmIj^`#;C5#_`nW2cdCOWZ45i2yYQmj(M(V93$tk%S_qKjoo{}9h%{dTjE%%|*3 zC{QPf4_$)@w3i)PIpwPt3Gx;fh`*_E_U+F+`07@T*HA~imY#QuIsTh?Cr$9`=AnG< zET^(7bBUXEeQqBo>)Gh*tzx3>%4IDk!p*$gcvzgPb3zd&YqSV25$9Iq`Sk9OiKa2d zYt-75$R{!;v%J6&2O~S!)w8>)yzcTR=Ls3P^AMVLLSDyg>?Ywu>DlRCGP?WG!@@b0 zNT<%`eJ>XpOv*s$;1b_dEYJy?4!Y_$#pczO72Kv1OqR%DxnI2ZYfDF~hr2f@y{!(* zdz0cJcCm*gSkpSWMwKkAJLL7Y!Eda*L^|K(!aY+JbHq#*E&6a`nXz$ThnbW$vdS3g zaq3&$3nYJq8@0<7x5z!L=@h3{Ip}Hk>fEy6AKzm4#&Y6vwZ%`00o$_Iipz0ZoeOr{ zIz|VLlkV;DS5V{X3g7aZYbT4Z#PG10-7e7V_pkd=;~(pExfh)Dj+Jw|Xf$`pXY~Ao zF!|1sYlPfhc?#FElG-c_efw)<IGsom9p|U$Vwu%1zw5F|)A?L;4*i7wSDH#2{dfLo zfm=zBIF@(`flDwG8LEzF9lNY{x@pm{EV9%5h?(8g^~xzq-UuhtIe8qbOW|&Rw2^{q z+`v2|FvEUl?@>B8ILNQYST9?7B4pC?@KOG?J1%CZA8IU3cdC$yyyh-5&CTua-qPLI z&8qld<E0LV2WgBzmpkh#Y5XpC&GGH#cxGo#LIZyUIGI140AUDOF7tURr5Ib5IS4P< z2eFqRfYbP_usi4DEyS9mfVbjpltS`erWOY)kCUvCV^3S82lgWvz@q)&F9{nK>f!yU z2p}Fh0A<?&sN41-asW{_m0};Xc-RP!VUiIVLsh)OsL-p&P_vb7?HKf}3-!s)XvL^F zfGOJy<!(%^i4KKMzic0-jbS=9$1vl57;)85$1pP<Ss2=nS)4CwMD^MGF(-igQ5UZ? zBEkKbD~0+oG{iL{dH{_y;xK*Q7!Efo`540yhPEH`gP5S)q#vm-7{fw+k=?{684*rV zqN*xUHT$WmTq>V(IaRe0p?6ADH6^N}{8TkAl~1{xs@8~9_^I>~Rm@MNyHq~qa;nL< zW3e%L3@x(tvo^8Mh$#MPrj({>^-nX!oyMnJKFw4kqWY<(m8h2ZsiwJ9KIL+%=|-f+ zx1fgjj1pIypKFH8<<~AJGf3t$yCFWaMAq&no9U7Hw9Cn6k<4d!Lwt6LY^k4&p=t-7 zU%Q-a4#^^Zm(`WXmifu*JTjklIoVt<{+G*<8Xq-{W9ZQ19x^6*NbmHJQRN|hg@+8D zSa<A74;eKc(pP!N;E8tij`onDdq_XVLo)PSz11Evrg%s{)<ecr59wVVGME$GvB!DH znC>CH+e5|-59w<>WEdXOkN1!<(?j}N4;iyOr1yBpnC&5borjD$9@0<nkWuF$z1Ks= zTo38%iI|1r_00ye)CQ)LjW;tzHb`JJ+_#sxwmN)5xQ}_ZFT7c{%)v58KZYfIw)2PX zrKm;+46H;8j^=YUy3vL8d~U@W<ggZ_SceNSfGd#1wb+iEVd5d2f#>*p_=^}4)kukE z><}xlQ=Edd7(qttMpoQ}oOlq!;!&I_o<&|fk3v9$6<B~`AdX#utvD-C#7N+Bj0SGN z*?|XePT)zL8+ZZd1*>s>upSo#SK`9pX}Bnu!NtKVaY^u2TpI4imEjX`Rd^$==8CQg zpNebbT_bvVQ5oS@TAJi4Tf#GGtI1ntWw?sgrg<-I4ZVa6-zpdlJ%KD&r{coUqZr1S zh~SFQ1IVMmAN{Wl-3g0&mAE-{BZ@>Co(rY0i)a#F3~j?%L{*|WREH6wYOyj@ML#7` zBSwNx;%uT?u{-!6&LPspgTdW6muRwho~t>JXi8u~umR^2O%23@wYY$2TA&zsik?nl zdf@WF!?=iOM&N<K6}Xtl2s{}W!6ig9gVli*xRhvCus*O5ml4elo<{#(PBbT&5zpZ5 zM0LSi#r4=tG?zZBu=lTC-ni~<EYX#ChrFSQuEN!Jw5+E$--#gJ#rTl7x8t98(?9QF zkAc9;bb3g^dlkG-!TS|_07AjFDn7{9DhGZDAI6E?fRA`rJtq$F5174R;i55Yx*1b9 zOh(@r`tQc(+i{X$v~JmJ7YY@e=0tMH5S_-Y1Foatd)WJNZp$Yy3)kCa#RBq0QHzh_ zW7H<Iw<IEWNkq<)q}d7rJqoU?wT-OcI;D{zlDgH%|77A`ns_HoyqzZ9K@;!#|CuPb z<~{U`thSoj%4#d9Z@rC;zt+0fp3$kbg03rqbd}V)0XMR(;?SG;|H)G!3OvCn_UU{( ONY@Ope+SV{i2nlLF(TRk diff --git a/Survey/WEB-INF/classes/servlet/Search2.class b/Survey/WEB-INF/classes/servlet/Search2.class deleted file mode 100644 index 7949dd25a492883debc9d14874885e89cae9b9e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6223 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 diff --git a/Survey/WEB-INF/classes/servlet/Search3.class b/Survey/WEB-INF/classes/servlet/Search3.class deleted file mode 100644 index b1c284a8ea8561b5208ed4c2d74701eba9d20b6b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6223 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 diff --git a/Survey/WEB-INF/classes/servlet/Task.class b/Survey/WEB-INF/classes/servlet/Task.class deleted file mode 100644 index 87df2d7ae3b8f708bf65427044c670d25e4135a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8136 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 diff --git a/Survey/WEB-INF/classes/servlet/UserAgreement.class b/Survey/WEB-INF/classes/servlet/UserAgreement.class deleted file mode 100644 index 416482717c286b648a03690628cd551c93806e52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3559 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 Ts%L_&%gv&(f?nW!U^V+cvPFQD diff --git a/Survey/WEB-INF/classes/servlet/UserAnswer.class b/Survey/WEB-INF/classes/servlet/UserAnswer.class deleted file mode 100644 index c23b629e3a1d6f5fda43b043fa353c6f15fed13c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27934 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 diff --git a/Survey/build.xml b/Survey/build.xml new file mode 100644 index 0000000..7aeb5a8 --- /dev/null +++ b/Survey/build.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- You may freely edit this file. See commented blocks below for --> +<!-- some examples of how to customize the build. --> +<!-- (If you delete it and reopen the project it will be recreated.) --> +<!-- By default, only the Clean and Build commands use this build script. --> +<!-- Commands such as Run, Debug, and Test only use this build script if --> +<!-- the Compile on Save feature is turned off for the project. --> +<!-- You can turn off the Compile on Save (or Deploy on Save) setting --> +<!-- in the project's Project Properties dialog box.--> +<project name="LymeStudy" default="default" basedir="."> + <description>Builds, tests, and runs the project LymeStudy.</description> + <import file="nbproject/build-impl.xml"/> + <!-- + + There exist several targets which are by default empty and which can be + used for execution of your tasks. These targets are usually executed + before and after some main targets. They are: + + -pre-init: called before initialization of project properties + -post-init: called after initialization of project properties + -pre-compile: called before javac compilation + -post-compile: called after javac compilation + -pre-compile-single: called before javac compilation of single file + -post-compile-single: called after javac compilation of single file + -pre-compile-test: called before javac compilation of JUnit tests + -post-compile-test: called after javac compilation of JUnit tests + -pre-compile-test-single: called before javac compilation of single JUnit test + -post-compile-test-single: called after javac compilation of single JUunit test + -pre-dist: called before archive building + -post-dist: called after archive building + -post-clean: called after cleaning build products + -pre-run-deploy: called before deploying + -post-run-deploy: called after deploying + + Example of pluging an obfuscator after the compilation could look like + + <target name="-post-compile"> + <obfuscate> + <fileset dir="${build.classes.dir}"/> + </obfuscate> + </target> + + For list of available properties check the imported + nbproject/build-impl.xml file. + + + Other way how to customize the build is by overriding existing main targets. + The target of interest are: + + init-macrodef-javac: defines macro for javac compilation + init-macrodef-junit: defines macro for junit execution + init-macrodef-debug: defines macro for class debugging + do-dist: archive building + run: execution of project + javadoc-build: javadoc generation + + Example of overriding the target for project execution could look like + + <target name="run" depends="<PROJNAME>-impl.jar"> + <exec dir="bin" executable="launcher.exe"> + <arg file="${dist.jar}"/> + </exec> + </target> + + Notice that overridden target depends on jar target and not only on + compile target as regular run target does. Again, for list of available + properties which you can use check the target you are overriding in + nbproject/build-impl.xml file. + + --> +</project> diff --git a/Survey/Model/isExperiential.model b/Survey/isExperiential.model similarity index 100% rename from Survey/Model/isExperiential.model rename to Survey/isExperiential.model diff --git a/Survey/nbproject/ant-deploy.xml b/Survey/nbproject/ant-deploy.xml new file mode 100644 index 0000000..9bc5adf --- /dev/null +++ b/Survey/nbproject/ant-deploy.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project default="-deploy-ant" basedir="."> + <target name="-init" if="deploy.ant.enabled"> + <property file="${deploy.ant.properties.file}"/> + <tempfile property="temp.module.folder" prefix="tomcat" destdir="${java.io.tmpdir}"/> + <unwar src="${deploy.ant.archive}" dest="${temp.module.folder}"> + <patternset includes="META-INF/context.xml"/> + </unwar> + <xmlproperty file="${temp.module.folder}/META-INF/context.xml"/> + <delete dir="${temp.module.folder}"/> + </target> + <target name="-check-credentials" if="deploy.ant.enabled" depends="-init"> + <fail message="Tomcat password has to be passed as tomcat.password property."> + <condition> + <not> + <isset property="tomcat.password"/> + </not> + </condition> + </fail> + </target> + <target name="-deploy-ant" if="deploy.ant.enabled" depends="-init,-check-credentials"> + <echo message="Deploying ${deploy.ant.archive} to ${Context(path)}"/> + <taskdef name="deploy" classname="org.apache.catalina.ant.DeployTask"> + <classpath> + <pathelement path="${tomcat.home}/lib/catalina-ant.jar"/> + <pathelement path="${tomcat.home}/lib/tomcat-coyote.jar"/> + <pathelement path="${tomcat.home}/lib/tomcat-util.jar"/> + <pathelement path="${tomcat.home}/bin/tomcat-juli.jar"/> + </classpath> + </taskdef> + <deploy url="${tomcat.url}/manager/text" username="${tomcat.username}" + password="${tomcat.password}" path="${Context(path)}" + war="${deploy.ant.archive}"/> + <property name="deploy.ant.client.url" value="${tomcat.url}${Context(path)}"/> + </target> + <target name="-undeploy-ant" if="deploy.ant.enabled" depends="-init,-check-credentials"> + <echo message="Undeploying ${Context(path)}"/> + <taskdef name="undeploy" classname="org.apache.catalina.ant.UndeployTask"> + <classpath> + <pathelement path="${tomcat.home}/lib/catalina-ant.jar"/> + <pathelement path="${tomcat.home}/lib/tomcat-coyote.jar"/> + <pathelement path="${tomcat.home}/lib/tomcat-util.jar"/> + <pathelement path="${tomcat.home}/bin/tomcat-juli.jar"/> + </classpath> + </taskdef> + <undeploy url="${tomcat.url}/manager/text" username="${tomcat.username}" + password="${tomcat.password}" path="${Context(path)}"/> + </target> +</project> diff --git a/Survey/nbproject/build-impl.xml b/Survey/nbproject/build-impl.xml new file mode 100644 index 0000000..d0327fb --- /dev/null +++ b/Survey/nbproject/build-impl.xml @@ -0,0 +1,1479 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + *** GENERATED FROM project.xml - DO NOT EDIT *** + *** EDIT ../build.xml INSTEAD *** + + For the purpose of easier reading the script + is divided into following sections: + - initialization + - compilation + - dist + - execution + - debugging + - javadoc + - test compilation + - test execution + - test debugging + - cleanup + + --> +<project xmlns:webproject1="http://www.netbeans.org/ns/web-project/1" xmlns:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:webproject3="http://www.netbeans.org/ns/web-project/3" basedir=".." default="default" name="LymeStudy-impl"> + <import file="ant-deploy.xml"/> + <fail message="Please build using Ant 1.7.1 or higher."> + <condition> + <not> + <antversion atleast="1.7.1"/> + </not> + </condition> + </fail> + <target depends="dist,javadoc" description="Build whole project." name="default"/> + <!-- + INITIALIZATION SECTION + --> + <target name="-pre-init"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="-pre-init" name="-init-private"> + <property file="nbproject/private/private.properties"/> + </target> + <target depends="-pre-init,-init-private" name="-init-user"> + <property file="${user.properties.file}"/> + <!-- The two properties below are usually overridden --> + <!-- by the active platform. Just a fallback. --> + <property name="default.javac.source" value="1.4"/> + <property name="default.javac.target" value="1.4"/> + </target> + <target depends="-pre-init,-init-private,-init-user" name="-init-project"> + <property file="nbproject/project.properties"/> + </target> + <target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" if="dist.ear.dir" name="-do-ear-init"/> + <target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" name="-do-init"> + <condition property="have.tests"> + <or> + <available file="${test.src.dir}"/> + </or> + </condition> + <condition property="have.sources"> + <or> + <available file="${src.dir}"/> + </or> + </condition> + <condition property="netbeans.home+have.tests"> + <and> + <isset property="netbeans.home"/> + <isset property="have.tests"/> + </and> + </condition> + <condition property="no.javadoc.preview"> + <isfalse value="${javadoc.preview}"/> + </condition> + <property name="javac.compilerargs" value=""/> + <condition property="no.deps"> + <and> + <istrue value="${no.dependencies}"/> + </and> + </condition> + <condition property="no.dist.ear.dir"> + <not> + <isset property="dist.ear.dir"/> + </not> + </condition> + <property name="build.web.excludes" value="${build.classes.excludes}"/> + <condition property="do.compile.jsps"> + <istrue value="${compile.jsps}"/> + </condition> + <condition property="do.debug.server"> + <or> + <not> + <isset property="debug.server"/> + </not> + <istrue value="${debug.server}"/> + <and> + <not> + <istrue value="${debug.server}"/> + </not> + <not> + <istrue value="${debug.client}"/> + </not> + </and> + </or> + </condition> + <condition property="do.debug.client"> + <istrue value="${debug.client}"/> + </condition> + <condition property="do.display.browser"> + <istrue value="${display.browser}"/> + </condition> + <condition property="do.display.browser.debug"> + <and> + <isset property="do.display.browser"/> + <not> + <isset property="do.debug.client"/> + </not> + </and> + </condition> + <available file="${conf.dir}/MANIFEST.MF" property="has.custom.manifest"/> + <available file="${persistence.xml.dir}/persistence.xml" property="has.persistence.xml"/> + <condition property="do.war.package.with.custom.manifest"> + <isset property="has.custom.manifest"/> + </condition> + <condition property="do.war.package.without.custom.manifest"> + <not> + <isset property="has.custom.manifest"/> + </not> + </condition> + <condition property="do.tmp.war.package.with.custom.manifest"> + <and> + <isset property="has.custom.manifest"/> + <or> + <isfalse value="${directory.deployment.supported}"/> + <isset property="dist.ear.dir"/> + </or> + </and> + </condition> + <condition property="do.tmp.war.package.without.custom.manifest"> + <and> + <not> + <isset property="has.custom.manifest"/> + </not> + <or> + <isfalse value="${directory.deployment.supported}"/> + <isset property="dist.ear.dir"/> + </or> + </and> + </condition> + <condition property="do.tmp.war.package"> + <or> + <isfalse value="${directory.deployment.supported}"/> + <isset property="dist.ear.dir"/> + </or> + </condition> + <property name="build.meta.inf.dir" value="${build.web.dir}/META-INF"/> + <condition else="" property="application.args.param" value="${application.args}"> + <and> + <isset property="application.args"/> + <not> + <equals arg1="${application.args}" arg2="" trim="true"/> + </not> + </and> + </condition> + <property name="source.encoding" value="${file.encoding}"/> + <condition property="javadoc.encoding.used" value="${javadoc.encoding}"> + <and> + <isset property="javadoc.encoding"/> + <not> + <equals arg1="${javadoc.encoding}" arg2=""/> + </not> + </and> + </condition> + <property name="javadoc.encoding.used" value="${source.encoding}"/> + <property name="includes" value="**"/> + <property name="excludes" value=""/> + <property name="runmain.jvmargs" value=""/> + <path id="endorsed.classpath.path" path="${endorsed.classpath}"/> + <condition else="" property="endorsed.classpath.cmd.line.arg" value="-Xbootclasspath/p:'${toString:endorsed.classpath.path}'"> + <and> + <isset property="endorsed.classpath"/> + <length length="0" string="${endorsed.classpath}" when="greater"/> + </and> + </condition> + <condition else="false" property="jdkBug6558476"> + <and> + <matches pattern="1\.[56]" string="${java.specification.version}"/> + <not> + <os family="unix"/> + </not> + </and> + </condition> + <property name="javac.fork" value="${jdkBug6558476}"/> + <condition property="junit.available"> + <or> + <available classname="org.junit.Test" classpath="${run.test.classpath}"/> + <available classname="junit.framework.Test" classpath="${run.test.classpath}"/> + </or> + </condition> + <condition property="testng.available"> + <available classname="org.testng.annotations.Test" classpath="${run.test.classpath}"/> + </condition> + <condition property="junit+testng.available"> + <and> + <istrue value="${junit.available}"/> + <istrue value="${testng.available}"/> + </and> + </condition> + <condition else="testng" property="testng.mode" value="mixed"> + <istrue value="${junit+testng.available}"/> + </condition> + <condition else="" property="testng.debug.mode" value="-mixed"> + <istrue value="${junit+testng.available}"/> + </condition> + </target> + <target depends="init" name="-init-cos" unless="deploy.on.save"> + <condition property="deploy.on.save" value="true"> + <or> + <istrue value="${j2ee.deploy.on.save}"/> + <istrue value="${j2ee.compile.on.save}"/> + </or> + </condition> + </target> + <target name="-post-init"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init" name="-init-check"> + <fail unless="src.dir">Must set src.dir</fail> + <fail unless="test.src.dir">Must set test.src.dir</fail> + <fail unless="build.dir">Must set build.dir</fail> + <fail unless="build.web.dir">Must set build.web.dir</fail> + <fail unless="build.generated.dir">Must set build.generated.dir</fail> + <fail unless="dist.dir">Must set dist.dir</fail> + <fail unless="build.classes.dir">Must set build.classes.dir</fail> + <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail> + <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail> + <fail unless="build.test.results.dir">Must set build.test.results.dir</fail> + <fail unless="build.classes.excludes">Must set build.classes.excludes</fail> + <fail unless="dist.war">Must set dist.war</fail> + <condition property="missing.j2ee.server.home"> + <and> + <matches pattern="j2ee.server.home" string="${j2ee.platform.classpath}"/> + <not> + <isset property="j2ee.server.home"/> + </not> + </and> + </condition> + <fail if="missing.j2ee.server.home"> +The Java EE server classpath is not correctly set up - server home directory is missing. +Either open the project in the IDE and assign the server or setup the server classpath manually. +For example like this: + ant -Dj2ee.server.home=<app_server_installation_directory> + </fail> + <fail unless="j2ee.platform.classpath"> +The Java EE server classpath is not correctly set up. Your active server type is ${j2ee.server.type}. +Either open the project in the IDE and assign the server or setup the server classpath manually. +For example like this: + ant -Duser.properties.file=<path_to_property_file> (where you put the property "j2ee.platform.classpath" in a .properties file) +or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties file is used) + </fail> + </target> + <target name="-init-macrodef-property"> + <macrodef name="property" uri="http://www.netbeans.org/ns/web-project/1"> + <attribute name="name"/> + <attribute name="value"/> + <sequential> + <property name="@{name}" value="${@{value}}"/> + </sequential> + </macrodef> + </target> + <target depends="-init-ap-cmdline-properties" if="ap.supported.internal" name="-init-macrodef-javac-with-processors"> + <macrodef name="javac" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${src.dir}" name="srcdir"/> + <attribute default="${build.classes.dir}" name="destdir"/> + <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/> + <attribute default="${javac.processorpath}" name="processorpath"/> + <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="${javac.debug}" name="debug"/> + <attribute default="${empty.dir}" name="gensrcdir"/> + <element name="customize" optional="true"/> + <sequential> + <property location="${build.dir}/empty" name="empty.dir"/> + <mkdir dir="${empty.dir}"/> + <mkdir dir="@{apgeneratedsrcdir}"/> + <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" srcdir="@{srcdir}" target="${javac.target}"> + <src> + <dirset dir="@{gensrcdir}" erroronmissingdir="false"> + <include name="*"/> + </dirset> + </src> + <classpath> + <path path="@{classpath}"/> + </classpath> + <compilerarg line="${endorsed.classpath.cmd.line.arg}"/> + <compilerarg line="${javac.compilerargs}"/> + <compilerarg value="-processorpath"/> + <compilerarg path="@{processorpath}:${empty.dir}"/> + <compilerarg line="${ap.processors.internal}"/> + <compilerarg value="-s"/> + <compilerarg path="@{apgeneratedsrcdir}"/> + <compilerarg line="${ap.proc.none.internal}"/> + <customize/> + </javac> + </sequential> + </macrodef> + </target> + <target depends="-init-ap-cmdline-properties" name="-init-macrodef-javac-without-processors" unless="ap.supported.internal"> + <macrodef name="javac" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${src.dir}" name="srcdir"/> + <attribute default="${build.classes.dir}" name="destdir"/> + <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/> + <attribute default="${javac.processorpath}" name="processorpath"/> + <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="${javac.debug}" name="debug"/> + <attribute default="${empty.dir}" name="gensrcdir"/> + <element name="customize" optional="true"/> + <sequential> + <property location="${build.dir}/empty" name="empty.dir"/> + <mkdir dir="${empty.dir}"/> + <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" srcdir="@{srcdir}" target="${javac.target}"> + <src> + <dirset dir="@{gensrcdir}" erroronmissingdir="false"> + <include name="*"/> + </dirset> + </src> + <classpath> + <path path="@{classpath}"/> + </classpath> + <compilerarg line="${endorsed.classpath.cmd.line.arg}"/> + <compilerarg line="${javac.compilerargs}"/> + <customize/> + </javac> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-javac-with-processors,-init-macrodef-javac-without-processors" name="-init-macrodef-javac"> + <macrodef name="depend" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${src.dir}" name="srcdir"/> + <attribute default="${build.classes.dir}" name="destdir"/> + <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/> + <sequential> + <depend cache="${build.dir}/depcache" destdir="@{destdir}" excludes="${excludes}" includes="${includes}" srcdir="@{srcdir}"> + <classpath> + <path path="@{classpath}"/> + </classpath> + </depend> + </sequential> + </macrodef> + <macrodef name="force-recompile" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${build.classes.dir}" name="destdir"/> + <sequential> + <fail unless="javac.includes">Must set javac.includes</fail> + <pathconvert pathsep="${line.separator}" property="javac.includes.binary"> + <path> + <filelist dir="@{destdir}" files="${javac.includes}"/> + </path> + <globmapper from="*.java" to="*.class"/> + </pathconvert> + <tempfile deleteonexit="true" property="javac.includesfile.binary"/> + <echo file="${javac.includesfile.binary}" message="${javac.includes.binary}"/> + <delete> + <files includesfile="${javac.includesfile.binary}"/> + </delete> + <delete file="${javac.includesfile.binary}"/> + </sequential> + </macrodef> + </target> + <target if="${junit.available}" name="-init-macrodef-junit-init"> + <condition else="false" property="nb.junit.batch" value="true"> + <and> + <istrue value="${junit.available}"/> + <not> + <isset property="test.method"/> + </not> + </and> + </condition> + <condition else="false" property="nb.junit.single" value="true"> + <and> + <istrue value="${junit.available}"/> + <isset property="test.method"/> + </and> + </condition> + </target> + <target name="-init-test-properties"> + <property name="test.binaryincludes" value="<nothing>"/> + <property name="test.binarytestincludes" value=""/> + <property name="test.binaryexcludes" value=""/> + </target> + <target if="${nb.junit.single}" name="-init-macrodef-junit-single" unless="${nb.junit.batch}"> + <macrodef name="junit" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <element name="customize" optional="true"/> + <sequential> + <junit dir="${basedir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" tempdir="${java.io.tmpdir}"> + <test methods="@{testmethods}" name="@{testincludes}" todir="${build.test.results.dir}"/> + <syspropertyset> + <propertyref prefix="test-sys-prop."/> + <mapper from="test-sys-prop.*" to="*" type="glob"/> + </syspropertyset> + <formatter type="brief" usefile="false"/> + <formatter type="xml"/> + <jvmarg value="-ea"/> + <customize/> + </junit> + </sequential> + </macrodef> + </target> + <target depends="-init-test-properties" if="${nb.junit.batch}" name="-init-macrodef-junit-batch" unless="${nb.junit.single}"> + <macrodef name="junit" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <element name="customize" optional="true"/> + <sequential> + <property name="run.jvmargs.ide" value=""/> + <junit dir="${basedir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" tempdir="${build.dir}"> + <batchtest todir="${build.test.results.dir}"> + <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}"> + <filename name="@{testincludes}"/> + </fileset> + <fileset dir="${build.test.classes.dir}" excludes="@{excludes},${excludes},${test.binaryexcludes}" includes="${test.binaryincludes}"> + <filename name="${test.binarytestincludes}"/> + </fileset> + </batchtest> + <syspropertyset> + <propertyref prefix="test-sys-prop."/> + <mapper from="test-sys-prop.*" to="*" type="glob"/> + </syspropertyset> + <formatter type="brief" usefile="false"/> + <formatter type="xml"/> + <jvmarg value="-ea"/> + <jvmarg line="${run.jvmargs.ide}"/> + <customize/> + </junit> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-junit-init,-init-macrodef-junit-single, -init-macrodef-junit-batch" if="${junit.available}" name="-init-macrodef-junit"/> + <target if="${testng.available}" name="-init-macrodef-testng"> + <macrodef name="testng" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <element name="customize" optional="true"/> + <sequential> + <condition else="" property="testng.methods.arg" value="@{testincludes}.@{testmethods}"> + <isset property="test.method"/> + </condition> + <union id="test.set"> + <fileset dir="${test.src.dir}" excludes="@{excludes},**/*.xml,${excludes}" includes="@{includes}"> + <filename name="@{testincludes}"/> + </fileset> + </union> + <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/> + <testng classfilesetref="test.set" failureProperty="tests.failed" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="LymeStudy" testname="TestNG tests" workingDir="${basedir}"> + <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/> + <propertyset> + <propertyref prefix="test-sys-prop."/> + <mapper from="test-sys-prop.*" to="*" type="glob"/> + </propertyset> + <customize/> + </testng> + </sequential> + </macrodef> + </target> + <target name="-init-macrodef-test-impl"> + <macrodef name="test-impl" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <element implicit="true" name="customize" optional="true"/> + <sequential> + <echo>No tests executed.</echo> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-junit" if="${junit.available}" name="-init-macrodef-junit-impl"> + <macrodef name="test-impl" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <element implicit="true" name="customize" optional="true"/> + <sequential> + <webproject2:junit excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}"> + <customize/> + </webproject2:junit> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-testng" if="${testng.available}" name="-init-macrodef-testng-impl"> + <macrodef name="test-impl" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <element implicit="true" name="customize" optional="true"/> + <sequential> + <webproject2:testng excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}"> + <customize/> + </webproject2:testng> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-test-impl,-init-macrodef-junit-impl,-init-macrodef-testng-impl" name="-init-macrodef-test"> + <macrodef name="test" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <sequential> + <webproject2:test-impl excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}"> + <customize> + <classpath> + <path path="${run.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}"/> + </classpath> + <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> + <jvmarg line="${runmain.jvmargs}"/> + </customize> + </webproject2:test-impl> + </sequential> + </macrodef> + </target> + <target if="${junit.available}" name="-init-macrodef-junit-debug" unless="${nb.junit.batch}"> + <macrodef name="junit-debug" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <element name="customize" optional="true"/> + <sequential> + <junit dir="${basedir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" tempdir="${java.io.tmpdir}"> + <test methods="@{testmethods}" name="@{testincludes}" todir="${build.test.results.dir}"/> + <syspropertyset> + <propertyref prefix="test-sys-prop."/> + <mapper from="test-sys-prop.*" to="*" type="glob"/> + </syspropertyset> + <formatter type="brief" usefile="false"/> + <formatter type="xml"/> + <jvmarg value="-ea"/> + <jvmarg line="${debug-args-line}"/> + <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/> + <customize/> + </junit> + </sequential> + </macrodef> + </target> + <target depends="-init-test-properties" if="${nb.junit.batch}" name="-init-macrodef-junit-debug-batch"> + <macrodef name="junit-debug" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <element name="customize" optional="true"/> + <sequential> + <property name="run.jvmargs.ide" value=""/> + <junit dir="${basedir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" tempdir="${build.dir}"> + <batchtest todir="${build.test.results.dir}"> + <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}"> + <filename name="@{testincludes}"/> + </fileset> + <fileset dir="${build.test.classes.dir}" excludes="@{excludes},${excludes},${test.binaryexcludes}" includes="${test.binaryincludes}"> + <filename name="${test.binarytestincludes}"/> + </fileset> + </batchtest> + <syspropertyset> + <propertyref prefix="test-sys-prop."/> + <mapper from="test-sys-prop.*" to="*" type="glob"/> + </syspropertyset> + <formatter type="brief" usefile="false"/> + <formatter type="xml"/> + <jvmarg value="-ea"/> + <jvmarg line="${run.jvmargs.ide}"/> + <jvmarg line="${debug-args-line}"/> + <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/> + <customize/> + </junit> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-junit-debug,-init-macrodef-junit-debug-batch" if="${junit.available}" name="-init-macrodef-junit-debug-impl"> + <macrodef name="test-debug-impl" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <element implicit="true" name="customize" optional="true"/> + <sequential> + <webproject2:junit-debug excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}"> + <customize/> + </webproject2:junit-debug> + </sequential> + </macrodef> + </target> + <target if="${testng.available}" name="-init-macrodef-testng-debug"> + <macrodef name="testng-debug" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${main.class}" name="testClass"/> + <attribute default="" name="testMethod"/> + <element name="customize2" optional="true"/> + <sequential> + <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}"> + <isset property="test.method"/> + </condition> + <condition else="-suitename LymeStudy -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}"> + <matches pattern=".*\.xml" string="@{testClass}"/> + </condition> + <delete dir="${build.test.results.dir}" quiet="true"/> + <mkdir dir="${build.test.results.dir}"/> + <webproject1:debug args="${testng.cmd.args}" classname="org.testng.TestNG" classpath="${debug.test.classpath}:${j2ee.platform.embeddableejb.classpath}"> + <customize> + <customize2/> + <jvmarg value="-ea"/> + <arg line="${testng.debug.mode}"/> + <arg line="-d ${build.test.results.dir}"/> + <arg line="-listener org.testng.reporters.VerboseReporter"/> + </customize> + </webproject1:debug> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-testng-debug" if="${testng.available}" name="-init-macrodef-testng-debug-impl"> + <macrodef name="testng-debug-impl" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${main.class}" name="testClass"/> + <attribute default="" name="testMethod"/> + <element implicit="true" name="customize2" optional="true"/> + <sequential> + <webproject2:testng-debug testClass="@{testClass}" testMethod="@{testMethod}"> + <customize2/> + </webproject2:testng-debug> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-junit-debug-impl" if="${junit.available}" name="-init-macrodef-test-debug-junit"> + <macrodef name="test-debug" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <attribute default="${main.class}" name="testClass"/> + <attribute default="" name="testMethod"/> + <sequential> + <webproject2:test-debug-impl excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}"> + <customize> + <classpath> + <path path="${run.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}"/> + </classpath> + <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> + <jvmarg line="${runmain.jvmargs}"/> + </customize> + </webproject2:test-debug-impl> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-testng-debug-impl" if="${testng.available}" name="-init-macrodef-test-debug-testng"> + <macrodef name="test-debug" uri="http://www.netbeans.org/ns/web-project/2"> + <attribute default="${includes}" name="includes"/> + <attribute default="${excludes}" name="excludes"/> + <attribute default="**" name="testincludes"/> + <attribute default="" name="testmethods"/> + <attribute default="${main.class}" name="testClass"/> + <attribute default="" name="testMethod"/> + <sequential> + <webproject2:testng-debug-impl testClass="@{testClass}" testMethod="@{testMethod}"> + <customize2> + <syspropertyset> + <propertyref prefix="test-sys-prop."/> + <mapper from="test-sys-prop.*" to="*" type="glob"/> + </syspropertyset> + </customize2> + </webproject2:testng-debug-impl> + </sequential> + </macrodef> + </target> + <target depends="-init-macrodef-test-debug-junit,-init-macrodef-test-debug-testng" name="-init-macrodef-test-debug"/> + <target name="-init-macrodef-java"> + <macrodef name="java" uri="http://www.netbeans.org/ns/web-project/1"> + <attribute default="${main.class}" name="classname"/> + <attribute default="${debug.classpath}" name="classpath"/> + <element name="customize" optional="true"/> + <sequential> + <java classname="@{classname}" fork="true"> + <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> + <jvmarg line="${runmain.jvmargs}"/> + <classpath> + <path path="@{classpath}:${j2ee.platform.classpath}"/> + </classpath> + <syspropertyset> + <propertyref prefix="run-sys-prop."/> + <mapper from="run-sys-prop.*" to="*" type="glob"/> + </syspropertyset> + <customize/> + </java> + </sequential> + </macrodef> + </target> + <target name="-init-macrodef-nbjsdebug"> + <macrodef name="nbjsdebugstart" uri="http://www.netbeans.org/ns/web-project/1"> + <attribute default="${client.url}" name="webUrl"/> + <sequential> + <nbjsdebugstart urlPart="${client.urlPart}" webUrl="@{webUrl}"/> + </sequential> + </macrodef> + </target> + <target depends="-init-debug-args" name="-init-macrodef-nbjpda"> + <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/web-project/1"> + <attribute default="${main.class}" name="name"/> + <attribute default="${debug.classpath}:${j2ee.platform.classpath}" name="classpath"/> + <sequential> + <nbjpdastart addressproperty="jpda.address" name="@{name}" transport="${debug-transport}"> + <classpath> + <path path="@{classpath}"/> + </classpath> + </nbjpdastart> + </sequential> + </macrodef> + <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/web-project/1"> + <attribute default="${build.classes.dir}" name="dir"/> + <sequential> + <nbjpdareload> + <fileset dir="@{dir}" includes="${fix.classes}"> + <include name="${fix.includes}*.class"/> + </fileset> + </nbjpdareload> + </sequential> + </macrodef> + <macrodef name="nbjpdaappreloaded" uri="http://www.netbeans.org/ns/web-project/1"> + <sequential> + <nbjpdaappreloaded/> + </sequential> + </macrodef> + </target> + <target name="-init-debug-args"> + <property name="version-output" value="java version "${ant.java.version}"/> + <condition property="have-jdk-older-than-1.4"> + <or> + <contains string="${version-output}" substring="java version "1.0"/> + <contains string="${version-output}" substring="java version "1.1"/> + <contains string="${version-output}" substring="java version "1.2"/> + <contains string="${version-output}" substring="java version "1.3"/> + </or> + </condition> + <condition else="-Xdebug" property="debug-args-line" value="-Xdebug -Xnoagent -Djava.compiler=none"> + <istrue value="${have-jdk-older-than-1.4}"/> + </condition> + <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem"> + <os family="windows"/> + </condition> + <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}"> + <isset property="debug.transport"/> + </condition> + </target> + <target depends="-init-debug-args" name="-init-macrodef-debug"> + <macrodef name="debug" uri="http://www.netbeans.org/ns/web-project/1"> + <attribute default="${main.class}" name="classname"/> + <attribute default="${debug.classpath}:${j2ee.platform.classpath}" name="classpath"/> + <attribute default="${application.args.param}" name="args"/> + <element name="customize" optional="true"/> + <sequential> + <java classname="@{classname}" fork="true"> + <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> + <jvmarg line="${debug-args-line}"/> + <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/> + <jvmarg line="${runmain.jvmargs}"/> + <classpath> + <path path="@{classpath}"/> + </classpath> + <syspropertyset> + <propertyref prefix="run-sys-prop."/> + <mapper from="run-sys-prop.*" to="*" type="glob"/> + </syspropertyset> + <arg line="@{args}"/> + <customize/> + </java> + </sequential> + </macrodef> + </target> + <target name="-init-taskdefs"> + <fail unless="libs.CopyLibs.classpath"> +The libs.CopyLibs.classpath property is not set up. +This property must point to +org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part +of NetBeans IDE installation and is usually located at +<netbeans_installation>/java<version>/ant/extra folder. +Either open the project in the IDE and make sure CopyLibs library +exists or setup the property manually. For example like this: + ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-copylibstask.jar + </fail> + <taskdef classpath="${libs.CopyLibs.classpath}" resource="org/netbeans/modules/java/j2seproject/copylibstask/antlib.xml"/> + </target> + <target name="-init-ap-cmdline-properties"> + <property name="annotation.processing.enabled" value="true"/> + <property name="annotation.processing.processors.list" value=""/> + <property name="annotation.processing.run.all.processors" value="true"/> + <property name="javac.processorpath" value="${javac.classpath}"/> + <property name="javac.test.processorpath" value="${javac.test.classpath}"/> + <condition property="ap.supported.internal" value="true"> + <not> + <matches pattern="1\.[0-5](\..*)?" string="${javac.source}"/> + </not> + </condition> + </target> + <target depends="-init-ap-cmdline-properties" if="ap.supported.internal" name="-init-ap-cmdline-supported"> + <condition else="" property="ap.processors.internal" value="-processor ${annotation.processing.processors.list}"> + <isfalse value="${annotation.processing.run.all.processors}"/> + </condition> + <condition else="" property="ap.proc.none.internal" value="-proc:none"> + <isfalse value="${annotation.processing.enabled}"/> + </condition> + </target> + <target depends="-init-ap-cmdline-properties,-init-ap-cmdline-supported" name="-init-ap-cmdline"> + <property name="ap.cmd.line.internal" value=""/> + </target> + <!-- + pre NB7.2 profiling section; consider it deprecated + --> + <target depends="-profile-pre-init, init, -profile-post-init, -profile-init-check" if="profiler.info.jvmargs.agent" name="profile-init"/> + <target if="profiler.info.jvmargs.agent" name="-profile-pre-init"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target if="profiler.info.jvmargs.agent" name="-profile-post-init"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="-profile-pre-init, init, -profile-post-init" if="profiler.info.jvmargs.agent" name="-profile-init-check"> + <fail unless="profiler.info.jvm">Must set JVM to use for profiling in profiler.info.jvm</fail> + <fail unless="profiler.info.jvmargs.agent">Must set profiler agent JVM arguments in profiler.info.jvmargs.agent</fail> + </target> + <!-- + end of pre NB7.2 profiling section + --> + <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init,-post-init,-init-check,-init-macrodef-property,-init-macrodef-javac,-init-macrodef-test,-init-macrodef-test-debug,-init-macrodef-java,-init-macrodef-nbjpda,-init-macrodef-nbjsdebug,-init-macrodef-debug,-init-taskdefs,-init-ap-cmdline" name="init"/> + <!-- + COMPILATION SECTION + --> + <target depends="init" if="no.dist.ear.dir" name="deps-module-jar" unless="no.deps"/> + <target depends="init" if="dist.ear.dir" name="deps-ear-jar" unless="no.deps"/> + <target depends="init, deps-module-jar, deps-ear-jar" name="deps-jar" unless="no.deps"/> + <target depends="init,deps-jar" name="-pre-pre-compile"> + <mkdir dir="${build.classes.dir}"/> + </target> + <target name="-pre-compile"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target name="-copy-webdir"> + <copy todir="${build.web.dir}"> + <fileset dir="${web.docbase.dir}" excludes="${build.web.excludes},${excludes}" includes="${includes}"/> + </copy> + <copy todir="${build.web.dir}/WEB-INF"> + <fileset dir="${webinf.dir}" excludes="${build.web.excludes}"/> + </copy> + </target> + <target depends="init, deps-jar, -pre-pre-compile, -pre-compile, -copy-manifest, -copy-persistence-xml, -copy-webdir, library-inclusion-in-archive,library-inclusion-in-manifest" if="have.sources" name="-do-compile"> + <webproject2:javac destdir="${build.classes.dir}" gensrcdir="${build.generated.sources.dir}"/> + <copy todir="${build.classes.dir}"> + <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> + </copy> + </target> + <target if="has.custom.manifest" name="-copy-manifest"> + <mkdir dir="${build.meta.inf.dir}"/> + <copy todir="${build.meta.inf.dir}"> + <fileset dir="${conf.dir}" includes="MANIFEST.MF"/> + </copy> + </target> + <target if="has.persistence.xml" name="-copy-persistence-xml"> + <mkdir dir="${build.web.dir}/WEB-INF/classes/META-INF"/> + <copy todir="${build.web.dir}/WEB-INF/classes/META-INF"> + <fileset dir="${persistence.xml.dir}" includes="persistence.xml orm.xml"/> + </copy> + </target> + <target name="-post-compile"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/> + <target name="-pre-compile-single"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,deps-jar,-pre-pre-compile" name="-do-compile-single"> + <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail> + <webproject2:javac excludes="" gensrcdir="${build.generated.sources.dir}" includes="${javac.includes}"/> + <copy todir="${build.classes.dir}"> + <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> + </copy> + </target> + <target name="-post-compile-single"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,deps-jar,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/> + <property name="jspc.schemas" value="/resources/schemas/"/> + <property name="jspc.dtds" value="/resources/dtds/"/> + <target depends="compile" description="Test compile JSP pages to expose compilation errors." if="do.compile.jsps" name="compile-jsps"> + <mkdir dir="${build.generated.dir}/src"/> + <java classname="org.netbeans.modules.web.project.ant.JspC" failonerror="true" fork="true"> + <arg value="-uriroot"/> + <arg file="${basedir}/${build.web.dir}"/> + <arg value="-d"/> + <arg file="${basedir}/${build.generated.dir}/src"/> + <arg value="-die1"/> + <arg value="-schemas ${jspc.schemas}"/> + <arg value="-dtds ${jspc.dtds}"/> + <arg value="-compilerSourceVM ${javac.source}"/> + <arg value="-compilerTargetVM ${javac.target}"/> + <arg value="-javaEncoding ${source.encoding}"/> + <arg value="-sysClasspath ${libs.jsp-compilation-syscp.classpath}"/> + <classpath path="${java.home}/../lib/tools.jar:${libs.jsp-compiler.classpath}:${libs.jsp-compilation.classpath}"/> + </java> + <mkdir dir="${build.generated.dir}/classes"/> + <webproject2:javac classpath="${build.classes.dir}:${libs.jsp-compilation.classpath}:${javac.classpath}:${j2ee.platform.classpath}" destdir="${build.generated.dir}/classes" srcdir="${build.generated.dir}/src"/> + </target> + <target depends="compile" if="jsp.includes" name="-do-compile-single-jsp"> + <fail unless="javac.jsp.includes">Must select some files in the IDE or set javac.jsp.includes</fail> + <mkdir dir="${build.generated.dir}/src"/> + <java classname="org.netbeans.modules.web.project.ant.JspCSingle" failonerror="true" fork="true"> + <arg value="-uriroot"/> + <arg file="${basedir}/${build.web.dir}"/> + <arg value="-d"/> + <arg file="${basedir}/${build.generated.dir}/src"/> + <arg value="-die1"/> + <arg value="-schemas ${jspc.schemas}"/> + <arg value="-dtds ${jspc.dtds}"/> + <arg value="-sysClasspath ${libs.jsp-compilation-syscp.classpath}"/> + <arg value="-jspc.files"/> + <arg path="${jsp.includes}"/> + <arg value="-compilerSourceVM ${javac.source}"/> + <arg value="-compilerTargetVM ${javac.target}"/> + <arg value="-javaEncoding ${source.encoding}"/> + <classpath path="${java.home}/../lib/tools.jar:${libs.jsp-compiler.classpath}:${libs.jsp-compilation.classpath}"/> + </java> + <mkdir dir="${build.generated.dir}/classes"/> + <webproject2:javac classpath="${build.classes.dir}:${libs.jsp-compilation.classpath}:${javac.classpath}:${j2ee.platform.classpath}" destdir="${build.generated.dir}/classes" srcdir="${build.generated.dir}/src"> + <customize> + <patternset includes="${javac.jsp.includes}"/> + </customize> + </webproject2:javac> + </target> + <target name="compile-single-jsp"> + <fail unless="jsp.includes">Must select a file in the IDE or set jsp.includes</fail> + <antcall target="-do-compile-single-jsp"/> + </target> + <!-- + DIST BUILDING SECTION + --> + <target name="-pre-dist"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,compile,compile-jsps,-pre-dist" if="do.war.package.without.custom.manifest" name="-do-dist-without-manifest"> + <dirname file="${dist.war}" property="dist.jar.dir"/> + <mkdir dir="${dist.jar.dir}"/> + <jar compress="${jar.compress}" jarfile="${dist.war}"> + <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/> + </jar> + </target> + <target depends="init,compile,compile-jsps,-pre-dist" if="do.war.package.with.custom.manifest" name="-do-dist-with-manifest"> + <dirname file="${dist.war}" property="dist.jar.dir"/> + <mkdir dir="${dist.jar.dir}"/> + <jar compress="${jar.compress}" jarfile="${dist.war}" manifest="${build.meta.inf.dir}/MANIFEST.MF"> + <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/> + </jar> + </target> + <target depends="init,compile,compile-jsps,-pre-dist" if="do.tmp.war.package.without.custom.manifest" name="-do-tmp-dist-without-manifest"> + <dirname file="${dist.war}" property="dist.jar.dir"/> + <mkdir dir="${dist.jar.dir}"/> + <jar compress="${jar.compress}" jarfile="${dist.war}"> + <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/> + </jar> + </target> + <target depends="init,compile,compile-jsps,-pre-dist" if="do.tmp.war.package.with.custom.manifest" name="-do-tmp-dist-with-manifest"> + <dirname file="${dist.war}" property="dist.jar.dir"/> + <mkdir dir="${dist.jar.dir}"/> + <jar compress="${jar.compress}" jarfile="${dist.war}" manifest="${build.meta.inf.dir}/MANIFEST.MF"> + <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/> + </jar> + </target> + <target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/> + <target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest"> + <copyfiles files="${file.reference.jsoup-1.7.2.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.weka.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-javadoc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-sources.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.commons-logging-1.1.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-client-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-client-android-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-client-appengine-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-client-gson-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-client-jackson2-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-client-java6-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-api-client-servlet-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-http-client-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-http-client-android-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-http-client-appengine-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-http-client-gson-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-http-client-jackson2-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-http-client-jdo-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-oauth-client-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-oauth-client-appengine-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-oauth-client-java6-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-oauth-client-jetty-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.google-oauth-client-servlet-1.17.0-rc.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.gson-2.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.httpclient-4.0.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.httpcore-4.0.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.jackson-core-2.1.3.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.jdo2-api-2.3-eb.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.jetty-6.1.26.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.jetty-util-6.1.26.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.jsr305-1.3.9.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.transaction-api-1.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <copyfiles files="${file.reference.org.json-20120521.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/> + <mkdir dir="${build.web.dir}/META-INF"/> + <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/> + </target> + <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir"> + <copyfiles files="${file.reference.jsoup-1.7.2.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.weka.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-javadoc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-sources.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.commons-logging-1.1.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-client-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-client-android-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-client-appengine-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-client-gson-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-client-jackson2-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-client-java6-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-api-client-servlet-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-http-client-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-http-client-android-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-http-client-appengine-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-http-client-gson-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-http-client-jackson2-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-http-client-jdo-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-oauth-client-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-oauth-client-appengine-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-oauth-client-java6-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-oauth-client-jetty-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.google-oauth-client-servlet-1.17.0-rc.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.gson-2.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.httpclient-4.0.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.httpcore-4.0.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.jackson-core-2.1.3.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.jdo2-api-2.3-eb.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.jetty-6.1.26.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.jetty-util-6.1.26.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.jsr305-1.3.9.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.transaction-api-1.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + <copyfiles files="${file.reference.org.json-20120521.jar}" todir="${build.web.dir}/WEB-INF/lib"/> + </target> + <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib"> + <delete dir="${build.web.dir}/WEB-INF/lib"/> + </target> + <target depends="init,-clean-webinf-lib,compile,compile-jsps,-pre-dist,library-inclusion-in-manifest" if="do.tmp.war.package" name="do-ear-dist"> + <dirname file="${dist.ear.war}" property="dist.jar.dir"/> + <mkdir dir="${dist.jar.dir}"/> + <jar compress="${jar.compress}" jarfile="${dist.ear.war}" manifest="${build.web.dir}/META-INF/MANIFEST.MF"> + <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/> + </jar> + </target> + <target name="-post-dist"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,compile,-pre-dist,do-dist,-post-dist" description="Build distribution (WAR)." name="dist"/> + <target depends="init,-clean-webinf-lib,-init-cos,compile,-pre-dist,do-ear-dist,-post-dist" description="Build distribution (WAR) to be packaged into an EAR." name="dist-ear"/> + <!-- + EXECUTION SECTION + --> + <target depends="run-deploy,run-display-browser" description="Deploy to server and show in browser." name="run"/> + <target name="-pre-run-deploy"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target name="-post-run-deploy"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target name="-pre-nbmodule-run-deploy"> + <!-- Empty placeholder for easier customization. --> + <!-- This target can be overriden by NetBeans modules. Don't override it directly, use -pre-run-deploy task instead. --> + </target> + <target name="-post-nbmodule-run-deploy"> + <!-- Empty placeholder for easier customization. --> + <!-- This target can be overriden by NetBeans modules. Don't override it directly, use -post-run-deploy task instead. --> + </target> + <target name="-run-deploy-am"> + <!-- Task to deploy to the Access Manager runtime. --> + </target> + <target depends="init,-init-cos,compile,compile-jsps,-do-compile-single-jsp,-pre-dist,-do-tmp-dist-with-manifest,-do-tmp-dist-without-manifest,-pre-run-deploy,-pre-nbmodule-run-deploy,-run-deploy-nb,-init-deploy-ant,-deploy-ant,-run-deploy-am,-post-nbmodule-run-deploy,-post-run-deploy,-do-update-breakpoints" name="run-deploy"/> + <target if="netbeans.home" name="-run-deploy-nb"> + <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/> + </target> + <target name="-init-deploy-ant" unless="netbeans.home"> + <property name="deploy.ant.archive" value="${dist.war}"/> + <property name="deploy.ant.docbase.dir" value="${web.docbase.dir}"/> + <property name="deploy.ant.resource.dir" value="${resource.dir}"/> + <property name="deploy.ant.enabled" value="true"/> + </target> + <target depends="dist,-run-undeploy-nb,-init-deploy-ant,-undeploy-ant" name="run-undeploy"/> + <target if="netbeans.home" name="-run-undeploy-nb"> + <fail message="Undeploy is not supported from within the IDE"/> + </target> + <target depends="init,-pre-dist,dist,-post-dist" name="verify"> + <nbverify file="${dist.war}"/> + </target> + <target depends="run-deploy,-init-display-browser,-display-browser-nb,-display-browser-cl" name="run-display-browser"/> + <target if="do.display.browser" name="-init-display-browser"> + <condition property="do.display.browser.nb"> + <isset property="netbeans.home"/> + </condition> + <condition property="do.display.browser.cl"> + <isset property="deploy.ant.enabled"/> + </condition> + </target> + <target if="do.display.browser.nb" name="-display-browser-nb"> + <nbbrowse url="${client.url}"/> + </target> + <target if="do.display.browser.cl" name="-get-browser" unless="browser"> + <condition property="browser" value="rundll32"> + <os family="windows"/> + </condition> + <condition else="" property="browser.args" value="url.dll,FileProtocolHandler"> + <os family="windows"/> + </condition> + <condition property="browser" value="/usr/bin/open"> + <os family="mac"/> + </condition> + <property environment="env"/> + <condition property="browser" value="${env.BROWSER}"> + <isset property="env.BROWSER"/> + </condition> + <condition property="browser" value="/usr/bin/firefox"> + <available file="/usr/bin/firefox"/> + </condition> + <condition property="browser" value="/usr/local/firefox/firefox"> + <available file="/usr/local/firefox/firefox"/> + </condition> + <condition property="browser" value="/usr/bin/mozilla"> + <available file="/usr/bin/mozilla"/> + </condition> + <condition property="browser" value="/usr/local/mozilla/mozilla"> + <available file="/usr/local/mozilla/mozilla"/> + </condition> + <condition property="browser" value="/usr/sfw/lib/firefox/firefox"> + <available file="/usr/sfw/lib/firefox/firefox"/> + </condition> + <condition property="browser" value="/opt/csw/bin/firefox"> + <available file="/opt/csw/bin/firefox"/> + </condition> + <condition property="browser" value="/usr/sfw/lib/mozilla/mozilla"> + <available file="/usr/sfw/lib/mozilla/mozilla"/> + </condition> + <condition property="browser" value="/opt/csw/bin/mozilla"> + <available file="/opt/csw/bin/mozilla"/> + </condition> + </target> + <target depends="-get-browser" if="do.display.browser.cl" name="-display-browser-cl"> + <fail unless="browser"> + Browser not found, cannot launch the deployed application. Try to set the BROWSER environment variable. + </fail> + <property name="browse.url" value="${deploy.ant.client.url}${client.urlPart}"/> + <echo>Launching ${browse.url}</echo> + <exec executable="${browser}" spawn="true"> + <arg line="${browser.args} ${browse.url}"/> + </exec> + </target> + <target depends="init,-init-cos,compile-single" name="run-main"> + <fail unless="run.class">Must select one file in the IDE or set run.class</fail> + <webproject1:java classname="${run.class}"/> + </target> + <target depends="init,compile-test-single,-pre-test-run-single" name="run-test-with-main"> + <fail unless="run.class">Must select one file in the IDE or set run.class</fail> + <webproject1:java classname="${run.class}" classpath="${run.test.classpath}"/> + </target> + <target depends="init" if="netbeans.home" name="-do-update-breakpoints"> + <webproject1:nbjpdaappreloaded/> + </target> + <!-- + DEBUGGING SECTION + --> + <target depends="init,-init-cos,compile,compile-jsps,-do-compile-single-jsp,-pre-dist,-do-tmp-dist-with-manifest,-do-tmp-dist-without-manifest" description="Debug project in IDE." if="netbeans.home" name="debug"> + <nbstartserver debugmode="true"/> + <antcall target="connect-debugger"/> + <nbdeploy clientUrlPart="${client.urlPart}" debugmode="true" forceRedeploy="true"/> + <antcall target="debug-display-browser"/> + <antcall target="connect-client-debugger"/> + </target> + <target if="do.debug.server" name="connect-debugger" unless="is.debugged"> + <condition property="listeningcp" value="sourcepath"> + <istrue value="${j2ee.compile.on.save}"/> + </condition> + <nbjpdaconnect address="${jpda.address}" host="${jpda.host}" listeningcp="${listeningcp}" name="${name}" transport="${jpda.transport}"> + <classpath> + <path path="${debug.classpath}:${j2ee.platform.classpath}"/> + </classpath> + <sourcepath> + <path path="${web.docbase.dir}"/> + </sourcepath> + </nbjpdaconnect> + </target> + <target if="do.display.browser.debug" name="debug-display-browser"> + <nbbrowse url="${client.url}"/> + </target> + <target if="do.debug.client" name="connect-client-debugger"> + <webproject1:nbjsdebugstart webUrl="${client.url}"/> + </target> + <target depends="init,compile-test-single" if="netbeans.home" name="-debug-start-debuggee-main-test"> + <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail> + <webproject1:debug classname="${debug.class}" classpath="${debug.test.classpath}"/> + </target> + <target depends="init,compile-test-single,-debug-start-debugger-main-test,-debug-start-debuggee-main-test" if="netbeans.home" name="debug-test-with-main"/> + <target depends="init,compile,compile-jsps,-do-compile-single-jsp,debug" if="netbeans.home" name="debug-single"/> + <target depends="init" if="netbeans.home" name="-debug-start-debugger-main-test"> + <webproject1:nbjpdastart classpath="${debug.test.classpath}" name="${debug.class}"/> + </target> + <target depends="init" if="netbeans.home" name="-debug-start-debugger"> + <webproject1:nbjpdastart name="${debug.class}"/> + </target> + <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-single"> + <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail> + <webproject1:debug classname="${debug.class}"/> + </target> + <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-single" if="netbeans.home" name="debug-single-main"/> + <target depends="init" name="-pre-debug-fix"> + <fail unless="fix.includes">Must set fix.includes</fail> + <property name="javac.includes" value="${fix.includes}.java"/> + </target> + <target depends="init,-pre-debug-fix,compile-single" if="netbeans.home" name="-do-debug-fix"> + <webproject1:nbjpdareload/> + </target> + <target depends="init,-pre-debug-fix,-do-debug-fix" if="netbeans.home" name="debug-fix"/> + <!-- + ================= + PROFILING SECTION + ================= + --> + <!-- + pre NB7.2 profiling section; consider it deprecated + --> + <target description="Profile a J2EE project in the IDE." if="profiler.info.jvmargs.agent" name="-profile-pre72"> + <condition else="start-profiled-server" property="profiler.startserver.target" value="start-profiled-server-extraargs"> + <isset property="profiler.info.jvmargs.extra"/> + </condition> + <antcall target="${profiler.startserver.target}"/> + <antcall target="run"/> + <antcall target="-profile-start-loadgen"/> + </target> + <target if="profiler.info.jvmargs.agent" name="start-profiled-server"> + <nbstartprofiledserver forceRestart="${profiler.j2ee.serverForceRestart}" javaPlatform="${profiler.info.javaPlatform}" startupTimeout="${profiler.j2ee.serverStartupTimeout}"> + <jvmarg value="${profiler.info.jvmargs.agent}"/> + <jvmarg value="${profiler.j2ee.agentID}"/> + </nbstartprofiledserver> + </target> + <target if="profiler.info.jvmargs.agent" name="start-profiled-server-extraargs"> + <nbstartprofiledserver forceRestart="${profiler.j2ee.serverForceRestart}" javaPlatform="${profiler.info.javaPlatform}" startupTimeout="${profiler.j2ee.serverStartupTimeout}"> + <jvmarg value="${profiler.info.jvmargs.extra}"/> + <jvmarg value="${profiler.info.jvmargs.agent}"/> + <jvmarg value="${profiler.j2ee.agentID}"/> + </nbstartprofiledserver> + </target> + <target depends="profile-init,compile-test-single" if="profiler.info.jvmargs.agent" name="-profile-test-single-pre72"> + <fail unless="netbeans.home">This target only works when run from inside the NetBeans IDE.</fail> + <nbprofiledirect> + <classpath> + <path path="${run.test.classpath}"/> + <path path="${j2ee.platform.classpath}"/> + </classpath> + </nbprofiledirect> + <junit dir="${profiler.info.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" jvm="${profiler.info.jvm}" showoutput="true"> + <env key="${profiler.info.pathvar}" path="${profiler.info.agentpath}:${profiler.current.path}"/> + <jvmarg value="${profiler.info.jvmargs.agent}"/> + <jvmarg line="${profiler.info.jvmargs}"/> + <test name="${profile.class}"/> + <classpath> + <path path="${run.test.classpath}"/> + <path path="${j2ee.platform.classpath}"/> + </classpath> + <syspropertyset> + <propertyref prefix="test-sys-prop."/> + <mapper from="test-sys-prop.*" to="*" type="glob"/> + </syspropertyset> + <formatter type="brief" usefile="false"/> + <formatter type="xml"/> + </junit> + </target> + <target if="netbeans.home" name="-profile-check"> + <condition property="profiler.configured"> + <or> + <contains casesensitive="true" string="${run.jvmargs.ide}" substring="-agentpath:"/> + <contains casesensitive="true" string="${run.jvmargs.ide}" substring="-javaagent:"/> + </or> + </condition> + </target> + <target depends="init,-init-cos,compile,compile-jsps,-do-compile-single-jsp,-pre-dist,-do-tmp-dist-with-manifest,-do-tmp-dist-without-manifest" name="-do-profile"> + <startprofiler/> + <nbstartserver profilemode="true"/> + <nbdeploy clientUrlPart="${client.urlPart}" forceRedeploy="true" profilemode="true"/> + <antcall target="debug-display-browser"/> + <antcall target="-profile-start-loadgen"/> + </target> + <target depends="-profile-check,-profile-pre72" description="Profile a J2EE project in the IDE." if="profiler.configured" name="profile" unless="profiler.info.jvmargs.agent"> + <antcall target="-do-profile"/> + </target> + <target depends="-profile-test-single-pre72" name="profile-test-single"/> + <target depends="-profile-check" if="profiler.configured" name="profile-test" unless="profiler.info.jvmargs.agent"> + <startprofiler/> + <antcall target="test-single"/> + </target> + <target if="profiler.loadgen.path" name="-profile-start-loadgen"> + <loadgenstart path="${profiler.loadgen.path}"/> + </target> + <!-- + JAVADOC SECTION + --> + <target depends="init" if="have.sources" name="javadoc-build"> + <mkdir dir="${dist.javadoc.dir}"/> + <javadoc additionalparam="${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" encoding="${javadoc.encoding.used}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}"> + <classpath> + <path path="${javac.classpath}:${j2ee.platform.classpath}"/> + </classpath> + <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}"> + <filename name="**/*.java"/> + </fileset> + <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false"> + <include name="**/*.java"/> + </fileset> + </javadoc> + <copy todir="${dist.javadoc.dir}"> + <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}"> + <filename name="**/doc-files/**"/> + </fileset> + <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false"> + <include name="**/doc-files/**"/> + </fileset> + </copy> + </target> + <target depends="init,javadoc-build" if="netbeans.home" name="javadoc-browse" unless="no.javadoc.preview"> + <nbbrowse file="${dist.javadoc.dir}/index.html"/> + </target> + <target depends="init,javadoc-build,javadoc-browse" description="Build Javadoc." name="javadoc"/> + <!-- + + TEST COMPILATION SECTION + --> + <target depends="init,compile" if="have.tests" name="-pre-pre-compile-test"> + <mkdir dir="${build.test.classes.dir}"/> + <property name="j2ee.platform.embeddableejb.classpath" value=""/> + </target> + <target name="-pre-compile-test"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test" if="have.tests" name="-do-compile-test"> + <webproject2:javac classpath="${javac.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}" debug="true" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/> + <copy todir="${build.test.classes.dir}"> + <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> + </copy> + </target> + <target name="-post-compile-test"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test" name="compile-test"/> + <target name="-pre-compile-test-single"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single"> + <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail> + <webproject2:javac classpath="${javac.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}" debug="true" destdir="${build.test.classes.dir}" excludes="" includes="${javac.includes}" srcdir="${test.src.dir}"/> + <copy todir="${build.test.classes.dir}"> + <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/> + </copy> + </target> + <target name="-post-compile-test-single"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single" name="compile-test-single"/> + <!-- + + TEST EXECUTION SECTION + --> + <target depends="init" if="have.tests" name="-pre-test-run"> + <mkdir dir="${build.test.results.dir}"/> + </target> + <target depends="init,compile-test,-pre-test-run" if="have.tests" name="-do-test-run"> + <webproject2:test testincludes="**/*Test.java"/> + </target> + <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run"> + <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail> + </target> + <target depends="init" if="have.tests" name="test-report"/> + <target depends="init" if="netbeans.home+have.tests" name="-test-browse"/> + <target depends="init,compile-test,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests." name="test"/> + <target depends="init" if="have.tests" name="-pre-test-run-single"> + <mkdir dir="${build.test.results.dir}"/> + </target> + <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single"> + <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail> + <webproject2:test excludes="" includes="${test.includes}" testincludes="${test.includes}"/> + </target> + <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single" if="have.tests" name="-post-test-run-single"> + <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail> + </target> + <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single,-post-test-run-single" description="Run single unit test." name="test-single"/> + <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single-method"> + <fail unless="test.class">Must select some files in the IDE or set test.class</fail> + <fail unless="test.method">Must select some method in the IDE or set test.method</fail> + <webproject2:test excludes="" includes="${javac.includes}" testincludes="${test.class}" testmethods="${test.method}"/> + </target> + <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single-method" if="have.tests" name="-post-test-run-single-method"> + <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail> + </target> + <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single-method,-post-test-run-single-method" description="Run single unit test." name="test-single-method"/> + <!-- + + TEST DEBUGGING SECTION + --> + <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-debug-start-debuggee-test"> + <fail unless="test.class">Must select one file in the IDE or set test.class</fail> + <webproject2:test-debug excludes="" includes="${javac.includes}" testClass="${test.class}" testincludes="${javac.includes}"/> + </target> + <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-debug-start-debuggee-test-method"> + <fail unless="test.class">Must select one file in the IDE or set test.class</fail> + <fail unless="test.method">Must select some method in the IDE or set test.method</fail> + <webproject2:test-debug excludes="" includes="${javac.includes}" testClass="${test.class}" testMethod="${test.method}" testincludes="${test.class}" testmethods="${test.method}"/> + </target> + <target depends="init,compile-test" if="netbeans.home+have.tests" name="-debug-start-debugger-test"> + <webproject1:nbjpdastart classpath="${debug.test.classpath}" name="${test.class}"/> + </target> + <target depends="init,compile-test,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/> + <target depends="init,compile-test-single,-debug-start-debugger-test,-debug-start-debuggee-test-method" name="debug-test-method"/> + <target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test"> + <webproject1:nbjpdareload dir="${build.test.classes.dir}"/> + </target> + <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/> + <!-- + + CLEANUP SECTION + --> + <target depends="init" name="deps-clean" unless="no.deps"/> + <target depends="init" name="do-clean"> + <condition property="build.dir.to.clean" value="${build.web.dir}"> + <isset property="dist.ear.dir"/> + </condition> + <property name="build.dir.to.clean" value="${build.web.dir}"/> + <delete includeEmptyDirs="true" quiet="true"> + <fileset dir="${build.dir.to.clean}/WEB-INF/lib"/> + </delete> + <delete dir="${build.dir}"/> + <available file="${build.dir.to.clean}/WEB-INF/lib" property="status.clean-failed" type="dir"/> + <delete dir="${dist.dir}"/> + </target> + <target depends="do-clean" if="status.clean-failed" name="check-clean"> + <echo message="Warning: unable to delete some files in ${build.web.dir}/WEB-INF/lib - they are probably locked by the J2EE server. "/> + <echo level="info" message="To delete all files undeploy the module from Server Registry in Runtime tab and then use Clean again."/> + </target> + <target depends="init" if="netbeans.home" name="undeploy-clean"> + <nbundeploy failOnError="false" startServer="false"/> + </target> + <target name="-post-clean"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target depends="init,undeploy-clean,deps-clean,do-clean,check-clean,-post-clean" description="Clean build products." name="clean"/> + <target depends="clean" description="Clean build products." name="clean-ear"/> +</project> diff --git a/Survey/nbproject/genfiles.properties b/Survey/nbproject/genfiles.properties new file mode 100644 index 0000000..b77e723 --- /dev/null +++ b/Survey/nbproject/genfiles.properties @@ -0,0 +1,8 @@ +build.xml.data.CRC32=51b3ff12 +build.xml.script.CRC32=477f3dfe +build.xml.stylesheet.CRC32=651128d4@1.43.0.1 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. +nbproject/build-impl.xml.data.CRC32=51b3ff12 +nbproject/build-impl.xml.script.CRC32=033baab6 +nbproject/build-impl.xml.stylesheet.CRC32=5459df51@1.43.0.1 diff --git a/Survey/nbproject/project.properties b/Survey/nbproject/project.properties new file mode 100644 index 0000000..3f2a200 --- /dev/null +++ b/Survey/nbproject/project.properties @@ -0,0 +1,147 @@ +annotation.processing.enabled=true +annotation.processing.enabled.in.editor=true +annotation.processing.processors.list= +annotation.processing.run.all.processors=true +annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +build.classes.dir=${build.web.dir}/WEB-INF/classes +build.classes.excludes=**/*.java,**/*.form +build.dir=build +build.generated.dir=${build.dir}/generated +build.generated.sources.dir=${build.dir}/generated-sources +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +build.web.dir=${build.dir}/web +build.web.excludes=${build.classes.excludes} +client.urlPart= +compile.jsps=false +conf.dir=${source.root}/conf +debug.classpath=${build.classes.dir}:${javac.classpath} +debug.test.classpath=\ + ${run.test.classpath} +display.browser=true +dist.dir=dist +dist.ear.war=${dist.dir}/${war.ear.name} +dist.javadoc.dir=${dist.dir}/javadoc +dist.war=${dist.dir}/${war.name} +endorsed.classpath=\ + ${libs.javaee-endorsed-api-6.0.classpath} +excludes= +file.reference.commons-logging-1.1.1.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\commons-logging-1.1.1.jar +file.reference.google-api-client-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-api-client-1.17.0-rc.jar +file.reference.google-api-client-android-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-api-client-android-1.17.0-rc.jar +file.reference.google-api-client-appengine-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-api-client-appengine-1.17.0-rc.jar +file.reference.google-api-client-gson-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-api-client-gson-1.17.0-rc.jar +file.reference.google-api-client-jackson2-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-api-client-jackson2-1.17.0-rc.jar +file.reference.google-api-client-java6-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-api-client-java6-1.17.0-rc.jar +file.reference.google-api-client-servlet-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-api-client-servlet-1.17.0-rc.jar +file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-javadoc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\google-api-services-customsearch-v1-rev24-1.17.0-rc-javadoc.jar +file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-sources.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\google-api-services-customsearch-v1-rev24-1.17.0-rc-sources.jar +file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\google-api-services-customsearch-v1-rev24-1.17.0-rc.jar +file.reference.google-http-client-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-http-client-1.17.0-rc.jar +file.reference.google-http-client-android-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-http-client-android-1.17.0-rc.jar +file.reference.google-http-client-appengine-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-http-client-appengine-1.17.0-rc.jar +file.reference.google-http-client-gson-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-http-client-gson-1.17.0-rc.jar +file.reference.google-http-client-jackson2-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-http-client-jackson2-1.17.0-rc.jar +file.reference.google-http-client-jdo-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-http-client-jdo-1.17.0-rc.jar +file.reference.google-oauth-client-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-oauth-client-1.17.0-rc.jar +file.reference.google-oauth-client-appengine-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-oauth-client-appengine-1.17.0-rc.jar +file.reference.google-oauth-client-java6-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-oauth-client-java6-1.17.0-rc.jar +file.reference.google-oauth-client-jetty-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-oauth-client-jetty-1.17.0-rc.jar +file.reference.google-oauth-client-servlet-1.17.0-rc.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\google-oauth-client-servlet-1.17.0-rc.jar +file.reference.gson-2.1.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\gson-2.1.jar +file.reference.httpclient-4.0.1.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\httpclient-4.0.1.jar +file.reference.httpcore-4.0.1.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\httpcore-4.0.1.jar +file.reference.jackson-core-2.1.3.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\jackson-core-2.1.3.jar +file.reference.jdo2-api-2.3-eb.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\jdo2-api-2.3-eb.jar +file.reference.jetty-6.1.26.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\jetty-6.1.26.jar +file.reference.jetty-util-6.1.26.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\jetty-util-6.1.26.jar +file.reference.jsr305-1.3.9.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\jsr305-1.3.9.jar +file.reference.org.json-20120521.jar=C:\\Users\\Cheng Guo\\Desktop\\org.json-20120521.jar +file.reference.transaction-api-1.1.jar=C:\\Users\\Cheng Guo\\Desktop\\google-api-services-customsearch-v1-rev24-java-1.17.0-rc\\customsearch\\libs\\transaction-api-1.1.jar +includes=** +j2ee.compile.on.save=true +j2ee.copy.static.files.on.save=true +j2ee.deploy.on.save=true +j2ee.platform=1.6-web +j2ee.platform.classpath=${j2ee.server.home}/lib/annotations-api.jar:${j2ee.server.home}/lib/catalina-ant.jar:${j2ee.server.home}/lib/catalina-ha.jar:${j2ee.server.home}/lib/catalina-tribes.jar:${j2ee.server.home}/lib/catalina.jar:${j2ee.server.home}/lib/ecj-4.2.1.jar:${j2ee.server.home}/lib/el-api.jar:${j2ee.server.home}/lib/jasper-el.jar:${j2ee.server.home}/lib/jasper.jar:${j2ee.server.home}/lib/jsp-api.jar:${j2ee.server.home}/lib/servlet-api.jar:${j2ee.server.home}/lib/tomcat-api.jar:${j2ee.server.home}/lib/tomcat-coyote.jar:${j2ee.server.home}/lib/tomcat-dbcp.jar:${j2ee.server.home}/lib/tomcat-i18n-es.jar:${j2ee.server.home}/lib/tomcat-i18n-fr.jar:${j2ee.server.home}/lib/tomcat-i18n-ja.jar:${j2ee.server.home}/lib/tomcat-jdbc.jar:${j2ee.server.home}/lib/tomcat-util.jar +j2ee.server.type=Tomcat +jar.compress=false +javac.classpath=\ + ${file.reference.jsoup-1.7.2.jar}:\ + ${file.reference.weka.jar}:\ + ${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-javadoc.jar}:\ + ${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-sources.jar}:\ + ${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc.jar}:\ + ${file.reference.commons-logging-1.1.1.jar}:\ + ${file.reference.google-api-client-1.17.0-rc.jar}:\ + ${file.reference.google-api-client-android-1.17.0-rc.jar}:\ + ${file.reference.google-api-client-appengine-1.17.0-rc.jar}:\ + ${file.reference.google-api-client-gson-1.17.0-rc.jar}:\ + ${file.reference.google-api-client-jackson2-1.17.0-rc.jar}:\ + ${file.reference.google-api-client-java6-1.17.0-rc.jar}:\ + ${file.reference.google-api-client-servlet-1.17.0-rc.jar}:\ + ${file.reference.google-http-client-1.17.0-rc.jar}:\ + ${file.reference.google-http-client-android-1.17.0-rc.jar}:\ + ${file.reference.google-http-client-appengine-1.17.0-rc.jar}:\ + ${file.reference.google-http-client-gson-1.17.0-rc.jar}:\ + ${file.reference.google-http-client-jackson2-1.17.0-rc.jar}:\ + ${file.reference.google-http-client-jdo-1.17.0-rc.jar}:\ + ${file.reference.google-oauth-client-1.17.0-rc.jar}:\ + ${file.reference.google-oauth-client-appengine-1.17.0-rc.jar}:\ + ${file.reference.google-oauth-client-java6-1.17.0-rc.jar}:\ + ${file.reference.google-oauth-client-jetty-1.17.0-rc.jar}:\ + ${file.reference.google-oauth-client-servlet-1.17.0-rc.jar}:\ + ${file.reference.gson-2.1.jar}:\ + ${file.reference.httpclient-4.0.1.jar}:\ + ${file.reference.httpcore-4.0.1.jar}:\ + ${file.reference.jackson-core-2.1.3.jar}:\ + ${file.reference.jdo2-api-2.3-eb.jar}:\ + ${file.reference.jetty-6.1.26.jar}:\ + ${file.reference.jetty-util-6.1.26.jar}:\ + ${file.reference.jsr305-1.3.9.jar}:\ + ${file.reference.transaction-api-1.1.jar}:\ + ${file.reference.org.json-20120521.jar} +# Space-separated list of extra javac options +javac.compilerargs= +javac.debug=true +javac.deprecation=false +javac.processorpath=\ + ${javac.classpath} +javac.source=1.6 +javac.target=1.6 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +javac.test.processorpath=\ + ${javac.test.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding=${source.encoding} +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.preview=true +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +lib.dir=${web.docbase.dir}/WEB-INF/lib +persistence.xml.dir=${conf.dir} +platform.active=default_platform +resource.dir=setup +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +# Space-separated list of JVM arguments used when running a class with a main method or a unit test +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value): +runmain.jvmargs= +source.encoding=UTF-8 +source.root=src +src.dir=${source.root}/java +test.src.dir=test +war.content.additional= +war.ear.name=${war.name} +war.name=LymeStudy.war +web.docbase.dir=web +webinf.dir=web/WEB-INF diff --git a/Survey/nbproject/project.xml b/Survey/nbproject/project.xml new file mode 100644 index 0000000..d66cc99 --- /dev/null +++ b/Survey/nbproject/project.xml @@ -0,0 +1,155 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.web.project</type> + <configuration> + <data xmlns="http://www.netbeans.org/ns/web-project/3"> + <name>LymeStudy</name> + <minimum-ant-version>1.6.5</minimum-ant-version> + <web-module-libraries> + <library dirs="200"> + <file>${file.reference.jsoup-1.7.2.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.weka.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-javadoc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc-sources.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-services-customsearch-v1-rev24-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.commons-logging-1.1.1.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-client-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-client-android-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-client-appengine-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-client-gson-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-client-jackson2-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-client-java6-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-api-client-servlet-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-http-client-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-http-client-android-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-http-client-appengine-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-http-client-gson-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-http-client-jackson2-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-http-client-jdo-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-oauth-client-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-oauth-client-appengine-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-oauth-client-java6-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-oauth-client-jetty-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.google-oauth-client-servlet-1.17.0-rc.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.gson-2.1.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.httpclient-4.0.1.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.httpcore-4.0.1.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.jackson-core-2.1.3.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.jdo2-api-2.3-eb.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.jetty-6.1.26.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.jetty-util-6.1.26.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.jsr305-1.3.9.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.transaction-api-1.1.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + <library dirs="200"> + <file>${file.reference.org.json-20120521.jar}</file> + <path-in-war>WEB-INF/lib</path-in-war> + </library> + </web-module-libraries> + <web-module-additional-libraries/> + <source-roots> + <root id="src.dir"/> + </source-roots> + <test-roots> + <root id="test.src.dir"/> + </test-roots> + </data> + </configuration> +</project> diff --git a/Survey/Model/seeksInfo.model b/Survey/seeksInfo.model similarity index 100% rename from Survey/Model/seeksInfo.model rename to Survey/seeksInfo.model diff --git a/Survey/src/conf/MANIFEST.MF b/Survey/src/conf/MANIFEST.MF new file mode 100644 index 0000000..59499bc --- /dev/null +++ b/Survey/src/conf/MANIFEST.MF @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 + diff --git a/Survey/src/conf/tomcat-users.xml b/Survey/src/conf/tomcat-users.xml new file mode 100644 index 0000000..b7673e5 --- /dev/null +++ b/Survey/src/conf/tomcat-users.xml @@ -0,0 +1,2 @@ +<role rolename="manager-gui"/> +<user username="tomcat" password="s3cret" roles="manager-gui"/> \ No newline at end of file diff --git a/Survey/src/java/servlet/Attribute.java b/Survey/src/java/servlet/Attribute.java new file mode 100644 index 0000000..f107d5a --- /dev/null +++ b/Survey/src/java/servlet/Attribute.java @@ -0,0 +1,65 @@ +/* + * July 23rd, 2013 + * + * Attribute objects contain name of the object, the string to match, and + * whether it's a numeric or string attribute.These attributes will be used + * by a specific classifier to determine whether the post fits the definition + * of experiential, information seeking, citing information, and listing + * symptoms. This class will be used for the classification part of our + * Chronic Web site augmentation, which aims to create an interface for + * Lymenet.org users that helps them find the most credible, helpful, and + * relevant posts for their queries. See "fileNotes.txt" for a list of other + * files in this folder + * + */ +package servlet; + +/** + * + * @author jessie + */ +public class Attribute { + + public Attribute() { + } + + + private String[] attribute; // the string being matched + private String attributeName; // the name that goes at the top of the file + private String type; // the type of attr (string, stem, numeric) + + // the actual attributes are hard-coded + public Attribute(String[] attr, String type, String name){ + this.attribute=attr; + this.type=type; + this.attributeName=name; + } + + // Get the attribute array (the way we search for it in the string) + public String[] getAttr(){ + return attribute; + } + + // get the type and the options, for use in the header sections + public String getOptions(){ + if (type.equals("numeric")){ + return "numeric"; + } + else{ + return "{false,true}"; + } + } + + // get the type; types can be string, stem, or numeric + public String getType(){ + return type; + } + + // get the NAME of the attribute, so it matches weka + // EX: <COLON> + public String getName() { + return attributeName; + } + + +} diff --git a/Survey/src/java/servlet/CallML.java b/Survey/src/java/servlet/CallML.java new file mode 100644 index 0000000..862a56f --- /dev/null +++ b/Survey/src/java/servlet/CallML.java @@ -0,0 +1,226 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import java.io.BufferedReader; +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.net.URL; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.logging.Level; +import java.util.logging.Logger; +import javax.servlet.ServletContext; +import javax.servlet.ServletException; +import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; + +/** + * + * @author Cheng Guo + */ +@WebServlet(name = "NewServlet2", urlPatterns = {"/NewServlet2"}) +public class CallML extends HttpServlet { + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException, Exception { + ServletContext servletContext = getServletContext(); + String contextPath = servletContext.getRealPath(File.separator); + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + String urlstr = request.getParameter("threadUrl"); + URL url = new URL(urlstr); + InputStream is = (InputStream) url.getContent(); + BufferedReader br = new BufferedReader(new InputStreamReader(is)); + String line = null; + StringBuffer sb = new StringBuffer(); + while ((line = br.readLine()) != null) { + sb.append(line); + } + String htmlContent = sb.toString(); + ModificationValues mv = new ModificationValues(); + mv.rootPath = contextPath; + String output = mv.findAllClasses(htmlContent); + out.println(output); + + int index1 = output.indexOf(":"); + int index2 = output.indexOf("@"); + int index3 = output.indexOf("*"); + int index4 = output.indexOf("%"); + int index5 = output.indexOf("#"); + String question = (output.substring(index2 + 9, index3)).toString(); + String info = (output.substring(index4 + 10, index5)).toString(); + Double percentexpert = Double.parseDouble(output.substring(index5 + 9)); + Double percentexper = Double.parseDouble(output.substring(index3 + 13, index4)); + + HttpSession session = request.getSession(false); + String time = (String) session.getAttribute("currentSessionUser"); + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + OutputStream file = new FileOutputStream(txt, true); + DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + //get current date time with Date() + Date date = new Date(); + String linkTime = dateFormat.format(date); + String query = request.getParameter("query"); + String treatment = request.getParameter("treatment"); + file.write(("<link>").getBytes()); + file.write(("<url>").getBytes()); + file.write(urlstr.getBytes()); + file.write(("</url>").getBytes()); + file.write(("<time>").getBytes()); + file.write(linkTime.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<type>").getBytes()); + file.write("saw".getBytes()); + file.write(("</type>").getBytes()); + file.write(("<query>").getBytes()); + file.write(query.getBytes()); + file.write(("</query>").getBytes()); + file.write(("<treatment>").getBytes()); + file.write(treatment.getBytes()); + file.write(("</treatment>").getBytes()); +// file.write(("<question>").getBytes()); +// if (question.equals("0.0")) { +// file.write("no".getBytes()); +// } else { +// file.write("yes".getBytes()); +// } +// file.write(("</question>").getBytes()); + file.write(("<info>").getBytes()); + if (info.equals("0.0")) { + file.write("no".getBytes()); + } else { + file.write("yes".getBytes()); + } + file.write(("</info>").getBytes()); +// file.write(("<percentexpert>").getBytes()); +// if (percentexpert == 0.0) { +// file.write(("000").getBytes()); +// } else if (percentexpert > 0.0 && percentexpert < 0.15) { +// file.write(("010").getBytes()); +// } else if (percentexpert >= 0.15 && percentexpert < 0.25) { +// file.write(("020").getBytes()); +// } else if (percentexpert >= 0.25 && percentexpert < 0.35) { +// file.write(("030").getBytes()); +// } else if (percentexpert >= 0.35 && percentexpert < 0.45) { +// file.write(("040").getBytes()); +// } else if (percentexpert >= 0.45 && percentexpert < 0.55) { +// file.write(("050").getBytes()); +// } else if (percentexpert >= 0.55 && percentexpert < 0.65) { +// file.write(("060").getBytes()); +// } else if (percentexpert >= 0.65 && percentexpert < 0.75) { +// file.write(("070").getBytes()); +// } else if (percentexpert >= 0.75 && percentexpert < 0.85) { +// file.write(("080").getBytes()); +// } else if (percentexpert >= 0.85 && percentexpert < 0.95) { +// file.write(("090").getBytes()); +// } else if (percentexpert >= 0.95 && percentexpert <= 1.00) { +// file.write(("100").getBytes()); +// } +// file.write(("</percentexpert>").getBytes()); + file.write(("<percentexper>").getBytes()); + if (percentexper == 0.0) { + file.write(("000").getBytes()); + } else if (percentexper > 0.0 && percentexper < 0.15) { + file.write(("010").getBytes()); + } else if (percentexper >= 0.15 && percentexper < 0.25) { + file.write(("020").getBytes()); + } else if (percentexper >= 0.25 && percentexper < 0.35) { + file.write(("030").getBytes()); + } else if (percentexper >= 0.35 && percentexper < 0.45) { + file.write(("040").getBytes()); + } else if (percentexper >= 0.45 && percentexper < 0.55) { + file.write(("050").getBytes()); + } else if (percentexper >= 0.55 && percentexper < 0.65) { + file.write(("060").getBytes()); + } else if (percentexper >= 0.65 && percentexper < 0.75) { + file.write(("070").getBytes()); + } else if (percentexper >= 0.75 && percentexper < 0.85) { + file.write(("080").getBytes()); + } else if (percentexper >= 0.85 && percentexper < 0.95) { + file.write(("090").getBytes()); + } else if (percentexper >= 0.95 && percentexper <= 1.00) { + file.write(("100").getBytes()); + } + file.write(("</percentexper>").getBytes()); + file.write(("</link>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.close(); + + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(CallML.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(CallML.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/Conclusion.java b/Survey/src/java/servlet/Conclusion.java new file mode 100644 index 0000000..ea821f6 --- /dev/null +++ b/Survey/src/java/servlet/Conclusion.java @@ -0,0 +1,394 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import javax.servlet.ServletException; +//import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; + +/** + * + * @author Cheng Guo + */ +//@WebServlet(name = "Conclusion", urlPatterns = {"/Conclusion"}) +public class Conclusion extends HttpServlet { + + public Conclusion() { + } + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + /* TODO output your page here. You may use following sample code. */ + //HttpSession session = request.getSession(false); + HttpSession session = request.getSession(false); + String time = (String) session.getAttribute("currentSessionUser"); + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + OutputStream file = new FileOutputStream(txt, true); + + DateFormat dateFormat1 = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + Date date = new Date(); + String time1 = dateFormat1.format(date); + //write user's answer into the file +// DateFormat dateFormat1 = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); +// Date date = new Date(); +// +// String time1 = dateFormat1.format(date); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<conclusion>").getBytes()); +// file.write(("<time>").getBytes()); +// file.write(time1.getBytes()); +// file.write(("</time>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + String gender = request.getParameter("gender"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("gender").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (gender != null) { + file.write(gender.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (gender != null) { + file.write(gender.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String yearBorn = request.getParameter("yearBorn"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("yearBorn").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (yearBorn != null) { + file.write(yearBorn.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String initials = request.getParameter("initials"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("initials").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (initials != null) { + file.write(initials.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String maritalStatus = request.getParameter("maritalStatus"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("maritalStatus").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (maritalStatus != null) { + file.write(maritalStatus.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (maritalStatus != null) { + file.write(maritalStatus.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String[] occupation = request.getParameterValues("occupation"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("occupation").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (occupation != null) { + for (int i = 0; i < occupation.length; i++){ + file.write(occupation[i].substring(0, 1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (occupation != null) { + for (int i = 0; i < occupation.length; i++){ + file.write(occupation[i].substring(1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String education = request.getParameter("education"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("education").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (education != null) { + file.write(education.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (education != null) { + file.write(education.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String ethnicity = request.getParameter("ethnicity"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("ethnicity").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (ethnicity != null) { + file.write(ethnicity.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (ethnicity != null) { + file.write(ethnicity.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String nationality = request.getParameter("nationality"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("nationality").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (nationality != null) { + file.write(nationality.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (nationality != null) { + file.write(nationality.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String us_state = request.getParameter("us_state"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("us_state").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (us_state != null) { + file.write(us_state.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String language = request.getParameter("language"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("language").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (language != null) { + file.write(language.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (language != null) { + file.write(language.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String whereSee = request.getParameter("whereSee"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("whereSee").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (whereSee != null) { + file.write(whereSee.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String studyComments = request.getParameter("studyComments"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("studyComments").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (studyComments != null) { + file.write(studyComments.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String emailAddress = request.getParameter("emailAddress"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("emailAddress").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (emailAddress != null) { + file.write(emailAddress.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String contactMe = request.getParameter("contactMe"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("contactMe").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (contactMe != null) { + file.write(contactMe.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("</conclusion>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); +// DateFormat dateFormat1 = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); +// Date date = new Date(); + String endingTime = dateFormat1.format(date); + file.write(("<endingTime>").getBytes()); + file.write(endingTime.getBytes()); + file.write(("</endingTime>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("</data>").getBytes()); + + file.close(); + session.invalidate(); +// out.print("<script language=javascript>alert('Thank you for participating in this study!');window.open('', '_self', '');window.close();"); +// out.print("</script>"); + response.sendRedirect("exit.jsp"); + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/Masking.java b/Survey/src/java/servlet/Masking.java new file mode 100644 index 0000000..8230d03 --- /dev/null +++ b/Survey/src/java/servlet/Masking.java @@ -0,0 +1,367 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.logging.Level; +import java.util.logging.Logger; +import javax.servlet.ServletException; +//import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; +import org.jsoup.Jsoup; +import org.jsoup.nodes.Document; +import org.jsoup.nodes.Element; +import org.jsoup.select.Elements; + +/** + * + * @author Cheng Guo + */ +//@WebServlet(name = "search-results", urlPatterns = {"/search-results"}) +public class Masking extends HttpServlet { + + public Masking() { + } + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + public String Masking(String url) throws IOException { + //use jsoup to mask Lymenet + Document doc = Jsoup.connect(url).timeout(0).get(); + + + Element body = doc.select("body").first(); + body.attr("height", "96.5%"); + //add a navigation bar here + Element head = doc.select("head").first(); + head.append("<script src=\"http://code.jquery.com/jquery.js\"></script>" + + "<script src=\"http://getbootstrap.com/2.3.2/assets/js/bootstrap.js\" type=\"text/javascript\"></script>" + + "<link href=\"http://getbootstrap.com/2.3.2/assets/css/bootstrap.css\" rel=\"stylesheet\" media=\"screen\">" + + "<script src=\"https://www.google.com/jsapi\" type=\"text/javascript\"></script>"); + Element table = doc.select("table").first(); + table.attr("width", "100%"); + + //change the title + Element title = head.select("title").first(); + title.text("Online Health Information Study"); + +// table.before("<div class=\"navbar\">" +// + "<div class=\"navbar-inner\">" +// + "<div class=\"container\" style=\"margin-left: 50px\">" +// + "<button type=\"button\" 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>" +// + "</button>" +// + "<a class=\"brand\" href=\"#\">Lymelife</a>" +// + "<div class=\"nav-collapse collapse\">" +// + "<ul class=\"nav\">" +// + "<li class=\"active\"><a href=\"http://localhost:8010/Lymelife/\">Home</a></li>" +// + "<li><a href=\"#about\">About</a></li>" +// + "<li><a href=\"#contact\">Contact</a></li>" +// + "</ul>" +// + "</div>" +// + "</div>" +// + "</div>" +// + "</div>"); + + table.before("<div style='margin-left:3.5%;'><br><input type=\"button\" class=\"btn btn-large btn-primary\" value=\"Go back to the results\" onclick=\"window.open('', '_self', '');window.close();\"></div>"); + + table.wrap("<div id=wrap style=margin-right:1%;margin-left:1%;min-height:100%;height:auto;margin-bottom:5px;></div>"); + + //remove the side bar + Element sideBar = doc.select("td[width=120]").first(); + sideBar.remove(); + + // remove the line "UBBFriend: Email This Page to Someone!" and the table befor the line + Element UBBLine = doc.select("table[width=95%]").get(1); + UBBLine.remove(); + Element spanTable1 = doc.select("table[width=95%]").first(); + spanTable1.remove(); + + Element spanTable4 = doc.select("table[border=0]").get(2); + spanTable4.attr("style", "display:none"); + spanTable4.attr("height", "0"); + + //remove the table after the post table + Element spanTable2 = doc.select("table[width=95%]").get(1); + spanTable2.remove(); + + //change the size of the post table + Element postTable = doc.select("table[width=95%]").first(); + postTable.attr("width", "100%"); + + //remove the img + Element flashD = doc.select("table").first().select("a").first(); + flashD.remove(); + + //remove the header + Element header = doc.select("center").first(); + header.remove(); + + //change the font + Elements font = doc.select("font"); + font.attr("face", "Helvetica"); + + //change the title bar + Elements authorTopic = doc.select("font[color=#000080]"); + authorTopic.attr("color", "#0088CC"); + authorTopic.attr("size", "2.5px"); + Element tbr = doc.select("tr[bgcolor=#D5E6E1]").first(); + tbr.attr("bgcolor", "#F7F8E0"); + Elements date = doc.select("font[color=#800080]"); +// date.attr("color", "#0088CC"); +// date.select("a").remove(); + date.remove(); + + //change the look and feel of author + Elements author = doc.select("td[width=18%]"); + author.select("font[size=2]").attr("color", "#8A0808"); + author.select("font[size=2]").attr("style", "font-weight:bold"); + author.select("font[size=2]").select("a").attr("style", "color:#8A0808"); + + author.select("font[size=1]").remove(); + + //change the background color of the table + Elements tr1 = doc.select("tr[bgcolor=#dedfdf]"); + tr1.attr("bgcolor", "white"); + Elements tr2 = doc.select("tr[bgcolor=#f7f7f7]"); + tr2.attr("bgcolor", "white"); + + //change the color of all <hr> + Elements hr = doc.select("hr"); + hr.attr("color", "#F5F6CE"); + hr.attr("size", "3%"); + + //chang the border color of table + Element border = doc.select("table[width=95%]").first(); + Element border1 = border.select("table[cellpadding=3]").first(); + border1.attr("border", "1"); + border1.attr("bordercolor", "#0088CC"); + Elements td = doc.select("td[bgcolor=#dedfdf]"); + td.attr("bgcolor", "white"); + + //remove the icon + Elements tr = doc.select("tr[bgcolor=white]"); + tr.select("img").remove(); + + //remove IP + + + //remove the bottom part + Element quickReply = doc.select("div[id=quickreply]").first(); + if (quickReply != null) { + quickReply.remove(); + } + Element spanTable5 = doc.select("table[border=0]").get(5); + spanTable5.remove(); + Element spanTable6 = doc.select("table[border=0]").get(5); + spanTable6.remove(); + Element spanTable7 = doc.select("center").get(2); + spanTable7.remove(); + Element spanTable8 = doc.select("center").get(2); + spanTable8.remove(); + Element spanTable9 = doc.select("center").get(2); + spanTable9.remove(); + Element hr1 = doc.select("hr").last(); + hr1.remove(); + Element hr2 = doc.select("hr").last(); + hr2.remove(); + Element hr3 = doc.select("hr").last(); + hr3.remove(); + + Elements information = doc.select("td[align=left]"); + Elements infoElement = information.select("font[size=1]"); + for (int i = 0; i < infoElement.size(); i++) { + String infoText = infoElement.get(i).text(); + if (infoText.contains("Posts:")) { + if (infoText.contains("From")) { + String replaceText1 = infoElement.get(i).text().replaceAll("Posts:", "<span style=\"color:#0088CC\">Posts:</span>"); + int index1 = replaceText1.indexOf("From"); + String posts = replaceText1.substring(0, index1); + String replaceText2 = replaceText1.replaceAll("From", "<span style=\"color:#0088CC\">From:</span>"); + int index2 = replaceText2.indexOf("Registered"); + String from = replaceText2.substring(index1, index2); + String replaceText3 = replaceText2.replaceAll("Registered:", "<span style=\"color:#0088CC\">Registered:</span>"); + String registered = replaceText3.substring(index2); + String replaceText4 = replaceText3.replaceAll("IP:Logged", " "); + int index3 = replaceText3.indexOf("IP"); + infoElement.get(i).html((posts + from + registered).substring(0, index3 - 3)); + } else { + if (infoText.contains("Registered")) { + String replaceText1 = infoElement.get(i).text().replaceAll("Posts:", "<span style=\"color:#0088CC\">Posts:</span>"); + int index1 = replaceText1.indexOf("Registered"); + String posts = replaceText1.substring(0, index1); + String replaceText2 = replaceText1.replaceAll("Registered:", "<span style=\"color:#0088CC\">Registered:</span>"); + String registered = replaceText2.substring(index1); + int index2 = replaceText2.indexOf("IP"); + infoElement.get(i).html((posts + registered).substring(0, index2 - 3)); + } + } + } else { + if (infoText.contains("IP:")) { + infoElement.get(i).remove(); + } + } + } + + //add to the bottom part + Element wrap = doc.select("div[id=wrap]").first(); + wrap.after("<div id=\"footer\" style=\"background-color: #f5f5f5;\">\n" + + " <div class=\"container\" style=\"margin-left: 3.5%;\">\n" + + " <p class=\"muted credit\" style=\"margin: 20px 0;\">Human-Computer Interaction Institute, Carnegie Mellon University | 5000 Forbes Ave | Pittsburgh, PA 15213</p>\n" + + " </div>\n" + + " </div>"); + + Element spanTable10 = doc.select("table[width=95%]").last(); + spanTable10.remove(); + + return doc.toString(); + + + } + + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + response.setContentType("text/html;charset=UTF-8"); + + try { + PrintWriter out = response.getWriter(); + /* TODO output your page here. You may use following sample code. */ + String url2 = request.getParameter("url"); + System.out.println(url2); + String term = request.getParameter("term"); +// String seekInfo = request.getParameter("seekInfo"); +// System.out.println(seekInfo); +// int index1 = seekInfo.indexOf("_"); +// int index2 = seekInfo.indexOf("."); +// String question = seekInfo.substring(index1 + 1, index2); + String infoLinks = request.getParameter("infoLinks"); +// int index3 = infoLinks.indexOf("_"); +// int index4 = infoLinks.indexOf("."); +// String info = infoLinks.substring(index3 + 1, index4); +// String prolific = request.getParameter("prolific"); +// int index5 = prolific.indexOf("_"); +// int index6 = prolific.indexOf("."); +// String percentexpert = prolific.substring(index5 + 1, index6); + String experiential = request.getParameter("experiential"); +// int index7 = experiential.indexOf("_"); +// int index8 = experiential.indexOf("."); +// String percentexper = experiential.substring(index7 + 1, index8); + //System.out.println(url2); + //System.out.println(hyperbaricUrl); + System.out.println(url2); + //write link and time into file + HttpSession session = request.getSession(false); + String time = (String) session.getAttribute("currentSessionUser"); + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + OutputStream file = new FileOutputStream(txt, true); + DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + //get current date time with Date() + Date date = new Date(); + String linkTime = dateFormat.format(date); + String query = request.getParameter("query"); + file.write(("<link>").getBytes()); + file.write(("<url>").getBytes()); + file.write(url2.getBytes()); + file.write(("</url>").getBytes()); + file.write(("<time>").getBytes()); + file.write(linkTime.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<type>").getBytes()); + file.write("clicked".getBytes()); + file.write(("</type>").getBytes()); + file.write(("<query>").getBytes()); + file.write(query.getBytes()); + file.write(("</query>").getBytes()); + file.write(("<term>").getBytes()); + file.write(term.getBytes()); + file.write(("</term>").getBytes()); +// file.write(("<question>").getBytes()); +// file.write(question.getBytes()); +// file.write(("</question>").getBytes()); + file.write(("<info>").getBytes()); + file.write(infoLinks.getBytes()); + file.write(("</info>").getBytes()); +// file.write(("<percentexpert>").getBytes()); +// file.write(percentexpert.getBytes()); +// file.write(("</percentexpert>").getBytes()); + file.write(("<percentexper>").getBytes()); + file.write(experiential.getBytes()); + file.write(("</percentexper>").getBytes()); + file.write(("</link>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + out.println(Masking(url2)); + file.close(); + + } catch (Exception ex) { + try { + throw ex; + } catch (Exception ex1) { + Logger.getLogger(Masking.class.getName()).log(Level.SEVERE, null, ex1); + } + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/Ml1.java b/Survey/src/java/servlet/Ml1.java new file mode 100644 index 0000000..7b1641d --- /dev/null +++ b/Survey/src/java/servlet/Ml1.java @@ -0,0 +1,170 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import com.google.api.client.http.javanet.NetHttpTransport; +import com.google.api.client.json.jackson2.JacksonFactory; +import com.google.api.services.customsearch.Customsearch; +import com.google.api.services.customsearch.model.Result; +import java.io.BufferedReader; +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.net.URL; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.List; +import java.util.logging.Level; +import java.util.logging.Logger; +import javax.servlet.ServletContext; +import javax.servlet.ServletException; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; +import org.json.JSONObject; + +/** + * + * @author Cheng Guo + */ +public class Ml1 extends HttpServlet { + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException, Exception { + ServletContext servletContext = getServletContext(); + String contextPath = servletContext.getRealPath(File.separator); + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + //Get url number + Integer urlNum = Integer.parseInt(request.getParameter("urlNum")); + HttpSession session = request.getSession(true); + String currentUser = (String) session.getAttribute("currentSessionUser"); + String url = (String) session.getAttribute("1url" + urlNum + currentUser); + URL MLurl = new URL(url); + InputStream is = (InputStream) MLurl.getContent(); + BufferedReader br = new BufferedReader(new InputStreamReader(is)); + String line = null; + StringBuffer sb = new StringBuffer(); + while ((line = br.readLine()) != null) { + sb.append(line); + } + String htmlContent = sb.toString(); + ModificationValues mv = new ModificationValues(); + mv.rootPath = contextPath; + String message = mv.findAllClasses(htmlContent); + JSONObject jsonObj = new JSONObject(message); + String percentexper = (String) jsonObj.get("experiential"); + String info = (String) jsonObj.get("infoLinks"); + //write link and time into file + String time = (String) session.getAttribute("currentSessionUser"); + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + OutputStream file = new FileOutputStream(txt, true); + DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + //get current date time with Date() + Date date = new Date(); + String linkTime = dateFormat.format(date); + String query = request.getParameter("query"); + file.write(("<link>").getBytes()); + file.write(("<url>").getBytes()); + file.write(url.getBytes()); + file.write(("</url>").getBytes()); + file.write(("<time>").getBytes()); + file.write(linkTime.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<type>").getBytes()); + file.write("saw".getBytes()); + file.write(("</type>").getBytes()); + file.write(("<query>").getBytes()); + file.write(query.getBytes()); + file.write(("</query>").getBytes()); + file.write(("<term>").getBytes()); + file.write(("treatment").getBytes()); + file.write(("</term>").getBytes()); + file.write(("<info>").getBytes()); + if (info.equals("0.0")) { + file.write(("No").getBytes()); + } else { + file.write(("Yes").getBytes()); + } + file.write(("</info>").getBytes()); + file.write(("<percentexper>").getBytes()); + file.write(percentexper.getBytes()); + file.write(("</percentexper>").getBytes()); + file.write(("</link>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + out.println(message); + file.close(); + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(Ml1.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(Ml1.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/Ml2.java b/Survey/src/java/servlet/Ml2.java new file mode 100644 index 0000000..3bd684d --- /dev/null +++ b/Survey/src/java/servlet/Ml2.java @@ -0,0 +1,165 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import java.io.BufferedReader; +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.net.URL; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.logging.Level; +import java.util.logging.Logger; +import javax.servlet.ServletContext; +import javax.servlet.ServletException; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; +import org.json.JSONObject; + +/** + * + * @author Cheng Guo + */ +public class Ml2 extends HttpServlet { + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException, Exception { + ServletContext servletContext = getServletContext(); + String contextPath = servletContext.getRealPath(File.separator); + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + //Get url number + Integer urlNum = Integer.parseInt(request.getParameter("urlNum")); + HttpSession session = request.getSession(true); + String currentUser = (String) session.getAttribute("currentSessionUser"); + String url = (String) session.getAttribute("2url" + urlNum + currentUser); + URL MLurl = new URL(url); + InputStream is = (InputStream) MLurl.getContent(); + BufferedReader br = new BufferedReader(new InputStreamReader(is)); + String line = null; + StringBuffer sb = new StringBuffer(); + while ((line = br.readLine()) != null) { + sb.append(line); + } + String htmlContent = sb.toString(); + ModificationValues mv = new ModificationValues(); + mv.rootPath = contextPath; + String message = mv.findAllClasses(htmlContent); + JSONObject jsonObj = new JSONObject(message); + String percentexper = (String) jsonObj.get("experiential"); + String info = (String) jsonObj.get("infoLinks"); + //write link and time into file + String time = (String) session.getAttribute("currentSessionUser"); + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + OutputStream file = new FileOutputStream(txt, true); + DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + //get current date time with Date() + Date date = new Date(); + String linkTime = dateFormat.format(date); + String query = request.getParameter("query"); + file.write(("<link>").getBytes()); + file.write(("<url>").getBytes()); + file.write(url.getBytes()); + file.write(("</url>").getBytes()); + file.write(("<time>").getBytes()); + file.write(linkTime.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<type>").getBytes()); + file.write("saw".getBytes()); + file.write(("</type>").getBytes()); + file.write(("<query>").getBytes()); + file.write(query.getBytes()); + file.write(("</query>").getBytes()); + file.write(("<treatment>").getBytes()); + file.write(("rife").getBytes()); + file.write(("</treatment>").getBytes()); + file.write(("<info>").getBytes()); + if (info.equals("0.0")) { + file.write(("No").getBytes()); + } else { + file.write(("Yes").getBytes()); + } + file.write(("</info>").getBytes()); + file.write(("<percentexper>").getBytes()); + file.write(percentexper.getBytes()); + file.write(("</percentexper>").getBytes()); + file.write(("</link>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + out.println(message); + file.close(); + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(Ml2.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(Ml2.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/Ml3.java b/Survey/src/java/servlet/Ml3.java new file mode 100644 index 0000000..da9fdf5 --- /dev/null +++ b/Survey/src/java/servlet/Ml3.java @@ -0,0 +1,171 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import java.io.BufferedReader; +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.net.URL; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.logging.Level; +import java.util.logging.Logger; +import javax.servlet.ServletContext; +import javax.servlet.ServletException; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; +import org.json.JSONObject; + +/** + * + * @author Cheng Guo + */ +public class Ml3 extends HttpServlet { + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException, Exception { + ServletContext servletContext = getServletContext(); + String contextPath = servletContext.getRealPath(File.separator); + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + //Get url number + Integer urlNum = Integer.parseInt(request.getParameter("urlNum")); + HttpSession session = request.getSession(true); + String currentUser = (String) session.getAttribute("currentSessionUser"); + String url = (String) session.getAttribute("3url" + urlNum + currentUser); + URL MLurl = new URL(url); + InputStream is = (InputStream) MLurl.getContent(); + BufferedReader br = new BufferedReader(new InputStreamReader(is)); + String line = null; + StringBuffer sb = new StringBuffer(); + while ((line = br.readLine()) != null) { + sb.append(line); + } + String htmlContent = sb.toString(); + ModificationValues mv = new ModificationValues(); + mv.rootPath = contextPath; + String message = mv.findAllClasses(htmlContent); + JSONObject jsonObj = new JSONObject(message); + String percentexper = (String) jsonObj.get("experiential"); + String info = (String) jsonObj.get("infoLinks"); + //write link and time into file + String time = (String) session.getAttribute("currentSessionUser"); + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + OutputStream file = new FileOutputStream(txt, true); + DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + //get current date time with Date() + Date date = new Date(); + String linkTime = dateFormat.format(date); + String query = request.getParameter("query"); + file.write(("<link>").getBytes()); + file.write(("<url>").getBytes()); + file.write(url.getBytes()); + file.write(("</url>").getBytes()); + file.write(("<time>").getBytes()); + file.write(linkTime.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<type>").getBytes()); + file.write("saw".getBytes()); + file.write(("</type>").getBytes()); + file.write(("<query>").getBytes()); + file.write(query.getBytes()); + file.write(("</query>").getBytes()); + file.write(("<term>").getBytes()); + file.write(("diagnosis").getBytes()); + file.write(("</term>").getBytes()); +// file.write(("<question>").getBytes()); +// file.write(question.getBytes()); +// file.write(("</question>").getBytes()); + file.write(("<info>").getBytes()); + if (info.equals("0.0")) { + file.write(("No").getBytes()); + } else { + file.write(("Yes").getBytes()); + } + file.write(("</info>").getBytes()); +// file.write(("<percentexpert>").getBytes()); +// file.write(percentexpert.getBytes()); +// file.write(("</percentexpert>").getBytes()); + file.write(("<percentexper>").getBytes()); + file.write(percentexper.getBytes()); + file.write(("</percentexper>").getBytes()); + file.write(("</link>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + out.println(message); + file.close(); + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(Ml3.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(Ml3.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/ModificationValues.java b/Survey/src/java/servlet/ModificationValues.java new file mode 100644 index 0000000..1eb9c5d --- /dev/null +++ b/Survey/src/java/servlet/ModificationValues.java @@ -0,0 +1,974 @@ +/* + * July 1st, 2013 + * + * This function will take a raw html string of a thread from lymenet + * and produce an array of the percentages of posts that have been classified + * as "yes" for each classifier (isInfoSeeking, citesInfo, isExperiential, and + * listsSymptoms). It will be used in the live classification This class will + * be used for the classification part of our Chronic Web site augmentation, + * which aims to create an interface for Lymenet.org users that helps them + * find the most credible, helpful, and relevant posts for their queries. + * See "fileNotes.txt" for a list of other files in this folder + * + * This function needs two files to run: the isExperiential model, and the + * seeksInfo model, both weka-created machine learning classifiers. + * + */ +package servlet; + +import weka.core.Instances; +import java.io.BufferedReader; +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileInputStream; +import java.io.FileReader; +import java.io.FileWriter; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.ObjectInputStream; +import java.net.URL; +import java.util.Random; + +import weka.classifiers.Classifier; + +public class ModificationValues { + + public String rootPath = ""; + // has all the attributes for each classifier, + // in the order needed for the model + public Attribute[][] allAttributes; + // has the relative locations of the files of the classifiers + public String[] modelLocations; + // has the strings of the top informative links, so we can + // match links within the thread to websites we have ID'd + // as informative + public String[] infoLinks; + // has all of the posts in the thread + public Post[] posts; + // a unique id allows us to create files without overwriting + // other used files, in case we look into parallelization + public int id = 0; + // The different values for the augmentations that we want access to: + // whether the first post was classified as infoSeeking + public boolean firstPostSeeksInfo; + // whether the first post was classified as experiential + public boolean firstPostIsExperiential; + // whether the first post contains an information-based links + public boolean firstPostContainsInfoLink; + // whether the first post was written by a "prolific" author (>500 posts) + public boolean firstPostWrittenByProlific; + // the percent of the posts in the thread that are info seeking + public double percentInfoSeekingPosts; + // the percent of the posts in the thread that are experiential + public double percentExperientialPosts; + // the percent of the posts in the thread that have information-based links + public double percentPostsWithInfoLinks; + // percent of the posts in the thread written by "prolific" authors (>500) + public double percentPostsWrittenByProlific; + // the number of posts in the thread + public int numPostsInThread; + // the number of information-based links in the thread + public int numInfoLinksInThread; + // whether the thread was found + public boolean threadNotFound; + + // This function will classify the data using the saved Weka classifier + // Input: the path for the specific classifier we're using, and that of + // the arff we created + // Output: None, but the values for the classifiers will be filled + // for that specific model + public void findClassTotals(String model, String inputFile) + throws Exception { + + // Get the Model from the path + ObjectInputStream ois = new ObjectInputStream( + new FileInputStream(model)); + Classifier cls = (Classifier) ois.readObject(); + ois.close(); + + // load unlabeled data from the arff we created + FileReader fr = new FileReader(inputFile); + Instances unlabeled = new Instances( + new BufferedReader( + fr)); + + + // set class attribute (it's the last attribute listed in the file) + unlabeled.setClassIndex(unlabeled.numAttributes() - 1); + + // create copy + Instances labeled = new Instances(unlabeled); + + // label instances, and get the number of "yes" instances + int numYes = 0; + + // Do the first classification outside the loop, so we can + // specify the label of the first post in the thread + + // Label the data + double clsLabel = cls.classifyInstance(unlabeled.instance(0)); + labeled.instance(0).setClassValue(clsLabel); + + // Get the label + String label = labeled.instance(0).stringValue( + labeled.instance(0).classAttribute()); + + // if it's yes, increase number of yes's, + // and put "true" for the first post + if (label.equals("yes")) { + numYes++; + if (model.contains("seeksInfo.model")) { + firstPostSeeksInfo = true; + } else { + firstPostIsExperiential = true; + } + } // otherwise, put "false" for the first post, as it isn't in the class + else { + if (model.contains("seeksInfo.model")) { + firstPostSeeksInfo = false; + } else { + firstPostIsExperiential = false; + } + } + + // repeat the process with the rest of the posts + for (int i = 1; i < unlabeled.numInstances(); i++) { + // label the data + clsLabel = cls.classifyInstance(unlabeled.instance(i)); + labeled.instance(i).setClassValue(clsLabel); + + // get the label as a string + label = labeled.instance(i).stringValue( + labeled.instance(i).classAttribute()); + + // If the post fits the class, increase number of "yes" posts + if (label.equals("yes")) { + numYes++; + } + } + if (model.contains("seeksInfo.model")) { + percentInfoSeekingPosts = numYes / (double) numPostsInThread; + } else { + percentExperientialPosts = numYes / (double) numPostsInThread; + } + + // Delete the arff file (we're done with it) + fr.close(); + File file = new File(inputFile); + file.delete(); + } + + // this function deals with the more complicated logical expressions; + // it deals with "AND"'s, which sometimes have nested "OR"'s + // input: the post content being matched, and the string of "and" inputs + // that need to be matched (either OR statements or just attributes) + // all attributes in the statement must be regular expressions + // output: a boolean of whether the "and" statement is true + public boolean parseAnd(String content, String[] attribute) { + // loop through the attribute string and see if it matches + for (int i = 0; i < attribute.length; i++) { + // if the attribute is an "or," we don't need everything + // within the "or" statement to match, but only 1 thing. + // loop through the statement until the endor and see if + // at least one thing matches + if (attribute[i].equals("OR")) { + // keeps track of whether an attribute has been true + boolean oneTrue = false; + for (int j = i + 1; j < attribute.length; j++) { + // if we've reached the end of the "or" statement: + if (attribute[j].equals("ENDOR")) { + // if the "or" was false (no attribute was ever seen), + // the overarching statement is false; return false + if (!oneTrue) { + return false; + } + // otherwise, i needs to jump to one after the "ENDOR," + // so the "and" statement doesn't start counting things + // within the "or" as being within "and"'s + i = j; + break; + } + // if anything matches, oneTrue is true; + // however, we need to continue the loop because + // we need to know by how far i needs to jump + if (content.matches(attribute[j])) { + oneTrue = true; + } + } + } // if the attribute isn't an "or", just match the attribute; + // if it's false, the overarching "and" is false too + else { + if (!(content.matches(attribute[i]))) { + return false; + } + } + } + // return true if we get through everything without returning false + return true; + + } + + // This function creates a single arff file, based upon the posts and the + // integer corresponding to which of the classifiers is being used + // Input: a number corresponding to the classifier being used + // (citesInfoSource, isExperiential, etc.) + // Output: the String of the file name + public String createArffFile(int classNum) throws Exception { + // the arff name will be based on the id and the classifier number + String fileName = rootPath + "Files" + File.separator + Integer.toString(id) + + Integer.toString(classNum) + new Random().nextInt(9999999) + + ".arff"; + + // First create a filewriter using the unique file name + FileWriter fw = new FileWriter(fileName); + BufferedWriter writer = new BufferedWriter(fw); + + // all ARFF files will start with this + writer.write("@relation postFeatures\n\n"); + + // the lines that correspond to the attributes themselves is + // created in a String in the Attributes.java class + for (int i = 0; i < allAttributes[classNum].length; i++) { + writer.write("@attribute " + allAttributes[classNum][i].getName() + + " " + allAttributes[classNum][i].getOptions() + "\n"); + } + + // The class for all of our classifiers is a simple yes/no binary + writer.write("@attribute CLASS {no,yes}\n\n@data\n"); + // Each post will have the values of the attributes, comma-separated, + // in a line; ex of a line: 1,5,6,7,true,false,true,true...,? + for (int i = 0; i < posts.length; i++) { + // get the numeric attributes for this specific classifier + Attribute[] numAttrs = allAttributes[classNum]; + // get their value and put it into the arff file + for (int j = 0; j < numAttrs.length; j++) { + // Get the specific attribute and type + String[] attribute = numAttrs[j].getAttr(); + String type = numAttrs[j].getType(); + String value = ""; + + // If it's a string type, just see if the post + // contains the substring + if (type.equals("string")) { + writer.write(String.valueOf(posts[i]. + getContent().contains(attribute[0]))); + } //if it's a stem, we need to match a regular expression + else if (type.equals("stem")) { + writer.write(String.valueOf(posts[i]. + getContent().matches(attribute[0]))); + } // if it's an "and" call function that parses them + else if (type.equals("and")) { + writer.write(String.valueOf(parseAnd( + posts[i].getContent(), attribute))); + } // as "or's" are not nested (at least in what we've dealt + // with so far), just make sure at least one term is there + // all attributes within an "or" must be regular expressions + else if (type.equals("or")) { + int oneThere = 0; + String content = posts[i].getContent(); + for (int k = 0; k < attribute.length; k++) { + // if there's a term it has, + // write true, indicate that a term is + // there, and break out of the loop (as we + // can conclude the "or" statement is true) + if (content.matches(attribute[k])) { + oneThere = 1; + writer.write("true"); + break; + } + } + // if it contains none of the terms, write "false;" + // the "or" statement is false + if (oneThere == 0) { + writer.write("false"); + } + } // if it's one of the numeric types, get the value + // for that type + else if (attribute[0].equals("numLinks")) { + value = posts[i].getNumLinks(); + } else if (attribute[0].equals("numPostsByUser")) { + value = posts[i].numPostsByUser(); + } else if (attribute[0].equals("replyNum")) { + value = posts[i].replyNum(); + } else if (attribute[0].equals("isTerminating")) { + value = posts[i].isTerminating(); + } else if (attribute[0].equals("numChars")) { + value = posts[i].numChars(); + } else if (attribute[0].equals("wordsPerPara")) { + value = posts[i].wordsParPara(); + } else if (attribute[0].equals("breaksToWordsRatio")) { + value = posts[i].breaksToWordsRatio(); + } else if (attribute[0].equals("numPostsInThread")) { + value = Integer.toString(posts.length); + } + + if (value != null) { + writer.write(value); + } + + // if it's the last attribute, put a question mark denoting the + // unknown status of the class, and put a newline character + if (j == numAttrs.length - 1) { + writer.write(",?\n"); + } // otherwise separate by comma + else { + writer.write(","); + } + } + } + writer.close(); + // return the file string + return fileName; + } + + // Gets rid of all the quoted other posts within posts, because those + // confound the results + // Input: the entire thread (raw html) + // Output: the same, minus any quoted posts within posts + public String cutBlockQuotes(String thread) { + // Find the index of the first blockquote + int openIndex = thread.indexOf("<blockquote>"); + + // while there exists a blockquote, loop + while (openIndex != -1) { + // cut the blockquote out + thread = thread.substring(0, openIndex) + + thread.substring(thread.indexOf("</blockquote>") + 13); + // find the next blockquote + openIndex = thread.indexOf("<blockquote>"); + } + return thread; + } + + // Strips the HTML code so our number of characters is correct + // Does NOT strip <br/> tags so we can get the average words per para + // Input: the post content, including all HTML + // Output: the post content, without any HTML tags besides <br/> tags + // Reminder: run AFTER the countLinks function! + public String stripHTML(String post) { + // Find the index of the first tag + int openIndex = post.indexOf("<"); + + // what we'll be returning + String strippedContent = ""; + + // while there exists an open tag in the post, loop + while (openIndex != -1) { + // append everything up to the first tag into the string to return + strippedContent += post.substring(0, openIndex); + if (post.substring(openIndex, openIndex + 6).equals("<br />")) { + strippedContent += "<br/>"; + } + // cut the tag out of post + post = post.substring(post.indexOf(">") + 1); + // find the next blockquote + openIndex = post.indexOf("<"); + } + // get the end of the string + strippedContent += post; + return strippedContent; + } + + // this function takes the post content and counts the number of links + // Input: the post (BEFORE HTML IS STRIPPED) + // Output: the number of links in the post + // TO DO: make it "number of links that are informative links!" + public String countNumLinks(String post) { + // Find the index of the first 'a' tag + int openIndex = post.indexOf("<a href"); + int numInfoLinks = 0; + String url = ""; + // while there exists an 'a' tag, loop + while (openIndex != -1) { + // truncate the post to that point + post = post.substring(openIndex + 4); + + // the url is between the closing carrot of this a tag and the open + // carrot of the reciprocal closing a tag + url = post.substring(post.indexOf('>') + 1, post.indexOf('<')); + + // Match to url's we care about + for (int i = 0; i < infoLinks.length; i++) { + if (url.contains(infoLinks[i])) { + // if the host of the URL matches a host we care about, + // increase the number of informative links + // (once it matches one of the links we can break the loop) + numInfoLinks++; + break; + } + } + + // find the next 'a' + openIndex = post.indexOf("<a href"); + } + // return the number of links that fit the definition + return Integer.toString(numInfoLinks); + } + + // this function takes the post content and finds the number + // of br tags + // Input: the post content + // Output: the number of paragraph tags + public int countNumBrs(String post) { + // Find the index of the first 'br' tag + int openIndex = post.indexOf("<br/>"); + int numBrs = 0; + // while there exists an 'a' tag, loop + while (openIndex != -1) { + numBrs++; + // cut the 'br' out + post = post.substring(openIndex + 3); + // find the next 'br' + openIndex = post.indexOf("<br/>"); + } + return numBrs; + } + + // This function takes the raw HTML from the thread and processes + // it into different posts + // Input: the entire HTML string grabbed from the URL + // Output: NONE + // Result: an array of post objects (includes all possible attributes) + public void processThread(String thread) { + // split the thread at a point just before the post + String[] postAreas; + + // make sure the page isn't a "you have requested a topic that + // doesn't exist" page before proceeding + if (thread.contains("reportpost.gif")) { + postAreas = thread.split("reportpost.gif"); + } else { + return; + } + + // declare the posts array + posts = new Post[postAreas.length - 1]; + for (int i = 0; i < posts.length; i++) { + + // declare the new post + posts[i] = new Post(); + + // parse the post out of the string. + String[] postData = postAreas[i]. + split("<hr size=\"1\" style=\"color:#a8a8a8\" />"); + String post = postData[1]; + // since they're weird with their html tags, + // I just set everything to lower case + post = post.toLowerCase(); + posts[i].setNumLinks(countNumLinks(post)); + post = stripHTML(post); + posts[i].setContent(post); + int numBreaks = countNumBrs(post); + // Just get the length of the string for the number of characters + posts[i].setnumChars(Integer.toString(post.length())); + + // the number of breaks divided by the number of total words + posts[i].setbreaksToWordsRatio(Double.toString( + numBreaks / (double) (post.split("\\s+").length))); + + // find the average paragraph length by splitting at the paragraph + // tag, getting the length of each paragraph, then taking the avrg. + int parLength = 0; + String[] contentSplitAtParas = post.split("<br/>"); + int length = contentSplitAtParas.length; + for (int j = 0; j < length; j++) { + parLength += contentSplitAtParas[j].length(); + } + posts[i].setwordsParPara(Double.toString( + parLength / (double) length)); + + // This ugly splitting gets the number of posts by the user. + // First, take everything after the second "hr" tag; + // that's where all the user information is. Then split at + // the "Posts: <b>" substring; we want everything after that. + // Finally, since the number of posts is always followed by + // a </b>, split at that, and take everything before it. + if (postData[2].split("Posts: <b>").length > 1) { + String numPosts = postData[2].split("Posts: <b>")[1]. + split("</b>")[0]; + if (!(numPosts.equals(""))) { + posts[i].setnumPostsByUser(numPosts); + } else { + posts[i].setnumPostsByUser("0"); + } + } else { + posts[i].setnumPostsByUser("0"); + } + + + // the reply num is just whatever i is; if i=0, it's the + // first post, if i is one it's the second, and so on + posts[i].setreplyNum(Integer.toString(i)); + + // if it's the last post in the thread, it's terminating; + // otherwise it isn't + if (i == postAreas.length - 2) { + posts[i].setisTerminating("1"); + } else { + posts[i].setisTerminating("0"); + } + } + + } + + // Fills the global arrays with the constant values + // No input or output + // Result: hard-coded arrays are initialized + public void fillArrays() { + allAttributes = new Attribute[2][]; + modelLocations = new String[2]; + infoLinks = new String[107]; + + // first fill the modelLocations array with the relative path + // to the Weka model files + // They must be in the same order as the attributes array order: + // citesInfoSource, listsSymptoms, isExperiential, and asksQuestion + modelLocations[0] = rootPath + "Model" + File.separator + "isExperiential.model"; + modelLocations[1] = rootPath + "Model" + File.separator + "seeksInfo.model"; + + // all attributes for the isExperiential classifier + // The last value is the thing that shows up at the top of + // the arff file (@ attribute my {false,true}, for ex). + // The second value is the type of attribute--I use this to + // correctly parse the values out of the data (so I can discern + // the numeric, string, stem, etc. attributes). The + // first value is the actual string or regular expression + // that needs to be matched. It's an array because for + // the and's and or's we have to match multiple regex's. + Attribute[] isExperientialAttributes = {(new Attribute(new String[]{"my"}, "string", "my")), + (new Attribute(new String[]{"numChars"}, "numeric", "numChars")), + (new Attribute(new String[]{"OR", ".*had.*", ".*have.*", "ENDOR", + "OR", ".*he.*", ".*she.*", "ENDOR"}, "and", + "'AND[OR[had, have], OR[he, she]]'")), + (new Attribute(new String[]{".*have.*", ".*had.*"}, "or", + "'OR[had, have]'")), + (new Attribute(new String[]{".*i.*", "OR", ".*take.*", + ".*taken.*", ".*took.*", "ENDOR"}, "and", + "'AND[i, OR[take, taken, took]]'")), + (new Attribute(new String[]{".*i.*", ".*thought.*"}, "and", + "'AND[i, thought]'")), + (new Attribute(new String[]{"i"}, "string", "i")), + (new Attribute(new String[]{".*i.*", "OR", ".*tri.*", ".*try.*", + "ENDOR"}, "and", "'AND[i, OR[tri, try]]'")), + (new Attribute(new String[]{".*i.*", "OR", ".*have.*", ".*had.*", + "ENDOR"}, "and", "'AND[i, OR[had, have]]'")), + (new Attribute(new String[]{".*i.*", "OR", ".*feel.*", ".*felt.*", + "ENDOR"}, "and", "'AND[i, OR[feel, felt]]'")), + (new Attribute(new String[]{"i", "OR", ".*ha.*", ".*ha[^ ]*n't.*", + ".*ha[^ ]*[ ]not.*", ".*had.*", ".*hadn't.*", ".*have.*", + ".*haven't.*", ".*have[ ]not.*", ".*havn't been.*", + "ENDOR"}, "and", "'AND[i, OR[ha, ha_n\\'t, ha_not, " + + "had, had_n\\'t, have, have_n\\'t_been, have_not]]'")), + (new Attribute(new String[]{".*i.*", "OR", ".*am.*", ".*did.*", + ".*do.*", ".*had.*", ".*have.*", ".*wa.*", "ENDOR"}, "and", + "'AND[i, OR[am, did, do, had, have, wa]]'")), + (new Attribute(new String[]{".*i.*", ".*me.*", ".*my.*"}, "and", + "'AND[i, me, my]'")), + (new Attribute(new String[]{"i have"}, "string", "i_have")), + (new Attribute(new String[]{"OR", ".*ha.*", ".*ha[^ ]*n't.*", + ".*ha[^ ]*[ ]not.*", ".*had.*", ".*hadn't.*", ".*have.*", + ".*haven't.*", ".*have[ ]not.*", ".*havn't been.*", + "ENDOR", "OR", ".*he.*", ".*she.*", "ENDOR"}, "and", + "'AND[OR[ha, ha_n\\'t, ha_not, had, had_n\\'t, have," + + " have_n\\'t_been, have_not], OR[he, she]]'")), + (new Attribute(new String[]{".*ha.*", ".*had.*", ".*have.*"}, + "or", "'OR[ha, had, have]'")), + (new Attribute(new String[]{".*ha.*", ".*ha[^ ]*n't.*", + ".*ha[^ ]*[ ]not.*", ".*had.*", ".*hadn't.*", ".*have.*", + ".*haven't.*", ".*have[ ]not.*", ".*havn't been.*"}, + "or", "'OR[ha, ha_n\\'t, ha_not, had, had_n\\'t, have," + + " have_n\\'t_been, have_not]'")), + (new Attribute(new String[]{".*am.*", ".*did.*", ".*do.*", + ".*had.*", ".*have.*", ".*wa.*"}, "or", "'OR[am, did, " + + "do, had, have, wa]'")), + (new Attribute(new String[]{"wa"}, "string", "wa")), + (new Attribute(new String[]{".*month.*", ".*night.*", ".*time.*", + ".*week.*", ".*year.*"}, "or", + "'OR[month, night, time, week, year]'")), + (new Attribute(new String[]{"me"}, "string", "me")), + (new Attribute(new String[]{".*[.][ ]*i.*"}, "stem", + "<PERIOD>_i")), + (new Attribute(new String[]{"numPostsByUser"}, "numeric", + "numPostsByUser")), + (new Attribute(new String[]{"i wa"}, "string", "i_wa")), + (new Attribute(new String[]{"had"}, "string", "had")), + (new Attribute(new String[]{"have"}, "string", "have")), + (new Attribute(new String[]{".*did.*", ".*is.*", ".*had.*", + ".*ha.*", ".*wa.*"}, "or", "'OR[did, ha, had, is, wa]'")), + (new Attribute(new String[]{"OR", ".*did.*", ".*is.*", ".*had.*", + ".*ha.*", ".*wa.*", "ENDOR", "OR", ".*he.*", ".*she.*", + "ENDOR"}, "or", "'AND[OR[did, ha, had, is, wa]," + + " OR[he, she]]'")), + (new Attribute(new String[]{".*<br/>[ ]*i.*"}, "stem", + "<br/>_i")), + (new Attribute(new String[]{".*and[ ]*i.*"}, "stem", + "and_i")), + (new Attribute(new String[]{"and"}, "string", "and")), + (new Attribute(new String[]{"replyNum"}, "numeric", + "replyNum")), + (new Attribute(new String[]{".*<br/>[ ]*<br/>[ ]*i.*"}, + "stem", "<br/>_<br/>_i")), + (new Attribute(new String[]{"i had"}, "string", "i_had")), + (new Attribute(new String[]{"but"}, "string", "but"))}; + + + // all attributes for the seeksInfo classifier + // see above for descriptions of values + Attribute[] seeksInfoAttributes = {(new Attribute(new String[]{"replyNum"}, "numeric", + "replyNum")), + (new Attribute(new String[]{"?"}, "string", "<QUESTIONMARK>")), + (new Attribute(new String[]{"numPostsByUser"}, "numeric", + "numPostsByUser")), + (new Attribute(new String[]{".*[?][ ]*<br/>.*"}, "stem", + "<QUESTIONMARK>_<br/>")), + (new Attribute(new String[]{".*[?][ ]*<br/>[ ]*<br/>.*"}, + "stem", "<QUESTIONMARK>_<br/>_<br/>")), + (new Attribute(new String[]{".*anyon.*", ".*ha.*"}, "and", + "'AND[anyon, ha]'")), + (new Attribute(new String[]{"anyon"}, "string", "anyon")), + (new Attribute(new String[]{".*anyon.*", ".*doe.*"}, "and", + "'AND[anyon, doe]'")), + (new Attribute(new String[]{".*anyon.*", ".*anibod.*", + ".*someon.*", ".*somebod.*"}, "or", + "'OR[anybodi, anyon, somebodi, someon]'")), + (new Attribute(new String[]{"OR", ".*anyon.*", ".*anibod.*", + ".*someon.*", ".*somebod.*", "ENDOR", "OR", ".*ar.*", + ".*can.*", ".*doe.*", ".*ha.*", ".*have.*", "ENDOR"}, + "and", "'AND[OR[anybodi, anyon, somebodi, someon], " + + "OR[ar, can, doe, ha, have]]'")), + (new Attribute(new String[]{"lyme"}, "string", "lyme")), + (new Attribute(new String[]{"ani"}, "string", "ani")), + (new Attribute(new String[]{"numPostsInThread"}, "numeric", + "numPostsInThread")), + (new Attribute(new String[]{"symptom"}, "string", "symptom")), + (new Attribute(new String[]{".*[?]"}, "stem", + "<QUESTIONMARK>_EOL")), + (new Attribute(new String[]{"thank"}, "string", "thank")), + (new Attribute(new String[]{"my"}, "string", "my")), + (new Attribute(new String[]{".*<br/>[ ]*thank.*"}, + "stem", "<br/>_thank")), + (new Attribute(new String[]{"been"}, "string", "been")), + (new Attribute(new String[]{".*<br/>[ ]*<br/>[ ]*thank.*"}, + "stem", "<br/>_<br/>_thank")), + (new Attribute(new String[]{"test"}, "string", "test")), + (new Attribute(new String[]{"wordsPerPara"}, "numeric", + "wordsPerPara")), + (new Attribute(new String[]{"numChars"}, "numeric", "numChars")), + (new Attribute(new String[]{"have"}, "string", "have")), + (new Attribute(new String[]{".*ar.*", ".*can.*", ".*doe.*", + ".*ha.*", ".*have.*"}, "or", "'OR[ar, can, doe, " + + "ha, have]'")), + (new Attribute(new String[]{"i have"}, "string", "i_have")), + (new Attribute(new String[]{"am"}, "string", "am")), + (new Attribute(new String[]{"what"}, "string", "what")), + (new Attribute(new String[]{".*[?][ ]*i.*"}, "stem", + "<QUESTIONMARK>_i")), + (new Attribute(new String[]{"hi.*"}, "stem", "BOL_hi")), + (new Attribute(new String[]{"i am"}, "string", "i_am")), + (new Attribute(new String[]{"diagnos"}, "string", "diagnos")), + (new Attribute(new String[]{"ago"}, "string", "ago")), + (new Attribute(new String[]{"neg"}, "string", "neg")), + (new Attribute(new String[]{"ha"}, "string", "ha")), + (new Attribute(new String[]{"start"}, "string", "start")), + (new Attribute(new String[]{"that i"}, "string", "that_i")), + (new Attribute(new String[]{"thi"}, "string", "thi")), + (new Attribute(new String[]{"antibiot"}, "string", "antibiot")), + (new Attribute(new String[]{"had"}, "string", "had")), + (new Attribute(new String[]{"pain"}, "string", "pain")), + (new Attribute(new String[]{"doe"}, "string", "doe")), + (new Attribute(new String[]{"week"}, "string", "week")), + (new Attribute(new String[]{"doctor"}, "string", "doctor")), + (new Attribute(new String[]{"and i"}, "string", "and_i")), + (new Attribute(new String[]{"hi"}, "string", "hi")), + (new Attribute(new String[]{".*ha[^ ][ ]*anyon"}, "stem", + "ha_anyon")), + (new Attribute(new String[]{"rash"}, "string", "rash")), + (new Attribute(new String[]{"month"}, "string", "mont")), + (new Attribute(new String[]{"wonder"}, "string", "wonder"))}; + + + + + // fill the array with the newly created strings + allAttributes[0] = isExperientialAttributes; + allAttributes[1] = seeksInfoAttributes; + + + // HOW WE CHOSE THE LINKS: + // we scraped ALL links from lymenet whose threads were within the + // range of threads returned by the google search. + // we found the most frequent domains referenced + // we manually examined the websites to ID information-based sites + // eliminated sites: commercial sites, lymenet (not external), + // tinyurl (not reliably one kind of link), + // youtube (not reliably info-based), and forums (not info-based) + // and some sites that were no longer active, as well as sites + // that didn't ever appear in our google site search results. + // we classified every link that occurred 10 times or more. + infoLinks[0] = "ilads.org"; + infoLinks[1] = "lymeinfo.net"; + infoLinks[2] = "igenex.com"; + infoLinks[3] = "ncbi.nlm.nih.gov"; + infoLinks[4] = "cdc.gov"; + infoLinks[5] = "canlyme.com"; + infoLinks[6] = "lymeout.bravehost.com"; + infoLinks[7] = "anapsid.org"; + infoLinks[8] = "drcharlescrist.com"; + infoLinks[9] = "lyme.org"; + infoLinks[10] = "drugdigest.org"; + infoLinks[11] = "mdlab.com"; + infoLinks[12] = "www.fda.gov"; + infoLinks[13] = "lymediseaseaudio.com"; + infoLinks[14] = "www.jemsekclinic.com"; + infoLinks[15] = "www.neuraltherapy.com"; + infoLinks[16] = "161.11.3.75"; + infoLinks[17] = "www.dorway.com"; + infoLinks[18] = "www.amwa-doc.org"; + infoLinks[19] = "lymediseaseassociation.org"; + infoLinks[20] = "www.bowen.org"; + infoLinks[21] = "www.emedicine.com"; + infoLinks[22] = "columbia-lyme.org"; + infoLinks[23] = "lymepa.org"; + infoLinks[24] = "www.ktvu.com"; + infoLinks[25] = "www.ildf.info"; + infoLinks[26] = "cassia.org"; + infoLinks[27] = "www.mentalhealthandillness.com"; + infoLinks[28] = "samento.com.ec"; + infoLinks[29] = "www.lef.org"; + infoLinks[30] = "www.lymediseaseinformation.com"; + infoLinks[31] = "www.rxlist.com"; + infoLinks[32] = "www.mgwater.com"; + infoLinks[33] = "www.nlm.nih.gov"; + infoLinks[34] = "www.lymealliance.org"; + infoLinks[35] = "www.chronicneurotoxins.com"; + infoLinks[36] = "www.prolodoc.com"; + infoLinks[37] = "lymenet.de"; + infoLinks[38] = "pubmedcentral.nih.gov"; + infoLinks[39] = "lymememorial.org"; + infoLinks[40] = "lymephotos.com"; + infoLinks[41] = "www.immed.org"; + infoLinks[42] = "www.dr-zhang.com"; + infoLinks[43] = "www.niaid.nih.gov"; + infoLinks[44] = "www.senatorbruno.com"; + infoLinks[45] = "faim.org"; + infoLinks[46] = "thomas.loc.gov"; + infoLinks[47] = "www.nytimes.com"; + infoLinks[48] = "www.rheumatic.org"; + infoLinks[49] = "calda.intranets.com"; + infoLinks[50] = "web.mit.edu"; + infoLinks[51] = "www.remedyfind.com"; + infoLinks[52] = "www.calchannel.com"; + infoLinks[53] = "www.medscape.com"; + infoLinks[54] = "journals.uchicago.edu"; + infoLinks[55] = "www.guideline.gov"; + infoLinks[56] = "health.yahoo.com"; + infoLinks[57] = "www.roadback.org"; + infoLinks[58] = "www.acam.org"; + infoLinks[59] = "www.cnn.com"; + infoLinks[60] = "news.bbc.co.uk"; + infoLinks[61] = "www.ichelp.org"; + infoLinks[62] = "cmr.asm.org"; + infoLinks[63] = "dendrites.com"; + infoLinks[64] = "ssa.gov"; + infoLinks[65] = "thyroid.about.com"; + infoLinks[66] = "www.astdhpphe.org"; + infoLinks[67] = "www.drugs.com"; + infoLinks[68] = "www.stardem.com"; + infoLinks[69] = "annals.org"; + infoLinks[70] = "morgellons.org"; + infoLinks[71] = "www.nihadc.com"; + infoLinks[72] = "www.vetmed.ucdavis.edu"; + infoLinks[73] = "www.candida-yeast.com"; + infoLinks[74] = "www.hemex.com"; + infoLinks[75] = "www.lymeinfo.net"; + infoLinks[76] = "www.lymeproject.com"; + infoLinks[77] = "www.PubMed.com"; + infoLinks[78] = "www.wholehealthmd.com"; + infoLinks[79] = "healthlinks.washington.edu"; + infoLinks[80] = "merck.com"; + infoLinks[81] = "www.lymetimes.org"; + infoLinks[82] = "www.quackwatch.org"; + infoLinks[83] = "www.thebostonchannel.com"; + infoLinks[84] = "autoimmunityresearch.org"; + infoLinks[85] = "ent.iastate.edu"; + infoLinks[86] = "home.pon.net"; + infoLinks[87] = "lymedisease.org"; + infoLinks[88] = "msnbc.msn.com"; + infoLinks[89] = "wonder.cdc.gov"; + infoLinks[90] = "www.aafp.org"; + infoLinks[91] = "www.pasteur.fr"; + infoLinks[92] = "www.salivatest.com"; + infoLinks[93] = "www.sc-lyme.org"; + infoLinks[94] = "ccid.org"; + infoLinks[95] = "cpmcnet.columbia.edu"; + infoLinks[96] = "home.earthlink.net"; + infoLinks[97] = "iai.asm.org"; + infoLinks[98] = "patft.uspto.gov"; + infoLinks[99] = "www.arthritistrust.org"; + infoLinks[100] = "www.calda.intranets.com"; + infoLinks[101] = "www.crownlaboratories.com"; + infoLinks[102] = "www.drcharlescrist"; + infoLinks[103] = "www.lymetreatment.com"; + infoLinks[104] = "www.silvermedicine.org"; + infoLinks[105] = "www.umm.edu"; + infoLinks[106] = "www.personalconsult.com"; + + + } + + // This function orchestrates the entire classification system. + // It's the one Cheng's function will call + // Input: a string with the raw HTML + // Output: None, but by the end all of the fields will be filled + public String findAllClasses(String threadContent) throws Exception { + // increase the ID so there's a new one + id++; + + // if the function hasn't been called before, fill the arrays + if (allAttributes == null) { + fillArrays(); + } + + // fill the posts array and get the number of posts in the thread + processThread(cutBlockQuotes(threadContent)); + + // if the posts array is null the page had no posts; + // just null out all the values and return + if (posts == null) { + percentInfoSeekingPosts = 0; + percentExperientialPosts = 0; + percentPostsWithInfoLinks = 0; + percentPostsWrittenByProlific = 0; + numPostsInThread = 0; + numInfoLinksInThread = 0; + firstPostSeeksInfo = false; + firstPostIsExperiential = false; + firstPostContainsInfoLink = false; + firstPostWrittenByProlific = false; + threadNotFound = true; +// return "numPost@" + Integer.toString(numPostsInThread) +// // + "@seekInfo" + Double.toString(percentInfoSeekingPosts) +// + "*experiential" + Double.toString(percentExperientialPosts) +// + "%infoLinks" + Double.toString(percentPostsWithInfoLinks) + "#"; +//// + "#prolific" + Double.toString(percentPostsWrittenByProlific); + return "{" + "\"numPost\":" + '"' + Integer.toString(numPostsInThread) + '"' + ",\"experiential\":" + '"' + Double.toString(percentExperientialPosts) + '"' + ",\"infoLinks\":" + '"' + Double.toString(percentPostsWithInfoLinks) + '"' + + "}"; + } + + threadNotFound = false; + + numPostsInThread = posts.length; + + + // Classify the posts using the classifiers + for (int i = 0; i < modelLocations.length; i++) { + findClassTotals(modelLocations[i], createArffFile(i)); + } + + // number of info-based links out in the thread + int totalLinks = 0; + + // number of posts in the thread with info-based links out + int numPostsWithLinks = 0; + int infoLinksInPost; + + // number of posts by authors who have posted more than 500 posts + int numPostsWithProlificUsers = 0; + + // Whether the first post in the thread is written by an author who has + // posted more than 500 posts + if (Integer.parseInt(posts[0].numPostsByUser()) > 500) { + firstPostWrittenByProlific = true; + numPostsWithProlificUsers++; + } + + // whether the first post in the thread has >0 info-based links + int numLinksInFirst = Integer.parseInt(posts[0].getNumLinks()); + if (numLinksInFirst > 0) { + firstPostContainsInfoLink = true; + totalLinks += numLinksInFirst; + } + + // for all the posts in the thread + for (int i = 1; i < posts.length; i++) { + // get the number of informative links in the post + infoLinksInPost = Integer.parseInt(posts[i].getNumLinks()); + if (infoLinksInPost > 0) { + totalLinks += infoLinksInPost; + numPostsWithLinks++; + } + // see if the author has posted more than 500 posts + if (Integer.parseInt(posts[i].numPostsByUser()) > 500) { + numPostsWithProlificUsers++; + } + } + + // percentage of posts whose authors are prolific + percentPostsWrittenByProlific = numPostsWithProlificUsers / (double) posts.length; + + //percentage of posts with links out + percentPostsWithInfoLinks = numPostsWithLinks / (double) posts.length; + + + // total number of links in the thread + numInfoLinksInThread = totalLinks; + + + + // FOR DEBUGGING + System.out.println("Num posts in thread: " + numPostsInThread); + System.out.println("Number of Info Links in Thread: " + + numInfoLinksInThread); + System.out.println("First post seeks info? " + firstPostSeeksInfo); + System.out.println("First post is Experiential? " + + firstPostIsExperiential); + System.out.println("First post has info link? " + + firstPostContainsInfoLink); + System.out.println("First post written by prolific? " + + firstPostWrittenByProlific); + System.out.println("Percent of posts seek info: " + + percentInfoSeekingPosts); + System.out.println("Percent of posts are experiential: " + + percentExperientialPosts); + System.out.println("Percent of posts have info links: " + + percentPostsWithInfoLinks); + System.out.println("Percent of posts written by prolific: " + + percentPostsWrittenByProlific + "\n"); + +// return "numPost@" + Integer.toString(numPostsInThread) +// // + "@seekInfo" + Double.toString(percentInfoSeekingPosts) +// + "*experiential" + Double.toString(percentExperientialPosts) +// + "%infoLinks" + Double.toString(percentPostsWithInfoLinks) + "#"; +//// + "#prolific" + Double.toString(percentPostsWrittenByProlific); + return "{" + "\"numPost\":" + '"' + Integer.toString(numPostsInThread) + '"' + ",\"experiential\":" + '"' + Double.toString(percentExperientialPosts) + '"' + ",\"infoLinks\":" + '"' + Double.toString(percentPostsWithInfoLinks) + '"' + + "}"; + + } + + public void main(String[] args) throws Exception { + + URL url = new URL("http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_topic;f=3;t=032394;p=0"); + InputStream is = (InputStream) url.getContent(); + BufferedReader br = new BufferedReader(new InputStreamReader(is)); + String line = null; + StringBuffer sb = new StringBuffer(); + while ((line = br.readLine()) != null) { + sb.append(line); + } + String htmlContent = sb.toString(); + + findAllClasses(htmlContent); + // link without posts: + // findAllClasses("<html ><head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /> <script language=\"Javascript1.1\" type=\"text/javascript\"> <!-- var session_cookie = getCookie('session2453618.0138'); if (session_cookie == null) {var session_dt = \"0\"; var session_j = \"0\"; } else {var session_array = session_cookie.split(\"&\"); var session_dt = session_array[0]; var session_j = session_array[1]; } function getCookie(name) {var cname = name + \"=\"; var dc = document.cookie; if (dc.length > 0) {begin = dc.indexOf(cname); if (begin != -1) {begin += cname.length; end = dc.indexOf(\";\", begin); if (end == -1) {end = dc.length; } // end if return (dc.substring(begin, end)); } // end if } // end if return null; } var u_cookie = getCookie('ubber2453618.0138'); if(u_cookie) {u_array = u_cookie.split(\"&\"); } else {u_array = new Array(\"\", \"\", \"\", \"\", \"\", \"\", \"\", null, null, null); } // end if var ami = \"\"; if(('' == u_cookie) || (null == u_cookie)) {ami = \".ip-is-loggedin { display: none; } .ip-is-notloggedin { display: }\"; } else {ami = \".ip-is-loggedin { display: ; } .ip-is-notloggedin { display: none }\"; } // end if document.writeln('<' + 'style type=\"text/css\">' + ami + '<' + '/style>'); var MONTH_NAMES = Array(\"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\", \"August\", \"September\", \"October\", \"November\", \"December\", \"Jan\", \"Feb\", \"Mar\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"); var AMPM = Array(\"AM\", \"PM\"); // 5 and 6 are reserved if(u_array[7]) {dfrm = unescape(u_array[7]); } else {dfrm = 'MM-dd-yyyy'; } // end if if(u_array[8]) {tfrm = unescape(u_array[8]); } else {tfrm = 'hh:mm a'; } // end if if(u_array[9]) {fudge = unescape(u_array[9]); } else {fudge = 0; } // end if //--> </script> <script src=\"http://flash.lymenet.org/ubb/datelib.js\" language=\"Javascript1.3\" type=\"text/javascript\"></script> <title>LymeNet Flash: FYI </title> <meta http-equiv=\"Pragma\" content=\"no-cache\" /> <link rel=\"shortcut icon\" href=\"http://flash.lymenet.org/ubb/favicon.ico\" /> <style type=\"text/css\"> body {margin: 0; font-family: verdana,arial,sans-serif; font-size: 9pt; background-color: #FFFFFF; } td {font-family: verdana,arial,sans-serif; font-size: 9pt; } span.datestamp-1 {font-weight: bold; } span.timestamp-1 {color: #800080; } </style> <!-- --><!-- --> <link rel=\"canonical\" href=\"http://flash.lymenet.org\"> <meta http-equiv=\"Window-target\" content=\"_top\"> <meta http-equiv=\"Content-Language\" Content=\"en\"> <meta name=\"concept\" content=\"LymeNet Flash\"> <meta name=\"country\" content=\"US\"> <meta name=\"date\" content=\"\"> <meta name=\"description\" content=\"Lyme Disease Network (LymeNet): a non-profit org dedicated to providing physicians, patients and researchers with current info on tick-borne illnesses\"> <meta name=\"keywords\" content=\"LymeNet, lyme, lymes, lyme disease, lime disease, bullseye rash, bulls eye rash, ticks, deer tick, infectious disease, spirochete, herx, herxheimer, borreliosis, Erythema, ehrlichiosis, babesiosis, Ixodes, Borrelia, burgdorferi, Treponema, Leptospira, HGE\"> <meta name=\"language\" content=\"en\"> <meta name=\"locale\" content=\"US\"> <meta name=\"title\" content=\"LymeNet Flash\"> <meta name=\"msvalidate.01\" content=\"279F1A8B4CD4A9D002086051B279BE1E\"> <meta name='yandex-verification' content='580189260c22537f'> <!-- Begin Google Analytics --> <script type=\"text/javascript\"> (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-42732456-2', 'lymenet.org'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> <!-- --><!-- --> </head> <body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#0000ff\" vlink=\"#000000\" alink = \"#000080\" > <table border=\"0\"> <tr> <td width=\"120\" align=\"LEFT\" valign=\"TOP\"> <a href=\"http://www.lymenet.org/\"><img src=\"http://www.lymenet.org/images/lymelogo.gif\" alt=\"LymeNet Home\" border=\"0\" vspace=\"10\"></a> <!-- Begin Menu --> <map name=\"menu\"> <area shape=\"RECT\" coords=\"10,10,135,25\" href=\"http://www.lymenet.org/\" alt=\"LymeNet Home Page\"> <area shape=\"RECT\" coords=\"10,25,135,45\" href=\"http://flash.lymenet.org/\" alt=\"LymeNet Flash Discussion\"> <area shape=\"RECT\" coords=\"10,45,135,65\" href=\"http://www.lymenet.org/SupportGroups\" alt=\"LymeNet Support Group Database\"> <area shape=\"RECT\" coords=\"10,65,135,83\" href=\"http://library.lymenet.org/\" alt=\"LymeNet Literature Library\"> <area shape=\"RECT\" coords=\"10,83,135,100\" href=\"http://law.lymenet.org/\" alt=\"LymeNet Legal Resources\"> <area shape=\"RECT\" coords=\"10,100,135,117\" href=\"http://search.lymenet.org/\" alt=\"LymeNet Medical & Scientific Abstract Database\"> <area shape=\"RECT\" coords=\"10,117,135,135\" href=\"http://newsletter.lymenet.org/\" alt=\"LymeNet Newsletter Home Page\"> <area shape=\"RECT\" coords=\"10,135,135,153\" href=\"http://www.lymenet.org/books.shtml\" alt=\"LymeNet Recommended Books\"> <area shape=\"RECT\" coords=\"10,153,135,172\" href=\"http://www.lymenet.org/pictures.shtml\" alt=\"LymeNet Tick Pictures\"> <area shape=\"RECT\" coords=\"10,172,135,190\" href=\"http://www2.lymenet.org/domino/search.nsf/$$search\" alt=\"Search The LymeNet Site\"> <area shape=\"RECT\" coords=\"10,190,135,208\" href=\"http://www.lymenet.org/links.shtml\" alt=\"LymeNet Links\"> <area shape=\"RECT\" coords=\"10,205,135,228\" href=\"http://www.lymenet.org/help.shtml\" alt=\"LymeNet Frequently Asked Questions\"> <area shape=\"RECT\" coords=\"10,225,135,248\" href=\"http://www.lymenet.org/about.shtml\" alt=\"About The Lyme Disease Network\"> </map> <img src=\"http://www.lymenet.org/images/menu.gif\" alt=\"LymeNet Menu\" usemap=\"#menu\" border=\"0\"><br> <!-- End Menu --> <!-- Begin Facebook --> <hr> <center> <iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FLymeDiseaseNetwork&width=120&height=21&colorscheme=light&layout=button_count&action=recommend&show_faces=false&send=false&appId=66410385086\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:120px; height:21px;\" allowTransparency=\"true\"></iframe> </center> <!-- End Facebook --> <!-- Begin PayPal --> <hr> <center> <form action=\"https://www.paypal.com/us/cgi-bin/webscr\" method=\"post\" name=\"_xclick\"> <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"> <input type=\"hidden\" name=\"business\" value=\"bill@lymenet.org\"> <input type=\"hidden\" name=\"currency_code\" value=\"USD\"> <input type=\"hidden\" name=\"item_name\" value=\"Lyme Disease Network donation\"> <input type=\"hidden\" name=\"return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"cancel_return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"image_url\" value=\"http://www.lymenet.org/images/lymelogo.gif\"> <input type=\"image\" name=\"submit\" src=\"http://www.lymenet.org/images/x-click-but21.gif\" alt=\"Make payments with PayPal - it's fast, free and secure!\"><br> <font size=\"2\" color=\"green\" face=\"verdana,arial,sans-serif\">Tax deductible</font> </form> </center> <!-- End PayPal --> <!-- Begin Sponsored by --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> Sponsored by:<br> <a href=\"http://www.lymediseaseassociation.org\"><img src=\"http://www.lymenet.org/images/LDA-logo.jpg\" alt=\"Lyme Disease Association, Inc.\" border=\"0\"></a> </font> </center> <!-- End Sponsored by --> <!-- Begin Amazon --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network receives a commission from Amazon.com for each purchase originating from this site. <p>When purchasing from Amazon.com, please<br> <a href=\"http://www.amazon.com/?&tag=thelymediseasene&camp=15309&creative=331453&linkCode=st1&ref-refURL=http%3A%2F%2Fflash.lymenet.org\">click here</a> first.<br> <br> Thank you.<br> <br> </font> <iframe style=\"border:none;\" src=\"http://rcm.amazon.com/e/cm?t=thelymediseasene&o=1&p=10&l=st1&mode=books&search=lyme disease&fc1=000000<1=_blank&lc1=3366FF&bg1=FFFFFF&f=ifr\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" height=\"450\" width=\"120\" border=\"0\"></iframe> </center> <!-- End Amazon --> </td> <td align=\"LEFT\" valign=\"TOP\"> <center> <A HREF=\"http://flash.lymenet.org/\"><img src=\"http://www.lymenet.org/images/banner_flash.gif\" width=470 height=67 BORDER=0 ALT=\"LymeNet Flash Discussion\"></A><BR> <font face=\"verdana,arial,sans-serif\" size=\"3\">Dedicated to the Bachmann Family</font><br> <font size=\"1\" color=\"#000080\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network is a non-profit organization funded by individual donations.<br> If you would like to support the Network and the LymeNet system of Web services, please send your donations to: <p><i>The <span itemscope itemtype=\"http://schema.org/LocalBusiness\"> <span itemprop=\"name\">Lyme Disease Network</span> of New Jersey<br> <span itemprop=\"address\" itemscope itemtype=\"http://schema.org/PostalAddress\"> <span itemprop=\"streetAddress\">43 Winton Road</span>, <span itemprop=\"addressLocality\">East Brunswick</span>, <span itemprop=\"addressRegion\">NJ</span> <span itemprop=\"postalCode\">08816</span> <span itemprop=\"addressCountry\">USA</span><br> </span> <a itemprop=\"url\" href=\"http://www.lymenet.org/\">http://www.lymenet.org/</a> </span></i> <p>In the United States, your donations are tax deductible.<br> </center> <center> <table border=\"0\" width=\"95%\"> <tr><td> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\"><img src=\"http://flash.lymenet.org/ubb/closed.gif\" border=\"0\" alt=\"LymeNet Flash\" /></a> </td> <td align=\"center\"> <b><font size=\"3\" face=\"verdana,arial,sans-serif\" color=\"#000080\">LymeNet Flash</font></b> <br /> <font size=\"1\" face=\"verdana,arial,sans-serif\" > <span class=\"ip-is-loggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\" title=\"View your profile\">my profile</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/directory\" title=\"Community member directory\">directory</a> </span><span class=\"ip-is-notloggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\" title=\"Log in to post and check your profile\">login</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\" title=\"Registration is free!\">register</a> </span> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/search/search_forum/1\" title=\"Search\">search</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/ubb/faq\" title=\"Frequently Asked Questions\">faq</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\" title=\"Forum Home\">forum home</a><br /> </font> </td></tr></table> </center> <br /> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td valign=\"top\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> » <script language=\"Javascript\" type=\"text/javascript\"> <!-- var user_cookie = getCookie('ubber2453618.0138'); if(('' == user_cookie) || (null == user_cookie)) {// User is not logged in document.writeln('You are not logged in.' , ' <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\">Login</a> or <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\">register</a>') } else {// User is logged in var user_array=user_cookie.split(\"&\"); user_array[2] = unescape(user_array[2]); document.writeln('Hello, ', user_array[2]); document.writeln('[ <a title=\"Click here to log out.\" href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/logoff\">log out</a> ]'); // PM check var haspms = '<?php echo checkUserPMs(); ?>'; if(haspms > 0) {document.writeln(\"<\" + \"b\" + \"r />\"); document.writeln(\"<\" + \"a\"); document.writeln(' href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\"'); document.writeln(\">\" + \"<\" + \"im\" + \"g src=\" + '\"http://flash.lymenet.org/ubb/newpm.gif\" border=\"0\" valign=\"middle\" alt=\" [New PM] \" ' + \"/\"); document.writeln(\">You have \" + haspms + \" unread private messages.<\" + \"/\" + \"a>\"); } // end if } // end else //--> </script> </b> </font> </td> <td valign=\"top\" align=\"right\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\">LymeNet Flash</a> » FYI</b> </font> </td> </tr> </table></td></tr></table> <br /> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#D5E6E1\"> <td> <font color=\"#000080\" size=\"2\" face=\"verdana,arial,sans-serif\"><b> FYI </b></font> </td> </tr> <tr bgcolor=\"#f7f7f7\"><td> <font size=\"2\" face=\"verdana,arial,sans-serif\"><b> You have requested a topic that does not exist! </b> <br /><br /> » Please use your browser's back button to return. </font> </td></tr> </table></td></tr></table> <br /> <center> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://www.lymenet.org/contact.shtml\">Contact Us</a> | <a href=\"http://www.lymenet.org\">LymeNet home page</a> | <a href=\"http://www.lymenet.org/terms.shtml\">Privacy Statement</a></font> <br /> <br /> <font color=\"#a8a8a8\" size=\"1\" face=\"verdana,arial,sans-serif\">© 1994-2013 The Lyme Disease Network of New Jersey, Inc.<BR> All Rights Reserved.<BR> Use of the LymeNet Site is subject to the <A HREF=\"http://www.lymenet.org/terms.shtml\">Terms and Conditions</A>. <br /><br /> <a href=\"http://www.groupee.com/landing/goto.php?a=ubb.classic\">Powered by UBB.classic™ 6.7.3<!-- 06070301.590 --></a> <br /><!-- Translators: Put your \"translation by\" wording here --> </font> </center> <br /> <hr> <center> <p><a href=\"http://www.lymenet.org/\">Home</a> | <a href=\"http://flash.lymenet.org/\">Flash Discussion</a> | <a href=\"http://www.lymenet.org/SupportGroups\">Support Groups</a> | <a href=\"http://library.lymenet.org/\">On-Line Library</a><br> <a href=\"http://law.lymenet.org/\">Legal Resources</a> | <a href=\"http://search.lymenet.org\">Medical Abstracts</a> | <a href=\"http://newsletter.lymenet.org\">Newsletter</a> | <a href=\"http://www.lymenet.org/books.shtml\">Books</a><br> <a href=\"http://www.lymenet.org/pictures.shtml\">Pictures</a> | <a href=\"http://www2.lymenet.org/domino/search.nsf/$$Search\">Site Search</a> | <a href=\"http://www.lymenet.org/links.shtml\">Links</a> | <a href=\"http://www.lymenet.org/help.shtml\">Help/Questions</a><br> <a href=\"http://www.lymenet.org/about.shtml\">About LymeNet</a> | <a href=\"http://www.lymenet.org/contact.shtml\">Webmaster</a></p> </center> <hr> <center> <p><a href=\"http://www.ibstales.com\" target=\"_blank\"><img src=\"http://www.lymenet.org/images/hopeaward.jpg\" alt=\"IBS Hope Award\"></a> </center> <hr> </td> </tr> </table> </body> </html>"); + + // http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_topic;f=3;t=032394;p=0 + findAllClasses(("<html ><head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /> <script language=\"Javascript1.1\" type=\"text/javascript\"> <!-- var session_cookie = getCookie('session2453618.0138'); if (session_cookie == null) {var session_dt = \"0\"; var session_j = \"0\"; } else {var session_array = session_cookie.split(\"&\"); var session_dt = session_array[0]; var session_j = session_array[1]; } function getCookie(name) {var cname = name + \"=\"; var dc = document.cookie; if (dc.length > 0) {begin = dc.indexOf(cname); if (begin != -1) {begin += cname.length; end = dc.indexOf(\";\", begin); if (end == -1) {end = dc.length; } // end if return (dc.substring(begin, end)); } // end if } // end if return null; } var u_cookie = getCookie('ubber2453618.0138'); if(u_cookie) {u_array = u_cookie.split(\"&\"); } else {u_array = new Array(\"\", \"\", \"\", \"\", \"\", \"\", \"\", null, null, null); } // end if var ami = \"\"; if(('' == u_cookie) || (null == u_cookie)) {ami = \".ip-is-loggedin { display: none; } .ip-is-notloggedin { display: }\"; } else {ami = \".ip-is-loggedin { display: ; } .ip-is-notloggedin { display: none }\"; } // end if document.writeln('<' + 'style type=\"text/css\">' + ami + '<' + '/style>'); var MONTH_NAMES = Array(\"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\", \"August\", \"September\", \"October\", \"November\", \"December\", \"Jan\", \"Feb\", \"Mar\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"); var AMPM = Array(\"AM\", \"PM\"); // 5 and 6 are reserved if(u_array[7]) {dfrm = unescape(u_array[7]); } else {dfrm = 'MM-dd-yyyy'; } // end if if(u_array[8]) {tfrm = unescape(u_array[8]); } else {tfrm = 'hh:mm a'; } // end if if(u_array[9]) {fudge = unescape(u_array[9]); } else {fudge = 0; } // end if //--> </script> <script src=\"http://flash.lymenet.org/ubb/datelib.js\" language=\"Javascript1.3\" type=\"text/javascript\"></script> <title>LymeNet Flash: The McSweegan Diaries Jun 24 2013 </title> <meta http-equiv=\"Pragma\" content=\"no-cache\" /> <link rel=\"shortcut icon\" href=\"http://flash.lymenet.org/ubb/favicon.ico\" /> <base href=\"http://flash.lymenet.org/ubb/\" /> <style type=\"text/css\"> body {margin: 0; font-family: verdana,arial,sans-serif; font-size: 9pt; background-color: #FFFFFF; } td {font-family: verdana,arial,sans-serif; font-size: 9pt; } span.datestamp-1 {font-weight: bold; } span.timestamp-1 {color: #800080; } </style> <!-- --><!-- --> <link rel=\"canonical\" href=\"http://flash.lymenet.org\"> <meta http-equiv=\"Window-target\" content=\"_top\"> <meta http-equiv=\"Content-Language\" Content=\"en\"> <meta name=\"concept\" content=\"LymeNet Flash\"> <meta name=\"country\" content=\"US\"> <meta name=\"date\" content=\"\"> <meta name=\"description\" content=\"Lyme Disease Network (LymeNet): a non-profit org dedicated to providing physicians, patients and researchers with current info on tick-borne illnesses\"> <meta name=\"keywords\" content=\"LymeNet, lyme, lymes, lyme disease, lime disease, bullseye rash, bulls eye rash, ticks, deer tick, infectious disease, spirochete, herx, herxheimer, borreliosis, Erythema, ehrlichiosis, babesiosis, Ixodes, Borrelia, burgdorferi, Treponema, Leptospira, HGE\"> <meta name=\"language\" content=\"en\"> <meta name=\"locale\" content=\"US\"> <meta name=\"title\" content=\"LymeNet Flash\"> <meta name=\"msvalidate.01\" content=\"279F1A8B4CD4A9D002086051B279BE1E\"> <meta name='yandex-verification' content='580189260c22537f'> <!-- Begin Google Analytics --> <script type=\"text/javascript\"> (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-42732456-2', 'lymenet.org'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> <!-- --> <script language=\"Javascript1.3\" type=\"text/javascript\"> var nuke_quick_reply = 0; var real = document.location.href ? document.location.href : document.location; if((real.indexOf(\"iframe=1\") > -1) || (real.indexOf(\"iframe/1\") > -1)) {nuke_quick_reply = 1; } // end if u_cookie = getCookie('ubber2453618.0138'); if(!u_cookie || u_cookie == null || u_cookie.length < 1) {nuke_quick_reply = 1; } else {u_array = u_cookie.split(\"&\"); if(u_array[12] == 1) {nuke_quick_reply = 1; } // end if } // end if if(nuke_quick_reply == 1) {document.writeln(\"<\" + \"style type=\" + '\"text/css\">'); document.writeln(\"#quickreply { display: none; }\"); document.writeln(\"<\" + \"/style>\"); } // end if </script> <!-- --> </head> <body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#0000ff\" vlink=\"#000000\" alink = \"#000080\" > <table border=\"0\"> <tr> <td width=\"120\" align=\"LEFT\" valign=\"TOP\"> <a href=\"http://www.lymenet.org/\"><img src=\"http://www.lymenet.org/images/lymelogo.gif\" alt=\"LymeNet Home\" border=\"0\" vspace=\"10\"></a> <!-- Begin Menu --> <map name=\"menu\"> <area shape=\"RECT\" coords=\"10,10,135,25\" href=\"http://www.lymenet.org/\" alt=\"LymeNet Home Page\"> <area shape=\"RECT\" coords=\"10,25,135,45\" href=\"http://flash.lymenet.org/\" alt=\"LymeNet Flash Discussion\"> <area shape=\"RECT\" coords=\"10,45,135,65\" href=\"http://www.lymenet.org/SupportGroups\" alt=\"LymeNet Support Group Database\"> <area shape=\"RECT\" coords=\"10,65,135,83\" href=\"http://library.lymenet.org/\" alt=\"LymeNet Literature Library\"> <area shape=\"RECT\" coords=\"10,83,135,100\" href=\"http://law.lymenet.org/\" alt=\"LymeNet Legal Resources\"> <area shape=\"RECT\" coords=\"10,100,135,117\" href=\"http://search.lymenet.org/\" alt=\"LymeNet Medical & Scientific Abstract Database\"> <area shape=\"RECT\" coords=\"10,117,135,135\" href=\"http://newsletter.lymenet.org/\" alt=\"LymeNet Newsletter Home Page\"> <area shape=\"RECT\" coords=\"10,135,135,153\" href=\"http://www.lymenet.org/books.shtml\" alt=\"LymeNet Recommended Books\"> <area shape=\"RECT\" coords=\"10,153,135,172\" href=\"http://www.lymenet.org/pictures.shtml\" alt=\"LymeNet Tick Pictures\"> <area shape=\"RECT\" coords=\"10,172,135,190\" href=\"http://www2.lymenet.org/domino/search.nsf/$$search\" alt=\"Search The LymeNet Site\"> <area shape=\"RECT\" coords=\"10,190,135,208\" href=\"http://www.lymenet.org/links.shtml\" alt=\"LymeNet Links\"> <area shape=\"RECT\" coords=\"10,205,135,228\" href=\"http://www.lymenet.org/help.shtml\" alt=\"LymeNet Frequently Asked Questions\"> <area shape=\"RECT\" coords=\"10,225,135,248\" href=\"http://www.lymenet.org/about.shtml\" alt=\"About The Lyme Disease Network\"> </map> <img src=\"http://www.lymenet.org/images/menu.gif\" alt=\"LymeNet Menu\" usemap=\"#menu\" border=\"0\"><br> <!-- End Menu --> <!-- Begin Facebook --> <hr> <center> <iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FLymeDiseaseNetwork&width=120&height=21&colorscheme=light&layout=button_count&action=recommend&show_faces=false&send=false&appId=66410385086\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:120px; height:21px;\" allowTransparency=\"true\"></iframe> </center> <!-- End Facebook --> <!-- Begin PayPal --> <hr> <center> <form action=\"https://www.paypal.com/us/cgi-bin/webscr\" method=\"post\" name=\"_xclick\"> <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"> <input type=\"hidden\" name=\"business\" value=\"bill@lymenet.org\"> <input type=\"hidden\" name=\"currency_code\" value=\"USD\"> <input type=\"hidden\" name=\"item_name\" value=\"Lyme Disease Network donation\"> <input type=\"hidden\" name=\"return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"cancel_return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"image_url\" value=\"http://www.lymenet.org/images/lymelogo.gif\"> <input type=\"image\" name=\"submit\" src=\"http://www.lymenet.org/images/x-click-but21.gif\" alt=\"Make payments with PayPal - it's fast, free and secure!\"><br> <font size=\"2\" color=\"green\" face=\"verdana,arial,sans-serif\">Tax deductible</font> </form> </center> <!-- End PayPal --> <!-- Begin Sponsored by --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> Sponsored by:<br> <a href=\"http://www.lymediseaseassociation.org\"><img src=\"http://www.lymenet.org/images/LDA-logo.jpg\" alt=\"Lyme Disease Association, Inc.\" border=\"0\"></a> </font> </center> <!-- End Sponsored by --> <!-- Begin Amazon --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network receives a commission from Amazon.com for each purchase originating from this site. <p>When purchasing from Amazon.com, please<br> <a href=\"http://www.amazon.com/?&tag=thelymediseasene&camp=15309&creative=331453&linkCode=st1&ref-refURL=http%3A%2F%2Fflash.lymenet.org\">click here</a> first.<br> <br> Thank you.<br> <br> </font> <iframe style=\"border:none;\" src=\"http://rcm.amazon.com/e/cm?t=thelymediseasene&o=1&p=10&l=st1&mode=books&search=lyme disease&fc1=000000<1=_blank&lc1=3366FF&bg1=FFFFFF&f=ifr\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" height=\"450\" width=\"120\" border=\"0\"></iframe> </center> <!-- End Amazon --> </td> <td align=\"LEFT\" valign=\"TOP\"> <center> <A HREF=\"http://flash.lymenet.org/\"><img src=\"http://www.lymenet.org/images/banner_flash.gif\" width=470 height=67 BORDER=0 ALT=\"LymeNet Flash Discussion\"></A><BR> <font face=\"verdana,arial,sans-serif\" size=\"3\">Dedicated to the Bachmann Family</font><br> <font size=\"1\" color=\"#000080\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network is a non-profit organization funded by individual donations.<br> If you would like to support the Network and the LymeNet system of Web services, please send your donations to: <p><i>The Lyme Disease Network of New Jersey<br> 43 Winton Road, East Brunswick, NJ 08816 USA</i> <p>In the United States, your donations are tax deductible.<br> </center> <script language=\"Javascript1.1\" type=\"text/javascript\"> <!-- var julians = new Array(\"2456498.1031\", \"2456498.1038\", \"2456501.1308\", \"2456501.1508\", \"2456512.2042\", \"2456512.2133\", \"2456512.2206\", \"2456514.0920\"); var posts = new Array(\"000000\", \"000001\", \"000002\", \"000003\", \"000004\", \"000005\", \"000006\", \"000007\"); var pages = new Array(1, 1, 1, 1, 1, 1, 1, 1); var replies = julians.length; function bluearrow () {var counter = 0; var baseurl = \"http://flash.lymenet.org/ubb/ultimatebb.php?ubb=get_topic;f=3;t=032394\"; var shorturl = document.location.href; var p = 1; var url = \"\"; var ploc = shorturl.indexOf(\"#\"); if(ploc > -1) {shorturl = shorturl.substr(0, ploc); } // end if var reversed = 0; while(counter < replies) {if((session_j > julians[counter]) && !reversed) {if((pages[counter] == 1) || (pages[counter] == p)) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } counter++; continue; } else if((session_j < julians[counter]) && reversed) {if((pages[counter] == 1) || (pages[counter] == p)) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } counter++; continue; } else {if(pages[counter] < 1) {continue; } if(pages[counter] == p) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } break; } // endif } // endwhile return url; } // endfunc //--> </script> <script language=\"Javascript1.3\" type=\"text/javascript\"> function latest_check () {var real = document.location.href ? document.location.href : document.location; if(real.indexOf(\"#LATEST\") > -1) {document.location.href = bluearrow(); } // end if } // end mer </script> <center> <table border=\"0\" width=\"95%\"> <tr><td> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\"><img src=\"http://flash.lymenet.org/ubb/closed.gif\" border=\"0\" alt=\"LymeNet Flash\" /></a><font size=\"1\" face=\"verdana,arial,sans-serif\"></font> </td> <td align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=newtopic;f=3\"><img src=\"http://flash.lymenet.org/ubb/topic5.jpg\" alt=\"Post New Topic\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=poll;d=create;f=3\"><img src=\"http://flash.lymenet.org/ubb/postpoll.gif\" alt=\"New Poll\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394\"><img src=\"http://flash.lymenet.org/ubb/reply5.jpg\" border=\"0\" alt=\"Post A Reply\" /></a> <br /> </font> <font size=\"1\" face=\"verdana,arial,sans-serif\" > <span class=\"ip-is-loggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\" title=\"View your profile\">my profile</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/directory\" title=\"Community member directory\">directory</a> </span><span class=\"ip-is-notloggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\" title=\"Log in to post and check your profile\">login</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\" title=\"Registration is free!\">register</a> </span> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/search/search_forum/3\" title=\"Search\">search</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/ubb/faq\" title=\"Frequently Asked Questions\">faq</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\" title=\"Forum Home\">forum home</a><br /> </font> </td></tr></table> </center> <br /> <table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"95%\" align=\"center\"> <tr><td align=\"left\" valign=\"bottom\"><font face=\"verdana,arial,sans-serif\" size=\"2\"><small> <script language=\"Javascript1.3\" type=\"text/javascript\"> <!-- var thisurl = bluearrow() if(session_j) {document.writeln(\"<br /><a href='\" + thisurl + \"'>Jump to new posts</a> \" + \"&\" + \"nbsp\" + \";\" + \"<a href='\" + thisurl + \"'><img align='middle' src='down.gif' border='0' alt='Jump to Latest Posts' /></a> \"); } // end if //--> </script> </small></font></td> <td valign=\"bottom\" align=\"right\"><font face=\"verdana,arial,sans-serif\" size=\"2\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=3;t=032394;go=older\"><img src=\"http://flash.lymenet.org/ubb/prev_topic.gif\" border=\"0\" alt=\"next oldest topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=3;t=032394;go=newer\"><img src=\"http://flash.lymenet.org/ubb/next_topic.gif\" border=\"0\" alt=\"next newest topic\" /></a></font></td></tr></table> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td valign=\"top\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> » <script language=\"Javascript\" type=\"text/javascript\"> <!-- var user_cookie = getCookie('ubber2453618.0138'); if(('' == user_cookie) || (null == user_cookie)) {// User is not logged in document.writeln('You are not logged in.' , ' <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\">Login</a> or <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\">register</a>') } else {// User is logged in var user_array=user_cookie.split(\"&\"); user_array[2] = unescape(user_array[2]); document.writeln('Hello, ', user_array[2]); document.writeln('[ <a title=\"Click here to log out.\" href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/logoff\">log out</a> ]'); // PM check var haspms = '0'; if(haspms > 0) {document.writeln(\"<\" + \"b\" + \"r />\"); document.writeln(\"<\" + \"a\"); document.writeln(' href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\"'); document.writeln(\">\" + \"<\" + \"im\" + \"g src=\" + '\"http://flash.lymenet.org/ubb/newpm.gif\" border=\"0\" valign=\"middle\" alt=\" [New PM] \" ' + \"/\"); document.writeln(\">You have \" + haspms + \" unread private messages.<\" + \"/\" + \"a>\"); } // end if } // end else //--> </script> </b> </font> </td> <td valign=\"top\" align=\"right\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\">LymeNet Flash</a> » <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/category/1\"><b>Questions and Discussion</b></a> » <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/forum/3\"><b>General Support</b></a> » The McSweegan Diaries Jun 24 2013 </b> </font> </td> </tr> </table></td></tr></table> <br /> <script language=\"JavaScript1.1\" type=\"text/javascript\"> <!-- var ubber_cookie = getCookie('ubber2453618.0138') var ubber_cookie_array = new Array(6); if(ubber_cookie != null) { ubber_cookie_array = ubber_cookie.split(\"&\"); } function avatar_line (avatarURL) {if(ubber_cookie_array[6] != 1) {return \"<img src='\" + avatarURL + \"' alt='Avatar Image' />\"; } // end if } // end function // --> </script> <center> <!-- UBB Friend --> <table border=\"0\" width=\"95%\"> <tr> <td valign=\"bottom\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=send_topic;t=032394;f=3\"><img src=\"http://flash.lymenet.org/ubb/ubb_friend_mini.gif\" border=\"0\" alt=\" - \" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=send_topic;t=032394;f=3\">UBBFriend: Email this page to someone!</a> </font> </td> <td align=\"right\" valign=\"bottom\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b></b> </font></td> </tr> </table> <!-- End UBB Friend --> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#D5E6E1\"> <td valign=\"middle\" width=\"18%\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Author </b></font> </td> <td valign=\"middle\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Topic: The McSweegan Diaries Jun 24 2013</b></font> </td> </tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000000\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/41432\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Eddie_mac</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 41432 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/3/32394#000000\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2013,6,24,10,31,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">07-24-2013</span> <span class=\"timeformat-0\">10:31 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/41432\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Eddie_mac\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00041432\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=3;t=032394;reply_num=000000;u=00041432\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394;replyto=000000\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> June 24, 2013<br /><br />Dear Diary,<br /><br />Its been a terrible week, and the week isn't even half over yet.<br /><br />I was googling around, seeing if there was any work to be done, any Lyme patients that needed harassing or a punch in the face etc, when all of a sudden I realise that that damned Dr. Macdonald has put a video on Youtube, full of disclosures of stuff about chronic Lyme Disease that no one's supposed to know about. It's over here:<br /><br /> <a href=\"http://www.youtube.com/watch?v=r8tESJVvM88\" target=\"_blank\">http://www.youtube.com/watch?v=r8tESJVvM88</a> <br /><br />Damn! What is wrong with that man? Why does he have to tell so much truth all the time? Is it some kind of addictive problem or what?<br /><br />Anyhow, I had just finished swallowing the bottle of Atenolol and got my blood pressure back under control when - wham - he puts two more of 'em up:<br /><br /> <a href=\"http://www.youtube.com/watch?v=pqKaM_J7KDI\" target=\"_blank\">http://www.youtube.com/watch?v=pqKaM_J7KDI</a> <br /><br /><br /> <a href=\"http://www.youtube.com/watch?v=1ojq_2-HlNg\" target=\"_blank\">http://www.youtube.com/watch?v=1ojq_2-HlNg</a><br /> <br /> <small>[ 07-24-2013, 12:11 PM: Message edited by: Lymetoo ]</small><br /><br />--------------------<br />Violence makes the world go round.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00041432\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1</b></a> | From <b>Maryland</b> | Registered: <b>Jul 2013</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=3;t=032394;reply_num=000000\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=3;t=032394;p=1;r=000000\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000001\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5355\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>poppy</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 5355 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/3/32394#000001\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2013,6,24,10,38,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">07-24-2013</span> <span class=\"timeformat-0\">10:38 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5355\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for poppy\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00005355\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=3;t=032394;reply_num=000001;u=00005355\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394;replyto=000001\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Oh no. More defense dept baloney.<br /><br />However, Eddie is a psychopath. That part is correct. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00005355\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1508</b></a> | From <b>USA</b> | Registered: <b>Mar 2004</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=3;t=032394;reply_num=000001\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=3;t=032394;p=1;r=000001\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000002\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/13680\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Eight Legs Bad</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 13680 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/3/32394#000002\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2013,6,27,13,8,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">07-27-2013</span> <span class=\"timeformat-0\">01:08 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/13680\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Eight Legs Bad\" /></a> <a href=\"http://www.elenacook.org\" target=\"_new\"><img src=\"http://flash.lymenet.org/ubb/homepage.gif\" border=\"0\" alt=\"Author's Homepage\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00013680\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=3;t=032394;reply_num=000002;u=00013680\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394;replyto=000002\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I've always thought the day would come when Ed McSweegan would crack up under the terrible strain of trying to hide his role in a Lyme coverup that has hurt millions of people around the world.<br /><br />Looks like that day has now come. What came over him, I wonder, putting his personal diary out on the internet like that! The above version is very much abridged; this appears to be the full version here. It actually makes quite painful reading.<br /><br />McSweegan Diary Part One<br /><a href=\"https://groups.google.com/forum/#!topic/sci.med.diseases.lyme/b3jhFhqaG80\" target=\"_blank\">https://groups.google.com/forum/#!topic/sci.med.diseases.lyme/b3jhFhqaG80</a><br /><br />McSweegan Diary Part Two<br /><a href=\"https://groups.google.com/forum/#!topic/sci.med.diseases.lyme/liDdg-V9IrY\" target=\"_blank\">https://groups.google.com/forum/#!topic/sci.med.diseases.lyme/liDdg-V9IrY</a><br /><br />Elena<br /><br />--------------------<br />Justice will be ours.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00013680\" style=\"color: #000000; text-decoration: none;\">Posts: <b>320</b></a> | From <b>UK</b> | Registered: <b>Oct 2007</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=3;t=032394;reply_num=000002\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=3;t=032394;p=1;r=000002\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000003\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5230\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>lpkayak</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (5K+ posts) <br /> Member # 5230 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/3/32394#000003\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2013,6,27,15,8,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">07-27-2013</span> <span class=\"timeformat-0\">03:08 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5230\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for lpkayak\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00005230\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=3;t=032394;reply_num=000003;u=00005230\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394;replyto=000003\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Wow...alan is such a hero. Eva too. I need to find out how to leave them whatever parts of my body they can use when I am done with it<br /><br />--------------------<br />I am beginning to think the answer for all of us is to KEEP YOUR MITOCHONDRIA HAPPY<br /><br />It is not healthy to have spirochetes eating away at your brain<br /><br />\"If you are not your own doctor, you are a fool.\" - Hippocrates - founder of Medicine<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00005230\" style=\"color: #000000; text-decoration: none;\">Posts: <b>7034</b></a> | From <b>new england</b> | Registered: <b>Feb 2004</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=3;t=032394;reply_num=000003\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=3;t=032394;p=1;r=000003\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000004\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/28681\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Shiela</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 28681 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/3/32394#000004\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2013,7,7,20,42,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">08-07-2013</span> <span class=\"timeformat-0\">08:42 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/28681\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Shiela\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00028681\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=3;t=032394;reply_num=000004;u=00028681\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394;replyto=000004\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> This makes me want to cry.<br /><br />--------------------<br />I'm not there yet but I'm closer than I was yesterday.----<br />Lyme Band 31,41,58. Being treated for Lyme and Bartonella.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00028681\" style=\"color: #000000; text-decoration: none;\">Posts: <b>93</b></a> | From <b>Maine</b> | Registered: <b>Oct 2010</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=3;t=032394;reply_num=000004\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=3;t=032394;p=1;r=000004\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000005\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/28681\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Shiela</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 28681 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/3/32394#000005\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2013,7,7,21,33,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">08-07-2013</span> <span class=\"timeformat-0\">09:33 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/28681\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Shiela\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00028681\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=3;t=032394;reply_num=000005;u=00028681\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394;replyto=000005\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> You said it sister. These two are heros.<br /><br />--------------------<br />I'm not there yet but I'm closer than I was yesterday.----<br />Lyme Band 31,41,58. Being treated for Lyme and Bartonella.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00028681\" style=\"color: #000000; text-decoration: none;\">Posts: <b>93</b></a> | From <b>Maine</b> | Registered: <b>Oct 2010</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=3;t=032394;reply_num=000005\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=3;t=032394;p=1;r=000005\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000006\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/28681\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Shiela</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 28681 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/3/32394#000006\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2013,7,7,22,6,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">08-07-2013</span> <span class=\"timeformat-0\">10:06 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/28681\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Shiela\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00028681\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=3;t=032394;reply_num=000006;u=00028681\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394;replyto=000006\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I'm just curious. Why can't a class action suit be formed against the CDC or the AMA or against doctors in one state or another that refuse to treat. It really amounts to an act of violence against Lyme sufferers that is allowed to be perpetrated over and over again every day.<br /><br />--------------------<br />I'm not there yet but I'm closer than I was yesterday.----<br />Lyme Band 31,41,58. Being treated for Lyme and Bartonella.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00028681\" style=\"color: #000000; text-decoration: none;\">Posts: <b>93</b></a> | From <b>Maine</b> | Registered: <b>Oct 2010</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=3;t=032394;reply_num=000006\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=3;t=032394;p=1;r=000006\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000007\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/13680\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Eight Legs Bad</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 13680 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/3/32394#000007\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2013,7,9,9,20,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">08-09-2013</span> <span class=\"timeformat-0\">09:20 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/13680\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Eight Legs Bad\" /></a> <a href=\"http://www.elenacook.org\" target=\"_new\"><img src=\"http://flash.lymenet.org/ubb/homepage.gif\" border=\"0\" alt=\"Author's Homepage\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00013680\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=3;t=032394;reply_num=000007;u=00013680\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394;replyto=000007\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> It is indeed an act of violence, but I personally don't believe a class action will work at this point of time, for the same reason that the Blumenthal initiative failed. The reason is that there is a deliberate coverup in Lyme medicine, which is orchestrated at the highest levels, as Borrelia is a sensitive military bioweapons issue.<br /><br />I have amassed a great deal of evidence in support of that claim; some of it is on my website<br />eg here:<br /><br /><a href=\"http://www.elenacook.org/bwsept06.html\" target=\"_blank\">www.elenacook.org/bwsept06.html</a><br /><br />Until we expose this, I don't see us winning a class action as they will simply get the most prestigious medical organisations to declare that their lies are truth.<br />Elena<br /><br /><br /> </font><blockquote><font size=\"1\" face=\"verdana,arial,sans-serif\">quote:</font><hr /><font size=\"2\" face=\"verdana,arial,sans-serif\">Originally posted by Shiela:<br /><strong> I'm just curious. Why can't a class action suit be formed against the CDC or the AMA or against doctors in one state or another that refuse to treat. It really amounts to an act of violence against Lyme sufferers that is allowed to be perpetrated over and over again every day. </strong></font><hr /></blockquote><font size=\"2\" face=\"verdana,arial,sans-serif\"><br /><br />--------------------<br />Justice will be ours.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00013680\" style=\"color: #000000; text-decoration: none;\">Posts: <b>320</b></a> | From <b>UK</b> | Registered: <b>Oct 2007</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=3;t=032394;reply_num=000007\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=3;t=032394;p=1;r=000007\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> </table></td></tr></table> <!-- Time Zone and Page Jumps --> <table border=\"0\" width=\"95%\"> <tr> <td align=\"left\" valign=\"bottom\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> </font> </td> <td valign=\"bottom\" align=\"right\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b></b> </font> </td> </tr> </table> <!-- Quick Reply --> <div id=\"quickreply\"> <br /> <script language=\"Javascript\" type=\"text/javascript\"> <!-- graems = null; previewindow = null; function Graems () {graems = window.open(\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=graemlin_list\", \"graems\", \"width=250,height=240,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no\"); graems.focus(); } // end function Preview () {var user_cookie = getCookie('ubber2453618.0138'); if( ('' == user_cookie) || (null == user_cookie) ) {alert(\"Sorry, you must be registered and logged in to preview your post.\"); return true; } previewindow = window.open(\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=preview_post;f=3;type=reply;quick=1\", \"preview\", \"width=550,height=300,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no\"); previewindow.focus(); } // end function storeCaret (textEl) {if (textEl.createTextRange) {textEl.caretPos = document.selection.createRange().duplicate(); } // end if } // end storeCaret function insertAtCaret (textEl, text) {if (textEl.createTextRange && textEl.caretPos) {// MSIE var caretPos = textEl.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; } else if(textEl.selectionStart && textEl.setSelectionRange) {// Mozilla 1.3+ var val = textEl.value; var cpos = textEl.selectionStart; var fpos = cpos + text.length; var before = val.substr(0,cpos); var after = val.substr(cpos, val.length); var aspace = after.charAt(0) == ' ' ? \"\" : \" \"; var bspace = before.charAt(before.length) == ' ' ? \"\" : \" \"; textEl.value = before + bspace + text + aspace + after; textEl.setSelectionRange(fpos,fpos); // set cursor pos to end of text textEl.focus(); } else {textEl.value = textEl.value + text; // otherwise just append } return true; } // end insertAtCaret // --> </script> <form method=\"post\" action=\"http://flash.lymenet.org/scripts/ultimatebb.cgi\" name=\"replier\" style=\"display: inline;\"onsubmit=\"if(previewindow != null) previewindow.close(); if(graems != null) graems.close();\"> <input type=\"hidden\" name=\"ubb\" value=\"submit_new_reply\" /> <input type=\"hidden\" name=\"quick\" value=\"yes\" /> <input type=\"hidden\" name=\"f\" value=\"3\" /> <input type=\"hidden\" name=\"t\" value=\"032394\" /> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#D5E6E1\"> <td align=\"left\" colspan=\"2\"> <font size=\"2\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Quick Reply </b></font> </td> </tr> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" rowspan=\"2\" valign=\"top\" align=\"left\"><font face=\"verdana,arial,sans-serif\" size=\"2\"> <b>Message:</b> <br /><br /> </font> <font face=\"verdana,arial,sans-serif\" size=\"1\"> HTML is not enabled. <br /> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php?ubb=ubb_code_page\" target=\"_blank\">UBB Code� is enabled.</a> <br /> <br /> <a href=\"javascript:void(0);\" onclick=\"Graems()\">Instant Graemlins</a> <br /> <!-- Always append the siggy and don't disable graemlins --> <input type=\"hidden\" name=\"disable_smilies\" value=\"0\" /> <input type=\"hidden\" name=\"Signature\" value=\"yes\" /> </font></td> <td valign=\"top\" align=\"left\"> <textarea name=\"message\" rows=\"10\" cols=\"50\" wrap=\"virtual\"></textarea> </td> </tr> <tr bgcolor=\"#f7f7f7\"> <td valign=\"top\" align=\"left\"> <input type=\"submit\" name=\"submitted\" value=\"Add Reply\" /> <input type=\"button\" name=\"preview\" value=\"Preview Post\" onclick=\"Preview()\" /> <input type=\"submit\" name=\"full\" value=\"Full Reply Form\" /> </td> </tr> </table></td></tr></table> </form> <br /> </div> <br /> <!-- Bottom Navigation Table --> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr> <td width=\"25%\" bgcolor=\"#f7f7f7\" nowrap=\"nowrap\" valign=\"bottom\" align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=newtopic;f=3\"><img src=\"http://flash.lymenet.org/ubb/topic5.jpg\" alt=\"Post New Topic\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=poll;d=create;f=3\"><img src=\"http://flash.lymenet.org/ubb/postpoll.gif\" alt=\"New Poll\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=3;t=032394\"><img src=\"http://flash.lymenet.org/ubb/reply5.jpg\" border=\"0\" alt=\"Post A Reply\" /></a> </font> </td> <td width=\"50%\" bgcolor=\"#dedfdf\" valign=\"bottom\" align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=close_topic;t=032394;f=3\"><img src=\"http://flash.lymenet.org/ubb/close_topic.gif\" border=\"0\" alt=\"Close Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=stick_topic;f=3;t=032394\"><img src=\"http://flash.lymenet.org/ubb/feature_topic.gif\" border=\"0\" alt=\"Feature Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=transfer;t=032394;f=3\"><img src=\"http://flash.lymenet.org/ubb/move_topic.gif\" border=\"0\" alt=\"Move Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=delete_topic;f=3;t=032394\"><img src=\"http://flash.lymenet.org/ubb/delete_topic.gif\" border=\"0\" alt=\"Delete Topic\" /></a> </font> </td> <td width=\"25%\" bgcolor=\"#f7f7f7\" align=\"right\" valign=\"middle\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=3;t=032394;go=older\"><img src=\"http://flash.lymenet.org/ubb/prev_topic.gif\" border=\"0\" alt=\"next oldest topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=3;t=032394;go=newer\"><img src=\"http://flash.lymenet.org/ubb/next_topic.gif\" border=\"0\" alt=\"next newest topic\" /></a> </font> </td> </tr> </table></td></tr></table> <!-- Hop To Box --> <table border=\"0\" width=\"95%\"> <tr> <td align=\"left\" valign=\"top\" width=\"50%\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=print_topic;f=3;t=032394\"><img src=\"http://flash.lymenet.org/ubb/print_topic.gif\" border=\"0\" alt=\" - \" title=\"\" /> Printer-friendly view of this topic</a> </font> </td> <td align=\"right\" valign=\"top\" nowrap=\"nowrap\" width=\"50%\"> <form action=\"http://flash.lymenet.org/ubb/ultimatebb.php\" method=\"get\"> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <input type=\"hidden\" name=\"ubb\" value=\"forum\" /> <b>Hop To: </b><select name=\"f\"> <option value=''>Select a Forum:</option> <option value=''></option> <option value=\"\"> </option> <option value=\"CAT:1\">Category: Questions and Discussion</option> <option value=\"\">--------------------</option> <option value=\"2\">Seeking a Doctor</option> <option value=\"8\">Activism</option> <option value=\"1\">Medical Questions</option> <option value=\"3\" selected=\"selected\">General Support</option> <option value=\"4\">Off Topic</option> <option value=\"5\">Computer Questions</option> <option value=\"\"> </option> <option value=\"CAT:2\">Category: News and Information</option> <option value=\"\">--------------------</option> <option value=\"6\">Press Releases / News</option> <option value=\"7\">Lyme Disease Association</option> </select> <input type=\"submit\" name=\"submit\" value=\"Go\" /> </font></form> </td> </tr> </table> </center> <br /> <script language=\"JavaScript\" type=\"text/javascript\"> setTimeout(\"latest_check();\", 1000); </script> <br /> <center> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://www.lymenet.org/contact.shtml\">Contact Us</a> | <a href=\"http://www.lymenet.org\">LymeNet home page</a> | <a href=\"http://www.lymenet.org/terms.shtml\">Privacy Statement</a></font> <br /> <br /> <font color=\"#a8a8a8\" size=\"1\" face=\"verdana,arial,sans-serif\">© 1994-2013 The Lyme Disease Network of New Jersey, Inc.<BR> All Rights Reserved.<BR> Use of the LymeNet Site is subject to the <A HREF=\"http://www.lymenet.org/terms.shtml\">Terms and Conditions</A>. <br /><br /> <a href=\"http://www.groupee.com/landing/goto.php?a=ubb.classic\">Powered by UBB.classic™ 6.7.3<!-- 06070301.590 --></a> <br /><!-- Translators: Put your \"translation by\" wording here --> </font> </center> <br /> <hr> <center> <p><a href=\"http://www.lymenet.org/\">Home</a> | <a href=\"http://flash.lymenet.org/\">Flash Discussion</a> | <a href=\"http://www.lymenet.org/SupportGroups\">Support Groups</a> | <a href=\"http://library.lymenet.org/\">On-Line Library</a><br> <a href=\"http://law.lymenet.org/\">Legal Resources</a> | <a href=\"http://search.lymenet.org\">Medical Abstracts</a> | <a href=\"http://newsletter.lymenet.org\">Newsletter</a> | <a href=\"http://www.lymenet.org/books.shtml\">Books</a><br> <a href=\"http://www.lymenet.org/pictures.shtml\">Pictures</a> | <a href=\"http://www2.lymenet.org/domino/search.nsf/$$Search\">Site Search</a> | <a href=\"http://www.lymenet.org/links.shtml\">Links</a> | <a href=\"http://www.lymenet.org/help.shtml\">Help/Questions</a><br> <a href=\"http://www.lymenet.org/about.shtml\">About LymeNet</a> | <a href=\"http://www.lymenet.org/contact.shtml\">Webmaster</a></p> </center> <hr> <center> <p><a href=\"http://www.ibstales.com\" target=\"_blank\"><img src=\"http://www.lymenet.org/images/hopeaward.jpg\" alt=\"IBS Hope Award\"></a> </center> <hr> </td> </tr> </table> </body> </html>")); + + //http://flash.lymenet.org/scripts/ultimatebb.cgi/topic/1/125407? + //findAllClasses(("<html ><head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /> <script language=\"Javascript1.1\" type=\"text/javascript\"> <!-- var session_cookie = getCookie('session2453618.0138'); if (session_cookie == null) {var session_dt = \"0\"; var session_j = \"0\"; } else {var session_array = session_cookie.split(\"&\"); var session_dt = session_array[0]; var session_j = session_array[1]; } function getCookie(name) {var cname = name + \"=\"; var dc = document.cookie; if (dc.length > 0) {begin = dc.indexOf(cname); if (begin != -1) {begin += cname.length; end = dc.indexOf(\";\", begin); if (end == -1) {end = dc.length; } // end if return (dc.substring(begin, end)); } // end if } // end if return null; } var u_cookie = getCookie('ubber2453618.0138'); if(u_cookie) {u_array = u_cookie.split(\"&\"); } else {u_array = new Array(\"\", \"\", \"\", \"\", \"\", \"\", \"\", null, null, null); } // end if var ami = \"\"; if(('' == u_cookie) || (null == u_cookie)) {ami = \".ip-is-loggedin { display: none; } .ip-is-notloggedin { display: }\"; } else {ami = \".ip-is-loggedin { display: ; } .ip-is-notloggedin { display: none }\"; } // end if document.writeln('<' + 'style type=\"text/css\">' + ami + '<' + '/style>'); var MONTH_NAMES = Array(\"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\", \"August\", \"September\", \"October\", \"November\", \"December\", \"Jan\", \"Feb\", \"Mar\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"); var AMPM = Array(\"AM\", \"PM\"); // 5 and 6 are reserved if(u_array[7]) {dfrm = unescape(u_array[7]); } else {dfrm = 'MM-dd-yyyy'; } // end if if(u_array[8]) {tfrm = unescape(u_array[8]); } else {tfrm = 'hh:mm a'; } // end if if(u_array[9]) {fudge = unescape(u_array[9]); } else {fudge = 0; } // end if //--> </script> <script src=\"http://flash.lymenet.org/ubb/datelib.js\" language=\"Javascript1.3\" type=\"text/javascript\"></script> <title>LymeNet Flash: 2013 International Chronic Disease Conference </title> <meta http-equiv=\"Pragma\" content=\"no-cache\" /> <link rel=\"shortcut icon\" href=\"http://flash.lymenet.org/ubb/favicon.ico\" /> <base href=\"http://flash.lymenet.org/ubb/\" /> <style type=\"text/css\"> body {margin: 0; font-family: verdana,arial,sans-serif; font-size: 9pt; background-color: #FFFFFF; } td {font-family: verdana,arial,sans-serif; font-size: 9pt; } span.datestamp-1 {font-weight: bold; } span.timestamp-1 {color: #800080; } </style> <!-- --><!-- --> <link rel=\"canonical\" href=\"http://flash.lymenet.org\"> <meta http-equiv=\"Window-target\" content=\"_top\"> <meta http-equiv=\"Content-Language\" Content=\"en\"> <meta name=\"concept\" content=\"LymeNet Flash\"> <meta name=\"country\" content=\"US\"> <meta name=\"date\" content=\"\"> <meta name=\"description\" content=\"Lyme Disease Network (LymeNet): a non-profit org dedicated to providing physicians, patients and researchers with current info on tick-borne illnesses\"> <meta name=\"keywords\" content=\"LymeNet, lyme, lymes, lyme disease, lime disease, bullseye rash, bulls eye rash, ticks, deer tick, infectious disease, spirochete, herx, herxheimer, borreliosis, Erythema, ehrlichiosis, babesiosis, Ixodes, Borrelia, burgdorferi, Treponema, Leptospira, HGE\"> <meta name=\"language\" content=\"en\"> <meta name=\"locale\" content=\"US\"> <meta name=\"title\" content=\"LymeNet Flash\"> <meta name=\"msvalidate.01\" content=\"279F1A8B4CD4A9D002086051B279BE1E\"> <meta name='yandex-verification' content='580189260c22537f'> <!-- Begin Google Analytics --> <script type=\"text/javascript\"> (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-42732456-2', 'lymenet.org'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> <!-- --> <script language=\"Javascript1.3\" type=\"text/javascript\"> var nuke_quick_reply = 0; var real = document.location.href ? document.location.href : document.location; if((real.indexOf(\"iframe=1\") > -1) || (real.indexOf(\"iframe/1\") > -1)) {nuke_quick_reply = 1; } // end if u_cookie = getCookie('ubber2453618.0138'); if(!u_cookie || u_cookie == null || u_cookie.length < 1) {nuke_quick_reply = 1; } else {u_array = u_cookie.split(\"&\"); if(u_array[12] == 1) {nuke_quick_reply = 1; } // end if } // end if if(nuke_quick_reply == 1) {document.writeln(\"<\" + \"style type=\" + '\"text/css\">'); document.writeln(\"#quickreply { display: none; }\"); document.writeln(\"<\" + \"/style>\"); } // end if </script> <!-- --> </head> <body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#0000ff\" vlink=\"#000000\" alink = \"#000080\" > <table border=\"0\"> <tr> <td width=\"120\" align=\"LEFT\" valign=\"TOP\"> <a href=\"http://www.lymenet.org/\"><img src=\"http://www.lymenet.org/images/lymelogo.gif\" alt=\"LymeNet Home\" border=\"0\" vspace=\"10\"></a> <!-- Begin Menu --> <map name=\"menu\"> <area shape=\"RECT\" coords=\"10,10,135,25\" href=\"http://www.lymenet.org/\" alt=\"LymeNet Home Page\"> <area shape=\"RECT\" coords=\"10,25,135,45\" href=\"http://flash.lymenet.org/\" alt=\"LymeNet Flash Discussion\"> <area shape=\"RECT\" coords=\"10,45,135,65\" href=\"http://www.lymenet.org/SupportGroups\" alt=\"LymeNet Support Group Database\"> <area shape=\"RECT\" coords=\"10,65,135,83\" href=\"http://library.lymenet.org/\" alt=\"LymeNet Literature Library\"> <area shape=\"RECT\" coords=\"10,83,135,100\" href=\"http://law.lymenet.org/\" alt=\"LymeNet Legal Resources\"> <area shape=\"RECT\" coords=\"10,100,135,117\" href=\"http://search.lymenet.org/\" alt=\"LymeNet Medical & Scientific Abstract Database\"> <area shape=\"RECT\" coords=\"10,117,135,135\" href=\"http://newsletter.lymenet.org/\" alt=\"LymeNet Newsletter Home Page\"> <area shape=\"RECT\" coords=\"10,135,135,153\" href=\"http://www.lymenet.org/books.shtml\" alt=\"LymeNet Recommended Books\"> <area shape=\"RECT\" coords=\"10,153,135,172\" href=\"http://www.lymenet.org/pictures.shtml\" alt=\"LymeNet Tick Pictures\"> <area shape=\"RECT\" coords=\"10,172,135,190\" href=\"http://www2.lymenet.org/domino/search.nsf/$$search\" alt=\"Search The LymeNet Site\"> <area shape=\"RECT\" coords=\"10,190,135,208\" href=\"http://www.lymenet.org/links.shtml\" alt=\"LymeNet Links\"> <area shape=\"RECT\" coords=\"10,205,135,228\" href=\"http://www.lymenet.org/help.shtml\" alt=\"LymeNet Frequently Asked Questions\"> <area shape=\"RECT\" coords=\"10,225,135,248\" href=\"http://www.lymenet.org/about.shtml\" alt=\"About The Lyme Disease Network\"> </map> <img src=\"http://www.lymenet.org/images/menu.gif\" alt=\"LymeNet Menu\" usemap=\"#menu\" border=\"0\"><br> <!-- End Menu --> <!-- Begin Facebook --> <hr> <center> <iframe src=\"//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FLymeDiseaseNetwork&width=120&height=21&colorscheme=light&layout=button_count&action=recommend&show_faces=false&send=false&appId=66410385086\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:120px; height:21px;\" allowTransparency=\"true\"></iframe> </center> <!-- End Facebook --> <!-- Begin PayPal --> <hr> <center> <form action=\"https://www.paypal.com/us/cgi-bin/webscr\" method=\"post\" name=\"_xclick\"> <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"> <input type=\"hidden\" name=\"business\" value=\"bill@lymenet.org\"> <input type=\"hidden\" name=\"currency_code\" value=\"USD\"> <input type=\"hidden\" name=\"item_name\" value=\"Lyme Disease Network donation\"> <input type=\"hidden\" name=\"return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"cancel_return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"image_url\" value=\"http://www.lymenet.org/images/lymelogo.gif\"> <input type=\"image\" name=\"submit\" src=\"http://www.lymenet.org/images/x-click-but21.gif\" alt=\"Make payments with PayPal - it's fast, free and secure!\"><br> <font size=\"2\" color=\"green\" face=\"verdana,arial,sans-serif\">Tax deductible</font> </form> </center> <!-- End PayPal --> <!-- Begin Sponsored by --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> Sponsored by:<br> <a href=\"http://www.lymediseaseassociation.org\"><img src=\"http://www.lymenet.org/images/LDA-logo.jpg\" alt=\"Lyme Disease Association, Inc.\" border=\"0\"></a> </font> </center> <!-- End Sponsored by --> <!-- Begin Amazon --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network receives a commission from Amazon.com for each purchase originating from this site. <p>When purchasing from Amazon.com, please<br> <a href=\"http://www.amazon.com/?&tag=thelymediseasene&camp=15309&creative=331453&linkCode=st1&ref-refURL=http%3A%2F%2Fflash.lymenet.org\">click here</a> first.<br> <br> Thank you.<br> <br> </font> <iframe style=\"border:none;\" src=\"http://rcm.amazon.com/e/cm?t=thelymediseasene&o=1&p=10&l=st1&mode=books&search=lyme disease&fc1=000000<1=_blank&lc1=3366FF&bg1=FFFFFF&f=ifr\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" height=\"450\" width=\"120\" border=\"0\"></iframe> </center> <!-- End Amazon --> </td> <td align=\"LEFT\" valign=\"TOP\"> <center> <A HREF=\"http://flash.lymenet.org/\"><img src=\"http://www.lymenet.org/images/banner_flash.gif\" width=470 height=67 BORDER=0 ALT=\"LymeNet Flash Discussion\"></A><BR> <font face=\"verdana,arial,sans-serif\" size=\"3\">Dedicated to the Bachmann Family</font><br> <font size=\"1\" color=\"#000080\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network is a non-profit organization funded by individual donations.<br> If you would like to support the Network and the LymeNet system of Web services, please send your donations to: <p><i>The Lyme Disease Network of New Jersey<br> 43 Winton Road, East Brunswick, NJ 08816 USA</i> <p>In the United States, your donations are tax deductible.<br> </center> <script language=\"Javascript1.1\" type=\"text/javascript\"> <!-- var julians = new Array(\"2456505.2149\"); var posts = new Array(\"000000\"); var pages = new Array(1); var replies = julians.length; function bluearrow () {var counter = 0; var baseurl = \"http://flash.lymenet.org/ubb/ultimatebb.php?ubb=get_topic;f=1;t=125407\"; var shorturl = document.location.href; var p = 1; var url = \"\"; var ploc = shorturl.indexOf(\"#\"); if(ploc > -1) {shorturl = shorturl.substr(0, ploc); } // end if var reversed = 0; while(counter < replies) {if((session_j > julians[counter]) && !reversed) {if((pages[counter] == 1) || (pages[counter] == p)) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } counter++; continue; } else if((session_j < julians[counter]) && reversed) {if((pages[counter] == 1) || (pages[counter] == p)) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } counter++; continue; } else {if(pages[counter] < 1) {continue; } if(pages[counter] == p) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } break; } // endif } // endwhile return url; } // endfunc //--> </script> <script language=\"Javascript1.3\" type=\"text/javascript\"> function latest_check () {var real = document.location.href ? document.location.href : document.location; if(real.indexOf(\"#LATEST\") > -1) {document.location.href = bluearrow(); } // end if } // end mer </script> <center> <table border=\"0\" width=\"95%\"> <tr><td> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\"><img src=\"http://flash.lymenet.org/ubb/closed.gif\" border=\"0\" alt=\"LymeNet Flash\" /></a><font size=\"1\" face=\"verdana,arial,sans-serif\"></font> </td> <td align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=newtopic;f=1\"><img src=\"http://flash.lymenet.org/ubb/topic5.jpg\" alt=\"Post New Topic\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=poll;d=create;f=1\"><img src=\"http://flash.lymenet.org/ubb/postpoll.gif\" alt=\"New Poll\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=125407\"><img src=\"http://flash.lymenet.org/ubb/reply5.jpg\" border=\"0\" alt=\"Post A Reply\" /></a> <br /> </font> <font size=\"1\" face=\"verdana,arial,sans-serif\" > <span class=\"ip-is-loggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\" title=\"View your profile\">my profile</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/directory\" title=\"Community member directory\">directory</a> </span><span class=\"ip-is-notloggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\" title=\"Log in to post and check your profile\">login</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\" title=\"Registration is free!\">register</a> </span> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/search/search_forum/1\" title=\"Search\">search</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/ubb/faq\" title=\"Frequently Asked Questions\">faq</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\" title=\"Forum Home\">forum home</a><br /> </font> </td></tr></table> </center> <br /> <table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"95%\" align=\"center\"> <tr><td align=\"left\" valign=\"bottom\"><font face=\"verdana,arial,sans-serif\" size=\"2\"><small> <script language=\"Javascript1.3\" type=\"text/javascript\"> <!-- var thisurl = bluearrow() if(session_j) {document.writeln(\"<br /><a href='\" + thisurl + \"'>Jump to new posts</a> \" + \"&\" + \"nbsp\" + \";\" + \"<a href='\" + thisurl + \"'><img align='middle' src='down.gif' border='0' alt='Jump to Latest Posts' /></a> \"); } // end if //--> </script> </small></font></td> <td valign=\"bottom\" align=\"right\"><font face=\"verdana,arial,sans-serif\" size=\"2\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=125407;go=older\"><img src=\"http://flash.lymenet.org/ubb/prev_topic.gif\" border=\"0\" alt=\"next oldest topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=125407;go=newer\"><img src=\"http://flash.lymenet.org/ubb/next_topic.gif\" border=\"0\" alt=\"next newest topic\" /></a></font></td></tr></table> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td valign=\"top\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> » <script language=\"Javascript\" type=\"text/javascript\"> <!-- var user_cookie = getCookie('ubber2453618.0138'); if(('' == user_cookie) || (null == user_cookie)) {// User is not logged in document.writeln('You are not logged in.' , ' <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\">Login</a> or <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\">register</a>') } else {// User is logged in var user_array=user_cookie.split(\"&\"); user_array[2] = unescape(user_array[2]); document.writeln('Hello, ', user_array[2]); document.writeln('[ <a title=\"Click here to log out.\" href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/logoff\">log out</a> ]'); // PM check var haspms = '0'; if(haspms > 0) {document.writeln(\"<\" + \"b\" + \"r />\"); document.writeln(\"<\" + \"a\"); document.writeln(' href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\"'); document.writeln(\">\" + \"<\" + \"im\" + \"g src=\" + '\"http://flash.lymenet.org/ubb/newpm.gif\" border=\"0\" valign=\"middle\" alt=\" [New PM] \" ' + \"/\"); document.writeln(\">You have \" + haspms + \" unread private messages.<\" + \"/\" + \"a>\"); } // end if } // end else //--> </script> </b> </font> </td> <td valign=\"top\" align=\"right\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\">LymeNet Flash</a> » <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/category/1\"><b>Questions and Discussion</b></a> » <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/forum/1\"><b>Medical Questions</b></a> » 2013 International Chronic Disease Conference </b> </font> </td> </tr> </table></td></tr></table> <br /> <script language=\"JavaScript1.1\" type=\"text/javascript\"> <!-- var ubber_cookie = getCookie('ubber2453618.0138') var ubber_cookie_array = new Array(6); if(ubber_cookie != null) { ubber_cookie_array = ubber_cookie.split(\"&\"); } function avatar_line (avatarURL) {if(ubber_cookie_array[6] != 1) {return \"<img src='\" + avatarURL + \"' alt='Avatar Image' />\"; } // end if } // end function // --> </script> <center> <!-- UBB Friend --> <table border=\"0\" width=\"95%\"> <tr> <td valign=\"bottom\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=send_topic;t=125407;f=1\"><img src=\"http://flash.lymenet.org/ubb/ubb_friend_mini.gif\" border=\"0\" alt=\" - \" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=send_topic;t=125407;f=1\">UBBFriend: Email this page to someone!</a> </font> </td> <td align=\"right\" valign=\"bottom\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b></b> </font></td> </tr> </table> <!-- End UBB Friend --> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#D5E6E1\"> <td valign=\"middle\" width=\"18%\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Author </b></font> </td> <td valign=\"middle\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Topic: 2013 International Chronic Disease Conference</b></font> </td> </tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000000\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/18524\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Pinelady</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (5K+ posts) <br /> Member # 18524 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/125407#000000\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2013,6,31,21,49,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">07-31-2013</span> <span class=\"timeformat-0\">09:49 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/18524\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Pinelady\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00018524\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=125407;reply_num=000000;u=00018524\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=125407;replyto=000000\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> EXTREMELY IMPORTANT CONFERENCE----<br />Chronic Disease Research Foundation Fri.,Sat.,Sun.-- September 6-8, 2013<br />presents<br />Chronic Disease Research Foundation | 2013 International Chronic Disease Conference<br /><br />University of Washington<br />Seattle, Washington, USA<br /><br />The Chronic Disease Research Foundation’s (CDRF) belief is that to reverse extreme long-standing health conditions requires addressing the following:<br /><br />Diet<br />Structural Deficiencies<br />Infectious & Environmental Disease<br />Genetics<br /><br />…and using new technologies to aid diagnosis, symptom alleviation and regeneration.<br /><br />The inaugural 2013 International Chronic Disease Conference will bring together leading medical and technological pioneers to address these topics, including representatives<br />from the United States, Russia, Canada, Germany and Iran.<br /><br />Please join us at the University of Washington as we forge better treatment modalities for the chronically ill!<br /><br />First 100 Registrants Receive a 30 Minute 3D NLS Diagnostic Session<br /><br />REGISTER NOW<br /><br /><a href=\"http://www.chronicdiseaseresearchfoundation.org/\" target=\"_blank\">http://www.chronicdiseaseresearchfoundation.org/</a><br />Caused by criminals infecting us with gene sharing steath for decades to STEAL your lives in lies of syndromes/psych/cancers, showing Human genes. Human genes in parasite? YES><br /><br />How much is male or female? Does it matter NOW? We have to fix it for our KIDS.<br /><a href=\"http://arxiv.org/ftp/arxiv/papers/1301/1301.0953.pdf\" target=\"_blank\">http://arxiv.org/ftp/arxiv/papers/1301/1301.0953.pdf</a><br /><a href=\"http://arxiv.org/ftp/arxiv/papers/1301/1301.2845.pdf\" target=\"_blank\">http://arxiv.org/ftp/arxiv/papers/1301/1301.2845.pdf</a><br /><br />Will US AG be there?<br />NO they call it DELUSIONAL PARASITOSIS so they can KEEP KILLING US.<br /><br />--------------------<br />Suspected Lyme 07 Test neg One band migrating in IgG region<br />unable to identify.Igenex Jan.09IFA titer 1:40 IND<br />IgM neg pos<br />31 +++ 34 IND 39 IND 41 IND 83-93 +<br />DX:Neuroborreliosis<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00018524\" style=\"color: #000000; text-decoration: none;\">Posts: <b>5841</b></a> | From <b>Kentucky</b> | Registered: <b>Dec 2008</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=125407;reply_num=000000\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=125407;p=1;r=000000\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> </table></td></tr></table> <!-- Time Zone and Page Jumps --> <table border=\"0\" width=\"95%\"> <tr> <td align=\"left\" valign=\"bottom\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> </font> </td> <td valign=\"bottom\" align=\"right\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b></b> </font> </td> </tr> </table> <!-- Quick Reply --> <div id=\"quickreply\"> <br /> <script language=\"Javascript\" type=\"text/javascript\"> <!-- graems = null; previewindow = null; function Graems () {graems = window.open(\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=graemlin_list\", \"graems\", \"width=250,height=240,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no\"); graems.focus(); } // end function Preview () {var user_cookie = getCookie('ubber2453618.0138'); if( ('' == user_cookie) || (null == user_cookie) ) {alert(\"Sorry, you must be registered and logged in to preview your post.\"); return true; } previewindow = window.open(\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=preview_post;f=1;type=reply;quick=1\", \"preview\", \"width=550,height=300,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no\"); previewindow.focus(); } // end function storeCaret (textEl) {if (textEl.createTextRange) {textEl.caretPos = document.selection.createRange().duplicate(); } // end if } // end storeCaret function insertAtCaret (textEl, text) {if (textEl.createTextRange && textEl.caretPos) {// MSIE var caretPos = textEl.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; } else if(textEl.selectionStart && textEl.setSelectionRange) {// Mozilla 1.3+ var val = textEl.value; var cpos = textEl.selectionStart; var fpos = cpos + text.length; var before = val.substr(0,cpos); var after = val.substr(cpos, val.length); var aspace = after.charAt(0) == ' ' ? \"\" : \" \"; var bspace = before.charAt(before.length) == ' ' ? \"\" : \" \"; textEl.value = before + bspace + text + aspace + after; textEl.setSelectionRange(fpos,fpos); // set cursor pos to end of text textEl.focus(); } else {textEl.value = textEl.value + text; // otherwise just append } return true; } // end insertAtCaret // --> </script> <form method=\"post\" action=\"http://flash.lymenet.org/scripts/ultimatebb.cgi\" name=\"replier\" style=\"display: inline;\"onsubmit=\"if(previewindow != null) previewindow.close(); if(graems != null) graems.close();\"> <input type=\"hidden\" name=\"ubb\" value=\"submit_new_reply\" /> <input type=\"hidden\" name=\"quick\" value=\"yes\" /> <input type=\"hidden\" name=\"f\" value=\"1\" /> <input type=\"hidden\" name=\"t\" value=\"125407\" /> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#D5E6E1\"> <td align=\"left\" colspan=\"2\"> <font size=\"2\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Quick Reply </b></font> </td> </tr> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" rowspan=\"2\" valign=\"top\" align=\"left\"><font face=\"verdana,arial,sans-serif\" size=\"2\"> <b>Message:</b> <br /><br /> </font> <font face=\"verdana,arial,sans-serif\" size=\"1\"> HTML is not enabled. <br /> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php?ubb=ubb_code_page\" target=\"_blank\">UBB Code� is enabled.</a> <br /> <br /> <a href=\"javascript:void(0);\" onclick=\"Graems()\">Instant Graemlins</a> <br /> <!-- Always append the siggy and don't disable graemlins --> <input type=\"hidden\" name=\"disable_smilies\" value=\"0\" /> <input type=\"hidden\" name=\"Signature\" value=\"yes\" /> </font></td> <td valign=\"top\" align=\"left\"> <textarea name=\"message\" rows=\"10\" cols=\"50\" wrap=\"virtual\"></textarea> </td> </tr> <tr bgcolor=\"#f7f7f7\"> <td valign=\"top\" align=\"left\"> <input type=\"submit\" name=\"submitted\" value=\"Add Reply\" /> <input type=\"button\" name=\"preview\" value=\"Preview Post\" onclick=\"Preview()\" /> <input type=\"submit\" name=\"full\" value=\"Full Reply Form\" /> </td> </tr> </table></td></tr></table> </form> <br /> </div> <br /> <!-- Bottom Navigation Table --> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr> <td width=\"25%\" bgcolor=\"#f7f7f7\" nowrap=\"nowrap\" valign=\"bottom\" align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=newtopic;f=1\"><img src=\"http://flash.lymenet.org/ubb/topic5.jpg\" alt=\"Post New Topic\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=poll;d=create;f=1\"><img src=\"http://flash.lymenet.org/ubb/postpoll.gif\" alt=\"New Poll\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=125407\"><img src=\"http://flash.lymenet.org/ubb/reply5.jpg\" border=\"0\" alt=\"Post A Reply\" /></a> </font> </td> <td width=\"50%\" bgcolor=\"#dedfdf\" valign=\"bottom\" align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=close_topic;t=125407;f=1\"><img src=\"http://flash.lymenet.org/ubb/close_topic.gif\" border=\"0\" alt=\"Close Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=stick_topic;f=1;t=125407\"><img src=\"http://flash.lymenet.org/ubb/feature_topic.gif\" border=\"0\" alt=\"Feature Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=transfer;t=125407;f=1\"><img src=\"http://flash.lymenet.org/ubb/move_topic.gif\" border=\"0\" alt=\"Move Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=delete_topic;f=1;t=125407\"><img src=\"http://flash.lymenet.org/ubb/delete_topic.gif\" border=\"0\" alt=\"Delete Topic\" /></a> </font> </td> <td width=\"25%\" bgcolor=\"#f7f7f7\" align=\"right\" valign=\"middle\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=125407;go=older\"><img src=\"http://flash.lymenet.org/ubb/prev_topic.gif\" border=\"0\" alt=\"next oldest topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=125407;go=newer\"><img src=\"http://flash.lymenet.org/ubb/next_topic.gif\" border=\"0\" alt=\"next newest topic\" /></a> </font> </td> </tr> </table></td></tr></table> <!-- Hop To Box --> <table border=\"0\" width=\"95%\"> <tr> <td align=\"left\" valign=\"top\" width=\"50%\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=print_topic;f=1;t=125407\"><img src=\"http://flash.lymenet.org/ubb/print_topic.gif\" border=\"0\" alt=\" - \" title=\"\" /> Printer-friendly view of this topic</a> </font> </td> <td align=\"right\" valign=\"top\" nowrap=\"nowrap\" width=\"50%\"> <form action=\"http://flash.lymenet.org/ubb/ultimatebb.php\" method=\"get\"> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <input type=\"hidden\" name=\"ubb\" value=\"forum\" /> <b>Hop To: </b><select name=\"f\"> <option value=''>Select a Forum:</option> <option value=''></option> <option value=\"\"> </option> <option value=\"CAT:1\">Category: Questions and Discussion</option> <option value=\"\">--------------------</option> <option value=\"2\">Seeking a Doctor</option> <option value=\"8\">Activism</option> <option value=\"1\" selected=\"selected\">Medical Questions</option> <option value=\"3\">General Support</option> <option value=\"4\">Off Topic</option> <option value=\"5\">Computer Questions</option> <option value=\"\"> </option> <option value=\"CAT:2\">Category: News and Information</option> <option value=\"\">--------------------</option> <option value=\"6\">Press Releases / News</option> <option value=\"7\">Lyme Disease Association</option> </select> <input type=\"submit\" name=\"submit\" value=\"Go\" /> </font></form> </td> </tr> </table> </center> <br /> <script language=\"JavaScript\" type=\"text/javascript\"> setTimeout(\"latest_check();\", 1000); </script> <br /> <center> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://www.lymenet.org/contact.shtml\">Contact Us</a> | <a href=\"http://www.lymenet.org\">LymeNet home page</a> | <a href=\"http://www.lymenet.org/terms.shtml\">Privacy Statement</a></font> <br /> <br /> <font color=\"#a8a8a8\" size=\"1\" face=\"verdana,arial,sans-serif\">© 1994-2013 The Lyme Disease Network of New Jersey, Inc.<BR> All Rights Reserved.<BR> Use of the LymeNet Site is subject to the <A HREF=\"http://www.lymenet.org/terms.shtml\">Terms and Conditions</A>. <br /><br /> <a href=\"http://www.groupee.com/landing/goto.php?a=ubb.classic\">Powered by UBB.classic™ 6.7.3<!-- 06070301.590 --></a> <br /><!-- Translators: Put your \"translation by\" wording here --> </font> </center> <br /> <hr> <center> <p><a href=\"http://www.lymenet.org/\">Home</a> | <a href=\"http://flash.lymenet.org/\">Flash Discussion</a> | <a href=\"http://www.lymenet.org/SupportGroups\">Support Groups</a> | <a href=\"http://library.lymenet.org/\">On-Line Library</a><br> <a href=\"http://law.lymenet.org/\">Legal Resources</a> | <a href=\"http://search.lymenet.org\">Medical Abstracts</a> | <a href=\"http://newsletter.lymenet.org\">Newsletter</a> | <a href=\"http://www.lymenet.org/books.shtml\">Books</a><br> <a href=\"http://www.lymenet.org/pictures.shtml\">Pictures</a> | <a href=\"http://www2.lymenet.org/domino/search.nsf/$$Search\">Site Search</a> | <a href=\"http://www.lymenet.org/links.shtml\">Links</a> | <a href=\"http://www.lymenet.org/help.shtml\">Help/Questions</a><br> <a href=\"http://www.lymenet.org/about.shtml\">About LymeNet</a> | <a href=\"http://www.lymenet.org/contact.shtml\">Webmaster</a></p> </center> <hr> <center> <p><a href=\"http://www.ibstales.com\" target=\"_blank\"><img src=\"http://www.lymenet.org/images/hopeaward.jpg\" alt=\"IBS Hope Award\"></a> </center> <hr> </td> </tr> </table> </body> </html>")); + + //findAllClasses("<html ><head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /> <script language=\"Javascript1.1\" type=\"text/javascript\"> <!-- var session_cookie = getCookie('session2453618.0138'); if (session_cookie == null) {var session_dt = \"0\"; var session_j = \"0\"; } else {var session_array = session_cookie.split(\"&\"); var session_dt = session_array[0]; var session_j = session_array[1]; } function getCookie(name) {var cname = name + \"=\"; var dc = document.cookie; if (dc.length > 0) {begin = dc.indexOf(cname); if (begin != -1) {begin += cname.length; end = dc.indexOf(\";\", begin); if (end == -1) {end = dc.length; } // end if return (dc.substring(begin, end)); } // end if } // end if return null; } var u_cookie = getCookie('ubber2453618.0138'); if(u_cookie) {u_array = u_cookie.split(\"&\"); } else {u_array = new Array(\"\", \"\", \"\", \"\", \"\", \"\", \"\", null, null, null); } // end if var ami = \"\"; if(('' == u_cookie) || (null == u_cookie)) {ami = \".ip-is-loggedin { display: none; } .ip-is-notloggedin { display: }\"; } else {ami = \".ip-is-loggedin { display: ; } .ip-is-notloggedin { display: none }\"; } // end if document.writeln('<' + 'style type=\"text/css\">' + ami + '<' + '/style>'); var MONTH_NAMES = Array(\"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\", \"August\", \"September\", \"October\", \"November\", \"December\", \"Jan\", \"Feb\", \"Mar\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"); var AMPM = Array(\"AM\", \"PM\"); // 5 and 6 are reserved if(u_array[7]) {dfrm = unescape(u_array[7]); } else {dfrm = 'MM-dd-yyyy'; } // end if if(u_array[8]) {tfrm = unescape(u_array[8]); } else {tfrm = 'hh:mm a'; } // end if if(u_array[9]) {fudge = unescape(u_array[9]); } else {fudge = 0; } // end if //--> </script> <script src=\"http://flash.lymenet.org/ubb/datelib.js\" language=\"Javascript1.3\" type=\"text/javascript\"></script> <title>LymeNet Flash: Lyme Poll </title> <meta http-equiv=\"Pragma\" content=\"no-cache\" /> <link rel=\"shortcut icon\" href=\"http://flash.lymenet.org/ubb/favicon.ico\" /> <base href=\"http://flash.lymenet.org/ubb/\" /> <style type=\"text/css\"> body {margin: 0; font-family: verdana,arial,sans-serif; font-size: 9pt; background-color: #FFFFFF; } td {font-family: verdana,arial,sans-serif; font-size: 9pt; } span.datestamp-1 {font-weight: bold; } span.timestamp-1 {color: #800080; } </style> <!-- --><!-- --> <link rel=\"canonical\" href=\"http://flash.lymenet.org\"> <meta http-equiv=\"Window-target\" content=\"_top\"> <meta http-equiv=\"Content-Language\" Content=\"en\"> <meta name=\"concept\" content=\"LymeNet Flash\"> <meta name=\"country\" content=\"US\"> <meta name=\"date\" content=\"\"> <meta name=\"description\" content=\"Lyme Disease Network (LymeNet): a non-profit org dedicated to providing physicians, patients and researchers with current info on tick-borne illnesses\"> <meta name=\"keywords\" content=\"LymeNet, lyme, lymes, lyme disease, lime disease, bullseye rash, bulls eye rash, ticks, deer tick, infectious disease, spirochete, herx, herxheimer, borreliosis, Erythema, ehrlichiosis, babesiosis, Ixodes, Borrelia, burgdorferi, Treponema, Leptospira, HGE\"> <meta name=\"language\" content=\"en\"> <meta name=\"locale\" content=\"US\"> <meta name=\"title\" content=\"LymeNet Flash\"> <meta name=\"msvalidate.01\" content=\"279F1A8B4CD4A9D002086051B279BE1E\"> <meta name='yandex-verification' content='580189260c22537f'> <!-- Begin Google Analytics --> <script type=\"text/javascript\"> (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-42732456-2', 'lymenet.org'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> <!-- --> <script language=\"Javascript1.3\" type=\"text/javascript\"> var nuke_quick_reply = 0; var real = document.location.href ? document.location.href : document.location; if((real.indexOf(\"iframe=1\") > -1) || (real.indexOf(\"iframe/1\") > -1)) {nuke_quick_reply = 1; } // end if u_cookie = getCookie('ubber2453618.0138'); if(!u_cookie || u_cookie == null || u_cookie.length < 1) {nuke_quick_reply = 1; } else {u_array = u_cookie.split(\"&\"); if(u_array[12] == 1) {nuke_quick_reply = 1; } // end if } // end if if(nuke_quick_reply == 1) {document.writeln(\"<\" + \"style type=\" + '\"text/css\">'); document.writeln(\"#quickreply { display: none; }\"); document.writeln(\"<\" + \"/style>\"); } // end if </script> <!-- --> </head> <body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#0000ff\" vlink=\"#000000\" alink = \"#000080\" > <table border=\"0\"> <tr> <td width=\"120\" align=\"LEFT\" valign=\"TOP\"> <a href=\"http://www.lymenet.org/\"><img src=\"http://www.lymenet.org/images/lymelogo.gif\" alt=\"LymeNet Home\" border=\"0\" vspace=\"10\"></a> <!-- Begin Menu --> <map name=\"menu\"> <area shape=\"RECT\" coords=\"10,10,135,25\" href=\"http://www.lymenet.org/\" alt=\"LymeNet Home Page\"> <area shape=\"RECT\" coords=\"10,25,135,45\" href=\"http://flash.lymenet.org/\" alt=\"LymeNet Flash Discussion\"> <area shape=\"RECT\" coords=\"10,45,135,65\" href=\"http://www.lymenet.org/SupportGroups\" alt=\"LymeNet Support Group Database\"> <area shape=\"RECT\" coords=\"10,65,135,83\" href=\"http://library.lymenet.org/\" alt=\"LymeNet Literature Library\"> <area shape=\"RECT\" coords=\"10,83,135,100\" href=\"http://law.lymenet.org/\" alt=\"LymeNet Legal Resources\"> <area shape=\"RECT\" coords=\"10,100,135,117\" href=\"http://search.lymenet.org/\" alt=\"LymeNet Medical & Scientific Abstract Database\"> <area shape=\"RECT\" coords=\"10,117,135,135\" href=\"http://newsletter.lymenet.org/\" alt=\"LymeNet Newsletter Home Page\"> <area shape=\"RECT\" coords=\"10,135,135,153\" href=\"http://www.lymenet.org/books.shtml\" alt=\"LymeNet Recommended Books\"> <area shape=\"RECT\" coords=\"10,153,135,172\" href=\"http://www.lymenet.org/pictures.shtml\" alt=\"LymeNet Tick Pictures\"> <area shape=\"RECT\" coords=\"10,172,135,190\" href=\"http://www2.lymenet.org/domino/search.nsf/$$search\" alt=\"Search The LymeNet Site\"> <area shape=\"RECT\" coords=\"10,190,135,208\" href=\"http://www.lymenet.org/links.shtml\" alt=\"LymeNet Links\"> <area shape=\"RECT\" coords=\"10,205,135,228\" href=\"http://www.lymenet.org/help.shtml\" alt=\"LymeNet Frequently Asked Questions\"> <area shape=\"RECT\" coords=\"10,225,135,248\" href=\"http://www.lymenet.org/about.shtml\" alt=\"About The Lyme Disease Network\"> </map> <img src=\"http://www.lymenet.org/images/menu.gif\" alt=\"LymeNet Menu\" usemap=\"#menu\" border=\"0\"><br> <!-- End Menu --> <!-- Begin Facebook --> <hr> <center> <font size=\"1\"><a href=\"https://www.facebook.com/LymeDisea seNetwork\">LymeNet on Facebook</a></font> <p><iframe src=\"//www.facebook.com/plugins/like.php?href=h ttp%3A%2F%2Fwww.facebook.com%2FLymeDiseaseNetwork&width=120&height=21&colorsch eme=light&layout=button_count&action=recommend&show_faces=false&send=false &appId=66410385086\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden ; width:120px; height:21px;\" allowTransparency=\"true\"></iframe> </center> <!-- End Facebook --> <!-- Begin PayPal --> <hr> <center> <form action=\"https://www.paypal.com/us/cgi-bin/webscr\" method=\"post\" name=\"_xclick\"> <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"> <input type=\"hidden\" name=\"business\" value=\"bill@lymenet.org\"> <input type=\"hidden\" name=\"currency_code\" value=\"USD\"> <input type=\"hidden\" name=\"item_name\" value=\"Lyme Disease Network donation\"> <input type=\"hidden\" name=\"return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"cancel_return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"image_url\" value=\"http://www.lymenet.org/images/lymelogo.gif\"> <input type=\"image\" name=\"submit\" src=\"http://www.lymenet.org/images/x-click-but21.gif\" alt=\"Make payments with PayPal - it's fast, free and secure!\"><br> <font size=\"2\" color=\"green\" face=\"verdana,arial,sans-serif\">Tax deductible</font> </form> </center> <!-- End PayPal --> <!-- Begin Sponsored by --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> Sponsored by:<br> <a href=\"http://www.lymediseaseassociation.org\"><img src=\"http://www.lymenet.org/images/LDA-logo.jpg\" alt=\"Lyme Disease Association, Inc.\" border=\"0\"></a> </font> </center> <!-- End Sponsored by --> <!-- Begin Amazon --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network receives a commission from Amazon.com for each purchase originating from this site. <p>When purchasing from Amazon.com, please<br> <a href=\"http://www.amazon.com/?&tag=thelymediseasene&camp=15309&creative=331453&linkCode=st1&ref-refURL=http%3A%2F%2Fflash.lymenet.org\">click here</a> first.<br> <br> Thank you.<br> <br> </font> <iframe style=\"border:none;\" src=\"http://rcm.amazon.com/e/cm?t=thelymediseasene&o=1&p=10&l=st1&mode=books&search=lyme disease&fc1=000000<1=_blank&lc1=3366FF&bg1=FFFFFF&f=ifr\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" height=\"450\" width=\"120\" border=\"0\"></iframe> </center> <!-- End Amazon --> </td> <td align=\"LEFT\" valign=\"TOP\"> <center> <A HREF=\"http://flash.lymenet.org/\"><img src=\"http://www.lymenet.org/images/banner_flash.gif\" width=470 height=67 BORDER=0 ALT=\"LymeNet Flash Discussion\"></A><BR> <font face=\"verdana,arial,sans-serif\" size=\"3\">Dedicated to the Bachmann Family</font><br> <font size=\"1\" color=\"#000080\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network is a non-profit organization funded by individual donations.<br> If you would like to support the Network and the LymeNet system of Web services, please send your donations to: <p><i>The <span itemscope itemtype=\"http://schema.org/LocalBusiness\"> <span itemprop=\"name\">Lyme Disease Network</span> of New Jersey<br> <span itemprop=\"address\" itemscope itemtype=\"http://schema.org/PostalAddress\"> <span itemprop=\"streetAddress\">43 Winton Road</span>, <span itemprop=\"addressLocality\">East Brunswick</span>, <span itemprop=\"addressRegion\">NJ</span> <span itemprop=\"postalCode\">08816</span> <span itemprop=\"addressCountry\">USA</span><br> </span> <a itemprop=\"url\" href=\"http://www.lymenet.org/\">http://www.lymenet.org/</a> </span></i> <p>In the United States, your donations are tax deductible.<br> </center> <script language=\"Javascript1.1\" type=\"text/javascript\"> <!-- var julians = new Array(\"2451877.1424\", \"2451877.1443\", \"2451877.1629\", \"2451877.2154\", \"2451878.0017\", \"2451878.0600\", \"2451878.0703\", \"2451878.1002\", \"2451878.1140\", \"2451878.1145\", \"2451878.1327\", \"2451878.1418\", \"2451878.1554\", \"2451878.1652\", \"2451878.1925\", \"2451879.0200\", \"2451879.0804\", \"2451879.0844\", \"2451879.1227\", \"2451879.1310\", \"2451879.1631\", \"2451879.1913\", \"2451879.2012\", \"2451879.2341\", \"2451880.0124\", \"2451880.2103\", \"2451881.0627\", \"2451882.2345\", \"2451883.1150\", \"2451883.1245\", \"2451884.1301\", \"2451887.2200\", \"2451889.0053\", \"2451889.1809\", \"2451889.1852\", \"2451890.0144\", \"2451890.1024\", \"2451890.1232\", \"2451890.2244\", \"2451891.1717\", \"2451891.1808\", \"2451891.2351\", \"2451892.1511\", \"2451896.1934\", \"2451896.1945\", \"2451896.2041\", \"2451896.2058\", \"2451896.2101\", \"2451898.1704\", \"2451900.0109\", \"2451901.1251\", \"2451903.2341\", \"2451904.1034\", \"2451905.1007\", \"2451907.1602\", \"2451908.0000\", \"2451908.0108\", \"2451908.0111\", \"2451915.2115\", \"2451915.2124\", \"2451915.2216\", \"2451915.2218\", \"2451915.2230\", \"2451915.2249\", \"2451916.0013\", \"2451916.0037\", \"2451916.0934\", \"2451916.1114\", \"2451916.1119\", \"2451916.1220\", \"2451916.2225\", \"2451917.1021\", \"2451922.2056\", \"2451923.1516\", \"2451923.1756\", \"2451923.1758\", \"2451924.2150\", \"2451924.2154\", \"2451924.2205\", \"2451925.1547\", \"2451925.1636\", \"2451925.1654\", \"2451925.1946\", \"2451928.1910\", \"2451928.2242\", \"2451928.2318\", \"2451929.1758\", \"2451930.0707\", \"2451930.1005\", \"2451930.1128\", \"2451930.1139\", \"2451930.1450\", \"2451930.2013\", \"2451931.1806\", \"2451931.1823\", \"2451931.1831\", \"2451931.2356\", \"2451938.1944\", \"2451939.0018\", \"2452351.1508\", \"2452351.1517\", \"2452351.1524\", \"2452351.1549\", \"2452351.1606\", \"2452351.1613\", \"2452351.1744\", \"2452351.1810\", \"2452351.1820\", \"2452351.2006\", \"2452351.2140\", \"2452351.2234\", \"2452352.0141\", \"2452352.0155\", \"2452352.0210\", \"2452352.0921\", \"2452352.0946\", \"2452352.0957\", \"2452352.1022\", \"2452352.1032\", \"2452352.1045\", \"2452352.1107\", \"2452352.1558\", \"2452352.1637\", \"2452352.1746\", \"2452352.1754\", \"2452352.1814\", \"2452354.1620\", \"2452354.2122\", \"2452355.1227\", \"2452355.1257\", \"2452355.1435\", \"2452355.1652\", \"2452355.2000\", \"2452355.2014\", \"2452355.2243\", \"2452355.2253\", \"2452356.0002\", \"2452356.0559\", \"2452356.1557\", \"2452356.2022\", \"2452360.0018\", \"2452360.0123\", \"2452360.1007\", \"2452360.1308\", \"2452360.1634\", \"2452360.1650\", \"2452360.1827\", \"2452360.2135\", \"2452368.0300\", \"2452368.0636\", \"2452369.2038\", \"2452369.2046\", \"2452369.2108\", \"2452369.2205\", \"2452369.2218\", \"2452370.0004\", \"2452370.0746\", \"2452370.1422\", \"2452370.1709\", \"2452370.1737\", \"2452370.2139\", \"2452370.2142\", \"2452371.1156\", \"2452380.1649\", \"2452381.2206\", \"2452381.2315\", \"2452381.2346\", \"2452427.0129\", \"2452427.0853\", \"2452427.1040\", \"2452427.1047\", \"2452427.1058\", \"2452427.2028\", \"2452427.2122\", \"2452427.2132\", \"2452427.2134\", \"2452428.0123\", \"2452430.0058\", \"2452430.0137\", \"2452430.0929\", \"2452430.1300\", \"2452430.1316\", \"2452430.1327\", \"2452430.1615\", \"2452430.1901\", \"2452430.2052\", \"2452430.2116\", \"2452431.0427\", \"2452459.0955\", \"2452459.1327\", \"2452459.2036\", \"2452459.2059\", \"2452460.0242\", \"2452460.0440\", \"2452460.0742\", \"2452460.1128\", \"2452460.1202\", \"2452460.1244\", \"2452460.1350\", \"2452460.1553\", \"2452460.1653\", \"2452460.2322\", \"2452464.1146\", \"2452464.1159\", \"2452465.0115\", \"2452561.0004\", \"2452561.1037\", \"2452561.1128\", \"2452561.1136\", \"2452561.1140\", \"2452561.1154\", \"2452561.1246\", \"2452561.1534\", \"2452561.1650\", \"2452562.1017\", \"2452562.1024\", \"2452562.1041\", \"2452562.2142\", \"2452630.2330\", \"2452631.0108\", \"2452632.0846\", \"2452632.1043\", \"2452632.1505\", \"2452632.1511\", \"2452632.1753\", \"2452632.1859\", \"2452635.1509\", \"2452635.1839\", \"2452636.1413\", \"2452709.1953\", \"2452709.2215\", \"2452709.2232\", \"2452709.2328\", \"2452732.1136\", \"2452732.2155\", \"2452732.2229\", \"2452739.0105\", \"2452739.0347\", \"2452744.1856\", \"2452744.2315\", \"2452745.0114\", \"2452761.0844\", \"2452764.0015\", \"2452764.0106\", \"2452823.0138\", \"2452823.0200\", \"2452823.0207\", \"2452823.0938\", \"2452823.1057\", \"2452823.1222\", \"2452829.1240\", \"2452829.1327\", \"2452829.1653\", \"2452842.0930\", \"2452842.0952\", \"2452842.1044\", \"2452842.1136\", \"2452842.1456\", \"2452842.1635\", \"2452843.1338\", \"2452845.0054\", \"2452848.2253\", \"2452849.0023\", \"2452849.0121\", \"2452849.1719\", \"2452849.1953\", \"2452850.0931\", \"2452850.1128\", \"2452852.2100\", \"2452852.2346\", \"2452855.1250\", \"2452880.2358\", \"2452881.0036\", \"2452881.0705\", \"2452881.1027\", \"2452881.1111\", \"2452881.1653\", \"2452881.1755\", \"2452881.2115\", \"2452881.2346\", \"2452882.0344\", \"2452882.1008\", \"2452884.1618\", \"2452884.1627\", \"2452959.1753\", \"2452959.2255\", \"2452959.2341\", \"2452960.1114\", \"2452960.1135\", \"2452966.2323\", \"2452968.1647\", \"2452990.2001\", \"2452990.2017\", \"2452990.2022\", \"2453034.1845\", \"2453034.1946\", \"2453036.1124\", \"2453036.1139\", \"2453036.1313\", \"2453036.1440\", \"2453036.1524\", \"2453036.1558\", \"2453036.1707\", \"2453037.1441\", \"2453050.1529\", \"2453061.0753\", \"2453063.1611\", \"2453063.1621\", \"2453063.1929\", \"2453064.1624\", \"2453064.2318\", \"2453078.0040\", \"2453078.1233\", \"2453078.1238\", \"2453079.0759\", \"2453085.2025\", \"2453086.2211\", \"2453101.1319\", \"2453223.2155\", \"2453223.2208\", \"2453223.2324\", \"2453224.0028\", \"2453224.0111\", \"2453224.0238\", \"2453224.1249\", \"2453224.1306\", \"2453235.0933\", \"2453235.1403\", \"2453235.1709\", \"2453235.1854\", \"2453235.1907\", \"2453236.1128\", \"2453236.1436\", \"2453236.1438\", \"2453305.1417\", \"2453305.1524\", \"2453305.1847\", \"2453305.2146\", \"2453305.2158\", \"2453306.0130\", \"2453306.0142\", \"2453306.2015\", \"2453306.2023\", \"2453306.2148\", \"2453307.0154\", \"2453307.0739\", \"2453307.0914\", \"2453307.1816\", \"2453307.1822\", \"2453307.1830\", \"2453307.2019\", \"2453374.2140\", \"2453374.2158\", \"2453374.2223\", \"2453374.2303\", \"2453374.2318\", \"2453374.2358\", \"2453375.0932\", \"2453375.1009\", \"2453375.1119\", \"2453375.1342\", \"2453375.1345\", \"2453375.1353\", \"2453375.1520\", \"2453375.2355\", \"2453859.1956\", \"2453860.1017\", \"2453860.2002\", \"2454097.0910\", \"2454097.1442\", \"2454097.1457\", \"2454097.1519\", \"2454097.2000\", \"2454097.2122\", \"2454097.2141\", \"2454098.0449\", \"2454098.1058\", \"2454233.1237\", \"2454233.1243\", \"2454233.1318\", \"2454233.1504\", \"2454233.2020\", \"2454383.1234\", \"2454383.1301\", \"2454383.1418\", \"2454383.1444\", \"2454383.1652\", \"2456108.2211\", \"2456108.2217\", \"2456109.0213\", \"2456109.0405\", \"2456109.0653\", \"2456109.0706\", \"2456112.0035\", \"2456112.0056\", \"2456112.1344\"); var posts = new Array(\"000000\", \"000001\", \"000002\", \"000003\", \"000004\", \"000005\", \"000006\", \"000007\", \"000008\", \"000009\", \"000010\", \"000011\", \"000012\", \"000013\", \"000014\", \"000015\", \"000016\", \"000017\", \"000018\", \"000019\", \"000021\", \"000022\", \"000023\", \"000024\", \"000025\", \"000026\", \"000027\", \"000028\", \"000029\", \"000030\", \"000031\", \"000032\", \"000033\", \"000034\", \"000035\", \"000036\", \"000037\", \"000038\", \"000039\", \"000040\", \"000041\", \"000042\", \"000045\", \"000046\", \"000047\", \"000048\", \"000049\", \"000050\", \"000051\", \"000052\", \"000053\", \"000054\", \"000055\", \"000056\", \"000057\", \"000058\", \"000059\", \"000060\", \"000061\", \"000062\", \"000063\", \"000064\", \"000065\", \"000066\", \"000067\", \"000068\", \"000069\", \"000070\", \"000071\", \"000072\", \"000073\", \"000074\", \"000075\", \"000076\", \"000077\", \"000078\", \"000079\", \"000080\", \"000081\", \"000082\", \"000083\", \"000084\", \"000085\", \"000086\", \"000087\", \"000088\", \"000089\", \"000090\", \"000091\", \"000092\", \"000093\", \"000094\", \"000095\", \"000096\", \"000097\", \"000098\", \"000099\", \"000100\", \"000101\", \"000102\", \"000103\", \"000104\", \"000105\", \"000106\", \"000107\", \"000108\", \"000109\", \"000110\", \"000111\", \"000112\", \"000113\", \"000114\", \"000115\", \"000116\", \"000117\", \"000118\", \"000119\", \"000120\", \"000121\", \"000122\", \"000123\", \"000124\", \"000125\", \"000126\", \"000127\", \"000128\", \"000129\", \"000130\", \"000131\", \"000132\", \"000133\", \"000134\", \"000135\", \"000136\", \"000137\", \"000138\", \"000139\", \"000140\", \"000141\", \"000142\", \"000143\", \"000144\", \"000145\", \"000146\", \"000147\", \"000148\", \"000149\", \"000150\", \"000151\", \"000152\", \"000153\", \"000154\", \"000155\", \"000156\", \"000157\", \"000158\", \"000159\", \"000160\", \"000161\", \"000162\", \"000163\", \"000164\", \"000165\", \"000166\", \"000167\", \"000168\", \"000169\", \"000170\", \"000171\", \"000172\", \"000173\", \"000174\", \"000175\", \"000176\", \"000177\", \"000178\", \"000179\", \"000180\", \"000181\", \"000182\", \"000183\", \"000184\", \"000185\", \"000186\", \"000187\", \"000188\", \"000189\", \"000190\", \"000191\", \"000192\", \"000193\", \"000194\", \"000195\", \"000196\", \"000197\", \"000198\", \"000199\", \"000200\", \"000201\", \"000203\", \"000204\", \"000205\", \"000206\", \"000207\", \"000208\", \"000209\", \"000211\", \"000212\", \"000213\", \"000214\", \"000215\", \"000216\", \"000217\", \"000218\", \"000219\", \"000220\", \"000221\", \"000222\", \"000223\", \"000224\", \"000225\", \"000226\", \"000227\", \"000228\", \"000229\", \"000230\", \"000231\", \"000232\", \"000233\", \"000234\", \"000235\", \"000236\", \"000237\", \"000238\", \"000239\", \"000240\", \"000241\", \"000242\", \"000243\", \"000244\", \"000245\", \"000246\", \"000247\", \"000248\", \"000249\", \"000250\", \"000251\", \"000252\", \"000253\", \"000254\", \"000255\", \"000256\", \"000257\", \"000258\", \"000259\", \"000260\", \"000261\", \"000262\", \"000263\", \"000264\", \"000265\", \"000266\", \"000267\", \"000268\", \"000269\", \"000270\", \"000271\", \"000272\", \"000273\", \"000274\", \"000275\", \"000276\", \"000277\", \"000278\", \"000279\", \"000280\", \"000281\", \"000282\", \"000283\", \"000284\", \"000285\", \"000286\", \"000287\", \"000288\", \"000289\", \"000290\", \"000291\", \"000292\", \"000293\", \"000294\", \"000295\", \"000296\", \"000297\", \"000298\", \"000299\", \"000300\", \"000301\", \"000302\", \"000303\", \"000304\", \"000305\", \"000306\", \"000307\", \"000308\", \"000309\", \"000310\", \"000311\", \"000312\", \"000313\", \"000314\", \"000315\", \"000316\", \"000317\", \"000318\", \"000319\", \"000320\", \"000321\", \"000322\", \"000323\", \"000324\", \"000325\", \"000326\", \"000327\", \"000328\", \"000329\", \"000330\", \"000331\", \"000332\", \"000333\", \"000334\", \"000335\", \"000336\", \"000337\", \"000338\", \"000339\", \"000340\", \"000341\", \"000342\", \"000343\", \"000344\", \"000345\", \"000346\", \"000347\", \"000348\", \"000349\", \"000350\", \"000351\", \"000352\", \"000353\", \"000354\", \"000355\", \"000356\", \"000357\", \"000358\", \"000359\", \"000360\", \"000361\", \"000362\", \"000363\", \"000364\", \"000365\", \"000366\", \"000367\", \"000368\", \"000369\", \"000370\", \"000371\", \"000372\", \"000373\", \"000374\", \"000375\", \"000376\", \"000378\", \"000379\", \"000380\", \"000381\", \"000382\", \"000383\", \"000384\", \"000385\", \"000386\", \"000387\", \"000389\", \"000390\", \"000391\", \"000392\", \"000393\", \"000394\", \"000395\", \"000396\", \"000397\", \"000398\", \"000399\", \"000400\", \"000401\", \"000402\"); var pages = new Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6); var replies = julians.length; function bluearrow () {var counter = 0; var baseurl = \"http://flash.lymenet.org/ubb/ultimatebb.php?ubb=get_topic;f=1;t=000323\"; var shorturl = document.location.href; var p = 1; var url = \"\"; var ploc = shorturl.indexOf(\"#\"); if(ploc > -1) {shorturl = shorturl.substr(0, ploc); } // end if var reversed = 0; while(counter < replies) {if((session_j > julians[counter]) && !reversed) {if((pages[counter] == 1) || (pages[counter] == p)) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } counter++; continue; } else if((session_j < julians[counter]) && reversed) {if((pages[counter] == 1) || (pages[counter] == p)) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } counter++; continue; } else {if(pages[counter] < 1) {continue; } if(pages[counter] == p) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } break; } // endif } // endwhile return url; } // endfunc //--> </script> <script language=\"Javascript1.3\" type=\"text/javascript\"> function latest_check () {var real = document.location.href ? document.location.href : document.location; if(real.indexOf(\"#LATEST\") > -1) {document.location.href = bluearrow(); } // end if } // end mer </script> <center> <table border=\"0\" width=\"95%\"> <tr><td> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\"><img src=\"http://flash.lymenet.org/ubb/closed.gif\" border=\"0\" alt=\"LymeNet Flash\" /></a><font size=\"1\" face=\"verdana,arial,sans-serif\"></font> </td> <td align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=newtopic;f=1\"><img src=\"http://flash.lymenet.org/ubb/topic5.jpg\" alt=\"Post New Topic\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=poll;d=create;f=1\"><img src=\"http://flash.lymenet.org/ubb/postpoll.gif\" alt=\"New Poll\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323\"><img src=\"http://flash.lymenet.org/ubb/reply5.jpg\" border=\"0\" alt=\"Post A Reply\" /></a> <br /> </font> <font size=\"1\" face=\"verdana,arial,sans-serif\" > <span class=\"ip-is-loggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\" title=\"View your profile\">my profile</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/directory\" title=\"Community member directory\">directory</a> </span><span class=\"ip-is-notloggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\" title=\"Log in to post and check your profile\">login</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\" title=\"Registration is free!\">register</a> </span> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/search/search_forum/1\" title=\"Search\">search</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/ubb/faq\" title=\"Frequently Asked Questions\">faq</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\" title=\"Forum Home\">forum home</a><br /> </font> </td></tr></table> </center> <br /> <table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"95%\" align=\"center\"> <tr><td align=\"left\" valign=\"bottom\"><font face=\"verdana,arial,sans-serif\" size=\"2\"><small> <script language=\"Javascript1.3\" type=\"text/javascript\"> <!-- var thisurl = bluearrow() if(session_j) {document.writeln(\"<br /><a href='\" + thisurl + \"'>Jump to new posts</a> \" + \"&\" + \"nbsp\" + \";\" + \"<a href='\" + thisurl + \"'><img align='middle' src='down.gif' border='0' alt='Jump to Latest Posts' /></a> \"); } // end if //--> </script> </small></font></td> <td valign=\"bottom\" align=\"right\"><font face=\"verdana,arial,sans-serif\" size=\"2\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=000323;go=older\"><img src=\"http://flash.lymenet.org/ubb/prev_topic.gif\" border=\"0\" alt=\"next oldest topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=000323;go=newer\"><img src=\"http://flash.lymenet.org/ubb/next_topic.gif\" border=\"0\" alt=\"next newest topic\" /></a></font></td></tr></table> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td valign=\"top\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> » <script language=\"Javascript\" type=\"text/javascript\"> <!-- var user_cookie = getCookie('ubber2453618.0138'); if(('' == user_cookie) || (null == user_cookie)) {// User is not logged in document.writeln('You are not logged in.' , ' <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\">Login</a> or <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\">register</a>') } else {// User is logged in var user_array=user_cookie.split(\"&\"); user_array[2] = unescape(user_array[2]); document.writeln('Hello, ', user_array[2]); document.writeln('[ <a title=\"Click here to log out.\" href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/logoff\">log out</a> ]'); // PM check var haspms = '0'; if(haspms > 0) {document.writeln(\"<\" + \"b\" + \"r />\"); document.writeln(\"<\" + \"a\"); document.writeln(' href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\"'); document.writeln(\">\" + \"<\" + \"im\" + \"g src=\" + '\"http://flash.lymenet.org/ubb/newpm.gif\" border=\"0\" valign=\"middle\" alt=\" [New PM] \" ' + \"/\"); document.writeln(\">You have \" + haspms + \" unread private messages.<\" + \"/\" + \"a>\"); } // end if } // end else //--> </script> </b> </font> </td> <td valign=\"top\" align=\"right\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\">LymeNet Flash</a> » <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/category/1\"><b>Questions and Discussion</b></a> » <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/forum/1\"><b>Medical Questions</b></a> » Lyme Poll (Page 1)</b> </font> </td> </tr> </table></td></tr></table> <br /> <script language=\"JavaScript1.1\" type=\"text/javascript\"> <!-- var ubber_cookie = getCookie('ubber2453618.0138') var ubber_cookie_array = new Array(6); if(ubber_cookie != null) { ubber_cookie_array = ubber_cookie.split(\"&\"); } function avatar_line (avatarURL) {if(ubber_cookie_array[6] != 1) {return \"<img src='\" + avatarURL + \"' alt='Avatar Image' />\"; } // end if } // end function // --> </script> <center> <!-- UBB Friend --> <table border=\"0\" width=\"95%\"> <tr> <td valign=\"bottom\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=send_topic;t=000323;f=1\"><img src=\"http://flash.lymenet.org/ubb/ubb_friend_mini.gif\" border=\"0\" alt=\" - \" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=send_topic;t=000323;f=1\">UBBFriend: Email this page to someone!</a> </font> </td> <td align=\"right\" valign=\"bottom\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b>This topic comprises 6 pages: 1 <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/2\">2</a> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/3\">3</a> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/4\">4</a> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/5\">5</a> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/6\">6</a> </b> </font></td> </tr> </table> <!-- End UBB Friend --> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#D5E6E1\"> <td valign=\"middle\" width=\"18%\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Author </b></font> </td> <td valign=\"middle\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Topic: Lyme Poll</b></font> </td> </tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000000\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> c-rob </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000000\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,28,14,24,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-28-2000</span> <span class=\"timeformat-0\">02:24 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000000;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000000\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I would like to conduct a quick/informal poll of other Lymies. Here are the questions.<P>1) Age<BR>2) Sex<BR>3) What state do you live in?<BR>4) How long have you had Lyme?<BR>5) How long have been recieving treatment?<BR>6) Where you mis-diag'ed w/ something else before Lyme? What was the diag?<P>For me:<BR>1) 35<BR>2) Male<BR>3) New York<BR>4) June 2000<BR>5) October 2000 (Doxy)<BR>6) Yes -- Possible ALS <P><BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000000\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000000\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000001\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/36\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>ponytail</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 36 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000001\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,28,14,43,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-28-2000</span> <span class=\"timeformat-0\">02:43 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/36\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for ponytail\" /></a> <a href=\"http://ponytailoftexas.multiply.com/\" target=\"_new\"><img src=\"http://flash.lymenet.org/ubb/homepage.gif\" border=\"0\" alt=\"Author's Homepage\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000036\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000001;u=00000036\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000001\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 37<BR>2. female<BR>3. Texas<BR>4. unknown - is late stage - chronic <BR> (possibly infected as child)<BR>5. 1st abx 11-99 x12 weeks (Zith + Flagyl)<BR> Currently on Doxy x6 weeks<BR>6. Since 1985 thought to have CFIDS<P>*** UPDATE *** 03-18-2002<P>since this post I have had 8+ months of IV Claforen, oral Zith again, Amoxy, Ceftin, more Flagyl and most recently IV Rocephin for 6 weeks until the PICC broke. Now waiting on a referral for a Central Line.<P>Am better than I was when I posted during 11/2000 but, still feeling pretty sick and now 2 years older!<P>Sherry R<p>[This message has been edited by ponytail (edited 18 March 2002).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000036\" style=\"color: #000000; text-decoration: none;\">Posts: <b>699</b></a> | From <b>Huntsville, Texas</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000001\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000001\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000002\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/68\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>rlhc</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 68 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000002\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,28,16,29,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-28-2000</span> <span class=\"timeformat-0\">04:29 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/68\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for rlhc\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000068\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000002;u=00000068\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000002\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Hi Rob and Mary Rose,<P>Here is Sean's info.<P>1)33<BR>2)male<BR>3)Texas<BR>4)possibly 15 years - uncertain -late stage<BR>5)2 months - zithro and ceftin orally for a few weeks, now IV-Rocephin.<BR>6)ALS<P>Take care,<BR>Renee </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000068\" style=\"color: #000000; text-decoration: none;\">Posts: <b>44</b></a> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000002\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000002\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000003\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/161\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>arg82</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 161 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000003\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,28,21,54,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-28-2000</span> <span class=\"timeformat-0\">09:54 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/161\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for arg82\" /></a> <a href=\"http://www.lymeout.org\" target=\"_new\"><img src=\"http://flash.lymenet.org/ubb/homepage.gif\" border=\"0\" alt=\"Author's Homepage\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000161\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000003;u=00000161\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000003\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 18<BR>2. female<BR>3. Massachusetts<BR>4. Since July 1997 (although could have been longer)<BR>5. Not currently being treated, waiting for dr. appointment. Treated for nine months before.<BR>6. Migraines, depression, etc.<P>------------------<BR>Physicians of the utmost fame<BR>Were called at once; but when they came<BR>They answered, as they took their fees,<BR>'There is no Cure for this Disease.' <BR>-Hilaire Belloc </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000161\" style=\"color: #000000; text-decoration: none;\">Posts: <b>2184</b></a> | From <b>Rochester, MA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000003\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000003\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000004\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/382\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>mels</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 382 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000004\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,0,17,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">12:17 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/382\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for mels\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000382\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000004;u=00000382\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000004\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <BR>1) 74<BR>2) M<BR>3) NY<BR>4) Unknown<BR>5) Mid October IV Rocephin<BR>6) yes -Acute onset Alzheimers<P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000382\" style=\"color: #000000; text-decoration: none;\">Posts: <b>5</b></a> | From <b>New City, NY</b> | Registered: <b>Nov 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000004\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000004\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000005\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/237\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Galsal</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 237 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000005\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,6,0,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">06:00 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/237\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Galsal\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000237\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000005;u=00000237\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000005\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 13<BR>2) Male<BR>3) Michigan<BR>4) Unk - Either Summer 2000 or many years<BR>5) Oct 2000 to present - 300mg Doxy <BR>6) Allergies, Asthma<P>Sal, for Son James<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000237\" style=\"color: #000000; text-decoration: none;\">Posts: <b>323</b></a> | From <b>Michigan, USA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000005\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000005\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000006\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/224\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Monica</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 224 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000006\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,7,3,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">07:03 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/224\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Monica\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000224\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000006;u=00000224\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000006\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <ul><li>1) 48</li>,<li> 2) Female</li>,<li> 3)New Jersey </li><li>4) At least since 1991</li><li>5)3 years, 3 months</li> <li>6)Reynaud's syndrome, mitral valve prolapse, lupus</li></ul> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000224\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1757</b></a> | From <b>Somerset County, NJ</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000006\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000006\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000007\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> once bitten </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000007\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,10,2,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">10:02 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000007;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000007\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 48<BR>2. Female<BR>3. MA (Cape Cod)<BR>4. at least 10 years, poss 14<BR>5. 4 years, not consistant, <BR>6. sinus, panic/depression, CFIDS at onset of worst symptoms </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000007\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000007\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000008\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/93\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>pb</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 93 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000008\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,11,40,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">11:40 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/93\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for pb\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000093\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000008;u=00000093\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000008\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Mine:<BR>1)40<BR>2)female<BR>3)Indiana<BR>4)10-15 yrs.<BR>5)October,2000<BR>6)Stress/Depression, Hypoglycemic, probable MS<P>Son's:<BR>1)10<BR>2)male<BR>3)Indiana<BR>4)?<BR>5)November,2000<BR>6)No<BR><p>[This message has been edited by pb (edited 13 December 2000).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000093\" style=\"color: #000000; text-decoration: none;\">Posts: <b>557</b></a> | From <b>IN - USA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000008\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000008\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000009\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> WildCondor </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000009\"><img src=\"http://flash.lymenet.org/ubb/icons/icon10.gif\" border=\"0\" alt=\"Icon 10\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,11,45,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">11:45 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000009;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000009\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 27<BR>Female<BR>New York<BR>Had Lyme 12 years<BR>Treatment for 1 year<BR>Mis diagnosed with Chronic Fatigue Syndrome for 12 years.<BR>MUCh better with 8 months IV Zithromax, Flagyl, Bicillin and Hyperbaric Oxygen. Dr. B saved my life! <IMG SRC=\"http://flash.lymenet.org/ubb/smile.gif\"><BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000009\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000009\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000010\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/231\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>nancyg312</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 231 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000010\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,13,27,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">01:27 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/231\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for nancyg312\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000231\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000010;u=00000231\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000010\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> My daughter's info<BR>1. 16yrs.<BR>2. female<BR>3. PA.<BR>4. At least 4 yrs.<BR>5. 5 months<BR>6. Yes! Had bilateral knee surgery then<BR>told had fibromyalgia. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000231\" style=\"color: #000000; text-decoration: none;\">Posts: <b>72</b></a> | From <b>Greensburg,PA. USA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000010\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000010\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000011\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Chippie </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000011\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,14,18,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">02:18 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000011;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000011\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 49<BR>female<BR>Mass<BR>1 year - possibly more<BR>started yesterday<BR>yes, after brain tumor was ruled out) menopause, anxiety, stress (rule out br<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000011\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000011\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000012\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/205\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>L's hub</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 205 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000012\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,15,54,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">03:54 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/205\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for L's hub\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000205\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000012;u=00000205\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000012\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> My wife:<BR>1) mid-30's (29!)<BR>2) Female<BR>3) NY<BR>4) Since 1995<BR>5) Since 1996<BR>6) No doc wanted to commit to a diagnosis, they just kept handing her over to the next specialist, who also did nothing. The rheumatologist diagnosed \"Fibromyalgia\" as ALL rheumatologists do; but I define \"Fibromyalgia\" as Sero-negative Lyme. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000205\" style=\"color: #000000; text-decoration: none;\">Posts: <b>159</b></a> | From <b>Northeast Lyme Limbo</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000012\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000012\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000013\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/407\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>gisells2500</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 407 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000013\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,16,52,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">04:52 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/407\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for gisells2500\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000407\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000013;u=00000407\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000013\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1)25<BR>2)F<BR>3)Maryland<BR>4)Unknown<BR>5)8 days of 200g Doxy for 3 more wks<BR>6)Yes Told Hypochodria, Anxiety, Tertiary Syphilis, Connective Tissue Disorder </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000407\" style=\"color: #000000; text-decoration: none;\">Posts: <b>349</b></a> | From <b>germantown, MD</b> | Registered: <b>Nov 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000013\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000013\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000014\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/89\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Gus</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 89 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000014\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,29,19,25,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-29-2000</span> <span class=\"timeformat-0\">07:25 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/89\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Gus\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000089\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000014;u=00000089\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000014\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 34<BR>2) M<BR>3) Texas<BR>4)10+ years<BR>5) 2 months<BR>6) chronic fatigue, chronic prostatitis, sinus, allergies, migraines </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000089\" style=\"color: #000000; text-decoration: none;\">Posts: <b>80</b></a> | From <b>Houston, Texas</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000014\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000014\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000015\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/43\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Angela Bachmann</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 43 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000015\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,30,2,0,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-30-2000</span> <span class=\"timeformat-0\">02:00 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/43\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Angela Bachmann\" /></a> <a href=\"http://www.angelfire.com/nj/lorib\" target=\"_new\"><img src=\"http://flash.lymenet.org/ubb/homepage.gif\" border=\"0\" alt=\"Author's Homepage\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000043\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000015;u=00000043\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000015\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> For Lori:<P>1) 30<BR>2) Female<BR>3) New Jersey<BR>4) Early teen years. Chronic now<BR>5) 5 yrs. Began with IV Rocephin<BR>6) Yes all through life. The main misdiagnosis was \"faking\" and \"stress\".<P>------------------<BR>Lori's Story <A HREF=\"http://www.angelfire.com/nj/lorib\" TARGET=_blank>http://www.angelfire.com/nj/lorib</A> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000043\" style=\"color: #000000; text-decoration: none;\">Posts: <b>572</b></a> | From <b>New Jersey</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000015\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000015\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000016\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> cookie </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000016\"><img src=\"http://flash.lymenet.org/ubb/icons/icon7.gif\" border=\"0\" alt=\"Icon 7\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,30,8,4,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-30-2000</span> <span class=\"timeformat-0\">08:04 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000016;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000016\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Hi<P>1. 55<BR>2. Female<BR>3. NJ<BR>4. Unknown (no sign of bite)<BR>5. 6 months<BR>6. Suprax, Biaxin, Doxycycline previously<BR> now on Zithromax 250mg 2x per day<BR>7. Never diagnosed......possible memopause.<P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000016\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000016\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000017\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Stac </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000017\"><img src=\"http://flash.lymenet.org/ubb/icons/icon10.gif\" border=\"0\" alt=\"Icon 10\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,30,8,44,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-30-2000</span> <span class=\"timeformat-0\">08:44 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000017;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000017\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Hi c-rob, You should know better than to ever ask a woman her age... <IMG SRC=\"http://flash.lymenet.org/ubb/smile.gif\"> Oh' Well, Here it goes!<BR> 1.)30, I'm glad I'm sitting down!<BR> 2.)Female<BR> 3.)Pennsylvania<BR> 4.)15 yrs.<BR> 5.)Received treatment from May 1999 until April 2000, then I went to Mexico...off of everything since...God Bless American dr.s!<BR> 6.)\"ms\"--when they have no clue WHAT it is--generic, catch-all term. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000017\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000017\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000018\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/18\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>MADDOG</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 18 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000018\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,30,12,27,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-30-2000</span> <span class=\"timeformat-0\">12:27 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/18\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for MADDOG\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000018\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000018;u=00000018\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000018\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Hi, Age-45,Sex-Male,State-Ohio got Lyme in Kentucky,how long 16 years,been treated for 10 years,was diag.as riters syndrome,impact arthritus. MADDOG </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000018\" style=\"color: #000000; text-decoration: none;\">Posts: <b>3013</b></a> | From <b>Ohio</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000018\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000018\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000019\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/47\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Deb_Shea</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 47 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000019\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,30,13,10,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-30-2000</span> <span class=\"timeformat-0\">01:10 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/47\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Deb_Shea\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000047\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000019;u=00000047\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000019\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 44<BR>2. female<BR>3. Ontario Canada<BR>4. July 31, 2000<BR>5. August 21st to september 21st, searched frantically for another dr. took a month, back on doxy for 2 weeks when I had a caustic reaction to the med. off meds now for a month<BR>6. Original dr said it had to be something else Whatever. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000047\" style=\"color: #000000; text-decoration: none;\">Posts: <b>471</b></a> | From <b>Lanark, ON Canada</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000019\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000019\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000021\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> kyra </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000021\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,30,16,31,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-30-2000</span> <span class=\"timeformat-0\">04:31 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000021;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000021\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 31<BR>2)Female<BR>3)Contracted lyme in Pawling NY, and again in <BR>Virginia along w/ babesia<BR>4)10years - worst last two<BR>5)zith/plaquenil now<BR>6)PVC's, Tachycardia, Anxiety disorder, no explanation for pressure in head, possible ganglion stroke one er visit, Mono, ANYTHING but lyme </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000021\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000021\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000022\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> gone2000 </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000022\"><img src=\"http://flash.lymenet.org/ubb/icons/icon6.gif\" border=\"0\" alt=\"Icon 6\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,30,19,13,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-30-2000</span> <span class=\"timeformat-0\">07:13 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000022;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000022\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> hey,<BR> female <BR> 44 almost 45<BR> in the gray state of maryland<BR> found out i have lymes 3 weeks ago<BR> on doxy for 3 weeks now<BR> been treated for everything in the past 5 years. i just insisted that they test for ld and guess what!!!!<BR> probably infected in virginia, ticks were an everyday accurance there as well as snakes. moved to maryland. biten here also, 3 or 4 times this spring and summer. just never thought a tick could due some much damage. probably a co-infection.<BR> hope i remembered all your questions.<P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000022\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000022\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000023\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/44\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>jade</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 44 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000023\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,30,20,12,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-30-2000</span> <span class=\"timeformat-0\">08:12 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/44\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for jade\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000044\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000023;u=00000044\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000023\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 20<BR>2. female<BR>3. maine<BR>4. 2 yrs(dec. 98)<BR>5. october 2000<BR>6. mono, mono, LD, mono, boredom, CFS, nothing, LD </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000044\" style=\"color: #000000; text-decoration: none;\">Posts: <b>67</b></a> | From <b>kennebunk, maine, usa</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000023\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000023\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000024\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/317\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>sas</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 317 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000024\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,10,30,23,41,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">11-30-2000</span> <span class=\"timeformat-0\">11:41 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/317\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for sas\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000317\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000024;u=00000317\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000024\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 46<BR>2) Female<BR>3) Ohio<BR>4) 18 years<BR>5) 1 year<BR>6) mitral valve prolapse, manic-depressive, colitis, thyroid disease, artheritis, fibromyalgia, LYME </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000317\" style=\"color: #000000; text-decoration: none;\">Posts: <b>16</b></a> | From <b>ohio</b> | Registered: <b>Nov 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000024\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000024\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000025\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> lymemom </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000025\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,1,1,24,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-01-2000</span> <span class=\"timeformat-0\">01:24 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000025;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000025\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> For daughter:<P>1)14<BR>2)F<BR>3)Illinois<BR>4)bit approx 8/7/2000<BR> bulls eye approx 8/28<BR>5)Dr diagnos lyme 8/29 - start amoxil 850-<BR> 2/day for 2 weeks<BR> then immediately started Doxy 100mg/<BR> 2/day for 6 weeks<BR> then off everything<BR> (she also quit sports and late nights and <BR> got lots of sleep)<BR>6)Nope diagnosed based on bulls eye<P>So far, she is happy, healthy and having a blast as freshman in high school. Really think the extra rest and reduced physical activity was also a large part of her improvement,<P><BR> <BR> <BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000025\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000025\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000026\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Pegasa </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000026\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,1,21,3,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-01-2000</span> <span class=\"timeformat-0\">09:03 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000026;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000026\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 51<BR>2) Female<BR>3) PA. Was bitten in Camden County, NJ<BR>4) Since end of May, 1997<BR>5) One year IV; 6 months oral meds, then 8 months no meds, then 90 days orals and 4 weeks IV and no meds for four months.<BR>6) \"Too much stress,\" then fibromyalgia and and then \"immune system dysfunction, unknown etiology.\"<P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000026\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000026\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000027\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/293\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Pat</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 293 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000027\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,2,6,27,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-02-2000</span> <span class=\"timeformat-0\">06:27 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/293\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Pat\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000293\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000027;u=00000293\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000027\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> delete<p>[This message has been edited by Pat (edited 04 May 2003).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000293\" style=\"color: #000000; text-decoration: none;\">Posts: <b>95</b></a> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000027\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000027\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000028\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/187\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Liebekim</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 187 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000028\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,3,23,45,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-03-2000</span> <span class=\"timeformat-0\">11:45 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/187\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Liebekim\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000187\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000028;u=00000187\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000028\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1)37<BR>2) Female <BR>3) IL but bit in British Columbia, Canada<BR>4) July, 2000<BR>5) Mid-August, 2000 (minocin/tini/zith orally and now iv zith and mepron)<BR>6) Flu, don't know, acne on face (even though I didn't have any at the time) causing continued swollen lymphnodes on neck, Mono, stress, depression (even though I wasn't), unknown virus, Encephalitis. Referred to a neurologist and rheumitologist by my infectious disease specialist, but didn't go. I went to a Lyme doctor on my own and was diagnosed with Lyme. <BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000187\" style=\"color: #000000; text-decoration: none;\">Posts: <b>624</b></a> | From <b>Darien, IL USA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000028\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000028\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000029\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/157\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>a2s3p4</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 157 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000029\"><img src=\"http://flash.lymenet.org/ubb/icons/icon12.gif\" border=\"0\" alt=\"Icon 12\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,4,11,50,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-04-2000</span> <span class=\"timeformat-0\">11:50 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/157\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for a2s3p4\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000157\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000029;u=00000157\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000029\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> could you tell me what is the rationale for the poll? i will give you the information you request before you answer my question:<P>age----43<BR>sex----Male<BR>State----Minnesota<BR>howlong had lyme-----1992<BR>treatment-----on and off for first 3 years-i have been on antibotics continously since 1995. with drug holidays during this period, hoping i could be without them!!!!<BR>mis dx......they treated for lyme, but when i did not respond to treatment or it came back after a period of good health, then , i got different dx, fibmorlygia(sp), psych dx<BR>depression etc....<BR> <BLOCKQUOTE><font size=\"1\" face=\"Verdana, Arial\">quote:</font><HR>Originally posted by c-rob:<BR><B>I would like to conduct a quick/informal poll of other Lymies. Here are the questions.<P>1) Age<BR>2) Sex<BR>3) What state do you live in?<BR>4) How long have you had Lyme?<BR>5) How long have been recieving treatment?<BR>6) Where you mis-diag'ed w/ something else before Lyme? What was the diag?<P>For me:<BR>1) 35<BR>2) Male<BR>3) New York<BR>4) June 2000<BR>5) October 2000 (Doxy)<BR>6) Yes -- Possible ALS <P></B><HR></BLOCKQUOTE><P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000157\" style=\"color: #000000; text-decoration: none;\">Posts: <b>51</b></a> | From <b>Minneapolis Minnesota US</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000029\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000029\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000030\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/116\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>xbankr</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 116 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000030\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,4,12,45,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-04-2000</span> <span class=\"timeformat-0\">12:45 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/116\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for xbankr\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000116\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000030;u=00000116\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000030\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1 40<BR>2 F<BR>3 PA<BR>4 10+ yrs<BR>5 3 months<BR>6 Stroke, Thyroid disease,Heart attack, R Arthritis,Lupus,Fibromyalgia, and finally Lyme. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000116\" style=\"color: #000000; text-decoration: none;\">Posts: <b>30</b></a> | From <b>PA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000030\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000030\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000031\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Lynn </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000031\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,5,13,1,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-05-2000</span> <span class=\"timeformat-0\">01:01 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000031;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000031\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 39<BR>2) F<BR>3) IL<BR>4) 9/2000 (saw tick bite on 8/31/00, bullseye rash started 9/9/00)<BR>5) 9/2000 (originally given 875 mg Augmentin before diagnosis, went to LLMD who prescribed 100 mg minocycline, 500 mg Ceftin and mepron) Also have babeosis (sp?)<BR>6) No, but had to ask dr. to do lyme test.<p>[This message has been edited by Lynn (edited 05 December 2000).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000031\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000031\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000032\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/337\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>bucko</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 337 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000032\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,8,22,0,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-08-2000</span> <span class=\"timeformat-0\">10:00 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/337\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for bucko\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000337\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000032;u=00000337\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000032\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Whole family. Myself 46, wife 31, twin sons 5. From Ohio. Infected more than once. 1 yr. plus treatment for parents, 8 months for children. I was told cfs, mono or something other than lyme by insidious disease people. One brother and his children also have it. 3 other brothers and many friends have symptoms but not tested yet. Ohio is not very kind to it's residents with lyme disease </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000337\" style=\"color: #000000; text-decoration: none;\">Posts: <b>17</b></a> | From <b>middletown,ohio,</b> | Registered: <b>Nov 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000032\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000032\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000033\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/459\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>MaryMi</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 459 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000033\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,10,0,53,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-10-2000</span> <span class=\"timeformat-0\">12:53 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/459\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for MaryMi\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000459\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000033;u=00000459\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000033\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> [QUOTE]Originally posted by <P>1. 44<BR>2. F<BR>3. Michigan<BR>4. 7yrs<BR>5. 6yrs.<BR>6. Hospitzlized w/heart probs. many neuro tests also..no diagnosis...never fit any one(that they knew) Son age: 14, 4 yrs. had a rash two weeks after hunting( no tick ever attached and NO tick)( I checked after hunting) Daughter 10 years, diagnosed 2 yrs..believe passed it to her breastfeeding....my symptoms stared within 2 months after I stopped breastfeeding her. She was diagnosed with Pemphigus, which is very rare..It takes a nasty trigger to start this immune system response and how she responded was genetic. My LLMD thought it was time to have her tested too...my worst nightmare came true..two children with Lyme. Since then, my mom has been diagnosed with Lyme too.<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000459\" style=\"color: #000000; text-decoration: none;\">Posts: <b>579</b></a> | From <b>usa</b> | Registered: <b>Dec 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000033\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000033\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000034\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> LymeMickey </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000034\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,10,18,9,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-10-2000</span> <span class=\"timeformat-0\">06:09 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000034;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000034\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Good idea, c-rob! Hope the information will be helpful to many. 1)51 years 2)Female 3)Pennsylvania 4)Have had Lyme for probably 10 years or more -Many physical problems since 1997.5) Was diagnosed in Oct. 1998 and have been on antibiotics since, with a few breaks.Have taken amoxicillin, zithromax, flagyl, biaxin, ceftin, augmentin, cefax, mepron... 6) I saw at least eight drs. before I was diagnosed. Misdiagnosed with thyroid problems and fibromyalgia. I am doing better but my tests this month were still positive for Babesiosis and erhliciosis. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000034\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000034\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000035\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/39\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>yahoo trish</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 39 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000035\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,10,18,52,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-10-2000</span> <span class=\"timeformat-0\">06:52 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/39\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for yahoo trish\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000039\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000035;u=00000039\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000035\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I am a 44 yr old female living in minnesota. I have had no possitive diagnosis yet. Tests are neg. had only 1 poss. band on 41 western-blot test titer neg. Had a em rash summer 91. was quite ill had total body rash also. dr said was a virus back then my bite was behind knee so dr didn't see it and I didn't know it was anything other than a bug bite at that time. I have developed unexplainable neuro problems in the last almost 4 yrs. Had 1 possible ms diagnosis, 1 not typical looking of ms, vestibular disorder possible by symptoms but does not explain the neuro probs. have received no treatment yet as they say I need a poss test result. trish </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000039\" style=\"color: #000000; text-decoration: none;\">Posts: <b>187</b></a> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000035\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000035\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000036\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/222\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>dawnsrose</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 222 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000036\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,11,1,44,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-11-2000</span> <span class=\"timeformat-0\">01:44 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/222\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for dawnsrose\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000222\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000036;u=00000222\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000036\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) Age: <BR> 40 somethingish feeling deadish...(41)<P>2) Sex: <BR> No, I'm too tired~ha ha... (Female)<P>3) What state do you live in?<BR> State of exhaustion and pain... (MA)<P>4) How long have you had Lyme?<BR> Eternity... (12 years)<P>5) How long have been recieving treatment?<BR> BAD TREATMENT?: 11 YEARS of 12<BR> REAL treatment for Lyme?:...1 year FINALLY<P>6) Where you mis-diag'ed w/ something else before Lyme? What was the diag?<BR> YES! Depression (not until going to many drs was I actually depressed but that was my FIRST dx!); possible MS; MS; Chronic Fatigue Syndrome; Fibromyalgia; Mitral Valve Prolapse; Raynauds Syndrome; Thrombosis; Neurological Disorder of Unknown Significance; Sojourns Syndrome; severe sleep apnea; migraine; carpal tunnel; myoclonus seizures. (Please note, some of these could actually be symptoms of Lyme or in addition to Lyme and not actual misdiagnoses). I won't even go into the meds I've been treated w/over the years. The list is as long as your arm ~ and to think, I was into holistic health when this all began, ha! Antibiotics seem to be helping (between herxes and w/help of pain, etc. meds).<P><BR><p>[This message has been edited by dawnsrose (edited 19 December 2000).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000222\" style=\"color: #000000; text-decoration: none;\">Posts: <b>69</b></a> | From <b>NE</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000036\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000036\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000037\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Sersi </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000037\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,11,10,24,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-11-2000</span> <span class=\"timeformat-0\">10:24 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000037;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000037\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 28<BR>2) female<BR>3) NJ<BR>4) Diagnosed 12/00..but am finding out may have already been infected years ago.<P>5) Just started treatment-Amoxicillin 500mg<trying to get that upped to 1000<P>6) Have been diag with Cfs, fibro however you spell it, anxiety, looked into lupus, blamed it on allegies </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000037\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000037\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000038\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/49\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>ShelleyA</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 49 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000038\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,11,12,32,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-11-2000</span> <span class=\"timeformat-0\">12:32 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/49\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for ShelleyA\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000049\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000038;u=00000049\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000038\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1)50<BR>2)F<BR>3)Maryland (acquired in In./Mi./Rockies/or Ca.)<BR>4)1963<BR>5)4 mo. (have babesia/ehrlichia)<BR>6)Many (after searching for 12-18 yrs. doc in Maryland diagnosed after two visits) </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000049\" style=\"color: #000000; text-decoration: none;\">Posts: <b>575</b></a> | From <b>Houston, TX</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000038\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000038\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000039\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/344\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>mm</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 344 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000039\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,11,22,44,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-11-2000</span> <span class=\"timeformat-0\">10:44 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/344\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for mm\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000344\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000039;u=00000344\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000039\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <BR>Age: 36<BR>Sex: Female<BR>State: TN (1st dr said Lyme wasn't in TN)<BR>How Long: Found Bullseye Rash on 8/26/00 went staight to dr.<BR>Treatment: 3 days doxy 200 mg per day, 4 days doxy 300 mg per day (I insisted dr increase med), stopped doxy (stomach couldn't handle it), 7 weeks 3000mg amox<BR>diagnosed: First doctor said it was a spider bite but gave me meds anyway. Got tested after 3 weeks of med and got a Pos ELISA and an indeterminate WB. Even after these test, plus lots of other symptoms including the bullseye rash, and a terrible case of the herx, the TN health dept will still not list me as a positive case of Lyme. NO WONDER SOME DOCTORS THINK THERE ISN'T LYME IN TN<P>so far no returning symtoms but i am still watching and praying. I can't tell you all how much info I got from you all while I was going through this. You made me aware of how serious this can be and to INSIST that the doctors listen. I hope you all feel better soon! You are in my prayers.<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000344\" style=\"color: #000000; text-decoration: none;\">Posts: <b>4</b></a> | From <b>Cleveland, tn</b> | Registered: <b>Nov 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000039\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000039\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000040\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/491\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>ShafromGA</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 491 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000040\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,12,17,17,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-12-2000</span> <span class=\"timeformat-0\">05:17 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/491\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for ShafromGA\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000491\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000040;u=00000491\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000040\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) Age: 40<BR>2) Sex: F<BR>3) What state do you live in?<BR>GA - but contracted Lyme in Easthampton, LI. NY<BR>4) How long have you had Lyme?<BR>14 yrs (13 yrs misdiagnosed)<BR>5) How long have been recieving treatment?<BR>6 wks of IV Rocephin - no help at all<BR>6) Where you mis-diag'ed w/ something else before Lyme? What was the diag?<BR>Diagnosed as \"Fever of Unknown Origin\" and then CFIDS<BR><p>[This message has been edited by ShafromGA (edited 12 December 2000).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000491\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1</b></a> | From <b>Marietta, GA, US</b> | Registered: <b>Dec 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000040\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000040\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000041\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/364\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Patti</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 364 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000041\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,12,18,8,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-12-2000</span> <span class=\"timeformat-0\">06:08 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/364\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Patti\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000364\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000041;u=00000364\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000041\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1..36<BR>2..female<BR>3..NJ<BR>4..????<BR>5..Doxy, Biaxin, Augmentin and IV Rocephin<BR>6..Yes...stress, sinus problems, hodgkin's disease </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000364\" style=\"color: #000000; text-decoration: none;\">Posts: <b>11</b></a> | From <b>Roselle, NJ</b> | Registered: <b>Nov 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000041\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000041\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000042\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/453\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>cattycass</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 453 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000042\"><img src=\"http://flash.lymenet.org/ubb/icons/icon13.gif\" border=\"0\" alt=\"Icon 13\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,12,23,51,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-12-2000</span> <span class=\"timeformat-0\">11:51 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/453\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for cattycass\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000453\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000042;u=00000453\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000042\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <BLOCKQUOTE><font size=\"1\" face=\"Verdana, Arial\">quote:</font><HR>Originally posted by meg:<BR><B><BR> 1)49<BR> 2)Female<BR> 3)Oregon-where I was bit by a tick in my <BR> backyard<BR> 4) 3 1/2 yrs.<BR> 5) 2 1/2 yrs.<BR> 6)no commitments-all tests are negative- <BR> then finally a LLMD (ha) Luat done <BR> incorrectly-<BR> hair loss possibly a hormone problem<BR> (a woman needing more testosterone??<BR> what's up with that??-told him forget<BR> it!)<BR> possible nutcase!! 6 \"doctors\" seen- <BR> aren't they wonderful???<BR> </B><HR></BLOCKQUOTE><BR>Meg,<BR>HA HA TELL ME ABOUT IT!<P>cattycass<P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000453\" style=\"color: #000000; text-decoration: none;\">Posts: <b>39</b></a> | From <b>Flushing New York USA</b> | Registered: <b>Nov 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000042\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000042\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000045\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Kyriaka </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000045\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,13,15,11,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-13-2000</span> <span class=\"timeformat-0\">03:11 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000045;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000045\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 33 Years Old<BR>Female<BR>State Of Alabama<BR>20 Months Infected<BR>Treatment for 14 Months<BR>Misdiagnosed As Allergic Reaction To Wolf Spider Bite. Later Misdiagnosed as Depression. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000045\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000045\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000046\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> rhonna_lyme </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000046\"><img src=\"http://flash.lymenet.org/ubb/icons/icon4.gif\" border=\"0\" alt=\"Icon 4\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,17,19,34,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-17-2000</span> <span class=\"timeformat-0\">07:34 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000046;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000046\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1.)44<BR>2.)female<BR>3.)Ohio<BR>4.)not quite sure--we think 14 years<BR>5.)3 1/2 years<BR>6.)The list is endless---migraines, allergies, ms, cfids, carpel tennel, tmj, arthritis, depression, anxiety disorder, \"all in your head\", \"you just need more sex\"(that was from a male dr, of course!), \"some sort of infection\", we just don't know what...I thought I was heading for the nursing home...could not function any more...my llmd saved my life!!!<BR>7.)currently on IV zithromax, doxy, and amoxil<P>------------------<BR><p>[This message has been edited by rhonna_lyme (edited 21 December 2000).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000046\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000046\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000047\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> rhonna_lyme </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000047\"><img src=\"http://flash.lymenet.org/ubb/icons/icon4.gif\" border=\"0\" alt=\"Icon 4\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,17,19,45,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-17-2000</span> <span class=\"timeformat-0\">07:45 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000047;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000047\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Bucko---<BR>You are so right about Ohio not being kind to those with ld!!!!(it doesn't exist here!!--yeah the deer know where the ohio pa border is and don't cross it!)I have to go to PA to be treated. IT has been an up hill battle. Hope all is well with your family. My husband, my son, my sister-in-law, and my in-laws all have lyme. ALL INFECTED IN OHIO!! They have the wool over their eyes here and won't admit the problem. Our support group (greater cleveland area lyme support group) has over 300 members!!<BR>rsmith2@mediaone.net<P>------------------<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000047\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000047\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000048\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/80\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Paul F Miller</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 80 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000048\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,17,20,41,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-17-2000</span> <span class=\"timeformat-0\">08:41 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/80\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Paul F Miller\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000080\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000048;u=00000080\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000048\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 40 yr old<BR>2) male<BR>3) NJ<BR>4) 6 yrs<BR>5) just started agian 1 week ago<BR>6) not 6 years ago, but in the last year cluster headaches, migran, sinus, sleep disorder, stress, depression, mantal problems, ect., ect,.ect.....the hole time I've said it was LYME.It was and has come back in full strength. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000080\" style=\"color: #000000; text-decoration: none;\">Posts: <b>8</b></a> | From <b>NJ</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000048\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000048\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000049\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> kathie santomero </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000049\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,17,20,58,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-17-2000</span> <span class=\"timeformat-0\">08:58 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000049;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000049\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <BR>) Age - 50<BR>2) Sex - female<BR>3) What state do you live in? new jersey<BR>4) How long have you had Lyme? 4 & 1/2 years<BR>5) How long have been recieving treatment? 4 years<BR>6) Where you mis-diag'ed w/ something else before Lyme? What was the diag? no but also have babesiosis which was diagnosed 1 & 1/2 years ago after changing dr's.<BR>7. currently on flagyl and zithromax<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000049\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000049\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000050\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> kathie santomero </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000050\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,17,21,1,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-17-2000</span> <span class=\"timeformat-0\">09:01 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000050;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000050\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <BR>) Age - 50<BR>2) Sex - female<BR>3) What state do you live in? new jersey<BR>4) How long have you had Lyme? 4 & 1/2 years<BR>5) How long have been recieving treatment? 4 years<BR>6) Where you mis-diag'ed w/ something else before Lyme? What was the diag? no but also have babesiosis which was diagnosed 1 & 1/2 years ago after changing dr's.<BR>7. currently on flagyl and zithromax<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000050\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000050\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000051\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/240\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Adam</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 240 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000051\"><img src=\"http://flash.lymenet.org/ubb/icons/icon9.gif\" border=\"0\" alt=\"Icon 9\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,19,17,4,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-19-2000</span> <span class=\"timeformat-0\">05:04 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/240\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Adam\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000240\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000051;u=00000240\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000051\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 19<BR>2) Male<BR>3) Michigan<BR>4) 7 years<BR>5) 6 years<BR>6) gastroenteritis, and a lot of \"i don't know's\". saw psychologists, they said nothing was wrong with me after other doctors recommended psychologists. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000240\" style=\"color: #000000; text-decoration: none;\">Posts: <b>9</b></a> | From <b>Berkley, MI, USA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000051\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000051\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000052\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/516\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>gwen</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 516 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000052\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,21,1,9,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-21-2000</span> <span class=\"timeformat-0\">01:09 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/516\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for gwen\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000516\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000052;u=00000516\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000052\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> age 61,sex female,state la.,dr. states have had lyme over 50yrs misdiagnosis, over many years of just thinking this is how everyone is and the symptoms getting worse and going to the dr. I was diagnosed with restless leg syndrom and later fibro (after asking the dr. if that could be what i had) </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000516\" style=\"color: #000000; text-decoration: none;\">Posts: <b>30</b></a> | From <b>sulphur,la. usa</b> | Registered: <b>Dec 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000052\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000052\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000053\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/510\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>bobdavis</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 510 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000053\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,22,12,51,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-22-2000</span> <span class=\"timeformat-0\">12:51 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/510\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for bobdavis\" /></a> <a href=\"http://home.rochester.rr.com/bkdavis/\" target=\"_new\"><img src=\"http://flash.lymenet.org/ubb/homepage.gif\" border=\"0\" alt=\"Author's Homepage\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000510\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000053;u=00000510\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000053\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) Age: 44<BR>2) Sex: Male<BR>3) What state do you live in? Ny, bit in Virginia (also in california, and PA).<BR>4) How long have you had Lyme? 23 years based on rash, or more. First tick when I was 6 followed by hospitalization for \"gastro????? of an unknown origin\".<BR>5) How long have been recieving treatment?<BR>NOT, all tests negative, treated for h-pylori with flagyl, it helped, doxy 60 days, quickly relapsed.<BR>6) Where you mis-diag'ed w/ something else before Lyme? You name it. Ringworm, tennis elbow, polyalthralgia, bladder infection, acid reflux, Irratable Bowel, severe allergies, see a shrink (did once), Mitral Valve Prolapse, H-pylori based on biopsy, Rheumatoid arthritis, possible fibermialgia (because of all symptoms of lyme but negative tests) <BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000510\" style=\"color: #000000; text-decoration: none;\">Posts: <b>499</b></a> | From <b>Western NY</b> | Registered: <b>Dec 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000053\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000053\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000054\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Debbie </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000054\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,24,23,41,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-24-2000</span> <span class=\"timeformat-0\">11:41 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000054;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000054\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 45<BR>2. Female<BR>3. NY or RI, maybe gardening<BR>4. 11+ years<BR>5. depression<BR>6. panic disorder<BR>7. MS<BR>8. Zithromax and Mepron, then doxy<BR>9. Lucky me, I have all three<BR>10. Hyprochriac<BR>11. Stress<BR>12. Pelvic pain<BR>13. Mono<BR>14. At first put on amoxicilin and probenic<BR> then IV Rocephin then a cocktail of anti<BR> antibiotics.<BR>15. Arthritis<BR>16. A support group recommeded an LLMD who <BR> did nothing but put me on Biaxin.<BR>17. I saw a psychiatrist after being by<BR> anothener who saved my life, but only <BR> diagnosist me with Lyme at the time,<BR> they didn't know about the coinfections<BR> then.<BR>18. How many doctors? To many so I can't<BR> count them.<BR>19. I was comitted to two psychiatric wards<BR> before I was diagnosed.<BR>20. The first psychiast told my PCP to test<BR> me...positive.<BR>21. Nothing else at the moment that I can<BR> think of. <P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000054\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000054\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000055\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/520\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>cmac</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 520 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000055\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,25,10,34,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-25-2000</span> <span class=\"timeformat-0\">10:34 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/520\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for cmac\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000520\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000055;u=00000520\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000055\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 45<BR>2. female<BR>3. mass.<BR>4. nov. 2000<BR>5. dec. 2000<BR>6. flu with possible depressed imune systym due to cortisone shots </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000520\" style=\"color: #000000; text-decoration: none;\">Posts: <b>402</b></a> | From <b>holland,mass. usa</b> | Registered: <b>Dec 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000055\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000055\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000056\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/26\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Appleseed</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 26 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000056\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,26,10,7,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-26-2000</span> <span class=\"timeformat-0\">10:07 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/26\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Appleseed\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000026\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000056;u=00000026\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000056\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Age 46 Male<BR>had lyme for 12 years I think<BR>First Doxy,then Flagyl and zithromax Quinine and clindamycin For Babs, amoxicillin<BR>Treated since april, Real treatment since Sept<BR>Possiable MS,Lupus,and Cancer<p>[This message has been edited by Appleseed (edited 26 December 2000).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000026\" style=\"color: #000000; text-decoration: none;\">Posts: <b>269</b></a> | From <b>Wi USA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000056\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000056\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000057\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/55\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>GMP</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 55 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000057\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,28,16,2,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-28-2000</span> <span class=\"timeformat-0\">04:02 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/55\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for GMP\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000055\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000057;u=00000055\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000057\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 36 <BR>2) Female<BR>3) CO now, contracted Lyme in NJ<BR>4) 11 years - asymptomatic for 10 year after brief abx<BR>5) 1 year<BR>6) Doctor couldn't figure it out - so I was crazy! LD dx Jan 2000. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000055\" style=\"color: #000000; text-decoration: none;\">Posts: <b>188</b></a> | From <b>Highlands Ranch, CO</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000057\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000057\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000058\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/103\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Terry Elias</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 103 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000058\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,29,0,0,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-29-2000</span> <span class=\"timeformat-0\">12:00 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/103\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Terry Elias\" /></a> <a href=\"http://geocities.com/heartland/grove/4036\" target=\"_new\"><img src=\"http://flash.lymenet.org/ubb/homepage.gif\" border=\"0\" alt=\"Author's Homepage\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000103\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000058;u=00000103\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000058\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 40<BR>Female<BR>Maryland, Eastern Shore<BR>treatment completed, gone for good I hope<BR>almost two years, primary refuses to admit says depression, fibromyalgia, now added arthritis. but treated By Dr. S he says LD<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000103\" style=\"color: #000000; text-decoration: none;\">Posts: <b>158</b></a> | From <b>Salisbury, Maryland</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000058\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000058\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000059\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/186\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Holly</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 186 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000059\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,29,1,8,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-29-2000</span> <span class=\"timeformat-0\">01:08 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/186\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Holly\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000186\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000059;u=00000186\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000059\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <BR>1) 37<BR>2) Female<BR>3) PA<BR>4) June 2000<BR>5) July 2000 (Doxy, now Amoxy)<BR>6) Briefly as the flu (then saw the rash)<P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000186\" style=\"color: #000000; text-decoration: none;\">Posts: <b>14</b></a> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000059\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000059\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000060\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/237\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Galsal</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 237 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000060\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2000,11,29,1,11,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">12-29-2000</span> <span class=\"timeformat-0\">01:11 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/237\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Galsal\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000237\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000060;u=00000237\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000060\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 41<BR>2) Female<BR>3) MI<BR>4) Totally unknown - Received positive result for Babesiosis today.<BR>5) None yet<BR>6) FMS, Possible MS<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000237\" style=\"color: #000000; text-decoration: none;\">Posts: <b>323</b></a> | From <b>Michigan, USA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000060\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000060\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000061\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/567\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>breathwork</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 567 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000061\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,5,21,15,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-05-2001</span> <span class=\"timeformat-0\">09:15 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/567\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for breathwork\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000567\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000061;u=00000567\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000061\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 42<BR> 2) F<BR> 3) CA<BR> 4) 5<BR> 5) TX with doxy for 5 weeks in Virginia, then moved to CA. Took a year to find Lyme doc. Then treated with zith, minocycline, flagyl. Starting IV ceftriaxone this month. 6) \"Housewife's disease\"<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000567\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1062</b></a> | From <b>CA USA</b> | Registered: <b>Jan 2001</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000061\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000061\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000062\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> lymie31 </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000062\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,5,21,24,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-05-2001</span> <span class=\"timeformat-0\">09:24 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000062;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000062\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> [QUOTE]Originally posted by sas:<BR>[B]1) 31<BR>2) Female<BR>3) Northern Virginia<BR>4) bit oct 99<BR>5) on abx 8 months now<BR>6) vestibular disorder, possible meniere's<P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000062\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000062\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000063\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Jo Anne from Canada </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000063\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,5,22,16,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-05-2001</span> <span class=\"timeformat-0\">10:16 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000063;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000063\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) 45<P>2) female<P>3) Alberta, Canada<P>4) bitten first week of August, 1996<P>5) Length of treatment a long story. Was on tetracycline at time of bite and for 2.5 years aferwards, for acne. I didn't know I had Lyme. Lived a normal life. Went off tetracyline, within 6 months was unable to work or drive. That was in June of 1999. Debember 1999, figured out this was Lyme, back on tetracyline.Did nothing for me, except give me an initial herx. Switched to high-dose serious abx in February 2000, still on them nearly one year later.<P>6) Originally investigated for MS. Sent to neurologist. Neurologist found brain lesions on MRI, but normal spinal tap and evoked potentials. Diagnosis: NUT (probably making up all these symptoms).<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000063\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000063\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000064\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Jo Anne from Canada </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000064\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,5,22,18,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-05-2001</span> <span class=\"timeformat-0\">10:18 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000064;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000064\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> posted twice by mistake<p>[This message has been edited by Jo Anne from Canada (edited 05 January 2001).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000064\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000064\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000065\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/371\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>getwired</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 371 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000065\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,5,22,30,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-05-2001</span> <span class=\"timeformat-0\">10:30 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/371\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for getwired\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000371\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000065;u=00000371\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000065\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) Age = 28<BR>2) Sex = Male<BR>3) State = NC<BR>4) Had Lyme for = 10 Years<BR>5) Treatment = 1 1/2 Years (Doxy, Zithromax, Flagyl, Biaxin/Plaquenil)<BR>6) Mis-diags = Rare form of Leukopenia, Spinal Meningitis, RMSF, etc...<P>Other info:<P>7) Travel out of state for treatment = YES<BR>8) Co-infections = Ehrlichia<P>Nelson </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000371\" style=\"color: #000000; text-decoration: none;\">Posts: <b>58</b></a> | From <b>Morrisville, NC</b> | Registered: <b>Nov 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000065\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000065\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000066\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/41490\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Ginny</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 41490 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000066\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,5,22,49,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-05-2001</span> <span class=\"timeformat-0\">10:49 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/41490\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Ginny\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00041490\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000066;u=00041490\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000066\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 48<BR>2. Female<BR>3. Virginia<BR>4. 20 mo.<BR>5. 20 mo.<BR>6. No misdiagnosis, thanks to the info I found on this board! I found the tick on me, sent it to Igenex Lab (tested positive for lyme DNA), and took the test results and detailed log of all symptoms to my Infectious disease doc along with a pile of research gleaned off this board and sci.med.diseases.lyme. After continuing to worsen over a couple of months on the usual doxy then amoxicillin, the research & my continuing symptoms persuaded my doc that lyme may persist and that we needed to treat the various Bb forms simultaneously (on tinidazole, zithro, suprax, & plaquenil). I began gradually improving once we did so, and have only a few symptoms left, none serious or very troublesome. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00041490\" style=\"color: #000000; text-decoration: none;\">Posts: <b></b></a> | From <b>East Bay</b> | Registered: <b>Jul 2013</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000066\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000066\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000067\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/527\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>somatics</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 527 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000067\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,6,0,13,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-06-2001</span> <span class=\"timeformat-0\">12:13 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/527\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for somatics\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000527\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000067;u=00000527\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000067\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. Age 55<BR>2. Sex Male<BR>3.California<BR>4. 11 years<BR>5. 2 weeks of doxcycline<BR>6. I made the worst call my self back in 1989<BR>2 big red circle rashes on the right thigh that I called ringworm... time goes by and people get older many different health events nobody got it till now. I went to the doctor and said \"something is eating on mt\" he said \"you should consider lyme\" thus the doxycycline... </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000527\" style=\"color: #000000; text-decoration: none;\">Posts: <b>8</b></a> | From <b>California</b> | Registered: <b>Dec 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000067\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000067\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000068\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Sarah</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 5 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000068\"><img src=\"http://flash.lymenet.org/ubb/icons/icon12.gif\" border=\"0\" alt=\"Icon 12\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,6,0,37,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-06-2001</span> <span class=\"timeformat-0\">12:37 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Sarah\" /></a> <a href=\"http://www.angelfire.com/punk/lymedisease/home.html\" target=\"_new\"><img src=\"http://flash.lymenet.org/ubb/homepage.gif\" border=\"0\" alt=\"Author's Homepage\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000005\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000068;u=00000005\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000068\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) Age<BR> 32 (I think!*)!<P>2) Sex <BR> Female<P>3) What state do you live in? <BR> California!!!<P>4) How long have you had Lyme? <P> Soon 3 years. Ehrlichiosis too.<P>5) How long have been recieving treatment?<P> 2 years.<P>6) Where you mis-diag'ed w/ something else before Lyme? <P>Yup!*)!!<P>What was the diag?<P> Irritable Bowel Syndrome, PMS, Fibromyalgia, possible lupus, possible MS </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000005\" style=\"color: #000000; text-decoration: none;\">Posts: <b>2641</b></a> | From <b>Aptos, California</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000068\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000068\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000069\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Betty </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000069\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,6,9,34,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-06-2001</span> <span class=\"timeformat-0\">09:34 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000069;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000069\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Betty:<BR>1. 58<BR>2. Female<BR>3. MA<BR>4. 29 years or more<BR>5. April 1997, Last 6 months on IV<BR>6. Stress, AIYH--All in Your Head, Arthritis, Bursitis, AIYH, Depression, etc.<P>Daug. Lisa:<BR>1. 33<BR>2. Female<BR>3. MA<BR>4. At least 2 years, most definitely longer<BR>5. 4 days<BR>6. You don't have lyme!!!!!!!<P>Daug. Amy<BR>1. 20<BR>2. Female<BR>3. MA<BR>4. 6 years, most definitely longer<BR>5. 30 days in 1995, abx since June 2000<BR>6. You don't have lyme!!!!!!! <BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000069\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000069\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000070\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Sarah</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 5 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000070\"><img src=\"http://flash.lymenet.org/ubb/icons/icon12.gif\" border=\"0\" alt=\"Icon 12\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,6,11,14,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-06-2001</span> <span class=\"timeformat-0\">11:14 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Sarah\" /></a> <a href=\"http://www.angelfire.com/punk/lymedisease/home.html\" target=\"_new\"><img src=\"http://flash.lymenet.org/ubb/homepage.gif\" border=\"0\" alt=\"Author's Homepage\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000005\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000070;u=00000005\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000070\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Whoops!*!<BR>--------------------------------------------------------------------------------<BR>My Daughter Evan!*)!<BR>1) Age 3<BR>2) Sex Female<BR>3) What state do you live in? <BR>California!!!<BR>4) How long have you had Lyme? <BR>Soon 3 years. <BR>5) How long have been recieving treatment?<BR>2 years.<BR>6) Where you mis-diag'ed w/ something else before Lyme? <BR>Nope!<P>My Husband Aram<BR>--------------------------------------------------------------------------------<BR>1) Age 35<BR>2) Sex Male<BR>3) What state do you live in? <BR>California!!!<P>4) How long have you had Lyme? <BR> Unknown.<P>5) How long have been recieving treatment?<BR> Only a few months. A while ago.<P>6) Where you mis-diag'ed w/ something else before Lyme? <BR>Nope!*)!<P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000005\" style=\"color: #000000; text-decoration: none;\">Posts: <b>2641</b></a> | From <b>Aptos, California</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000070\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000070\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000071\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/524\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>brianb</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 524 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000071\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,6,11,19,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-06-2001</span> <span class=\"timeformat-0\">11:19 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/524\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for brianb\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000524\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000071;u=00000524\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000071\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <P>For me:<BR>1) 30<BR>2) Male<BR>3) Connecticut<BR>4) May 2000<BR>5) September 2000 (Doxy)<BR>6) Yes...Cronic Fatigue<P>[/b][/QUOTE]<P><p>[This message has been edited by brianb (edited 08 January 2001).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000524\" style=\"color: #000000; text-decoration: none;\">Posts: <b>7</b></a> | From <b>Weston, Ct USA</b> | Registered: <b>Dec 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000071\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000071\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000072\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/488\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>hejhalo</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 488 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000072\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,6,12,20,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-06-2001</span> <span class=\"timeformat-0\">12:20 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/488\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for hejhalo\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000488\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000072;u=00000488\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000072\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 37<P>2. Female<P>3. Live in Minnesota/ bit with bulleye rash in Jackson Hole, Wyoming<P>4. July 1989<P>5. No treatment, I slip through the cracks.<P>6. Yes--MS/ Panic Disorder/ Lupus/ Migranes/ Stress, stress, and STRESS/ PostPardum Depression & Hormones/ and most recently, hyperflexibility of joints & being over weight. (5'6\" 180 pounds) Still no DX, even though I am quite symptomatic & had the bullseye rash..not enough bands on WB...and so the story continues... </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000488\" style=\"color: #000000; text-decoration: none;\">Posts: <b>15</b></a> | From <b>Virginia, MN 55792</b> | Registered: <b>Dec 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000072\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000072\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000073\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/571\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>rosespetal</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 571 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000073\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,6,22,25,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-06-2001</span> <span class=\"timeformat-0\">10:25 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/571\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for rosespetal\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000571\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000073;u=00000571\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000073\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1)27<BR>2)f<BR>3)NJ<BR>4)2-5 years<BR>5)1 yr of treatment until allergies<BR>6)yes, manic depressive,drug addict(begged for something to calm nerves before I commited suicide), hypochondriact. NOW after testing, no lyme from 3 weeks of treatment, fibro now.<P> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000571\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1250</b></a> | From <b>NJ usa</b> | Registered: <b>Jan 2001</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000073\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000073\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000074\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/204\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Chazmyn</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 204 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000074\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,7,10,21,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-07-2001</span> <span class=\"timeformat-0\">10:21 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/204\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Chazmyn\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000204\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000074;u=00000204\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000074\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1)38<BR>2)F<BR>3)AL<BR>4)20 months<BR>5)17 months<BR>6)Although known tick bite and bullseye rash was told \"no lyme here\" and would have to be treated for \"something else\".<P>CNS symptoms, pain & inflammation in majority of joints, heart problems, Bell's Palsy, plus many others.<p>[This message has been edited by Chazmyn (edited 08 January 2001).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000204\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1478</b></a> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000074\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000074\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000075\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/593\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>ctmom</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 593 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000075\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,12,20,56,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-12-2001</span> <span class=\"timeformat-0\">08:56 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/593\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for ctmom\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000593\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000075;u=00000593\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000075\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1. 41<BR>2. female<BR>3. ct<BR>4. bitten may of 1996<BR>5. treated for 3 years, recovered for 1<BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000593\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1</b></a> | From <b>wilton, ct, usa</b> | Registered: <b>Jan 2001</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000075\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000075\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000076\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/233\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>RosanneG</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 233 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000076\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,13,15,16,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-13-2001</span> <span class=\"timeformat-0\">03:16 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/233\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for RosanneG\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00000233\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000076;u=00000233\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000076\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> My son's information<BR>1) 14 <BR>2) male<BR>3) Staten Island, NY<BR>4) Almost 5 years and counting<BR>5) Almost 4 years<BR>6) Mis-diagnosed w/ EBV and Toxoplasmosis<P>My husbands information<BR>1) 50 something<BR>2) male<BR>3) Staten Island, NY<BR>4) Don't know<BR>5) 1 year<BR>6) no- he would not go for the lyme testing said he did not have Lyme disease. Now he knows better. <P><p>[This message has been edited by RosanneG (edited 13 January 2001).] </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00000233\" style=\"color: #000000; text-decoration: none;\">Posts: <b>26</b></a> | From <b>Staten Island, NY, USA</b> | Registered: <b>Oct 2000</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000076\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000076\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000077\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/14359\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>mel</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Junior Member <br /> Member # 14359 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323#000077\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2001,0,13,17,56,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">01-13-2001</span> <span class=\"timeformat-0\">05:56 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/14359\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for mel\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00014359\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=000323;reply_num=000077;u=00014359\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323;replyto=000077\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> 1) Age-43<BR>2) Sex-F<BR>3) What state do you live in?-Illinois<BR>4) How long have you had Lyme?-12yrs.??<BR>5) How long have been recieving treatment?-Since 1998.<BR>6) Where you mis-diag'ed w/ something else before Lyme? What was the diag? Fibromyalgia, depression, Chronic fatigue <P>Boyfriend<BR>1) Age-51<BR>2) Sex-M<BR>3) What state do you live in?-Illinois<BR>4) How long have you had Lyme?-????<BR>5) How long have been recieving treatment? Since 2000<BR>6) Where you mis-diag'ed w/ something else before Lyme? What was the diag? Arthritis, tendonitis<P><BR> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00014359\" style=\"color: #000000; text-decoration: none;\">Posts: <b>7</b></a> | From <b>NE USA</b> | Registered: <b>Jan 2008</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=000323;reply_num=000077\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=000323;p=1;r=000077\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> </table></td></tr></table> <!-- Time Zone and Page Jumps --> <table border=\"0\" width=\"95%\"> <tr> <td align=\"left\" valign=\"bottom\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> </font> </td> <td valign=\"bottom\" align=\"right\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b>This topic comprises 6 pages: 1 <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/2\">2</a> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/3\">3</a> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/4\">4</a> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/5\">5</a> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/323/6\">6</a> </b> </font> </td> </tr> </table> <!-- Quick Reply --> <div id=\"quickreply\"> <br /> <script language=\"Javascript\" type=\"text/javascript\"> <!-- graems = null; previewindow = null; function Graems () {graems = window.open(\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=graemlin_list\", \"graems\", \"width=250,height=240,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no\"); graems.focus(); } // end function Preview () {var user_cookie = getCookie('ubber2453618.0138'); if( ('' == user_cookie) || (null == user_cookie) ) {alert(\"Sorry, you must be registered and logged in to preview your post.\"); return true; } previewindow = window.open(\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=preview_post;f=1;type=reply;quick=1\", \"preview\", \"width=550,height=300,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no\"); previewindow.focus(); } // end function storeCaret (textEl) {if (textEl.createTextRange) {textEl.caretPos = document.selection.createRange().duplicate(); } // end if } // end storeCaret function insertAtCaret (textEl, text) {if (textEl.createTextRange && textEl.caretPos) {// MSIE var caretPos = textEl.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; } else if(textEl.selectionStart && textEl.setSelectionRange) {// Mozilla 1.3+ var val = textEl.value; var cpos = textEl.selectionStart; var fpos = cpos + text.length; var before = val.substr(0,cpos); var after = val.substr(cpos, val.length); var aspace = after.charAt(0) == ' ' ? \"\" : \" \"; var bspace = before.charAt(before.length) == ' ' ? \"\" : \" \"; textEl.value = before + bspace + text + aspace + after; textEl.setSelectionRange(fpos,fpos); // set cursor pos to end of text textEl.focus(); } else {textEl.value = textEl.value + text; // otherwise just append } return true; } // end insertAtCaret // --> </script> <form method=\"post\" action=\"http://flash.lymenet.org/scripts/ultimatebb.cgi\" name=\"replier\" style=\"display: inline;\"onsubmit=\"if(previewindow != null) previewindow.close(); if(graems != null) graems.close();\"> <input type=\"hidden\" name=\"ubb\" value=\"submit_new_reply\" /> <input type=\"hidden\" name=\"quick\" value=\"yes\" /> <input type=\"hidden\" name=\"f\" value=\"1\" /> <input type=\"hidden\" name=\"t\" value=\"000323\" /> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#D5E6E1\"> <td align=\"left\" colspan=\"2\"> <font size=\"2\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Quick Reply </b></font> </td> </tr> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" rowspan=\"2\" valign=\"top\" align=\"left\"><font face=\"verdana,arial,sans-serif\" size=\"2\"> <b>Message:</b> <br /><br /> </font> <font face=\"verdana,arial,sans-serif\" size=\"1\"> HTML is not enabled. <br /> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php?ubb=ubb_code_page\" target=\"_blank\">UBB Code� is enabled.</a> <br /> <br /> <a href=\"javascript:void(0);\" onclick=\"Graems()\">Instant Graemlins</a> <br /> <!-- Always append the siggy and don't disable graemlins --> <input type=\"hidden\" name=\"disable_smilies\" value=\"0\" /> <input type=\"hidden\" name=\"Signature\" value=\"yes\" /> </font></td> <td valign=\"top\" align=\"left\"> <textarea name=\"message\" rows=\"10\" cols=\"50\" wrap=\"virtual\"></textarea> </td> </tr> <tr bgcolor=\"#f7f7f7\"> <td valign=\"top\" align=\"left\"> <input type=\"submit\" name=\"submitted\" value=\"Add Reply\" /> <input type=\"button\" name=\"preview\" value=\"Preview Post\" onclick=\"Preview()\" /> <input type=\"submit\" name=\"full\" value=\"Full Reply Form\" /> </td> </tr> </table></td></tr></table> </form> <br /> </div> <br /> <!-- Bottom Navigation Table --> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr> <td width=\"25%\" bgcolor=\"#f7f7f7\" nowrap=\"nowrap\" valign=\"bottom\" align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=newtopic;f=1\"><img src=\"http://flash.lymenet.org/ubb/topic5.jpg\" alt=\"Post New Topic\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=poll;d=create;f=1\"><img src=\"http://flash.lymenet.org/ubb/postpoll.gif\" alt=\"New Poll\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=000323\"><img src=\"http://flash.lymenet.org/ubb/reply5.jpg\" border=\"0\" alt=\"Post A Reply\" /></a> </font> </td> <td width=\"50%\" bgcolor=\"#dedfdf\" valign=\"bottom\" align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=close_topic;t=000323;f=1\"><img src=\"http://flash.lymenet.org/ubb/close_topic.gif\" border=\"0\" alt=\"Close Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=stick_topic;f=1;t=000323\"><img src=\"http://flash.lymenet.org/ubb/feature_topic.gif\" border=\"0\" alt=\"Feature Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=transfer;t=000323;f=1\"><img src=\"http://flash.lymenet.org/ubb/move_topic.gif\" border=\"0\" alt=\"Move Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=delete_topic;f=1;t=000323\"><img src=\"http://flash.lymenet.org/ubb/delete_topic.gif\" border=\"0\" alt=\"Delete Topic\" /></a> </font> </td> <td width=\"25%\" bgcolor=\"#f7f7f7\" align=\"right\" valign=\"middle\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=000323;go=older\"><img src=\"http://flash.lymenet.org/ubb/prev_topic.gif\" border=\"0\" alt=\"next oldest topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=000323;go=newer\"><img src=\"http://flash.lymenet.org/ubb/next_topic.gif\" border=\"0\" alt=\"next newest topic\" /></a> </font> </td> </tr> </table></td></tr></table> <!-- Hop To Box --> <table border=\"0\" width=\"95%\"> <tr> <td align=\"left\" valign=\"top\" width=\"50%\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=print_topic;f=1;t=000323\"><img src=\"http://flash.lymenet.org/ubb/print_topic.gif\" border=\"0\" alt=\" - \" title=\"\" /> Printer-friendly view of this topic</a> </font> </td> <td align=\"right\" valign=\"top\" nowrap=\"nowrap\" width=\"50%\"> <form action=\"http://flash.lymenet.org/ubb/ultimatebb.php\" method=\"get\"> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <input type=\"hidden\" name=\"ubb\" value=\"forum\" /> <b>Hop To: </b><select name=\"f\"> <option value=''>Select a Forum:</option> <option value=''></option> <option value=\"\"> </option> <option value=\"CAT:1\">Category: Questions and Discussion</option> <option value=\"\">--------------------</option> <option value=\"2\">Seeking a Doctor</option> <option value=\"8\">Activism</option> <option value=\"1\" selected=\"selected\">Medical Questions</option> <option value=\"3\">General Support</option> <option value=\"4\">Off Topic</option> <option value=\"5\">Computer Questions</option> <option value=\"\"> </option> <option value=\"CAT:2\">Category: News and Information</option> <option value=\"\">--------------------</option> <option value=\"6\">Press Releases / News</option> <option value=\"7\">Lyme Disease Association</option> </select> <input type=\"submit\" name=\"submit\" value=\"Go\" /> </font></form> </td> </tr> </table> </center> <br /> <script language=\"JavaScript\" type=\"text/javascript\"> setTimeout(\"latest_check();\", 1000); </script> <br /> <center> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://www.lymenet.org/contact.shtml\">Contact Us</a> | <a href=\"http://www.lymenet.org\">LymeNet home page</a> | <a href=\"http://www.lymenet.org/terms.shtml\">Privacy Statement</a></font> <br /> <br /> <font color=\"#a8a8a8\" size=\"1\" face=\"verdana,arial,sans-serif\">© 1994-2013 The Lyme Disease Network of New Jersey, Inc.<BR> All Rights Reserved.<BR> Use of the LymeNet Site is subject to the <A HREF=\"http://www.lymenet.org/terms.shtml\">Terms and Conditions</A>. <br /><br /> <a href=\"http://www.groupee.com/landing/goto.php?a=ubb.classic\">Powered by UBB.classic™ 6.7.3<!-- 06070301.590 --></a> <br /><!-- Translators: Put your \"translation by\" wording here --> </font> </center> <br /> <hr> <center> <p><a href=\"http://www.lymenet.org/\">Home</a> | <a href=\"http://flash.lymenet.org/\">Flash Discussion</a> | <a href=\"http://www.lymenet.org/SupportGroups\">Support Groups</a> | <a href=\"http://library.lymenet.org/\">On-Line Library</a><br> <a href=\"http://law.lymenet.org/\">Legal Resources</a> | <a href=\"http://search.lymenet.org\">Medical Abstracts</a> | <a href=\"http://newsletter.lymenet.org\">Newsletter</a> | <a href=\"http://www.lymenet.org/books.shtml\">Books</a><br> <a href=\"http://www.lymenet.org/pictures.shtml\">Pictures</a> | <a href=\"http://www2.lymenet.org/domino/search.nsf/$$Search\">Site Search</a> | <a href=\"http://www.lymenet.org/links.shtml\">Links</a> | <a href=\"http://www.lymenet.org/help.shtml\">Help/Questions</a><br> <a href=\"http://www.lymenet.org/about.shtml\">About LymeNet</a> | <a href=\"http://www.lymenet.org/contact.shtml\">Webmaster</a></p> </center> <hr> <center> <p><a href=\"http://www.ibstales.com\" target=\"_blank\"><img src=\"http://www.lymenet.org/images/hopeaward.jpg\" alt=\"IBS Hope Award\"></a> </center> <hr> </td> </tr> </table> </body> </html>"); + + //findAllClasses("<html ><head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /> <script language=\"Javascript1.1\" type=\"text/javascript\"> <!-- var session_cookie = getCookie('session2453618.0138'); if (session_cookie == null) {var session_dt = \"0\"; var session_j = \"0\"; } else {var session_array = session_cookie.split(\"&\"); var session_dt = session_array[0]; var session_j = session_array[1]; } function getCookie(name) {var cname = name + \"=\"; var dc = document.cookie; if (dc.length > 0) {begin = dc.indexOf(cname); if (begin != -1) {begin += cname.length; end = dc.indexOf(\";\", begin); if (end == -1) {end = dc.length; } // end if return (dc.substring(begin, end)); } // end if } // end if return null; } var u_cookie = getCookie('ubber2453618.0138'); if(u_cookie) {u_array = u_cookie.split(\"&\"); } else {u_array = new Array(\"\", \"\", \"\", \"\", \"\", \"\", \"\", null, null, null); } // end if var ami = \"\"; if(('' == u_cookie) || (null == u_cookie)) {ami = \".ip-is-loggedin { display: none; } .ip-is-notloggedin { display: }\"; } else {ami = \".ip-is-loggedin { display: ; } .ip-is-notloggedin { display: none }\"; } // end if document.writeln('<' + 'style type=\"text/css\">' + ami + '<' + '/style>'); var MONTH_NAMES = Array(\"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\", \"August\", \"September\", \"October\", \"November\", \"December\", \"Jan\", \"Feb\", \"Mar\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"); var AMPM = Array(\"AM\", \"PM\"); // 5 and 6 are reserved if(u_array[7]) {dfrm = unescape(u_array[7]); } else {dfrm = 'MM-dd-yyyy'; } // end if if(u_array[8]) {tfrm = unescape(u_array[8]); } else {tfrm = 'hh:mm a'; } // end if if(u_array[9]) {fudge = unescape(u_array[9]); } else {fudge = 0; } // end if //--> </script> <script src=\"http://flash.lymenet.org/ubb/datelib.js\" language=\"Javascript1.3\" type=\"text/javascript\"></script> <title>LymeNet Flash: Hyperbaric Chamber? Good or Bad? </title> <meta http-equiv=\"Pragma\" content=\"no-cache\" /> <link rel=\"shortcut icon\" href=\"http://flash.lymenet.org/ubb/favicon.ico\" /> <base href=\"http://flash.lymenet.org/ubb/\" /> <style type=\"text/css\"> body {margin: 0; font-family: verdana,arial,sans-serif; font-size: 9pt; background-color: #FFFFFF; } td {font-family: verdana,arial,sans-serif; font-size: 9pt; } span.datestamp-1 {font-weight: bold; } span.timestamp-1 {color: #800080; } </style> <!-- --><!-- --> <link rel=\"canonical\" href=\"http://flash.lymenet.org\"> <meta http-equiv=\"Window-target\" content=\"_top\"> <meta http-equiv=\"Content-Language\" Content=\"en\"> <meta name=\"concept\" content=\"LymeNet Flash\"> <meta name=\"country\" content=\"US\"> <meta name=\"date\" content=\"\"> <meta name=\"description\" content=\"Lyme Disease Network (LymeNet): a non-profit org dedicated to providing physicians, patients and researchers with current info on tick-borne illnesses\"> <meta name=\"keywords\" content=\"LymeNet, lyme, lymes, lyme disease, lime disease, bullseye rash, bulls eye rash, ticks, deer tick, infectious disease, spirochete, herx, herxheimer, borreliosis, Erythema, ehrlichiosis, babesiosis, Ixodes, Borrelia, burgdorferi, Treponema, Leptospira, HGE\"> <meta name=\"language\" content=\"en\"> <meta name=\"locale\" content=\"US\"> <meta name=\"title\" content=\"LymeNet Flash\"> <meta name=\"msvalidate.01\" content=\"279F1A8B4CD4A9D002086051B279BE1E\"> <meta name='yandex-verification' content='580189260c22537f'> <!-- Begin Google Analytics --> <script type=\"text/javascript\"> (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-42732456-2', 'lymenet.org'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> <!-- --> <script language=\"Javascript1.3\" type=\"text/javascript\"> var nuke_quick_reply = 0; var real = document.location.href ? document.location.href : document.location; if((real.indexOf(\"iframe=1\") > -1) || (real.indexOf(\"iframe/1\") > -1)) {nuke_quick_reply = 1; } // end if u_cookie = getCookie('ubber2453618.0138'); if(!u_cookie || u_cookie == null || u_cookie.length < 1) {nuke_quick_reply = 1; } else {u_array = u_cookie.split(\"&\"); if(u_array[12] == 1) {nuke_quick_reply = 1; } // end if } // end if if(nuke_quick_reply == 1) {document.writeln(\"<\" + \"style type=\" + '\"text/css\">'); document.writeln(\"#quickreply { display: none; }\"); document.writeln(\"<\" + \"/style>\"); } // end if </script> <!-- --> </head> <body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#0000ff\" vlink=\"#000000\" alink = \"#000080\" > <table border=\"0\"> <tr> <td width=\"120\" align=\"LEFT\" valign=\"TOP\"> <a href=\"http://www.lymenet.org/\"><img src=\"http://www.lymenet.org/images/lymelogo.gif\" alt=\"LymeNet Home\" border=\"0\" vspace=\"10\"></a> <!-- Begin Menu --> <map name=\"menu\"> <area shape=\"RECT\" coords=\"10,10,135,25\" href=\"http://www.lymenet.org/\" alt=\"LymeNet Home Page\"> <area shape=\"RECT\" coords=\"10,25,135,45\" href=\"http://flash.lymenet.org/\" alt=\"LymeNet Flash Discussion\"> <area shape=\"RECT\" coords=\"10,45,135,65\" href=\"http://www.lymenet.org/SupportGroups\" alt=\"LymeNet Support Group Database\"> <area shape=\"RECT\" coords=\"10,65,135,83\" href=\"http://library.lymenet.org/\" alt=\"LymeNet Literature Library\"> <area shape=\"RECT\" coords=\"10,83,135,100\" href=\"http://law.lymenet.org/\" alt=\"LymeNet Legal Resources\"> <area shape=\"RECT\" coords=\"10,100,135,117\" href=\"http://search.lymenet.org/\" alt=\"LymeNet Medical & Scientific Abstract Database\"> <area shape=\"RECT\" coords=\"10,117,135,135\" href=\"http://newsletter.lymenet.org/\" alt=\"LymeNet Newsletter Home Page\"> <area shape=\"RECT\" coords=\"10,135,135,153\" href=\"http://www.lymenet.org/books.shtml\" alt=\"LymeNet Recommended Books\"> <area shape=\"RECT\" coords=\"10,153,135,172\" href=\"http://www.lymenet.org/pictures.shtml\" alt=\"LymeNet Tick Pictures\"> <area shape=\"RECT\" coords=\"10,172,135,190\" href=\"http://www2.lymenet.org/domino/search.nsf/$$search\" alt=\"Search The LymeNet Site\"> <area shape=\"RECT\" coords=\"10,190,135,208\" href=\"http://www.lymenet.org/links.shtml\" alt=\"LymeNet Links\"> <area shape=\"RECT\" coords=\"10,205,135,228\" href=\"http://www.lymenet.org/help.shtml\" alt=\"LymeNet Frequently Asked Questions\"> <area shape=\"RECT\" coords=\"10,225,135,248\" href=\"http://www.lymenet.org/about.shtml\" alt=\"About The Lyme Disease Network\"> </map> <img src=\"http://www.lymenet.org/images/menu.gif\" alt=\"LymeNet Menu\" usemap=\"#menu\" border=\"0\"><br> <!-- End Menu --> <!-- Begin Facebook --> <hr> <center> <font size=\"1\"><a href=\"https://www.facebook.com/LymeDisea seNetwork\">LymeNet on Facebook</a></font> <p><iframe src=\"//www.facebook.com/plugins/like.php?href=h ttp%3A%2F%2Fwww.facebook.com%2FLymeDiseaseNetwork&width=120&height=21&colorsch eme=light&layout=button_count&action=recommend&show_faces=false&send=false &appId=66410385086\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden ; width:120px; height:21px;\" allowTransparency=\"true\"></iframe> </center> <!-- End Facebook --> <!-- Begin PayPal --> <hr> <center> <form action=\"https://www.paypal.com/us/cgi-bin/webscr\" method=\"post\" name=\"_xclick\"> <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"> <input type=\"hidden\" name=\"business\" value=\"bill@lymenet.org\"> <input type=\"hidden\" name=\"currency_code\" value=\"USD\"> <input type=\"hidden\" name=\"item_name\" value=\"Lyme Disease Network donation\"> <input type=\"hidden\" name=\"return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"cancel_return\" value=\"http://www.lymenet.org\"> <input type=\"hidden\" name=\"image_url\" value=\"http://www.lymenet.org/images/lymelogo.gif\"> <input type=\"image\" name=\"submit\" src=\"http://www.lymenet.org/images/x-click-but21.gif\" alt=\"Make payments with PayPal - it's fast, free and secure!\"><br> <font size=\"2\" color=\"green\" face=\"verdana,arial,sans-serif\">Tax deductible</font> </form> </center> <!-- End PayPal --> <!-- Begin Sponsored by --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> Sponsored by:<br> <a href=\"http://www.lymediseaseassociation.org\"><img src=\"http://www.lymenet.org/images/LDA-logo.jpg\" alt=\"Lyme Disease Association, Inc.\" border=\"0\"></a> </font> </center> <!-- End Sponsored by --> <!-- Begin Amazon --> <hr> <center> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network receives a commission from Amazon.com for each purchase originating from this site. <p>When purchasing from Amazon.com, please<br> <a href=\"http://www.amazon.com/?&tag=thelymediseasene&camp=15309&creative=331453&linkCode=st1&ref-refURL=http%3A%2F%2Fflash.lymenet.org\">click here</a> first.<br> <br> Thank you.<br> <br> </font> <iframe style=\"border:none;\" src=\"http://rcm.amazon.com/e/cm?t=thelymediseasene&o=1&p=10&l=st1&mode=books&search=lyme disease&fc1=000000<1=_blank&lc1=3366FF&bg1=FFFFFF&f=ifr\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" height=\"450\" width=\"120\" border=\"0\"></iframe> </center> <!-- End Amazon --> </td> <td align=\"LEFT\" valign=\"TOP\"> <center> <A HREF=\"http://flash.lymenet.org/\"><img src=\"http://www.lymenet.org/images/banner_flash.gif\" width=470 height=67 BORDER=0 ALT=\"LymeNet Flash Discussion\"></A><BR> <font face=\"verdana,arial,sans-serif\" size=\"3\">Dedicated to the Bachmann Family</font><br> <font size=\"1\" color=\"#000080\" face=\"verdana,arial,sans-serif\"> <p>The Lyme Disease Network is a non-profit organization funded by individual donations.<br> If you would like to support the Network and the LymeNet system of Web services, please send your donations to: <p><i>The <span itemscope itemtype=\"http://schema.org/LocalBusiness\"> <span itemprop=\"name\">Lyme Disease Network</span> of New Jersey<br> <span itemprop=\"address\" itemscope itemtype=\"http://schema.org/PostalAddress\"> <span itemprop=\"streetAddress\">43 Winton Road</span>, <span itemprop=\"addressLocality\">East Brunswick</span>, <span itemprop=\"addressRegion\">NJ</span> <span itemprop=\"postalCode\">08816</span> <span itemprop=\"addressCountry\">USA</span><br> </span> <a itemprop=\"url\" href=\"http://www.lymenet.org/\">http://www.lymenet.org/</a> </span></i> <p>In the United States, your donations are tax deductible.<br> </center> <script language=\"Javascript1.1\" type=\"text/javascript\"> <!-- var julians = new Array(\"2454540.0953\", \"2454540.1838\", \"2454541.0116\", \"2454541.0309\", \"2454541.0323\", \"2454541.1017\", \"2454541.1256\", \"2454541.1347\", \"2454541.1643\", \"2454541.1741\", \"2454541.1756\", \"2454541.1818\", \"2454541.2339\", \"2454542.0105\", \"2454542.0119\", \"2454542.0517\", \"2454542.0949\", \"2454542.1427\", \"2454543.1110\", \"2454543.2304\", \"2454544.0014\", \"2454741.1048\", \"2454741.1237\", \"2454741.2255\", \"2454741.2313\"); var posts = new Array(\"000000\", \"000001\", \"000002\", \"000003\", \"000004\", \"000005\", \"000006\", \"000007\", \"000008\", \"000009\", \"000010\", \"000011\", \"000012\", \"000013\", \"000014\", \"000015\", \"000016\", \"000017\", \"000018\", \"000019\", \"000020\", \"000021\", \"000022\", \"000023\", \"000024\"); var pages = new Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1); var replies = julians.length; function bluearrow () {var counter = 0; var baseurl = \"http://flash.lymenet.org/ubb/ultimatebb.php?ubb=get_topic;f=1;t=064442\"; var shorturl = document.location.href; var p = 1; var url = \"\"; var ploc = shorturl.indexOf(\"#\"); if(ploc > -1) {shorturl = shorturl.substr(0, ploc); } // end if var reversed = 0; while(counter < replies) {if((session_j > julians[counter]) && !reversed) {if((pages[counter] == 1) || (pages[counter] == p)) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } counter++; continue; } else if((session_j < julians[counter]) && reversed) {if((pages[counter] == 1) || (pages[counter] == p)) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } counter++; continue; } else {if(pages[counter] < 1) {continue; } if(pages[counter] == p) {url = shorturl + \"#\" + posts[counter]; } else {tp = pages[counter] ? pages[counter] : p; url = baseurl + \";p=\" + tp + \"#\" + posts[counter]; } break; } // endif } // endwhile return url; } // endfunc //--> </script> <script language=\"Javascript1.3\" type=\"text/javascript\"> function latest_check () {var real = document.location.href ? document.location.href : document.location; if(real.indexOf(\"#LATEST\") > -1) {document.location.href = bluearrow(); } // end if } // end mer </script> <center> <table border=\"0\" width=\"95%\"> <tr><td> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\"><img src=\"http://flash.lymenet.org/ubb/closed.gif\" border=\"0\" alt=\"LymeNet Flash\" /></a><font size=\"1\" face=\"verdana,arial,sans-serif\"></font> </td> <td align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=newtopic;f=1\"><img src=\"http://flash.lymenet.org/ubb/topic5.jpg\" alt=\"Post New Topic\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=poll;d=create;f=1\"><img src=\"http://flash.lymenet.org/ubb/postpoll.gif\" alt=\"New Poll\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442\"><img src=\"http://flash.lymenet.org/ubb/reply5.jpg\" border=\"0\" alt=\"Post A Reply\" /></a> <br /> </font> <font size=\"1\" face=\"verdana,arial,sans-serif\" > <span class=\"ip-is-loggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\" title=\"View your profile\">my profile</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/directory\" title=\"Community member directory\">directory</a> </span><span class=\"ip-is-notloggedin\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\" title=\"Log in to post and check your profile\">login</a> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\" title=\"Registration is free!\">register</a> </span> | <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/search/search_forum/1\" title=\"Search\">search</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/ubb/faq\" title=\"Frequently Asked Questions\">faq</a> | <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\" title=\"Forum Home\">forum home</a><br /> </font> </td></tr></table> </center> <br /> <table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"95%\" align=\"center\"> <tr><td align=\"left\" valign=\"bottom\"><font face=\"verdana,arial,sans-serif\" size=\"2\"><small> <script language=\"Javascript1.3\" type=\"text/javascript\"> <!-- var thisurl = bluearrow() if(session_j) {document.writeln(\"<br /><a href='\" + thisurl + \"'>Jump to new posts</a> \" + \"&\" + \"nbsp\" + \";\" + \"<a href='\" + thisurl + \"'><img align='middle' src='down.gif' border='0' alt='Jump to Latest Posts' /></a> \"); } // end if //--> </script> </small></font></td> <td valign=\"bottom\" align=\"right\"><font face=\"verdana,arial,sans-serif\" size=\"2\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=064442;go=older\"><img src=\"http://flash.lymenet.org/ubb/prev_topic.gif\" border=\"0\" alt=\"next oldest topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=064442;go=newer\"><img src=\"http://flash.lymenet.org/ubb/next_topic.gif\" border=\"0\" alt=\"next newest topic\" /></a></font></td></tr></table> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td valign=\"top\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> » <script language=\"Javascript\" type=\"text/javascript\"> <!-- var user_cookie = getCookie('ubber2453618.0138'); if(('' == user_cookie) || (null == user_cookie)) {// User is not logged in document.writeln('You are not logged in.' , ' <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/login\">Login</a> or <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/agree\">register</a>') } else {// User is logged in var user_array=user_cookie.split(\"&\"); user_array[2] = unescape(user_array[2]); document.writeln('Hello, ', user_array[2]); document.writeln('[ <a title=\"Click here to log out.\" href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/logoff\">log out</a> ]'); // PM check var haspms = '0'; if(haspms > 0) {document.writeln(\"<\" + \"b\" + \"r />\"); document.writeln(\"<\" + \"a\"); document.writeln(' href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/ubb/my_profile\"'); document.writeln(\">\" + \"<\" + \"im\" + \"g src=\" + '\"http://flash.lymenet.org/ubb/newpm.gif\" border=\"0\" valign=\"middle\" alt=\" [New PM] \" ' + \"/\"); document.writeln(\">You have \" + haspms + \" unread private messages.<\" + \"/\" + \"a>\"); } // end if } // end else //--> </script> </b> </font> </td> <td valign=\"top\" align=\"right\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php\">LymeNet Flash</a> » <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/category/1\"><b>Questions and Discussion</b></a> » <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/forum/1\"><b>Medical Questions</b></a> » Hyperbaric Chamber? Good or Bad? </b> </font> </td> </tr> </table></td></tr></table> <br /> <script language=\"JavaScript1.1\" type=\"text/javascript\"> <!-- var ubber_cookie = getCookie('ubber2453618.0138') var ubber_cookie_array = new Array(6); if(ubber_cookie != null) { ubber_cookie_array = ubber_cookie.split(\"&\"); } function avatar_line (avatarURL) {if(ubber_cookie_array[6] != 1) {return \"<img src='\" + avatarURL + \"' alt='Avatar Image' />\"; } // end if } // end function // --> </script> <center> <!-- UBB Friend --> <table border=\"0\" width=\"95%\"> <tr> <td valign=\"bottom\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=send_topic;t=064442;f=1\"><img src=\"http://flash.lymenet.org/ubb/ubb_friend_mini.gif\" border=\"0\" alt=\" - \" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=send_topic;t=064442;f=1\">UBBFriend: Email this page to someone!</a> </font> </td> <td align=\"right\" valign=\"bottom\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b></b> </font></td> </tr> </table> <!-- End UBB Friend --> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#D5E6E1\"> <td valign=\"middle\" width=\"18%\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Author </b></font> </td> <td valign=\"middle\" align=\"left\"> <font size=\"1\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Topic: Hyperbaric Chamber? Good or Bad?</b></font> </td> </tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000000\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/14408\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Nicoles Mom</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 14408 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000000\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,14,9,53,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-14-2008</span> <span class=\"timeformat-0\">09:53 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/14408\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Nicoles Mom\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00014408\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000000;u=00014408\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000000\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Have any of you had experience with the hyperbaric chamber? <br /><br />Good results?<br /><br />Bad results?<br /><br />I am desperate to try anything for Nicole's pain.<br /><br />Dara </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00014408\" style=\"color: #000000; text-decoration: none;\">Posts: <b>90</b></a> | From <b>Illinois / Ontario</b> | Registered: <b>Jan 2008</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000000\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000000\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000001\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> tailz </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000001\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,14,18,38,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-14-2008</span> <span class=\"timeformat-0\">06:38 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000001;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000001\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I have a friend who tried this and swears by it, but I have not tried this myself.<br /><br />I'll bump you up. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000001\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000001\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000002\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/1734\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>BOEJR</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 1734 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000002\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,1,16,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">01:16 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/1734\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for BOEJR\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00001734\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000002;u=00001734\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000002\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Hi Nicoles Mom,<br /><br />Please feel free to contact me for as much information as you would like. <br /><br />you can also reach me on my cell 908 616 0279 I can try and find you a provider. Or the nearest center.<br /><br />Kind regards,<br /><br />Julia<br /><br />--------------------<br />Please consult your LLMD before making any changes to your treatment regimen.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00001734\" style=\"color: #000000; text-decoration: none;\">Posts: <b>641</b></a> | From <b>NJ, USA</b> | Registered: <b>Oct 2001</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000002\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000002\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000003\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> bettyg </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000003\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,3,9,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">03:09 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000003;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000003\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> LYMEDAD'S daughter went thru this and made significant progress.<br /><br />it's in his posts.<br /><br />dara, you could do a SEARCH found at top<br /><br />HBOT<br />medical<br />subject line<br />any date<br />leave membership no. blank; hit send<br /><br />you should get MANY posts/replies about this; good luck! <img border=\"0\" alt=\"[group hug]\" title=\"\" src=\"graemlins/grouphug.gif\" /> <img border=\"0\" alt=\"[kiss]\" title=\"\" src=\"graemlins/kissing.gif\" /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000003\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000003\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000004\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/7519\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>ICEiam</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 7519 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000004\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,3,23,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">03:23 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/7519\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for ICEiam\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00007519\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000004;u=00007519\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000004\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> HI,<br /><br />My daughter went through 2 months/40 dives in the summer of 2006. She swears it caused damage to her ears, eyes, gave her nasal problems and caused anxiety attacks and heart palipatations.<br /><br />Now, since she is very ill with Lyme and co it may have happened anyway. Everyone is different. What helps one person doesn't always help another. The people at the center where she went were some of the kindest, most compassionate people I have ever met in my life.<br /><br />There were people there that swore that it helped them. All I can tell you is that you need to research and do what you are doing here and weigh the pros and cons. <br /><br />That is what we did before we started the treatment and spent over 2 months in a motel away from our home. We decided since my daughter's condition was getting worse and she was suffering, what could it hurt?<br /><br />It hurt..............but we wouldn't have known that had we not tried. What do you do, just sit by and watch your child suffer and not try to help them? <br /><br />Just be careful, there are those people and clinics out there that over charge and take advantage of people who are desperate to help their loved ones. Be sure and research the place you decide to take her if you do.<br /><br />Take care and if we can help in any way please PM me.<br /><br />HUGS,<br /><br />--------------------<br />ICEY<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00007519\" style=\"color: #000000; text-decoration: none;\">Posts: <b>465</b></a> | From <b>Las Vegas NV</b> | Registered: <b>Jun 2005</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000004\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000004\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000005\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> ralph </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000005\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,10,17,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">10:17 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000005;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000005\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> HBOTs increase oxygen at deeper levels in the body. It is also used for treatment in autism and cancer. Certain diseaes favor living in a low oxygen environment.<br /><br />A friend who is an MD told me I could come try his but there would be one problem - I would not want to get out. I have not tried it, YET.<br /><br />On the possible injury, another MD and his assistant (autism specialists) really emphasize that the pressure should be increased slowly, on an ongoing basis. Your body needs to get used to it slowly. If not, I have been told, injury may occur. Perhaps that is what happened.<br /><br />And I have been told that combining Far Infrared Sauna Treatment with HBOT is very good for those with Lyme. I do use a far infrared from <br /><a href=\"http://www.sunlightsaunas.com\" target=\"_blank\">www.sunlightsaunas.com</a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000005\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000005\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000006\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/11449\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>djf2005</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 11449 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000006\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,12,56,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">12:56 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/11449\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for djf2005\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00011449\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000006;u=00011449\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000006\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> this therapy has helped me make gains throughout my ongoing lyme journey.<br /><br />one caution though:<br /><br />babesia and bartonella are both red blood cell infections.<br /><br />babesia is rumored to be made worse from hbot tx, so one would think that is could do the same for bartonella.<br /><br />i am unsure of the bartonella interaction with hbot, its just my own theory, but if they are both red blood cell infections and the one thrives on oxygen then it makes me wonder....<br /><br />dont get me wrong, for LYME, hbot is GREAT.<br /><br />treat co infections first. <img border=\"0\" title=\"\" alt=\"[Smile]\" src=\"smile.gif\" /> <br /><br />derek<br /><br />--------------------<br />\"Experience is not what happens to you; it is what you do with what happens to you.\"<br /><br />djfemailbox@yahoo.com<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00011449\" style=\"color: #000000; text-decoration: none;\">Posts: <b>2269</b></a> | From <b>Lansdowne, Pa</b> | Registered: <b>Mar 2007</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000006\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000006\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000007\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/8095\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Bugg</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 8095 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000007\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,13,47,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">01:47 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/8095\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Bugg\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00008095\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000007;u=00008095\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000007\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Hi there--<br /><br />I did 40 dives at 2.8 ATA when I knew I had lyme disease but didn't know if I had other co-infections. During the dives, I definitely herxed and actually, eventually, had more stamina towards the final days of the dives. Unfortunately, about 3 weeks after I stopped, I felt an increase in fatigue, especially in my legs.....had severe heavy legs feeling...couldn't climb the stairs.....Anyway, I found out later I had undertreated/undiagnosed babesia....If I could do it all over again, I would have treated for babs first, would take abx for lyme while doing the dives, and then go back for additional maintenance dives later...I think it helps with the lyme infection but don't know about the other co-infections....Julia on this site knows a great deal about this....I would reach out to her...She has already responded to this thread...<br />Take Care!<br /><br />P.S. I dove at a center in San Diego and it wasn't Chico...just fyi.... </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00008095\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1118</b></a> | From <b>Southeast</b> | Registered: <b>Oct 2005</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000007\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000007\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000008\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/1734\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>BOEJR</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 1734 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000008\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,16,43,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">04:43 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/1734\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for BOEJR\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00001734\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000008;u=00001734\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000008\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Hi again,<br /><br />I guess that I have to chime in again. I have been asked not to post my web address so that is not my intent. However, if you send me a PM I will send you some research on HBOT and lyme.<br /><br />It is my opinion and has always been that anyone with lyme should test for co infections, heavy metals and virals. All of these factors will keep you from acheiving wellness...<br /><br />HBOT is not a cure for lyme,,, However it will bring you to a much better place in your healing. <br /><br />Words of caution, please have your ears checked for fluid prior to going to hbot. Especially if you have a history of sinus or ear infections. <br /><br />This will not preclude you from the sessions they would just have to be \"managed\" with a slower descent. In some cases ear planes can be used as well.<br /><br />HBOT should in a best case senario be offered along with abx therapy now that the oxygen carries the drug accross the blood brain barrier. At least that's the theory..<br /><br />You should have a method of detoxification down pat. You will be releasing toxins and this may cause you to become sick or Herx sometimes continuously. <br /><br />You may not feel the benefits of the HBOT for a few weeks or until you rid your body of toxins. <br /><br />I strongly suggest follow up therapies at least one, once a month to six weeks. In order to keep your immune system healthy.<br /><br />As for Babesia and Bartonella. I would also agree that you must target these first or during the treatments. <br /><br />I do not however believe that at 2.4 ATA the organism will thrive. It could however thrive at lower pressures. I could be wrong, but I have treated several people with Bart and babs with success.<br /><br />I hope that this is helpful here is a link to the efficacy of HBOT and lyme:<br /><br /><a href=\"http://www.personalconsult.com/articles/hyperbaricoxygenefficacy.html\" target=\"_blank\">HBOT and Lyme</a> <br /><br />Kind Regards,<br /><br />Julia<br /><br />--------------------<br />Please consult your LLMD before making any changes to your treatment regimen.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00001734\" style=\"color: #000000; text-decoration: none;\">Posts: <b>641</b></a> | From <b>NJ, USA</b> | Registered: <b>Oct 2001</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000008\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000008\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000009\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5831\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>oxygenbabe</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 5831 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000009\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,17,41,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">05:41 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5831\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for oxygenbabe\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00005831\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000009;u=00005831\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000009\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> HBOT: GOOD.<br /><br />Deep dives at 2.4 ata are very strong, and if you do with abx, will increase your herx; if you do w/o abx, will herx some and suppress the infection and heal tissues.<br /><br />Dives in home portable chamber keep infection somewhat in check and help all tissues and cellular function.<br /><br />It has been a major therapy for me and continues to be.<br /><br />Never did it with abx because ethey give me such fungal issues my ears and sinuses swell and I can't equalize ear pressure.<br /><br />Julia--per ears, I did have a problem after the one dive in your chamber----I think slow descent is *very* important even without pre existing ear problems. Should defer to a slow descent for all folks imo.<br /><br />Earplanes are really useful.<br /><br />Keep eyes closed in a monochamber or using a hood in a multichamber to protect the lens from oxygen diffusion across the cornea. The lens is vulnerable to oxidation.<br /><br />Don't overdo it. I think 90 minutes a day or 60 minutes twice a day is overkill.<br /><br />I don't worry about babesia and bartonella for most folks in terms of hbot, I have babesia and so have others who did hbot...it helped us get better not worse. We've discussed this before, a bug has to be aerobic or a facultative anaerobe like yeast that can switch to aerobic to be stimulated by hbot. It's not where it resides but whether it is aerobic. I do believe yeast problems can get worse on hbot. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00005831\" style=\"color: #000000; text-decoration: none;\">Posts: <b>2130</b></a> | From <b>united states</b> | Registered: <b>Jun 2004</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000009\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000009\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000010\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> jamescase20 </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000010\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,17,56,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">05:56 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000010;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000010\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I HS years ago with unknown chronic lyme, I used to get a huge sense of relief from something at the bottom of the 21 foot diving pool. I would dive and stay at the bottom as long as I could. I didnt know I had lyme, but I did tingle like abx do after doses. So I think it was killing. I have babs bart and lyme now and tryed to stay on the bottom of my 2.5 ft hot tub using breathing tube. The first day, I forced myself (had to lower temp of course) to stay asap. I was in there about 1-8 hours. Next day I felt ALIVE!!! I was shocked. I read that the mild, which is what about 2-6 ft deep under water would replicate (4 psi) mild hbot may not kill, but it does aid the body in detox. I been going under water often. I feel better too! Still sick as hell but better. I agree babs as far as illness is concerned is horrible. I am atempting to tx all 3 and its a nightmere. But a nessary evil. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000010\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000010\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000011\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/1734\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>BOEJR</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 1734 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000011\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,18,18,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">06:18 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/1734\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for BOEJR\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00001734\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000011;u=00001734\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000011\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <b>Don't overdo it. I think 90 minutes a day or 60 minutes twice a day is overkill.</b> <br /><br /><br />Thanks for the reminder! Some can tolerate this very well. However for the new \"diver\" I would not suggest it <img border=\"0\" alt=\"[hi]\" title=\"\" src=\"graemlins/hi.gif\" /> <br /><br />Kindly,<br /><br />Julia<br /><br />--------------------<br />Please consult your LLMD before making any changes to your treatment regimen.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00001734\" style=\"color: #000000; text-decoration: none;\">Posts: <b>641</b></a> | From <b>NJ, USA</b> | Registered: <b>Oct 2001</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000011\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000011\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000012\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/14139\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>HamDune</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 14139 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000012\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,15,23,39,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-15-2008</span> <span class=\"timeformat-0\">11:39 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/14139\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for HamDune\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00014139\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000012;u=00014139\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000012\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> </font><blockquote><font size=\"1\" face=\"Verdana, Arial\">quote:</font><hr /><font size=\"2\" face=\"Verdana, Arial\">Originally posted by oxygenbabe:<br /><strong> <br />We've discussed this before, a bug has to be aerobic or a facultative anaerobe like yeast that can switch to aerobic to be stimulated by hbot. It's not where it resides but whether it is aerobic. I do believe yeast problems can get worse on hbot. </strong></font><hr /></blockquote><font size=\"2\" face=\"Verdana, Arial\">Hi everyone, thanks for getting this topic rolling and all the feedback as I have been interested in this myself as I know have others.<br /><br />Oxygenbabe, and others, you mentioned that HBOT is a non-issue unless the organism(s) is aerobic. I recall in Buhner's <i>Healing Lyme</i> book that he mentions Bartonella is indeed an aerobic organism.<br /><br />Any comments on that, oxygenbabe, or anyone else in this discussion? </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00014139\" style=\"color: #000000; text-decoration: none;\">Posts: <b>85</b></a> | From <b>Texas</b> | Registered: <b>Dec 2007</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000012\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000012\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000013\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> WildCondor </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000013\"><img src=\"http://flash.lymenet.org/ubb/icons/icon6.gif\" border=\"0\" alt=\"Icon 6\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,16,1,5,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-16-2008</span> <span class=\"timeformat-0\">01:05 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000013;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000013\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> HBOT (Hyperbaric Oxygen Treatment) is a wonderful adjunctive therapy for Lyme disease. It is best done while on aggressive antibiotics. HBOT typically begins with 30 treatments in a row, once or twice daily. After that you do a 6-8 week break, then do 30 more, and so on. Usually after the initial batch of 30-60 you need 5-10 every 6-8 weeks as maintenance. The best way to do it is while on antibiotics to get the maximum effect.<br /><br />I found HBOT to be instrumental in my Lyme treatment and recovery. After 90 treatments, I was well enough to be physically active again and go on vacation. The IV antibiotics, IM Bicillin, oral Flagyl and the intense HBOT brought me back to life, and it was worth every penny.<br /><br />There are 3 main types of HBOT chambers/treatments.<br />I tired them all and found the single person (monoplace) chamber to be the best, and most effective for treating Lyme disease.<br />The 100% pure oxygen is pressurized all over your body, and especially your skin where spirochetes like to hide to avoid the heat of your body's core. My LLMD told me that the monoplace chambers are the most effective type to use for Lyme, and so I followed the Lyme protocol exactly. I dove twice per day at 2.4 ATA. It only took me one treatment at 2.0 ATA for my ears to adjust. Some people have ear issues and require temporary tubes in the ears. <br /><br />I did try the multiplace (multiple person) chamber and did not experience the same benefits as I did with the monoplace chamber.<br />You breathe the oxygen through a hood so your skin is not exposed to 100% pure oxygen at pressure. There are problems with air leaking our of the gaskets, the mask, and treatment delays involved with other patients in the chamber.<br /><br />Mild (home chambers) are not powerful enough to treat Lyme disease. they are only capable of \"diving\" to about 13 feet down, compared to about 45 feet in a monoplace chamber. They may be able to help boost your immune system, but they do not have the ability to treat Lyme effectively. Some people swear by them, but in my experience they were wimpy. <br /><br />The trick with HBOT is to keep up the treatments. If you can only afford to do 30, or 60 treatments, then space them out. I would say to do 30 initially, and then at least 5 treatments as maintenance every 8-10 weeks as you are able. Ask your LLMD what is best, but in my experience the more the better, and keep it up! <br /><br />I agree to start out slow, everyone is different with this stuff. <img border=\"0\" title=\"\" alt=\"[Smile]\" src=\"smile.gif\" /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000013\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000013\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000014\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/6998\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>IMHisda</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 6998 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000014\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,16,1,19,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-16-2008</span> <span class=\"timeformat-0\">01:19 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/6998\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for IMHisda\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00006998\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000014;u=00006998\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000014\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Nicole's mom- it helped me dramatically cognitively and other ways but I had 6 wks at 2.4 ATA 6 days a week, 2 sessions a day (very expensive). It wore off though but it helped me to know I could feel better and was an encouragement. Maintenance afterward is important and this is my challenge now.<br /><br />--------------------<br />RV<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00006998\" style=\"color: #000000; text-decoration: none;\">Posts: <b>243</b></a> | From <b>Healing in USA</b> | Registered: <b>Mar 2005</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000014\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000014\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000015\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5831\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>oxygenbabe</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 5831 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000015\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,16,5,17,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-16-2008</span> <span class=\"timeformat-0\">05:17 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5831\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for oxygenbabe\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00005831\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000015;u=00005831\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000015\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Regards the question about bartonella, I don't know, but in general hbot is a really good therapy in chronic lyme. We don't know everything but most people improve on it, even if they go through herxes.<br /><br />Wildcondor lived close to a chamber, that was ideal for continued therapy. I forgot to add, and agree with her, that maintenance is important--time. A short burst is not the best.<br /><br />In retrospect I would've done 2 months in deep dive once a day and then immediately switched to home chamber. I had no center close enough to me to fit it into my day comfortably. The first time i did it, going once a day, basically took the whole day, so for a month that was all I did and the second time just basically moved to Great Barrington for the summer, that was 90 m a day. In retrospect I would've known about mild chambers and had one waiting for me at home after that 2 month period of dives and done them 2-3 times a week and then slowly down to my current, once a week.<br /><br />Unfortunatley I didn't know about mild chambers so by the time I got one I had \"relapsed\" (a year later).<br /><br />Mild chambers cause me some herxing, not as intense as deep dive. THey also help so much in so many ways.<br /><br />Its individual of course. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00005831\" style=\"color: #000000; text-decoration: none;\">Posts: <b>2130</b></a> | From <b>united states</b> | Registered: <b>Jun 2004</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000015\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000015\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000016\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> ralph </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Unregistered <br /> <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000016\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,16,9,49,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-16-2008</span> <span class=\"timeformat-0\">09:49 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000016;u=\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000016\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Thanks for sharing your experiences, Wildcondor and Oxygenbabe. Good to hear your results.<br /><br />Oxygenbabe, can I assume Great Barrington, MA ?<br />I ask because I lived in Stockbridge for 3 years and canoed the Housatonic on a regular basis. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000016\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000016\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000017\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5831\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>oxygenbabe</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 5831 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000017\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,16,14,27,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-16-2008</span> <span class=\"timeformat-0\">02:27 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5831\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for oxygenbabe\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00005831\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000017;u=00005831\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000017\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Yes, Great Barrington. Wonderful doctor a wonderful person whose family has lyme now and they moved to New Mexico to get away from ticks. She had a big multichamber and lymies begged to be treated and she learned a lot about lyme not only thru us but unfortunately thru ticks.<br /><br />No longer there, tho. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00005831\" style=\"color: #000000; text-decoration: none;\">Posts: <b>2130</b></a> | From <b>united states</b> | Registered: <b>Jun 2004</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000017\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000017\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000018\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/8095\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Bugg</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 8095 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000018\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,17,11,10,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-17-2008</span> <span class=\"timeformat-0\">11:10 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/8095\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Bugg\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00008095\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000018;u=00008095\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000018\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Just a word about costs....There can be great variations in prices from center to center...You really want to do your shopping in terms of the history of the center in terms of its experience treating lyme patients and the cost of the sessions...Also, remember, you can try to negotiate reduced fees at some of them...Don't necessarily accept the price quoted...Finally, I know she can't post her website on here, but JBoer, Julia, I believe is an excellent contact regarding HBOT. I had a friend who dove at her center and was extremely impressed with her knowledge and care. I also believe her center charges very appropriately for care.....I encourage anyone interested in HBOT to reach out to her.... </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00008095\" style=\"color: #000000; text-decoration: none;\">Posts: <b>1118</b></a> | From <b>Southeast</b> | Registered: <b>Oct 2005</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000018\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000018\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000019\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/11549\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>Skyler</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 11549 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000019\"><img src=\"http://flash.lymenet.org/ubb/icons/icon14.gif\" border=\"0\" alt=\"Icon 14\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,17,23,4,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-17-2008</span> <span class=\"timeformat-0\">11:04 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/11549\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for Skyler\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00011549\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000019;u=00011549\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000019\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I have only heard great things about it.<br /><br />and It saved the life of an LA Traffic Reporter.<br /><br />--------------------<br />I'm probably sleeping...<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00011549\" style=\"color: #000000; text-decoration: none;\">Posts: <b>419</b></a> | From <b>Florida</b> | Registered: <b>Apr 2007</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000019\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000019\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000020\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/1734\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>BOEJR</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> LymeNet Contributor <br /> Member # 1734 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000020\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,2,18,0,14,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">03-18-2008</span> <span class=\"timeformat-0\">12:14 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/1734\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for BOEJR\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00001734\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000020;u=00001734\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000020\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> Why thank yo bugg that was so sweet : )<br /><br />Julia<br /><br />--------------------<br />Please consult your LLMD before making any changes to your treatment regimen.<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00001734\" style=\"color: #000000; text-decoration: none;\">Posts: <b>641</b></a> | From <b>NJ, USA</b> | Registered: <b>Oct 2001</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000020\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000020\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000021\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/16011\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>SuzyQ</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 16011 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000021\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,9,1,10,48,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">10-01-2008</span> <span class=\"timeformat-0\">10:48 AM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/16011\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for SuzyQ\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00016011\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000021;u=00016011\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000021\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I am trying to find a HBOT in my area. I live in western Wisconsin. My condition has progressed over the last year while on aggressive antibiotic treatment (Including 5 mo IV Rocephin) I am now using a walker and losing ground. My LLMD is very good and said this is the next thing he wants to try. He hasn't run into anyone with my degree of ongoing disability but will not give in to Lyme!<br />What would a typical HBOT treatment cost?<br />Thanks for any advice you may have.<br />God Bless,<br />Suzy </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00016011\" style=\"color: #000000; text-decoration: none;\">Posts: <b>15</b></a> | From <b>Menomonie, Wisconsin</b> | Registered: <b>Jun 2008</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000021\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000021\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000022\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/17151\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>ItCantBeTrue</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 17151 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000022\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,9,1,12,37,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">10-01-2008</span> <span class=\"timeformat-0\">12:37 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/17151\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for ItCantBeTrue\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00017151\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000022;u=00017151\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000022\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I'm starting next week at $200 per dive (90min) for thirty sessions.<br /><br />--------------------<br />IGM positive WB through Igenex:<br />18+ 31++ 34+ 41+ 66+<br /> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00017151\" style=\"color: #000000; text-decoration: none;\">Posts: <b>61</b></a> | From <b>TX</b> | Registered: <b>Sep 2008</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000022\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000022\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#dedfdf\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#dedfdf\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000023\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/16480\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>stressed out</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Member <br /> Member # 16480 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000023\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,9,1,22,55,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">10-01-2008</span> <span class=\"timeformat-0\">10:55 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/16480\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for stressed out\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00016480\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000023;u=00016480\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000023\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> i am far from an expert and most on this sight know ooodles more than me - all i can really say is what our experience was with the HBO chambers<br /><br />my wife did hbot w/ abx <br /><br />it seemed to help slightly after treatment was halted - but i must say since this was not her first IV - the improvements (at that tme) could have just as well been from the abx <br /><br />as usual she got better but when she crashed again, 9 months later and symptoms came back<br />they came back so much worse- that other guy who mentioned heavy legs - my wife cant walk at all now<br /><br />another interesting point is that my wife had tested neg. for babs more than 1 time prior to hbot-<br /><br />after the hbot she tested highly positive and her seizures got worse<br /><br />currently she is getting abx/mepron cocktail for babs and seizures are less and air starvation has improved slightly<br /><br />if we had to do it again - we would not do the hbot <br /><br />it was very expensive and not a silver bullet<br />even if it helps it isnt the be all to end all you want <br /><br />if money isnt an issue and you can afford to take financial losses then maybe it will help - but i would recommend spending that money to make sure you are seeing the best LLMD there is <br /><br />as far as it being bad for babs - i never connected the dots<br /><br /> after reading this post and also recently reading more about how babs invadeds the read blood cell <br /><br />and how a symptom of babs is air hunger and lastly my wife has purple limbs and seizures (which could be from lack of oxygen to the brain) <br /><br />it all seems to fit in a neat box - babs must actually like oxygen -- i guess it seems logical based on what has happened in our case<br /><br />maybe - i guess - i dont know........ </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00016480\" style=\"color: #000000; text-decoration: none;\">Posts: <b>25</b></a> | From <b>Florida</b> | Registered: <b>Jul 2008</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000023\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000023\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> <tr><td bgcolor=\"#f7f7f7\" colspan=\"2\"> <table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" valign=\"top\" align=\"left\"><a name=\"000024\"></a> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5831\" style=\"color: #000000; text-decoration: none;\" target=\"_blank\"><b>oxygenbabe</b></a> </font> <br /><font size=\"1\" face=\"verdana,arial,sans-serif\"> Frequent Contributor (1K+ posts) <br /> Member # 5831 <br /><br /> </font> </td> <td align=\"left\"> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php/topic/1/64442#000024\"><img src=\"http://flash.lymenet.org/ubb/icons/icon1.gif\" border=\"0\" alt=\"Icon 1\" /></a> <font size=\"1\" color=\"#800080\" face=\"verdana,arial,sans-serif\"> posted <script language=\"JavaScript1.3\" type=\"text/javascript\"> document.write(timestamp(new Date(2008,9,1,23,13,0), dfrm, tfrm, 0, 0, 0, 0)); </script><noscript><span class=\"dateformat-0\">10-01-2008</span> <span class=\"timeformat-0\">11:13 PM</span></noscript> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi/profile/5831\" target=\"_blank\"><img src=\"http://flash.lymenet.org/ubb/profile.gif\" border=\"0\" alt=\"Profile for oxygenbabe\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=private_message;u=00005831\"><img src=\"http://flash.lymenet.org/ubb/priv_message.gif\" border='0' alt=\"Send New Private Message\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=edit_post;f=1;t=064442;reply_num=000024;u=00005831\"><img src=\"http://flash.lymenet.org/ubb/edit_ubb6.gif\" border=\"0\" alt=\"Edit/Delete Post\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442;replyto=000024\"><img src=\"http://flash.lymenet.org/ubb/quote_ubb6.gif\" border=\"0\" alt=\"Reply With Quote\" /></a> </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"2\" face=\"verdana,arial,sans-serif\"> I have babs and HBOT was my lifesaver. I have a home chamber now.<br />It is not a cure, therefore, if you do a month of deep dives, it can augment abx treatment, but you have to continue some kind of treatment. Or continue your HBOT longterm.<br />Julia (boejr) got a deep dive chamber at home and continued treatments while doing bicillin shots, for at least a year.<br />I did deep dives twice--for a month and eighteen months after that (in relapse state) for 2 months.<br />I recommend 2 months of deep dives and then a home chamber or doing deep dives twice a week for another six months or a year. </font> <hr size=\"1\" style=\"color:#a8a8a8\" /> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=recent_user_posts;u=00005831\" style=\"color: #000000; text-decoration: none;\">Posts: <b>2130</b></a> | From <b>united states</b> | Registered: <b>Jun 2004</b> | IP: <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=get_ip;f=1;t=064442;reply_num=000024\">Logged</a> | <span style=\"vertical-align: bottom;\"><a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=report_a_post;f=1;t=064442;p=1;r=000024\"><img src=\"reportpost.gif\" border=\"0\" alt=\"Report this post to a Moderator\" title=\"Report this post to a Moderator\" /></a></span> </font> </td></tr> </table> </td></tr> </table></td></tr></table> <!-- Time Zone and Page Jumps --> <table border=\"0\" width=\"95%\"> <tr> <td align=\"left\" valign=\"bottom\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> </font> </td> <td valign=\"bottom\" align=\"right\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <b></b> </font> </td> </tr> </table> <!-- Quick Reply --> <div id=\"quickreply\"> <br /> <script language=\"Javascript\" type=\"text/javascript\"> <!-- graems = null; previewindow = null; function Graems () {graems = window.open(\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=graemlin_list\", \"graems\", \"width=250,height=240,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no\"); graems.focus(); } // end function Preview () {var user_cookie = getCookie('ubber2453618.0138'); if( ('' == user_cookie) || (null == user_cookie) ) {alert(\"Sorry, you must be registered and logged in to preview your post.\"); return true; } previewindow = window.open(\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=preview_post;f=1;type=reply;quick=1\", \"preview\", \"width=550,height=300,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no\"); previewindow.focus(); } // end function storeCaret (textEl) {if (textEl.createTextRange) {textEl.caretPos = document.selection.createRange().duplicate(); } // end if } // end storeCaret function insertAtCaret (textEl, text) {if (textEl.createTextRange && textEl.caretPos) {// MSIE var caretPos = textEl.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; } else if(textEl.selectionStart && textEl.setSelectionRange) {// Mozilla 1.3+ var val = textEl.value; var cpos = textEl.selectionStart; var fpos = cpos + text.length; var before = val.substr(0,cpos); var after = val.substr(cpos, val.length); var aspace = after.charAt(0) == ' ' ? \"\" : \" \"; var bspace = before.charAt(before.length) == ' ' ? \"\" : \" \"; textEl.value = before + bspace + text + aspace + after; textEl.setSelectionRange(fpos,fpos); // set cursor pos to end of text textEl.focus(); } else {textEl.value = textEl.value + text; // otherwise just append } return true; } // end insertAtCaret // --> </script> <form method=\"post\" action=\"http://flash.lymenet.org/scripts/ultimatebb.cgi\" name=\"replier\" style=\"display: inline;\"onsubmit=\"if(previewindow != null) previewindow.close(); if(graems != null) graems.close();\"> <input type=\"hidden\" name=\"ubb\" value=\"submit_new_reply\" /> <input type=\"hidden\" name=\"quick\" value=\"yes\" /> <input type=\"hidden\" name=\"f\" value=\"1\" /> <input type=\"hidden\" name=\"t\" value=\"064442\" /> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr bgcolor=\"#D5E6E1\"> <td align=\"left\" colspan=\"2\"> <font size=\"2\" face=\"verdana,arial,sans-serif\" color=\"#000080\"><b> Quick Reply </b></font> </td> </tr> <tr bgcolor=\"#f7f7f7\"> <td width=\"18%\" rowspan=\"2\" valign=\"top\" align=\"left\"><font face=\"verdana,arial,sans-serif\" size=\"2\"> <b>Message:</b> <br /><br /> </font> <font face=\"verdana,arial,sans-serif\" size=\"1\"> HTML is not enabled. <br /> <a href=\"http://flash.lymenet.org/ubb/ultimatebb.php?ubb=ubb_code_page\" target=\"_blank\">UBB Code� is enabled.</a> <br /> <br /> <a href=\"javascript:void(0);\" onclick=\"Graems()\">Instant Graemlins</a> <br /> <!-- Always append the siggy and don't disable graemlins --> <input type=\"hidden\" name=\"disable_smilies\" value=\"0\" /> <input type=\"hidden\" name=\"Signature\" value=\"yes\" /> </font></td> <td valign=\"top\" align=\"left\"> <textarea name=\"message\" rows=\"10\" cols=\"50\" wrap=\"virtual\"></textarea> </td> </tr> <tr bgcolor=\"#f7f7f7\"> <td valign=\"top\" align=\"left\"> <input type=\"submit\" name=\"submitted\" value=\"Add Reply\" /> <input type=\"button\" name=\"preview\" value=\"Preview Post\" onclick=\"Preview()\" /> <input type=\"submit\" name=\"full\" value=\"Full Reply Form\" /> </td> </tr> </table></td></tr></table> </form> <br /> </div> <br /> <!-- Bottom Navigation Table --> <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"95%\" align=\"center\"> <tr bgcolor=\"#FFFFFF\"><td> <table border=\"0\" width=\"100%\" cellpadding=\"3\" cellspacing=\"0\"> <tr> <td width=\"25%\" bgcolor=\"#f7f7f7\" nowrap=\"nowrap\" valign=\"bottom\" align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=newtopic;f=1\"><img src=\"http://flash.lymenet.org/ubb/topic5.jpg\" alt=\"Post New Topic\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=poll;d=create;f=1\"><img src=\"http://flash.lymenet.org/ubb/postpoll.gif\" alt=\"New Poll\" border=\"0\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=reply;f=1;t=064442\"><img src=\"http://flash.lymenet.org/ubb/reply5.jpg\" border=\"0\" alt=\"Post A Reply\" /></a> </font> </td> <td width=\"50%\" bgcolor=\"#dedfdf\" valign=\"bottom\" align=\"center\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=close_topic;t=064442;f=1\"><img src=\"http://flash.lymenet.org/ubb/close_topic.gif\" border=\"0\" alt=\"Close Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=stick_topic;f=1;t=064442\"><img src=\"http://flash.lymenet.org/ubb/feature_topic.gif\" border=\"0\" alt=\"Feature Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=transfer;t=064442;f=1\"><img src=\"http://flash.lymenet.org/ubb/move_topic.gif\" border=\"0\" alt=\"Move Topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=delete_topic;f=1;t=064442\"><img src=\"http://flash.lymenet.org/ubb/delete_topic.gif\" border=\"0\" alt=\"Delete Topic\" /></a> </font> </td> <td width=\"25%\" bgcolor=\"#f7f7f7\" align=\"right\" valign=\"middle\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=064442;go=older\"><img src=\"http://flash.lymenet.org/ubb/prev_topic.gif\" border=\"0\" alt=\"next oldest topic\" /></a> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=next_topic;f=1;t=064442;go=newer\"><img src=\"http://flash.lymenet.org/ubb/next_topic.gif\" border=\"0\" alt=\"next newest topic\" /></a> </font> </td> </tr> </table></td></tr></table> <!-- Hop To Box --> <table border=\"0\" width=\"95%\"> <tr> <td align=\"left\" valign=\"top\" width=\"50%\"> <font size=\"1\" face=\"verdana,arial,sans-serif\"> <a href=\"http://flash.lymenet.org/scripts/ultimatebb.cgi?ubb=print_topic;f=1;t=064442\"><img src=\"http://flash.lymenet.org/ubb/print_topic.gif\" border=\"0\" alt=\" - \" title=\"\" /> Printer-friendly view of this topic</a> </font> </td> <td align=\"right\" valign=\"top\" nowrap=\"nowrap\" width=\"50%\"> <form action=\"http://flash.lymenet.org/ubb/ultimatebb.php\" method=\"get\"> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <input type=\"hidden\" name=\"ubb\" value=\"forum\" /> <b>Hop To: </b><select name=\"f\"> <option value=''>Select a Forum:</option> <option value=''></option> <option value=\"\"> </option> <option value=\"CAT:1\">Category: Questions and Discussion</option> <option value=\"\">--------------------</option> <option value=\"2\">Seeking a Doctor</option> <option value=\"8\">Activism</option> <option value=\"1\" selected=\"selected\">Medical Questions</option> <option value=\"3\">General Support</option> <option value=\"4\">Off Topic</option> <option value=\"5\">Computer Questions</option> <option value=\"\"> </option> <option value=\"CAT:2\">Category: News and Information</option> <option value=\"\">--------------------</option> <option value=\"6\">Press Releases / News</option> <option value=\"7\">Lyme Disease Association</option> </select> <input type=\"submit\" name=\"submit\" value=\"Go\" /> </font></form> </td> </tr> </table> </center> <br /> <script language=\"JavaScript\" type=\"text/javascript\"> setTimeout(\"latest_check();\", 1000); </script> <br /> <center> <font size=\"2\" face=\"verdana,arial,sans-serif\"> <a href=\"http://www.lymenet.org/contact.shtml\">Contact Us</a> | <a href=\"http://www.lymenet.org\">LymeNet home page</a> | <a href=\"http://www.lymenet.org/terms.shtml\">Privacy Statement</a></font> <br /> <br /> <font color=\"#a8a8a8\" size=\"1\" face=\"verdana,arial,sans-serif\">© 1994-2013 The Lyme Disease Network of New Jersey, Inc.<BR> All Rights Reserved.<BR> Use of the LymeNet Site is subject to the <A HREF=\"http://www.lymenet.org/terms.shtml\">Terms and Conditions</A>. <br /><br /> <a href=\"http://www.groupee.com/landing/goto.php?a=ubb.classic\">Powered by UBB.classic™ 6.7.3<!-- 06070301.590 --></a> <br /><!-- Translators: Put your \"translation by\" wording here --> </font> </center> <br /> <hr> <center> <p><a href=\"http://www.lymenet.org/\">Home</a> | <a href=\"http://flash.lymenet.org/\">Flash Discussion</a> | <a href=\"http://www.lymenet.org/SupportGroups\">Support Groups</a> | <a href=\"http://library.lymenet.org/\">On-Line Library</a><br> <a href=\"http://law.lymenet.org/\">Legal Resources</a> | <a href=\"http://search.lymenet.org\">Medical Abstracts</a> | <a href=\"http://newsletter.lymenet.org\">Newsletter</a> | <a href=\"http://www.lymenet.org/books.shtml\">Books</a><br> <a href=\"http://www.lymenet.org/pictures.shtml\">Pictures</a> | <a href=\"http://www2.lymenet.org/domino/search.nsf/$$Search\">Site Search</a> | <a href=\"http://www.lymenet.org/links.shtml\">Links</a> | <a href=\"http://www.lymenet.org/help.shtml\">Help/Questions</a><br> <a href=\"http://www.lymenet.org/about.shtml\">About LymeNet</a> | <a href=\"http://www.lymenet.org/contact.shtml\">Webmaster</a></p> </center> <hr> <center> <p><a href=\"http://www.ibstales.com\" target=\"_blank\"><img src=\"http://www.lymenet.org/images/hopeaward.jpg\" alt=\"IBS Hope Award\"></a> </center> <hr> </td> </tr> </table> </body> </html>"); + } +} diff --git a/Survey/src/java/servlet/Post.java b/Survey/src/java/servlet/Post.java new file mode 100644 index 0000000..9639a40 --- /dev/null +++ b/Survey/src/java/servlet/Post.java @@ -0,0 +1,87 @@ +/* + * July 23rd, 2013 + * + * Post objects contain the string of the post content and some other + * features about the post parsed from the html. These features will be used + * by some of the classifiers to determine whether the post fits the definition + * of experiential, information seeking, citing information, and listing + * symptoms. This class will be used for the classification part of our + * Chronic Web site augmentation, which aims to create an interface for + * Lymenet.org users that helps them find the most credible, helpful, and + * relevant posts for their queries. See "fileNotes.txt" for a list of other + * files in this folder + * + */ +package servlet; + +/** + * + * @author jessie + */ +public class Post { + private String postContent; // the actual post + private String numLinks; // the number of links within the post + private String numPostsByUser; // number of posts by the user + private String replyNum; // where the post falls in the thread (first=0) + private String isTerminating; // whether the post is the last in the thread + private String numChars; // number of characters in the thread + private String wordsPerPara; // number of words between every <br/> + private String breaksToWordsRatio; // ratio of the # words to the # <br/>'s + + // Don't do anything at initialization; + // we'll set the attributes as we go through the html code + public Post(){ + } + + // Setters that set the value of each attribute: + public void setContent(String postContent){ + this.postContent=postContent; + } + public void setNumLinks(String numLinks) { + this.numLinks=numLinks; + } + public void setnumPostsByUser(String numPostsByUser) { + this.numPostsByUser = numPostsByUser; + } + public void setreplyNum(String replyNum) { + this.replyNum=replyNum; + } + public void setisTerminating(String isTerminating) { + this.isTerminating=isTerminating; + } + public void setnumChars(String numChars) { + this.numChars = numChars; + } + public void setwordsParPara(String wordsPerPara) { + this.wordsPerPara=wordsPerPara; + } + public void setbreaksToWordsRatio(String breaksToWordsRatio) { + this.breaksToWordsRatio=breaksToWordsRatio; + } + + // Getters that return the values of each attribute: + public String getContent(){ + return postContent; + } + public String getNumLinks() { + return numLinks; + } + public String numPostsByUser() { + return numPostsByUser; + } + public String replyNum() { + return replyNum; + } + public String isTerminating() { + return isTerminating; + } + public String numChars() { + return numChars; + } + public String wordsParPara() { + return wordsPerPara; + } + public String breaksToWordsRatio() { + return breaksToWordsRatio; + } +} diff --git a/Survey/src/java/servlet/PostTask.java b/Survey/src/java/servlet/PostTask.java new file mode 100644 index 0000000..02da260 --- /dev/null +++ b/Survey/src/java/servlet/PostTask.java @@ -0,0 +1,391 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import javax.servlet.ServletException; +//import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; + +/** + * + * @author Cheng Guo + */ +//@WebServlet(name = "postTask", urlPatterns = {"/postTask"}) +public class PostTask extends HttpServlet { + + public PostTask() { + } + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + /* TODO output your page here. You may use following sample code. */ + HttpSession session = request.getSession(false); + String time = (String) session.getAttribute("currentSessionUser"); + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + OutputStream file = new FileOutputStream(txt, true); + + //write answers to the file + + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<postTask>").getBytes()); + DateFormat dateFormat1 = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + Date date = new Date(); + String time1 = dateFormat1.format(date); +// file.write(("<time>").getBytes()); +// file.write(time1.getBytes()); +// file.write(("</time>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + String hbo_recommendation = request.getParameter("hbo_recommendation"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("hbo_recommendation").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (hbo_recommendation != null) { + file.write(hbo_recommendation.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (hbo_recommendation != null) { + file.write(hbo_recommendation.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String rife_recommendation = request.getParameter("rife_recommendation"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("rife_recommendation").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (rife_recommendation != null) { + file.write(rife_recommendation.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (rife_recommendation != null) { + file.write(rife_recommendation.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String probiotics_recommendation = request.getParameter("probiotics_recommendation"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("probiotics_recommendation").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (probiotics_recommendation != null) { + file.write(probiotics_recommendation.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (probiotics_recommendation != null) { + file.write(probiotics_recommendation.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + +// String seekOnlineHealthInfo = request.getParameter("seekOnlineHealthInfo"); +// file.write(System.getProperty("line.separator").getBytes()); +// file.write(("<question>").getBytes()); +// file.write(("<time>").getBytes()); +// file.write(time1.getBytes()); +// file.write(("</time>").getBytes()); +// file.write(("<name>").getBytes()); +// file.write(("seekOnlineHealthInfo").getBytes()); +// file.write(("</name>").getBytes()); +// file.write(("<value>").getBytes()); +// if (seekOnlineHealthInfo != null) { +// file.write(seekOnlineHealthInfo.substring(0, 1).getBytes()); +// } +// file.write(("</value>").getBytes()); +// file.write(("<label>").getBytes()); +// if (seekOnlineHealthInfo != null) { +// file.write(seekOnlineHealthInfo.substring(1).getBytes()); +// } +// file.write(("</label>").getBytes()); +// file.write(("</question>").getBytes()); + + String hbo_explanation = request.getParameter("hbo_explanation"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("hbo_explanation").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (hbo_explanation != null) { + file.write(hbo_explanation.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + + String rife_explanation = request.getParameter("rife_explanation"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("rife_explanation").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (rife_explanation!= null) { + file.write(rife_explanation.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + + String probiotics_explanation = request.getParameter("probiotics_explanation"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("probiotics_explanation").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (probiotics_explanation!= null) { + file.write(probiotics_explanation.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + + String importance_effectiveness = request.getParameter("importance_effectiveness"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("importance_effectiveness").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (importance_effectiveness != null) { + file.write(importance_effectiveness.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (importance_effectiveness!= null) { + file.write(importance_effectiveness.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String importance_patientReports = request.getParameter("importance_patientReports"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("importance_patientReports").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (importance_patientReports != null) { + file.write(importance_patientReports.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (importance_patientReports!= null) { + file.write(importance_patientReports.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String importance_expertReports = request.getParameter("importance_expertReports"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("importance_expertReports").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (importance_expertReports != null) { + file.write(importance_expertReports.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (importance_expertReports != null) { + file.write(importance_expertReports.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String importance_trustworthiness = request.getParameter("importance_trustworthiness"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("importance_trustworthiness").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (importance_trustworthiness != null) { + file.write(importance_trustworthiness.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (importance_trustworthiness != null) { + file.write(importance_trustworthiness.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String importance_factualSupport = request.getParameter("importance_factualSupport"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("importance_factualSupport").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (importance_factualSupport != null) { + file.write(importance_factualSupport.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (importance_factualSupport != null) { + file.write(importance_factualSupport.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String importance_popularity = request.getParameter("importance_popularity"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("importance_popularity").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (importance_popularity != null) { + file.write(importance_popularity.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (importance_popularity != null) { + file.write(importance_popularity.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String otherComments = request.getParameter("otherComments"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("otherComments").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (importance_popularity != null) { + file.write(otherComments.getBytes()); + } + file.write(("</value>").getBytes()); + + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("</postTask>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + file.close(); + + response.sendRedirect("conclusion.jsp"); + + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/Search1.java b/Survey/src/java/servlet/Search1.java new file mode 100644 index 0000000..b3f6187 --- /dev/null +++ b/Survey/src/java/servlet/Search1.java @@ -0,0 +1,192 @@ +package servlet; + +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +import com.google.api.client.http.javanet.NetHttpTransport; +import com.google.api.client.json.jackson2.JacksonFactory; +import com.google.api.services.customsearch.Customsearch; +import com.google.api.services.customsearch.model.Result; +import java.io.BufferedReader; +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.net.URL; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.List; +import java.util.logging.Level; +import java.util.logging.Logger; +import javax.servlet.ServletContext; +import javax.servlet.ServletException; +import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; + +/** + * + * @author Cheng Guo + */ +@WebServlet(urlPatterns = {"/Search"}) +public class Search1 extends HttpServlet { + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException, Exception { + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + // Get your query string posted by the user + String query = request.getParameter("query"); +// String query = "hyperbaric"; + //Instantiate a Customsearch object using NetHttpTransport and the JacksonFactory (JSON library) + Customsearch customsearch; + customsearch = new Customsearch(new NetHttpTransport(), new JacksonFactory(), null); + // Instantiate a Customsearch.Cse.List object using your query string + com.google.api.services.customsearch.Customsearch.Cse.List list = customsearch.cse().list(query); + // Set your API KEY + list.setKey("AIzaSyBHA8MVxsOL-m7HhqtjQYs4OelUNueEMGs"); + // Set your custom search engine ID + list.setCx("004420932855421078394:2omxas5gw9s"); + //Get page number + String page = request.getParameter("page"); + list.setStart(new Long(Integer.parseInt(page)*10 + 1)); + // Execute the search + com.google.api.services.customsearch.model.Search results = list.execute(); + // Get the result items + List<Result> items = results.getItems(); + // Loop through your result items and stream them to the client +// for (Result result : items) { +// String url = result.getLink(); +// String rawTitle = result.getHtmlTitle(); +// int index1 = rawTitle.indexOf("Flash"); +// String title = rawTitle.substring(index1 + 6); +// out.println(title + "|"); +// out.println(url + "$"); +// //Call machine learning +// URL MLurl = new URL(url); +// InputStream is = (InputStream) MLurl.getContent(); +// BufferedReader br = new BufferedReader(new InputStreamReader(is)); +// String line = null; +// StringBuffer sb = new StringBuffer(); +// while ((line = br.readLine()) != null) { +// sb.append(line); +// } +// String htmlContent = sb.toString(); +// ModificationValues mv = new ModificationValues(); +// mv.rootPath = contextPath; +// String output = mv.findAllClasses(htmlContent); +// out.println(output); +// } + HttpSession session = request.getSession(true); + String currentUser = (String) session.getAttribute("currentSessionUser"); + String url1 = items.get(0).getLink(); + session.setAttribute("1url0" + currentUser, url1); + String title1 = items.get(0).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url2 = items.get(1).getLink(); + session.setAttribute("1url1" + currentUser, url2); + String title2 = items.get(1).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url3 = items.get(2).getLink(); + session.setAttribute("1url2" + currentUser, url3); + String title3 = items.get(2).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url4 = items.get(3).getLink(); + session.setAttribute("1url3" + currentUser, url4); + String title4 = items.get(3).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + System.out.println(title4); + System.out.println(items.get(3).getHtmlTitle()); + String url5 = items.get(4).getLink(); + session.setAttribute("1url4" + currentUser, url5); + String title5 = items.get(4).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url6 = items.get(5).getLink(); + session.setAttribute("1url5" + currentUser, url6); + String title6 = items.get(5).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url7 = items.get(6).getLink(); + session.setAttribute("1url6" + currentUser, url7); + String title7 = items.get(6).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url8 = items.get(7).getLink(); + session.setAttribute("1url7" + currentUser, url8); + String title8 = items.get(7).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url9 = items.get(8).getLink(); + session.setAttribute("1url8" + currentUser, url9); + String title9 = items.get(8).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url10 = items.get(9).getLink(); + session.setAttribute("1url9" + currentUser, url10); + String title10 = items.get(9).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String message = "{" + "\"url1\":" + '"' + url1 + '"' + ",\"title1\":" + '"' + title1 + '"' + ",\"url2\":" + '"' + url2 + '"' + ",\"title2\":" + '"' + title2 + '"' + + ",\"url3\":" + '"' + url3 + '"' + ",\"title3\":" + '"' + title3 + '"' + ",\"url4\":" + '"' + url4 + '"' + ",\"title4\":" + '"' + title4 + '"' + + ",\"url5\":" + '"' + url5 + '"' + ",\"title5\":" + '"' + title5 + '"' + ",\"url6\":" + '"' + url6 + '"' + ",\"title6\":" + '"' + title6 + '"' + + ",\"url7\":" + '"' + url7 + '"' + ",\"title7\":" + '"' + title7 + '"' + ",\"url8\":" + '"' + url8 + '"' + ",\"title8\":" + '"' + title8 + '"' + + ",\"url9\":" + '"' + url9 + '"' + ",\"title9\":" + '"' + title9 + '"' + ",\"url10\":" + '"' + url10 + '"' + ",\"title10\":" + '"' + title10 + '"' + + "}"; + out.println(message); + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(Search1.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + try { + processRequest(request, response); + } catch (Exception ex) { + Logger.getLogger(Search1.class.getName()).log(Level.SEVERE, null, ex); + } + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/Search2.java b/Survey/src/java/servlet/Search2.java new file mode 100644 index 0000000..3a49c9d --- /dev/null +++ b/Survey/src/java/servlet/Search2.java @@ -0,0 +1,145 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import com.google.api.client.http.javanet.NetHttpTransport; +import com.google.api.client.json.jackson2.JacksonFactory; +import com.google.api.services.customsearch.Customsearch; +import com.google.api.services.customsearch.model.Result; +import java.io.IOException; +import java.io.PrintWriter; +import java.util.List; +import javax.servlet.ServletException; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; + +/** + * + * @author Cheng Guo + */ +public class Search2 extends HttpServlet { + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + // Get your query string posted by the user + String query = request.getParameter("query"); +// String query = "hyperbaric"; + //Instantiate a Customsearch object using NetHttpTransport and the JacksonFactory (JSON library) + Customsearch customsearch; + customsearch = new Customsearch(new NetHttpTransport(), new JacksonFactory(), null); + // Instantiate a Customsearch.Cse.List object using your query string + com.google.api.services.customsearch.Customsearch.Cse.List list = customsearch.cse().list(query); + // Set your API KEY + list.setKey("AIzaSyBHA8MVxsOL-m7HhqtjQYs4OelUNueEMGs"); + // Set your custom search engine ID + list.setCx("004420932855421078394:2omxas5gw9s"); + //Get page number + String page = request.getParameter("page"); + list.setStart(new Long(Integer.parseInt(page)*10 + 1)); + // Execute the search + com.google.api.services.customsearch.model.Search results = list.execute(); + // Get the result items + List<Result> items = results.getItems(); + + HttpSession session = request.getSession(true); + String currentUser = (String) session.getAttribute("currentSessionUser"); + String url1 = items.get(0).getLink(); + session.setAttribute("2url0" + currentUser, url1); + String title1 = items.get(0).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url2 = items.get(1).getLink(); + session.setAttribute("2url1" + currentUser, url2); + String title2 = items.get(1).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url3 = items.get(2).getLink(); + session.setAttribute("2url2" + currentUser, url3); + String title3 = items.get(2).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url4 = items.get(3).getLink(); + session.setAttribute("2url3" + currentUser, url4); + String title4 = items.get(3).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url5 = items.get(4).getLink(); + session.setAttribute("2url4" + currentUser, url5); + String title5 = items.get(4).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url6 = items.get(5).getLink(); + session.setAttribute("2url5" + currentUser, url6); + String title6 = items.get(5).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url7 = items.get(6).getLink(); + session.setAttribute("2url6" + currentUser, url7); + String title7 = items.get(6).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url8 = items.get(7).getLink(); + session.setAttribute("2url7" + currentUser, url8); + String title8 = items.get(7).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url9 = items.get(8).getLink(); + session.setAttribute("2url8" + currentUser, url9); + String title9 = items.get(8).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url10 = items.get(9).getLink(); + session.setAttribute("2url9" + currentUser, url10); + String title10 = items.get(9).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String message = "{" + "\"url1\":" + '"' + url1 + '"' + ",\"title1\":" + '"' + title1 + '"' + ",\"url2\":" + '"' + url2 + '"' + ",\"title2\":" + '"' + title2 + '"' + + ",\"url3\":" + '"' + url3 + '"' + ",\"title3\":" + '"' + title3 + '"' + ",\"url4\":" + '"' + url4 + '"' + ",\"title4\":" + '"' + title4 + '"' + + ",\"url5\":" + '"' + url5 + '"' + ",\"title5\":" + '"' + title5 + '"' + ",\"url6\":" + '"' + url6 + '"' + ",\"title6\":" + '"' + title6 + '"' + + ",\"url7\":" + '"' + url7 + '"' + ",\"title7\":" + '"' + title7 + '"' + ",\"url8\":" + '"' + url8 + '"' + ",\"title8\":" + '"' + title8 + '"' + + ",\"url9\":" + '"' + url9 + '"' + ",\"title9\":" + '"' + title9 + '"' + ",\"url10\":" + '"' + url10 + '"' + ",\"title10\":" + '"' + title10 + '"' + + "}"; + out.println(message); + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/Search3.java b/Survey/src/java/servlet/Search3.java new file mode 100644 index 0000000..23c78fc --- /dev/null +++ b/Survey/src/java/servlet/Search3.java @@ -0,0 +1,145 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import com.google.api.client.http.javanet.NetHttpTransport; +import com.google.api.client.json.jackson2.JacksonFactory; +import com.google.api.services.customsearch.Customsearch; +import com.google.api.services.customsearch.model.Result; +import java.io.IOException; +import java.io.PrintWriter; +import java.util.List; +import javax.servlet.ServletException; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; + +/** + * + * @author Cheng Guo + */ +public class Search3 extends HttpServlet { + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + // Get your query string posted by the user + String query = request.getParameter("query"); +// String query = "hyperbaric"; + //Instantiate a Customsearch object using NetHttpTransport and the JacksonFactory (JSON library) + Customsearch customsearch; + customsearch = new Customsearch(new NetHttpTransport(), new JacksonFactory(), null); + // Instantiate a Customsearch.Cse.List object using your query string + com.google.api.services.customsearch.Customsearch.Cse.List list = customsearch.cse().list(query); + // Set your API KEY + list.setKey("AIzaSyBHA8MVxsOL-m7HhqtjQYs4OelUNueEMGs"); + // Set your custom search engine ID + list.setCx("004420932855421078394:2omxas5gw9s"); + //Get page number + String page = request.getParameter("page"); + list.setStart(new Long(Integer.parseInt(page)*10 + 1)); + // Execute the search + com.google.api.services.customsearch.model.Search results = list.execute(); + // Get the result items + List<Result> items = results.getItems(); + + HttpSession session = request.getSession(true); + String currentUser = (String) session.getAttribute("currentSessionUser"); + String url1 = items.get(0).getLink(); + session.setAttribute("3url0" + currentUser, url1); + String title1 = items.get(0).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url2 = items.get(1).getLink(); + session.setAttribute("3url1" + currentUser, url2); + String title2 = items.get(1).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url3 = items.get(2).getLink(); + session.setAttribute("3url2" + currentUser, url3); + String title3 = items.get(2).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url4 = items.get(3).getLink(); + session.setAttribute("3url3" + currentUser, url4); + String title4 = items.get(3).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url5 = items.get(4).getLink(); + session.setAttribute("3url4" + currentUser, url5); + String title5 = items.get(4).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url6 = items.get(5).getLink(); + session.setAttribute("3url5" + currentUser, url6); + String title6 = items.get(5).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url7 = items.get(6).getLink(); + session.setAttribute("3url6" + currentUser, url7); + String title7 = items.get(6).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url8 = items.get(7).getLink(); + session.setAttribute("3url7" + currentUser, url8); + String title8 = items.get(7).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url9 = items.get(8).getLink(); + session.setAttribute("3url8" + currentUser, url9); + String title9 = items.get(8).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String url10 = items.get(9).getLink(); + session.setAttribute("3url9" + currentUser, url10); + String title10 = items.get(9).getHtmlTitle().replace("LymeNet Flash:", "").replace("<b>LymeNet</b> Flash:", ""); + String message = "{" + "\"url1\":" + '"' + url1 + '"' + ",\"title1\":" + '"' + title1 + '"' + ",\"url2\":" + '"' + url2 + '"' + ",\"title2\":" + '"' + title2 + '"' + + ",\"url3\":" + '"' + url3 + '"' + ",\"title3\":" + '"' + title3 + '"' + ",\"url4\":" + '"' + url4 + '"' + ",\"title4\":" + '"' + title4 + '"' + + ",\"url5\":" + '"' + url5 + '"' + ",\"title5\":" + '"' + title5 + '"' + ",\"url6\":" + '"' + url6 + '"' + ",\"title6\":" + '"' + title6 + '"' + + ",\"url7\":" + '"' + url7 + '"' + ",\"title7\":" + '"' + title7 + '"' + ",\"url8\":" + '"' + url8 + '"' + ",\"title8\":" + '"' + title8 + '"' + + ",\"url9\":" + '"' + url9 + '"' + ",\"title9\":" + '"' + title9 + '"' + ",\"url10\":" + '"' + url10 + '"' + ",\"title10\":" + '"' + title10 + '"' + + "}"; + out.println(message); + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/Task.java b/Survey/src/java/servlet/Task.java new file mode 100644 index 0000000..4f776e6 --- /dev/null +++ b/Survey/src/java/servlet/Task.java @@ -0,0 +1,449 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import javax.servlet.ServletException; +//import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; + +/** + * + * @author Cheng Guo + */ +//@WebServlet(name = "task", urlPatterns = {"/task"}) +public class Task extends HttpServlet { + + public Task() { + } + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + /* TODO output your page here. You may use following sample code. */ + HttpSession session = request.getSession(false); + String time = (String) session.getAttribute("currentSessionUser"); + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + OutputStream file = new FileOutputStream(txt, true); + + //write user's answer into the file + file.write(System.getProperty("line.separator").getBytes()); +// file.write(("<task>").getBytes()); +// file.write(("<time>").getBytes()); + DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + Date date = new Date(); + String time1 = dateFormat.format(date); +// file.write(time1.getBytes()); +// file.write(("</time>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<lymeTreat>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + String treat_answer = request.getParameter("treat_answer"); + file.write(("treat_answer").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (treat_answer != null) { + file.write(treat_answer.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + + String treat_trustworthiness = request.getParameter("treat_trustworthiness"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("treat_trustworthiness").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(treat_trustworthiness)) { + file.write(treat_trustworthiness.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(treat_trustworthiness)) { + file.write(treat_trustworthiness.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String treat_factualSupport = request.getParameter("treat_factualSupport"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("treat_factualSupport").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(treat_factualSupport)) { + file.write(treat_factualSupport.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(treat_factualSupport)) { + file.write(treat_factualSupport.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String treat_ppositive = request.getParameter("treat_ppositive"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("treat_ppositive").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(treat_ppositive)) { + file.write(treat_ppositive.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(treat_ppositive)) { + file.write(treat_ppositive.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String treat_epositive = request.getParameter("treat_epositive"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("treat_epositive").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(treat_epositive)) { + file.write(treat_epositive.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(treat_epositive)) { + file.write(treat_epositive.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String treat_effective = request.getParameter("treat_effective"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("treat_effective").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(treat_effective)) { + file.write(treat_effective.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(treat_effective)) { + file.write(treat_effective.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String treat_popularity = request.getParameter("treat_popularity"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("treat_popularity").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(treat_popularity)) { + file.write(treat_popularity.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(treat_popularity)) { + file.write(treat_popularity.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String treat_recommend = request.getParameter("treat_recommend"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("treat_recommend").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(treat_recommend)) { + file.write(treat_recommend.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(treat_recommend)) { + file.write(treat_recommend.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("</lymeTreat>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String diagnose_answer = request.getParameter("diagnose_answer"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<lymeDiagnose>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("diagnose_answer").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (diagnose_answer != null) { + file.write(diagnose_answer.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + + String diagnose_trustworthiness = request.getParameter("diagnose_trustworthiness"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("diagnose_trustworthiness").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(diagnose_trustworthiness)) { + file.write(diagnose_trustworthiness.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(diagnose_trustworthiness)) { + file.write(diagnose_trustworthiness.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String diagnose_factualSupport = request.getParameter("diagnose_factualSupport"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("diagnose_factualSupport").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(diagnose_factualSupport)) { + file.write(diagnose_factualSupport.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(diagnose_factualSupport)) { + file.write(diagnose_factualSupport.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String diagnose_ppositive = request.getParameter("diagnose_ppositive"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("diagnose_ppositive").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(diagnose_ppositive)) { + file.write(diagnose_ppositive.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(diagnose_ppositive)) { + file.write(diagnose_ppositive.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String diagnose_epositive = request.getParameter("diagnose_epositive"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("diagnose_epositive").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(diagnose_epositive)) { + file.write(diagnose_epositive.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(diagnose_epositive)) { + file.write(diagnose_epositive.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String diagnose_effective = request.getParameter("diagnose_effective"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("diagnose_effective").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(diagnose_effective)) { + file.write(diagnose_effective.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(diagnose_effective)) { + file.write(diagnose_effective.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String diagnose_popularity = request.getParameter("diagnose_popularity"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("diagnose_popularity").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(diagnose_popularity)) { + file.write(diagnose_popularity.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(diagnose_popularity)) { + file.write(diagnose_popularity.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + + String diagnose_recommend = request.getParameter("diagnose_recommend"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("diagnose_recommend").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (!"".equals(diagnose_recommend)) { + file.write(diagnose_recommend.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (!"".equals(diagnose_recommend)) { + file.write(diagnose_recommend.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("</lymeDiagnose>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.close(); + + response.sendRedirect("postTask.jsp"); + + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/UserAgreement.java b/Survey/src/java/servlet/UserAgreement.java new file mode 100644 index 0000000..0c7e4fa --- /dev/null +++ b/Survey/src/java/servlet/UserAgreement.java @@ -0,0 +1,139 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import javax.servlet.ServletException; +//import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; + +/** + * + * @author Cheng Guo + */ +//@WebServlet(name = "userAgreement", urlPatterns = {"/userAgreement"}) +public class UserAgreement extends HttpServlet { + + public UserAgreement() { + } + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + /* TODO output your page here. You may use following sample code. */ + DateFormat dateFormat = new SimpleDateFormat("MMddHHmmss"); + //get current date time with Date() + Date date = new Date(); + String time = dateFormat.format(date); + HttpSession session = request.getSession(true); + session.setAttribute("currentSessionUser", time); + //create filw for each user + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + txt.createNewFile(); + OutputStream file = new FileOutputStream(txt); + //write time into the file +// String time2 = request.getParameter("abc"); +// out.println(time2); +//// file.write(("<startingTime>").getBytes()); +// file.write(time2.getBytes()); +//// file.write(("</startingTime>").getBytes()); + DateFormat dateFormat1 = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + String time1 = dateFormat1.format(date); + file.write(("<?xml version=\"1.0\"?>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<data>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<startingTime>").getBytes()); + file.write(time1.getBytes()); + file.write(("</startingTime>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + //write user's agreements into the file + String agreement = request.getParameter("agreement"); + file.write(("<agreement>").getBytes()); + file.write(agreement.getBytes()); + file.write(("</agreement>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + + if (agreement.equals("I do not agree to participate in this research study.")) { + file.write(("</data>").getBytes()); + session.invalidate(); + response.sendRedirect("early_exit.jsp"); + } + else{ + response.sendRedirect("preSurvey.jsp"); + } + file.close(); + + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/src/java/servlet/UserAnswer.java b/Survey/src/java/servlet/UserAnswer.java new file mode 100644 index 0000000..fa2a261 --- /dev/null +++ b/Survey/src/java/servlet/UserAnswer.java @@ -0,0 +1,1833 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package servlet; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.io.OutputStream; +import java.io.PrintWriter; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import javax.servlet.ServletException; +//import javax.servlet.annotation.WebServlet; +import javax.servlet.http.HttpServlet; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; +import javax.servlet.http.HttpSession; + +/** + * + * @author Cheng Guo + */ +//@WebServlet(name = "userAnswer", urlPatterns = {"/userAnswer"}) +public class UserAnswer extends HttpServlet { + + public UserAnswer() { + } + + /** + * Processes requests for both HTTP + * <code>GET</code> and + * <code>POST</code> methods. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + protected void processRequest(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + response.setContentType("text/html;charset=UTF-8"); + PrintWriter out = response.getWriter(); + try { + /* TODO output your page here. You may use following sample code. */ + HttpSession session = request.getSession(false); + String time = (String) session.getAttribute("currentSessionUser"); + String path = request.getRealPath("/User"); + File txt = new File(path + "/" + time + ".txt"); + OutputStream file = new FileOutputStream(txt, true); + + //write user's answer into the file + DateFormat dateFormat1 = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); + Date date = new Date(); + String time1 = dateFormat1.format(date); + String seekOnlineHealthInfo = request.getParameter("seekOnlineHealthInfo"); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<seekingInfo>").getBytes()); +// file.write(("<time>").getBytes()); +// file.write(time1.getBytes()); +// file.write(("</time>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("seekOnlineHealthInfo").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (seekOnlineHealthInfo != null) { + file.write(seekOnlineHealthInfo.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (seekOnlineHealthInfo != null) { + file.write(seekOnlineHealthInfo.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String visitHealthForums = request.getParameter("visitHealthForums"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("visitHealthForums").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (visitHealthForums != null) { + file.write(visitHealthForums.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (visitHealthForums != null) { + file.write(visitHealthForums.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String nameOfForum = request.getParameter("nameOfForum"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("nameOfForum").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (nameOfForum != null) { + file.write(nameOfForum.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_competence1 = request.getParameter("healthForum_competence1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_competence1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_competence1 != null) { + file.write(healthForum_competence1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_competence1 != null) { + file.write(healthForum_competence1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_integrity1 = request.getParameter("healthForum_integrity1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_integrity1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_integrity1 != null) { + file.write(healthForum_integrity1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_integrity1 != null) { + file.write(healthForum_integrity1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_integrity2 = request.getParameter("healthForum_integrity2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_integrity2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_integrity2 != null) { + file.write(healthForum_integrity2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_integrity2 != null) { + file.write(healthForum_integrity2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_general1 = request.getParameter("healthForum_general1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_general1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_general1 != null) { + file.write(healthForum_general1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_general1 != null) { + file.write(healthForum_general1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_competence2 = request.getParameter("healthForum_competence2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_competence2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_competence2 != null) { + file.write(healthForum_competence2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_competence2 != null) { + file.write(healthForum_competence2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_benevolence1 = request.getParameter("healthForum_benevolence1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_benevolence1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_benevolence1 != null) { + file.write(healthForum_benevolence1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_benevolence1 != null) { + file.write(healthForum_benevolence1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_competence3 = request.getParameter("healthForum_competence3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_competence3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_competence3 != null) { + file.write(healthForum_competence3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_competence3 != null) { + file.write(healthForum_competence3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_integrity3 = request.getParameter("healthForum_integrity3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_integrity3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_integrity3 != null) { + file.write(healthForum_integrity3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_integrity3 != null) { + file.write(healthForum_integrity3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_benevolence2 = request.getParameter("healthForum_benevolence2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_benevolence2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_benevolence2 != null) { + file.write(healthForum_benevolence2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_benevolence2 != null) { + file.write(healthForum_benevolence2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_general2 = request.getParameter("healthForum_general2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_general2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_general2 != null) { + file.write(healthForum_general2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_general2 != null) { + file.write(healthForum_general2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_integrity4 = request.getParameter("healthForum_integrity4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_integrity4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_integrity4 != null) { + file.write(healthForum_integrity4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_integrity4 != null) { + file.write(healthForum_integrity4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthForum_benevolence3 = request.getParameter("healthForum_benevolence3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthForum_benevolence3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthForum_benevolence3 != null) { + file.write(healthForum_benevolence3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthForum_benevolence3 != null) { + file.write(healthForum_benevolence3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String visitHealthSites = request.getParameter("visitHealthSites"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("visitHealthSites").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (visitHealthSites != null) { + file.write(visitHealthSites.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (visitHealthSites != null) { + file.write(visitHealthSites.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String nameOfSite = request.getParameter("nameOfSite"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("nameOfSite").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (nameOfSite != null) { + file.write(nameOfSite.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_competence1 = request.getParameter("healthWebsite_competence1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_competence1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_competence1 != null) { + file.write(healthWebsite_competence1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_competence1 != null) { + file.write(healthWebsite_competence1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_integrity1 = request.getParameter("healthWebsite_integrity1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_integrity1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_integrity1 != null) { + file.write(healthWebsite_integrity1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_integrity1 != null) { + file.write(healthWebsite_integrity1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_integrity2 = request.getParameter("healthWebsite_integrity2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_integrity2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_integrity2 != null) { + file.write(healthWebsite_integrity2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_integrity2 != null) { + file.write(healthWebsite_integrity2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_general1 = request.getParameter("healthWebsite_general1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_general1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_general1 != null) { + file.write(healthWebsite_general1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_general1 != null) { + file.write(healthWebsite_general1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_competence2 = request.getParameter("healthWebsite_competence2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_competence2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_competence2 != null) { + file.write(healthWebsite_competence2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_competence2 != null) { + file.write(healthWebsite_competence2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_benevolence1 = request.getParameter("healthWebsite_benevolence1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_benevolence1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_benevolence1 != null) { + file.write(healthWebsite_benevolence1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_benevolence1 != null) { + file.write(healthWebsite_benevolence1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_competence3 = request.getParameter("healthWebsite_competence3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_competence3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_competence3 != null) { + file.write(healthWebsite_competence3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_competence3 != null) { + file.write(healthWebsite_competence3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_integrity3 = request.getParameter("healthWebsite_integrity3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_integrity3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_integrity3 != null) { + file.write(healthWebsite_integrity3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_integrity3 != null) { + file.write(healthWebsite_integrity3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_benevolence2 = request.getParameter("healthWebsite_benevolence2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_benevolence2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_benevolence2 != null) { + file.write(healthWebsite_benevolence2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_benevolence2 != null) { + file.write(healthWebsite_benevolence2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_general2 = request.getParameter("healthWebsite_general2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_general2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_general2 != null) { + file.write(healthWebsite_general2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_general2 != null) { + file.write(healthWebsite_general2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_integrity4 = request.getParameter("healthWebsite_integrity4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_integrity4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_integrity4 != null) { + file.write(healthWebsite_integrity4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_integrity4 != null) { + file.write(healthWebsite_integrity4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String healthWebsite_benevolence3 = request.getParameter("healthWebsite_benevolence3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("healthWebsite_benevolence3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (healthWebsite_benevolence3 != null) { + file.write(healthWebsite_benevolence3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (healthWebsite_benevolence3 != null) { + file.write(healthWebsite_benevolence3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String when = request.getParameter("when"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("when").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (when != null) { + file.write(when.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (when != null) { + file.write(when.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String who = request.getParameter("who"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("who").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (who != null) { + file.write(who.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (who != null) { + file.write(who.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String typeOfInfoSought = request.getParameter("typeOfInfoSought"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("typeOfInfoSought").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (typeOfInfoSought != null) { + file.write(typeOfInfoSought.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String firstWebsite = request.getParameter("firstWebsite"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("firstWebsite").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (firstWebsite != null) { + file.write(firstWebsite.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String firstNonSearchWebsite = request.getParameter("firstNonSearchWebsite"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("firstNonSearchWebsite").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (firstNonSearchWebsite != null) { + file.write(firstNonSearchWebsite.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String howMany = request.getParameter("howMany"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("howMany").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (howMany != null) { + file.write(howMany.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (howMany != null) { + file.write(howMany.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String foundInfoOnFirstSite = request.getParameter("foundInfoOnFirstSite"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("foundInfoOnFirstSite").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (foundInfoOnFirstSite != null) { + file.write(foundInfoOnFirstSite.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (foundInfoOnFirstSite != null) { + file.write(foundInfoOnFirstSite.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String whereInfoFound = request.getParameter("whereInfoFound"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("whereInfoFound").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (whereInfoFound != null) { + file.write(whereInfoFound.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_factualSupport1 = request.getParameter("lookForLast_factualSupport1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_factualSupport1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_factualSupport1 != null) { + file.write(lookForLast_factualSupport1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_factualSupport1 != null) { + file.write(lookForLast_factualSupport1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_popularity1 = request.getParameter("lookForLast_popularity1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_popularity1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_popularity1 != null) { + file.write(lookForLast_popularity1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_popularity1 != null) { + file.write(lookForLast_popularity1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_factualSupport2 = request.getParameter("lookForLast_factualSupport2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_factualSupport2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_factualSupport2 != null) { + file.write(lookForLast_factualSupport2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_factualSupport2 != null) { + file.write(lookForLast_factualSupport2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_factualSupport3 = request.getParameter("lookForLast_factualSupport3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_factualSupport3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_factualSupport3 != null) { + file.write(lookForLast_factualSupport3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_factualSupport3 != null) { + file.write(lookForLast_factualSupport3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_trust1 = request.getParameter("lookForLast_trust1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_trust1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_trust1 != null) { + file.write(lookForLast_trust1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_trust1 != null) { + file.write(lookForLast_trust1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_effect1 = request.getParameter("lookForLast_effect1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_effect1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_effect1 != null) { + file.write(lookForLast_effect1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_effect1 != null) { + file.write(lookForLast_effect1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_trust2 = request.getParameter("lookForLast_trust2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_trust2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_trust2 != null) { + file.write(lookForLast_trust2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_trust2 != null) { + file.write(lookForLast_trust2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_effect2 = request.getParameter("lookForLast_effect2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_effect2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_effect2 != null) { + file.write(lookForLast_effect2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_effect2 != null) { + file.write(lookForLast_effect2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_effect3 = request.getParameter("lookForLast_effect3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_effect3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_effect3 != null) { + file.write(lookForLast_effect3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_effect3 != null) { + file.write(lookForLast_effect3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_popularity2 = request.getParameter("lookForLast_popularity2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_popularity2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_popularity2 != null) { + file.write(lookForLast_popularity2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_popularity2 != null) { + file.write(lookForLast_popularity2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_factualSupport4 = request.getParameter("lookForLast_factualSupport4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_factualSupport4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_factualSupport4 != null) { + file.write(lookForLast_factualSupport4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_factualSupport4 != null) { + file.write(lookForLast_factualSupport4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_popularity3 = request.getParameter("lookForLast_popularity3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_popularity3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_popularity3 != null) { + file.write(lookForLast_popularity3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_popularity3 != null) { + file.write(lookForLast_popularity3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_popularity4 = request.getParameter("lookForLast_popularity4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_popularity4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_popularity4 != null) { + file.write(lookForLast_popularity4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_popularity4 != null) { + file.write(lookForLast_popularity4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_trust3 = request.getParameter("lookForLast_trust3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_trust3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_trust3 != null) { + file.write(lookForLast_trust3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_trust3 != null) { + file.write(lookForLast_trust3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_effect4 = request.getParameter("lookForLast_effect4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_effect4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_effect4 != null) { + file.write(lookForLast_effect4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_effect4 != null) { + file.write(lookForLast_effect4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForLast_trust4 = request.getParameter("lookForLast_trust4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForLast_trust4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForLast_trust4 != null) { + file.write(lookForLast_trust4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForLast_trust4 != null) { + file.write(lookForLast_trust4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_factualSupport1 = request.getParameter("lookForEver_factualSupport1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_factualSupport1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_factualSupport1 != null) { + file.write(lookForEver_factualSupport1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_factualSupport1 != null) { + file.write(lookForEver_factualSupport1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_popularity1 = request.getParameter("lookForEver_popularity1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_popularity1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_popularity1 != null) { + file.write(lookForEver_popularity1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_popularity1 != null) { + file.write(lookForEver_popularity1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_factualSupport2 = request.getParameter("lookForEver_factualSupport2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_factualSupport2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_factualSupport2 != null) { + file.write(lookForEver_factualSupport2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_factualSupport2 != null) { + file.write(lookForEver_factualSupport2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_factualSupport3 = request.getParameter("lookForEver_factualSupport3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_factualSupport3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_factualSupport3 != null) { + file.write(lookForEver_factualSupport3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_factualSupport3 != null) { + file.write(lookForEver_factualSupport3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_trust1 = request.getParameter("lookForEver_trust1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_trust1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_trust1 != null) { + file.write(lookForEver_trust1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_trust1 != null) { + file.write(lookForEver_trust1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_effect1 = request.getParameter("lookForEver_effect1"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_effect1").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_effect1 != null) { + file.write(lookForEver_effect1.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_effect1 != null) { + file.write(lookForEver_effect1.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_trust2 = request.getParameter("lookForEver_trust2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_trust2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_trust2 != null) { + file.write(lookForEver_trust2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_trust2 != null) { + file.write(lookForEver_trust2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_effect2 = request.getParameter("lookForEver_effect2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_effect2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_effect2 != null) { + file.write(lookForEver_effect2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_effect2 != null) { + file.write(lookForEver_effect2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_effect3 = request.getParameter("lookForEver_effect3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_effect3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_effect3 != null) { + file.write(lookForEver_effect3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_effect3 != null) { + file.write(lookForEver_effect3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_popularity2 = request.getParameter("lookForEver_popularity2"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_popularity2").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_popularity2 != null) { + file.write(lookForEver_popularity2.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_popularity2 != null) { + file.write(lookForEver_popularity2.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_factualSupport4 = request.getParameter("lookForEver_factualSupport4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_factualSupport4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_factualSupport4 != null) { + file.write(lookForEver_factualSupport4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_factualSupport4 != null) { + file.write(lookForEver_factualSupport4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_popularity3 = request.getParameter("lookForEver_popularity3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_popularity3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_popularity3 != null) { + file.write(lookForEver_popularity3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_popularity3 != null) { + file.write(lookForEver_popularity3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_popularity4 = request.getParameter("lookForEver_popularity4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_popularity4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_popularity4 != null) { + file.write(lookForEver_popularity4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_popularity4 != null) { + file.write(lookForEver_popularity4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_trust3 = request.getParameter("lookForEver_trust3"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_trust3").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_trust3 != null) { + file.write(lookForEver_trust3.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_trust3 != null) { + file.write(lookForEver_trust3.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_effect4 = request.getParameter("lookForEver_effect4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_effect4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_effect4 != null) { + file.write(lookForEver_effect4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_effect4 != null) { + file.write(lookForEver_effect4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String lookForEver_trust4 = request.getParameter("lookForEver_trust4"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("lookForEver_trust4").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (lookForEver_trust4 != null) { + file.write(lookForEver_trust4.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (lookForEver_trust4 != null) { + file.write(lookForEver_trust4.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("</seekingInfo>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String generalHealth = request.getParameter("generalHealth"); + file.write(("<yourHealthExperience>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("generalHealth").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (generalHealth != null) { + file.write(generalHealth.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (generalHealth != null) { + file.write(generalHealth.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String[] relationship_cancer = request.getParameterValues("relationship_cancer"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("relationship_cancer").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (relationship_cancer != null) { + for (int i = 0; i < relationship_cancer.length; i++) { + file.write(relationship_cancer[i].substring(0, 1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (relationship_cancer != null) { + for (int i = 0; i < relationship_cancer.length; i++) { + file.write(relationship_cancer[i].substring(1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String[] relationship_diabetes = request.getParameterValues("relationship_diabetes"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("relationship_diabetes").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (relationship_diabetes != null) { + for (int i = 0; i < relationship_diabetes.length; i++) { + file.write(relationship_diabetes[i].substring(0, 1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (relationship_diabetes != null) { + for (int i = 0; i < relationship_diabetes.length; i++) { + file.write(relationship_diabetes[i].substring(1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String[] relationship_heartDisease = request.getParameterValues("relationship_heartDisease"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("relationship_heartDisease").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (relationship_heartDisease != null) { + for (int i = 0; i < relationship_heartDisease.length; i++){ + file.write(relationship_heartDisease[i].substring(0, 1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (relationship_heartDisease != null) { + for (int i = 0; i < relationship_heartDisease.length; i++){ + file.write(relationship_heartDisease[i].substring(1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String[] relationship_lyme = request.getParameterValues("relationship_lyme"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("relationship_lyme").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (relationship_lyme != null) { + for (int i = 0; i < relationship_lyme.length; i++){ + file.write(relationship_lyme[i].substring(0, 1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (relationship_lyme != null) { + for (int i = 0; i < relationship_lyme.length; i++){ + file.write(relationship_lyme[i].substring(1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String[] relationship_other = request.getParameterValues("relationship_other"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("relationship_other").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (relationship_other != null) { + for (int i = 0; i < relationship_other.length; i++){ + file.write(relationship_other[i].substring(0, 1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (relationship_other != null) { + for (int i = 0; i < relationship_other.length; i++){ + file.write(relationship_other[i].substring(1).getBytes()); + file.write((" ").getBytes()); + } + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String relationship_otherName = request.getParameter("relationship_otherName"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("relationship_otherName").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (relationship_otherName != null) { + file.write(relationship_otherName.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String knowledge_cancer = request.getParameter("knowledge_cancer"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("knowledge_cancer").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (knowledge_cancer != null) { + file.write(knowledge_cancer.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (knowledge_cancer != null) { + file.write(knowledge_cancer.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String knowledge_diabetes = request.getParameter("knowledge_diabetes"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("knowledge_diabetes").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (knowledge_diabetes != null) { + file.write(knowledge_diabetes.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (knowledge_diabetes != null) { + file.write(knowledge_diabetes.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String knowledge_heartDisease = request.getParameter("knowledge_heartDisease"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("knowledge_heartDisease").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (knowledge_heartDisease != null) { + file.write(knowledge_heartDisease.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (knowledge_heartDisease != null) { + file.write(knowledge_heartDisease.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String knowledge_lyme = request.getParameter("knowledge_lyme"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("knowledge_lyme").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (knowledge_lyme != null) { + file.write(knowledge_lyme.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (knowledge_lyme != null) { + file.write(knowledge_lyme.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String knowledge_other = request.getParameter("knowledge_other"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("knowledge_other").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (knowledge_other != null) { + file.write(knowledge_other.substring(0, 1).getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("<label>").getBytes()); + if (knowledge_other != null) { + file.write(knowledge_other.substring(1).getBytes()); + } + file.write(("</label>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + String knowledge_otherName = request.getParameter("knowledge_otherName"); + file.write(("<question>").getBytes()); + file.write(("<time>").getBytes()); + file.write(time1.getBytes()); + file.write(("</time>").getBytes()); + file.write(("<name>").getBytes()); + file.write(("knowledge_otherName").getBytes()); + file.write(("</name>").getBytes()); + file.write(("<value>").getBytes()); + if (knowledge_otherName != null) { + file.write(knowledge_otherName.getBytes()); + } + file.write(("</value>").getBytes()); + file.write(("</question>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(("</yourHealthExperience>").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + file.write(System.getProperty("line.separator").getBytes()); + + + file.close(); + + response.sendRedirect("task.jsp"); + } finally { + out.close(); + } + } + + // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code."> + /** + * Handles the HTTP + * <code>GET</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doGet(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Handles the HTTP + * <code>POST</code> method. + * + * @param request servlet request + * @param response servlet response + * @throws ServletException if a servlet-specific error occurs + * @throws IOException if an I/O error occurs + */ + @Override + protected void doPost(HttpServletRequest request, HttpServletResponse response) + throws ServletException, IOException { + processRequest(request, response); + } + + /** + * Returns a short description of the servlet. + * + * @return a String containing servlet description + */ + @Override + public String getServletInfo() { + return "Short description"; + }// </editor-fold> +} diff --git a/Survey/META-INF/context.xml b/Survey/web/META-INF/context.xml similarity index 100% rename from Survey/META-INF/context.xml rename to Survey/web/META-INF/context.xml diff --git a/Survey/web/Model/isExperiential.model b/Survey/web/Model/isExperiential.model new file mode 100644 index 0000000000000000000000000000000000000000..c0fa6fd1886d1f80385b831c63e00c0910cc67d2 GIT binary patch literal 49265 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 F{6E`SUnl?o literal 0 HcmV?d00001 diff --git a/Survey/web/Model/seeksInfo.model b/Survey/web/Model/seeksInfo.model new file mode 100644 index 0000000000000000000000000000000000000000..b5cc58c8c8f9f2cb64606d0c89723daad7a6a0db GIT binary patch literal 1234828 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 literal 0 HcmV?d00001 diff --git a/Survey/OnliineHealthInformationStudy_ConsentForm.pdf b/Survey/web/OnliineHealthInformationStudy_ConsentForm.pdf similarity index 100% rename from Survey/OnliineHealthInformationStudy_ConsentForm.pdf rename to Survey/web/OnliineHealthInformationStudy_ConsentForm.pdf diff --git a/Survey/WEB-INF/web.xml b/Survey/web/WEB-INF/web.xml similarity index 100% rename from Survey/WEB-INF/web.xml rename to Survey/web/WEB-INF/web.xml diff --git a/Survey/conclusion.jsp b/Survey/web/conclusion.jsp similarity index 100% rename from Survey/conclusion.jsp rename to Survey/web/conclusion.jsp diff --git a/Survey/early_exit.jsp b/Survey/web/early_exit.jsp similarity index 100% rename from Survey/early_exit.jsp rename to Survey/web/early_exit.jsp diff --git a/Survey/exit.jsp b/Survey/web/exit.jsp similarity index 100% rename from Survey/exit.jsp rename to Survey/web/exit.jsp diff --git a/Survey/flat/_all.css b/Survey/web/flat/_all.css similarity index 100% rename from Survey/flat/_all.css rename to Survey/web/flat/_all.css diff --git a/Survey/flat/aero.css b/Survey/web/flat/aero.css similarity index 100% rename from Survey/flat/aero.css rename to Survey/web/flat/aero.css diff --git a/Survey/flat/aero.png b/Survey/web/flat/aero.png similarity index 100% rename from Survey/flat/aero.png rename to Survey/web/flat/aero.png diff --git a/Survey/flat/aero@2x.png b/Survey/web/flat/aero@2x.png similarity index 100% rename from Survey/flat/aero@2x.png rename to Survey/web/flat/aero@2x.png diff --git a/Survey/flat/blue.css b/Survey/web/flat/blue.css similarity index 100% rename from Survey/flat/blue.css rename to Survey/web/flat/blue.css diff --git a/Survey/flat/blue.png b/Survey/web/flat/blue.png similarity index 100% rename from Survey/flat/blue.png rename to Survey/web/flat/blue.png diff --git a/Survey/flat/blue@2x.png b/Survey/web/flat/blue@2x.png similarity index 100% rename from Survey/flat/blue@2x.png rename to Survey/web/flat/blue@2x.png diff --git a/Survey/flat/flat.css b/Survey/web/flat/flat.css similarity index 100% rename from Survey/flat/flat.css rename to Survey/web/flat/flat.css diff --git a/Survey/flat/flat.png b/Survey/web/flat/flat.png similarity index 100% rename from Survey/flat/flat.png rename to Survey/web/flat/flat.png diff --git a/Survey/flat/flat@2x.png b/Survey/web/flat/flat@2x.png similarity index 100% rename from Survey/flat/flat@2x.png rename to Survey/web/flat/flat@2x.png diff --git a/Survey/flat/green.css b/Survey/web/flat/green.css similarity index 100% rename from Survey/flat/green.css rename to Survey/web/flat/green.css diff --git a/Survey/flat/green.png b/Survey/web/flat/green.png similarity index 100% rename from Survey/flat/green.png rename to Survey/web/flat/green.png diff --git a/Survey/flat/green@2x.png b/Survey/web/flat/green@2x.png similarity index 100% rename from Survey/flat/green@2x.png rename to Survey/web/flat/green@2x.png diff --git a/Survey/flat/grey.css b/Survey/web/flat/grey.css similarity index 100% rename from Survey/flat/grey.css rename to Survey/web/flat/grey.css diff --git a/Survey/flat/grey.png b/Survey/web/flat/grey.png similarity index 100% rename from Survey/flat/grey.png rename to Survey/web/flat/grey.png diff --git a/Survey/flat/grey@2x.png b/Survey/web/flat/grey@2x.png similarity index 100% rename from Survey/flat/grey@2x.png rename to Survey/web/flat/grey@2x.png diff --git a/Survey/flat/orange.css b/Survey/web/flat/orange.css similarity index 100% rename from Survey/flat/orange.css rename to Survey/web/flat/orange.css diff --git a/Survey/flat/orange.png b/Survey/web/flat/orange.png similarity index 100% rename from Survey/flat/orange.png rename to Survey/web/flat/orange.png diff --git a/Survey/flat/orange@2x.png b/Survey/web/flat/orange@2x.png similarity index 100% rename from Survey/flat/orange@2x.png rename to Survey/web/flat/orange@2x.png diff --git a/Survey/flat/pink.css b/Survey/web/flat/pink.css similarity index 100% rename from Survey/flat/pink.css rename to Survey/web/flat/pink.css diff --git a/Survey/flat/pink.png b/Survey/web/flat/pink.png similarity index 100% rename from Survey/flat/pink.png rename to Survey/web/flat/pink.png diff --git a/Survey/flat/pink@2x.png b/Survey/web/flat/pink@2x.png similarity index 100% rename from Survey/flat/pink@2x.png rename to Survey/web/flat/pink@2x.png diff --git a/Survey/flat/purple.css b/Survey/web/flat/purple.css similarity index 100% rename from Survey/flat/purple.css rename to Survey/web/flat/purple.css diff --git a/Survey/flat/purple.png b/Survey/web/flat/purple.png similarity index 100% rename from Survey/flat/purple.png rename to Survey/web/flat/purple.png diff --git a/Survey/flat/purple@2x.png b/Survey/web/flat/purple@2x.png similarity index 100% rename from Survey/flat/purple@2x.png rename to Survey/web/flat/purple@2x.png diff --git a/Survey/flat/red.css b/Survey/web/flat/red.css similarity index 100% rename from Survey/flat/red.css rename to Survey/web/flat/red.css diff --git a/Survey/flat/red.png b/Survey/web/flat/red.png similarity index 100% rename from Survey/flat/red.png rename to Survey/web/flat/red.png diff --git a/Survey/flat/red@2x.png b/Survey/web/flat/red@2x.png similarity index 100% rename from Survey/flat/red@2x.png rename to Survey/web/flat/red@2x.png diff --git a/Survey/flat/yellow.css b/Survey/web/flat/yellow.css similarity index 100% rename from Survey/flat/yellow.css rename to Survey/web/flat/yellow.css diff --git a/Survey/flat/yellow.png b/Survey/web/flat/yellow.png similarity index 100% rename from Survey/flat/yellow.png rename to Survey/web/flat/yellow.png diff --git a/Survey/flat/yellow@2x.png b/Survey/web/flat/yellow@2x.png similarity index 100% rename from Survey/flat/yellow@2x.png rename to Survey/web/flat/yellow@2x.png diff --git a/Survey/img/deer_tick_female.jpg b/Survey/web/img/deer_tick_female.jpg similarity index 100% rename from Survey/img/deer_tick_female.jpg rename to Survey/web/img/deer_tick_female.jpg diff --git a/Survey/img/experience_000.gif b/Survey/web/img/experience_000.gif similarity index 100% rename from Survey/img/experience_000.gif rename to Survey/web/img/experience_000.gif diff --git a/Survey/img/experience_010.gif b/Survey/web/img/experience_010.gif similarity index 100% rename from Survey/img/experience_010.gif rename to Survey/web/img/experience_010.gif diff --git a/Survey/img/experience_020.gif b/Survey/web/img/experience_020.gif similarity index 100% rename from Survey/img/experience_020.gif rename to Survey/web/img/experience_020.gif diff --git a/Survey/img/experience_030.gif b/Survey/web/img/experience_030.gif similarity index 100% rename from Survey/img/experience_030.gif rename to Survey/web/img/experience_030.gif diff --git a/Survey/img/experience_040.gif b/Survey/web/img/experience_040.gif similarity index 100% rename from Survey/img/experience_040.gif rename to Survey/web/img/experience_040.gif diff --git a/Survey/img/experience_050.gif b/Survey/web/img/experience_050.gif similarity index 100% rename from Survey/img/experience_050.gif rename to Survey/web/img/experience_050.gif diff --git a/Survey/img/experience_060.gif b/Survey/web/img/experience_060.gif similarity index 100% rename from Survey/img/experience_060.gif rename to Survey/web/img/experience_060.gif diff --git a/Survey/img/experience_070.gif b/Survey/web/img/experience_070.gif similarity index 100% rename from Survey/img/experience_070.gif rename to Survey/web/img/experience_070.gif diff --git a/Survey/img/experience_080.gif b/Survey/web/img/experience_080.gif similarity index 100% rename from Survey/img/experience_080.gif rename to Survey/web/img/experience_080.gif diff --git a/Survey/img/experience_090.gif b/Survey/web/img/experience_090.gif similarity index 100% rename from Survey/img/experience_090.gif rename to Survey/web/img/experience_090.gif diff --git a/Survey/img/experience_100.gif b/Survey/web/img/experience_100.gif similarity index 100% rename from Survey/img/experience_100.gif rename to Survey/web/img/experience_100.gif diff --git a/Survey/img/experience_no.gif b/Survey/web/img/experience_no.gif similarity index 100% rename from Survey/img/experience_no.gif rename to Survey/web/img/experience_no.gif diff --git a/Survey/img/experience_yes.gif b/Survey/web/img/experience_yes.gif similarity index 100% rename from Survey/img/experience_yes.gif rename to Survey/web/img/experience_yes.gif diff --git a/Survey/img/freqPoster_000.gif b/Survey/web/img/freqPoster_000.gif similarity index 100% rename from Survey/img/freqPoster_000.gif rename to Survey/web/img/freqPoster_000.gif diff --git a/Survey/img/freqPoster_010.gif b/Survey/web/img/freqPoster_010.gif similarity index 100% rename from Survey/img/freqPoster_010.gif rename to Survey/web/img/freqPoster_010.gif diff --git a/Survey/img/freqPoster_020.gif b/Survey/web/img/freqPoster_020.gif similarity index 100% rename from Survey/img/freqPoster_020.gif rename to Survey/web/img/freqPoster_020.gif diff --git a/Survey/img/freqPoster_030.gif b/Survey/web/img/freqPoster_030.gif similarity index 100% rename from Survey/img/freqPoster_030.gif rename to Survey/web/img/freqPoster_030.gif diff --git a/Survey/img/freqPoster_040.gif b/Survey/web/img/freqPoster_040.gif similarity index 100% rename from Survey/img/freqPoster_040.gif rename to Survey/web/img/freqPoster_040.gif diff --git a/Survey/img/freqPoster_050.gif b/Survey/web/img/freqPoster_050.gif similarity index 100% rename from Survey/img/freqPoster_050.gif rename to Survey/web/img/freqPoster_050.gif diff --git a/Survey/img/freqPoster_060.gif b/Survey/web/img/freqPoster_060.gif similarity index 100% rename from Survey/img/freqPoster_060.gif rename to Survey/web/img/freqPoster_060.gif diff --git a/Survey/img/freqPoster_070.gif b/Survey/web/img/freqPoster_070.gif similarity index 100% rename from Survey/img/freqPoster_070.gif rename to Survey/web/img/freqPoster_070.gif diff --git a/Survey/img/freqPoster_080.gif b/Survey/web/img/freqPoster_080.gif similarity index 100% rename from Survey/img/freqPoster_080.gif rename to Survey/web/img/freqPoster_080.gif diff --git a/Survey/img/freqPoster_090.gif b/Survey/web/img/freqPoster_090.gif similarity index 100% rename from Survey/img/freqPoster_090.gif rename to Survey/web/img/freqPoster_090.gif diff --git a/Survey/img/freqPoster_100.gif b/Survey/web/img/freqPoster_100.gif similarity index 100% rename from Survey/img/freqPoster_100.gif rename to Survey/web/img/freqPoster_100.gif diff --git a/Survey/img/freqPoster_no.gif b/Survey/web/img/freqPoster_no.gif similarity index 100% rename from Survey/img/freqPoster_no.gif rename to Survey/web/img/freqPoster_no.gif diff --git a/Survey/img/freqPoster_yes.gif b/Survey/web/img/freqPoster_yes.gif similarity index 100% rename from Survey/img/freqPoster_yes.gif rename to Survey/web/img/freqPoster_yes.gif diff --git a/Survey/img/info_000.gif b/Survey/web/img/info_000.gif similarity index 100% rename from Survey/img/info_000.gif rename to Survey/web/img/info_000.gif diff --git a/Survey/img/info_010.gif b/Survey/web/img/info_010.gif similarity index 100% rename from Survey/img/info_010.gif rename to Survey/web/img/info_010.gif diff --git a/Survey/img/info_020.gif b/Survey/web/img/info_020.gif similarity index 100% rename from Survey/img/info_020.gif rename to Survey/web/img/info_020.gif diff --git a/Survey/img/info_030.gif b/Survey/web/img/info_030.gif similarity index 100% rename from Survey/img/info_030.gif rename to Survey/web/img/info_030.gif diff --git a/Survey/img/info_040.gif b/Survey/web/img/info_040.gif similarity index 100% rename from Survey/img/info_040.gif rename to Survey/web/img/info_040.gif diff --git a/Survey/img/info_050.gif b/Survey/web/img/info_050.gif similarity index 100% rename from Survey/img/info_050.gif rename to Survey/web/img/info_050.gif diff --git a/Survey/img/info_060.gif b/Survey/web/img/info_060.gif similarity index 100% rename from Survey/img/info_060.gif rename to Survey/web/img/info_060.gif diff --git a/Survey/img/info_070.gif b/Survey/web/img/info_070.gif similarity index 100% rename from Survey/img/info_070.gif rename to Survey/web/img/info_070.gif diff --git a/Survey/img/info_080.gif b/Survey/web/img/info_080.gif similarity index 100% rename from Survey/img/info_080.gif rename to Survey/web/img/info_080.gif diff --git a/Survey/img/info_090.gif b/Survey/web/img/info_090.gif similarity index 100% rename from Survey/img/info_090.gif rename to Survey/web/img/info_090.gif diff --git a/Survey/img/info_100.gif b/Survey/web/img/info_100.gif similarity index 100% rename from Survey/img/info_100.gif rename to Survey/web/img/info_100.gif diff --git a/Survey/img/info_no.gif b/Survey/web/img/info_no.gif similarity index 100% rename from Survey/img/info_no.gif rename to Survey/web/img/info_no.gif diff --git a/Survey/img/info_yes.gif b/Survey/web/img/info_yes.gif similarity index 100% rename from Survey/img/info_yes.gif rename to Survey/web/img/info_yes.gif diff --git a/Survey/img/lymeFont.jpg b/Survey/web/img/lymeFont.jpg similarity index 100% rename from Survey/img/lymeFont.jpg rename to Survey/web/img/lymeFont.jpg diff --git a/Survey/img/lyme_000.gif b/Survey/web/img/lyme_000.gif similarity index 100% rename from Survey/img/lyme_000.gif rename to Survey/web/img/lyme_000.gif diff --git a/Survey/img/lyme_010.gif b/Survey/web/img/lyme_010.gif similarity index 100% rename from Survey/img/lyme_010.gif rename to Survey/web/img/lyme_010.gif diff --git a/Survey/img/lyme_020.gif b/Survey/web/img/lyme_020.gif similarity index 100% rename from Survey/img/lyme_020.gif rename to Survey/web/img/lyme_020.gif diff --git a/Survey/img/lyme_030.gif b/Survey/web/img/lyme_030.gif similarity index 100% rename from Survey/img/lyme_030.gif rename to Survey/web/img/lyme_030.gif diff --git a/Survey/img/lyme_040.gif b/Survey/web/img/lyme_040.gif similarity index 100% rename from Survey/img/lyme_040.gif rename to Survey/web/img/lyme_040.gif diff --git a/Survey/img/lyme_050.gif b/Survey/web/img/lyme_050.gif similarity index 100% rename from Survey/img/lyme_050.gif rename to Survey/web/img/lyme_050.gif diff --git a/Survey/img/lyme_060.gif b/Survey/web/img/lyme_060.gif similarity index 100% rename from Survey/img/lyme_060.gif rename to Survey/web/img/lyme_060.gif diff --git a/Survey/img/lyme_070.gif b/Survey/web/img/lyme_070.gif similarity index 100% rename from Survey/img/lyme_070.gif rename to Survey/web/img/lyme_070.gif diff --git a/Survey/img/lyme_080.gif b/Survey/web/img/lyme_080.gif similarity index 100% rename from Survey/img/lyme_080.gif rename to Survey/web/img/lyme_080.gif diff --git a/Survey/img/lyme_090.gif b/Survey/web/img/lyme_090.gif similarity index 100% rename from Survey/img/lyme_090.gif rename to Survey/web/img/lyme_090.gif diff --git a/Survey/img/lyme_100.gif b/Survey/web/img/lyme_100.gif similarity index 100% rename from Survey/img/lyme_100.gif rename to Survey/web/img/lyme_100.gif diff --git a/Survey/img/lyme_no.gif b/Survey/web/img/lyme_no.gif similarity index 100% rename from Survey/img/lyme_no.gif rename to Survey/web/img/lyme_no.gif diff --git a/Survey/img/lyme_yes.gif b/Survey/web/img/lyme_yes.gif similarity index 100% rename from Survey/img/lyme_yes.gif rename to Survey/web/img/lyme_yes.gif diff --git a/Survey/img/people_sphere.gif b/Survey/web/img/people_sphere.gif similarity index 100% rename from Survey/img/people_sphere.gif rename to Survey/web/img/people_sphere.gif diff --git a/Survey/img/question_000.gif b/Survey/web/img/question_000.gif similarity index 100% rename from Survey/img/question_000.gif rename to Survey/web/img/question_000.gif diff --git a/Survey/img/question_010.gif b/Survey/web/img/question_010.gif similarity index 100% rename from Survey/img/question_010.gif rename to Survey/web/img/question_010.gif diff --git a/Survey/img/question_020.gif b/Survey/web/img/question_020.gif similarity index 100% rename from Survey/img/question_020.gif rename to Survey/web/img/question_020.gif diff --git a/Survey/img/question_030.gif b/Survey/web/img/question_030.gif similarity index 100% rename from Survey/img/question_030.gif rename to Survey/web/img/question_030.gif diff --git a/Survey/img/question_040.gif b/Survey/web/img/question_040.gif similarity index 100% rename from Survey/img/question_040.gif rename to Survey/web/img/question_040.gif diff --git a/Survey/img/question_050.gif b/Survey/web/img/question_050.gif similarity index 100% rename from Survey/img/question_050.gif rename to Survey/web/img/question_050.gif diff --git a/Survey/img/question_060.gif b/Survey/web/img/question_060.gif similarity index 100% rename from Survey/img/question_060.gif rename to Survey/web/img/question_060.gif diff --git a/Survey/img/question_070.gif b/Survey/web/img/question_070.gif similarity index 100% rename from Survey/img/question_070.gif rename to Survey/web/img/question_070.gif diff --git a/Survey/img/question_080.gif b/Survey/web/img/question_080.gif similarity index 100% rename from Survey/img/question_080.gif rename to Survey/web/img/question_080.gif diff --git a/Survey/img/question_090.gif b/Survey/web/img/question_090.gif similarity index 100% rename from Survey/img/question_090.gif rename to Survey/web/img/question_090.gif diff --git a/Survey/img/question_100.gif b/Survey/web/img/question_100.gif similarity index 100% rename from Survey/img/question_100.gif rename to Survey/web/img/question_100.gif diff --git a/Survey/img/question_no.gif b/Survey/web/img/question_no.gif similarity index 100% rename from Survey/img/question_no.gif rename to Survey/web/img/question_no.gif diff --git a/Survey/img/question_yes.gif b/Survey/web/img/question_yes.gif similarity index 100% rename from Survey/img/question_yes.gif rename to Survey/web/img/question_yes.gif diff --git a/Survey/index.jsp b/Survey/web/index.jsp similarity index 100% rename from Survey/index.jsp rename to Survey/web/index.jsp diff --git a/Survey/js/bootstrap.min.js b/Survey/web/js/bootstrap.min.js similarity index 100% rename from Survey/js/bootstrap.min.js rename to Survey/web/js/bootstrap.min.js diff --git a/Survey/js/jquery-2.0.3.min.js b/Survey/web/js/jquery-2.0.3.min.js similarity index 100% rename from Survey/js/jquery-2.0.3.min.js rename to Survey/web/js/jquery-2.0.3.min.js diff --git a/Survey/js/jquery.icheck.js b/Survey/web/js/jquery.icheck.js similarity index 100% rename from Survey/js/jquery.icheck.js rename to Survey/web/js/jquery.icheck.js diff --git a/Survey/layout/bootstrap.min.css b/Survey/web/layout/bootstrap.min.css similarity index 100% rename from Survey/layout/bootstrap.min.css rename to Survey/web/layout/bootstrap.min.css diff --git a/Survey/postTask.jsp b/Survey/web/postTask.jsp similarity index 100% rename from Survey/postTask.jsp rename to Survey/web/postTask.jsp diff --git a/Survey/preSurvey.jsp b/Survey/web/preSurvey.jsp similarity index 100% rename from Survey/preSurvey.jsp rename to Survey/web/preSurvey.jsp diff --git a/Survey/task.jsp b/Survey/web/task.jsp similarity index 98% rename from Survey/task.jsp rename to Survey/web/task.jsp index c39f574..5a658ac 100644 --- a/Survey/task.jsp +++ b/Survey/web/task.jsp @@ -1,3979 +1,3979 @@ -<%-- - Document : task - Created on : 2013-8-8, 16:47:52 - Author : Cheng Guo ---%> - -<%@page contentType="text/html" pageEncoding="UTF-8"%> -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>Online Health Information Study</title> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - - <script src="http://code.jquery.com/jquery.js"></script> - <script src="https://www.google.com/jsapi" type="text/javascript"></script> - <script src="js/bootstrap.min.js"></script> - <script src="js/jquery.icheck.js"></script> - <link href="layout/bootstrap.min.css" rel="stylesheet" media="screen"> - <link href="flat/blue.css" rel="stylesheet" media="screen"> - - - <style type="text/css"> - /* Sticky footer styles - -------------------------------------------------- */ - html, - body { - height: 96.5%; - /* The html and body elements cannot have any padding or margin. */ - } - - /* Wrapper for page content to push down footer */ - #wrap { - min-height: 100%; - height: auto !important; - - /* Negative indent footer by it's height */ - margin: 0 auto -55px; - - margin-bottom: 5px; - } - - #footer { - bottom: 0; - height: 55px; - background-color: #f5f5f5; - } - - .container .credit { - margin: 15px 0; - } - - .taskHeader{ - font-size:160%; - line-height:120%; - font-weight: bold; - } - - </style> - - <script type="text/javascript"> - function noBack() { - window.history.forward(1); - } - - function KeyDown() { - if ((event.keyCode === 116) || (event.ctrlKey && event.keyCode === 82)) - { - event.keyCode = 0; - event.returnValue = false; - } - - if ((window.event.altKey) && - ((window.event.keyCode === 37) || - (window.event.keyCode === 39))) { - alert("Please do not hit back. You will have to begin again."); - event.returnValue = false; - } - } - - function showContent(id) { - document.getElementById(id).style.display = "block"; - } - - function keyPress1() { - if (event.keyCode === 13) { - cleanML1(); - setPage1(); - getResults1(); - } - } - - function keyPress2() { - if (event.keyCode === 13) { - cleanML2(); - setPage2(); - getResults2(); - } - } - - function keyPress3() { - if (event.keyCode === 13) { - cleanML3(); - setPage3(); - getResults3(); - } - } - - function hideContent(id) { - document.getElementById(id).style.display = "none"; - } - - $(document).ready(function() { - $('input').iCheck({ - checkboxClass: 'icheckbox_flat-blue', - radioClass: 'iradio_flat-blue', - increaseArea: '20%' // optional - }); - }); - - function setPage1() { - $('#query1').attr("class", 0); - } - - function setPage2() { - $('#query2').attr("class", 0); - } - - function setPage3() { - $('#query3').attr("class", 0); - } - - function Go(self) { - $(self).next().submit(); - return false; - } - - function getAnswers(self) { - treat_answer = $("input[name='treat_answer']:checked").val(); - $(self).next().find("input[name='treat_answer']").val(treat_answer); - treat_trustworthiness = $("input[name='treat_trustworthiness']:checked").val(); - $(self).next().find("input[name='treat_trustworthiness']").val(treat_trustworthiness); - treat_factualSupport = $("input[name='treat_factualSupport']:checked").val(); - $(self).next().find("input[name='treat_factualSupport']").val(treat_factualSupport); - treat_ppositive = $("input[name='treat_ppositive']:checked").val(); - $(self).next().find("input[name='treat_ppositive']").val(treat_ppositive); - treat_epositive = $("input[name='treat_epositive']:checked").val(); - $(self).next().find("input[name='treat_epositive']").val(treat_epositive); - treat_effective = $("input[name='treat_effective']:checked").val(); - $(self).next().find("input[name='treat_effective']").val(treat_effective); - treat_popularity = $("input[name='treat_popularity']:checked").val(); - $(self).next().find("input[name='treat_popularity']").val(treat_popularity); - treat_recommend = $("input[name='treat_recommend']:checked").val(); - $(self).next().find("input[name='treat_recommend']").val(treat_recommend); - - diagnose_answer = $("input[name='diagnose_answer']:checked").val(); - $(self).next().find("input[name='diagnose_answer']").val(diagnose_answer); - diagnose_trustworthiness = $("input[name='diagnose_trustworthiness']:checked").val(); - $(self).next().find("input[name='diagnose_trustworthiness']").val(diagnose_trustworthiness); - diagnose_factualSupport = $("input[name='diagnose_factualSupport']:checked").val(); - $(self).next().find("input[name='diagnose_factualSupport']").val(diagnose_factualSupport); - diagnose_ppositive = $("input[name='diagnose_ppositive']:checked").val(); - $(self).next().find("input[name='diagnose_ppositive']").val(diagnose_ppositive); - diagnose_epositive = $("input[name='diagnose_epositive']:checked").val(); - $(self).next().find("input[name='diagnose_epositive']").val(diagnose_epositive); - diagnose_effective = $("input[name='diagnose_effective']:checked").val(); - $(self).next().find("input[name='diagnose_effective']").val(diagnose_effective); - diagnose_popularity = $("input[name='diagnose_popularity']:checked").val(); - $(self).next().find("input[name='diagnose_popularity']").val(diagnose_popularity); - diagnose_recommend = $("input[name='diagnose_recommend']:checked").val(); - $(self).next().find("input[name='diagnose_recommend']").val(diagnose_recommend); - - $(self).next().submit(); - return false; - } - - function getResults1() { - query = $('#query1').val(); - page = $('#query1').attr("class"); - try { - $.ajax({ - type: "POST", - url: "Search1", - data: {"query": query, "page": page}, - dataType: "json", - success: function(data) { - var url1 = data.url1; - var title1 = data.title1; - $('#1title1').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title1 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input id='1url1' name='url' value='" + url1 + "'/>" - + "<input id='1query1' name='query' value='" + query + "'/>" - + "<input id='1treatment1' name='term' value='treatment'/>" - + "<input id='1ex1' name='experiential' value=''/>" - + "<input id='1info1' name='infoLinks' value=''/>"); - - var url2 = data.url2; - var title2 = data.title2; - $('#1title2').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title2 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url2 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='treatment'/>" - + "<input id='1ex2' name='experiential' value=''/>" - + "<input id='1info2' name='infoLinks' value=''/>"); - - var url3 = data.url3; - var title3 = data.title3; - $('#1title3').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title3 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url3 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='treatment'/>" - + "<input id='1ex3' name='experiential' value=''/>" - + "<input id='1info3' name='infoLinks' value=''/>"); - - - var url4 = data.url4; - var title4 = data.title4; - $('#1title4').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title4 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url4 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='treatment'/>" - + "<input id='1ex4' name='experiential' value=''/>" - + "<input id='1info14' name='infoLinks' value=''/>"); - - - var url5 = data.url5; - var title5 = data.title5; - $('#1title5').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title5 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url5 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='treatment'/>" - + "<input id='1ex5' name='experiential' value=''/>" - + "<input id='1info5' name='infoLinks' value=''/>"); - - - var url6 = data.url6; - var title6 = data.title6; - $('#1title6').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title6 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url6 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='treatment'/>" - + "<input id='1ex6' name='experiential' value=''/>" - + "<input id='1info6' name='infoLinks' value=''/>"); - - - var url7 = data.url7; - var title7 = data.title7; - $('#1title7').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title7 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url7 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='treatment'/>" - + "<input id='1ex7' name='experiential' value=''/>" - + "<input id='1info7' name='infoLinks' value=''/>"); - - var url8 = data.url8; - var title8 = data.title8; - $('#1title8').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title8 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url8 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='treatment'/>" - + "<input id='1ex8' name='experiential' value=''/>" - + "<input id='1info8' name='infoLinks' value=''/>"); - - - var url9 = data.url9; - var title9 = data.title9; - $('#1title9').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title9 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url9 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='treatment'/>" - + "<input id='1ex9' name='experiential' value=''/>" - + "<input id='1info9' name='infoLinks' value=''/>"); - - - var url10 = data.url10; - var title10 = data.title10; - $('#1title10').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title10 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url10 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='treatment'/>" - + "<input id='1ex10' name='experiential' value=''/>" - + "<input id='1info10' name='infoLinks' value=''/>"); - - - getML1_1(); - getML1_2(); - getML1_3(); - getML1_4(); - getML1_5(); - getML1_6(); - getML1_7(); - getML1_8(); - getML1_9(); - getML1_10(); - } - }); - - } catch (err) { - } - } - - function cleanML1() { - cleanML1_1(); - cleanML1_2(); - cleanML1_3(); - cleanML1_4(); - cleanML1_5(); - cleanML1_6(); - cleanML1_7(); - cleanML1_8(); - cleanML1_9(); - cleanML1_10(); - - } - - function cleanML1_1() { - $('#1post1').html(""); - $('#1experiential1').html(""); - $('#1infoLinks1').html(""); - } - - function cleanML1_2() { - $('#1post2').html(""); - $('#1experiential2').html(""); - $('#1infoLinks2').html(""); - } - - function cleanML1_3() { - $('#1post3').html(""); - $('#1experiential3').html(""); - $('#1infoLinks3').html(""); - } - - function cleanML1_4() { - $('#1post4').html(""); - $('#1experiential4').html(""); - $('#1infoLinks4').html(""); - } - - function cleanML1_5() { - $('#1post5').html(""); - $('#1experiential5').html(""); - $('#1infoLinks5').html(""); - } - - function cleanML1_6() { - $('#1post6').html(""); - $('#1experiential6').html(""); - $('#1infoLinks6').html(""); - } - - function cleanML1_7() { - $('#1post7').html(""); - $('#1experiential7').html(""); - $('#1infoLinks7').html(""); - } - - function cleanML1_8() { - $('#1post8').html(""); - $('#1experiential8').html(""); - $('#1infoLinks8').html(""); - } - - function cleanML1_9() { - $('#1post9').html(""); - $('#1experiential9').html(""); - $('#1infoLinks9').html(""); - } - - function cleanML1_10() { - $('#1post10').html(""); - $('#1experiential10').html(""); - $('#1infoLinks10').html(""); - } - - function getML1_1() { - urlNum = "0"; - query = $('#query1').val(); - try { - $.ajax({ - type: "POST", - url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post1').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex1').val(experiential); - if (experiential === "0.0") { - $('#1experiential1').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential1').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential1').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential1').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential1').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential1').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential1').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential1').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential1').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential1').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential1').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info1').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks1').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } else { - $('#1infoLinks1').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML1_2() { - query = $('#query1').val(); - urlNum = "1"; - try { - $.ajax({ - type: "POST", url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post2').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex2').val(experiential); - if (experiential === "0.0") { - $('#1experiential2').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential2').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential2').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential2').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential2').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential2').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential2').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential2').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential2').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential2').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential2').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info2').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks2').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#1infoLinks2').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - - function getML1_3() { - query = $('#query1').val(); - urlNum = "2"; - try { - $.ajax({ - type: "POST", url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post3').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex3').val(experiential); - if (experiential === "0.0") { - $('#1experiential3').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential3').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential3').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential3').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential3').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential3').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential3').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential3').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential3').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential3').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential3').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info3').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks3').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#1infoLinks3').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - - function getML1_4() { - query = $('#query1').val(); - urlNum = "3"; - try { - $.ajax({ - type: "POST", url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post4').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex4').val(experiential); - if (experiential === "0.0") { - $('#1experiential4').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential4').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential4').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential4').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential4').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential4').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential4').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential4').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential4').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential4').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential4').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info4').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks4').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#1infoLinks4').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML1_5() { - query = $('#query1').val(); - urlNum = "4"; - try { - $.ajax({ - type: "POST", url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post5').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex5').val(experiential); - if (experiential === "0.0") { - $('#1experiential5').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential5').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential5').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential5').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential5').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential5').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential5').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential5').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential5').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential5').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential5').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info5').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks5').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#1infoLinks5').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML1_6() { - query = $('#query1').val(); - urlNum = "5"; - try { - $.ajax({ - type: "POST", url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post6').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex6').val(experiential); - if (experiential === "0.0") { - $('#1experiential6').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential6').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential6').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential6').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential6').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential6').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential6').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential6').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential6').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential6').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential6').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info6').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks6').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#1infoLinks6').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML1_7() { - query = $('#query1').val(); - urlNum = "6"; - try { - $.ajax({ - type: "POST", url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post7').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex7').val(experiential); - if (experiential === "0.0") { - $('#1experiential7').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential7').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential7').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential7').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential7').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential7').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential7').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential7').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential7').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential7').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential7').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info7').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks7').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#1infoLinks7').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML1_8() { - query = $('#query1').val(); - urlNum = "7"; - try { - $.ajax({ - type: "POST", url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post8').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex8').val(experiential); - if (experiential === "0.0") { - $('#1experiential8').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential8').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential8').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential8').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential8').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential8').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential8').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential8').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential8').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential8').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential8').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info8').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks8').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#1infoLinks8').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML1_9() { - query = $('#query1').val(); - urlNum = "8"; - try { - $.ajax({ - type: "POST", url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post9').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex9').val(experiential); - if (experiential === "0.0") { - $('#1experiential9').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential9').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential9').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential9').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential9').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential9').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential9').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential9').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential9').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential9').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential9').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info9').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks9').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#1infoLinks9').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - - function getML1_10() { - query = $('#query1').val(); - urlNum = "9"; - try { - $.ajax({ - type: "POST", - url: "Ml1", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#1post10').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#1ex10').val(experiential); - if (experiential === "0.0") { - $('#1experiential10').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#1experiential10').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#1experiential10').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#1experiential10').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#1experiential10').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#1experiential10').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#1experiential10').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#1experiential10').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#1experiential10').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#1experiential10').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#1experiential10').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#1info10').val(infoLinks); - if (infoLinks === "0.0") { - $('#1infoLinks10').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } else { - $('#1infoLinks10').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - $(document).ready(function() { - getResults1(); - - }); - -// function cleanML2() { -// cleanML2_1(); -// cleanML2_2(); -// cleanML2_3(); -// cleanML2_4(); -// cleanML2_5(); -// cleanML2_6(); -// cleanML2_7(); -// cleanML2_8(); -// cleanML2_9(); -// cleanML2_10(); -// -// } -// -// function cleanML2_1() { -// $('#2post1').html(""); -// $('#2experiential1').html(""); -// $('#2infoLinks1').html(""); -// } -// -// function cleanML2_2() { -// $('#2post2').html(""); -// $('#2experiential2').html(""); -// $('#2infoLinks2').html(""); -// } -// -// function cleanML2_3() { -// $('#2post3').html(""); -// $('#2experiential3').html(""); -// $('#2infoLinks3').html(""); -// } -// -// function cleanML2_4() { -// $('#2post4').html(""); -// $('#2experiential4').html(""); -// $('#2infoLinks4').html(""); -// } -// -// function cleanML2_5() { -// $('#2post5').html(""); -// $('#2experiential5').html(""); -// $('#2infoLinks5').html(""); -// } -// -// function cleanML2_6() { -// $('#2post6').html(""); -// $('#2experiential6').html(""); -// $('#2infoLinks6').html(""); -// } -// -// function cleanML2_7() { -// $('#2post7').html(""); -// $('#2experiential7').html(""); -// $('#2infoLinks7').html(""); -// } -// -// function cleanML2_8() { -// $('#2post8').html(""); -// $('#2experiential8').html(""); -// $('#2infoLinks8').html(""); -// } -// -// function cleanML2_9() { -// $('#2post9').html(""); -// $('#2experiential9').html(""); -// $('#2infoLinks9').html(""); -// } -// -// function cleanML2_10() { -// $('#2post10').html(""); -// $('#2experiential10').html(""); -// $('#2infoLinks10').html(""); -// } -// -// function getResults2() { -// query = $('#query2').val(); -// page = $('#query2').attr("class"); -// try { -// $.ajax({ -// type: "POST", -// url: "Search2", -// data: {"query": query, "page": page}, -// dataType: "json", -// success: function(data) { -// var url1 = data.url1; -// var title1 = data.title1; -// $('#2title1').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title1 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url1 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex1' name='experiential' value=''/>" -// + "<input id='1info1' name='infoLinks' value=''/>"); -// -// var url2 = data.url2; -// var title2 = data.title2; -// $('#2title2').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title2 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url2 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex2' name='experiential' value=''/>" -// + "<input id='1info2' name='infoLinks' value=''/>"); -// -// var url3 = data.url3; -// var title3 = data.title3; -// $('#2title3').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title3 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url3 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex3' name='experiential' value=''/>" -// + "<input id='1info3' name='infoLinks' value=''/>"); -// -// var url4 = data.url4; -// var title4 = data.title4; -// $('#2title4').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title4 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url4 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex4' name='experiential' value=''/>" -// + "<input id='1info14' name='infoLinks' value=''/>"); -// -// var url5 = data.url5; -// var title5 = data.title5; -// $('#2title5').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title5 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url5 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex5' name='experiential' value=''/>" -// + "<input id='1info5' name='infoLinks' value=''/>"); -// -// var url6 = data.url6; -// var title6 = data.title6; -// $('#2title6').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title6 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url6 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex6' name='experiential' value=''/>" -// + "<input id='1info6' name='infoLinks' value=''/>"); -// -// var url7 = data.url7; -// var title7 = data.title7; -// $('#2title7').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title7 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url7 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex7' name='experiential' value=''/>" -// + "<input id='1info7' name='infoLinks' value=''/>"); -// -// var url8 = data.url8; -// var title8 = data.title8; -// $('#2title8').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title8 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url8 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex8' name='experiential' value=''/>" -// + "<input id='1info8' name='infoLinks' value=''/>"); -// -// -// var url9 = data.url9; -// var title9 = data.title9; -// $('#2title9').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title9 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url9 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex9' name='experiential' value=''/>" -// + "<input id='1info9' name='infoLinks' value=''/>"); -// -// var url10 = data.url10; -// var title10 = data.title10; -// $('#2title10').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" -// + title10 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" -// + "<input name='url' value='" + url10 + "'/>" -// + "<input name='query' value='" + query + "'/>" -// + "<input name='treatment' value='hyperbaric'/>" -// + "<input id='1ex10' name='experiential' value=''/>" -// + "<input id='1info10' name='infoLinks' value=''/>"); -// -// -// getML2_1(); -// getML2_2(); -// getML2_3(); -// getML2_4(); -// getML2_5(); -// getML2_6(); -// getML2_7(); -// getML2_8(); -// getML2_9(); -// getML2_10(); -// -// -// } -// }); -// -// } catch (err) { -// -// } -// } -// function getML2_1() { -// query = $('#query2').val(); -// urlNum = "0"; -// try { -// $.ajax({ -// type: "POST", -// url: "Ml2", -// data: {"query": query, "urlNum": urlNum}, -// dataType: "json", -// success: function(data) { -// $('#2post1').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex1').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential1').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential1').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential1').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential1').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential1').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential1').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential1').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential1').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential1').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential1').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential1').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info1').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks1').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } -// else { -// $('#2infoLinks1').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } -// -// function getML2_2() { -// query = $('#query2').val(); -// urlNum = "1"; -// try { -// $.ajax({ -// type: "POST", url: "Ml2", -// data: {"urlNum": urlNum, "query": query}, -// dataType: "json", -// success: function(data) { -// $('#2post2').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex2').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential2').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential2').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential2').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential2').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential2').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential2').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential2').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential2').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential2').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential2').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential2').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info2').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks2').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } -// else { -// $('#2infoLinks2').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } -// -// function getML2_3() { -// query = $('#query2').val(); -// urlNum = "2"; -// try { -// $.ajax({ -// type: "POST", url: "Ml2", -// data: {"urlNum": urlNum, "query": query}, -// dataType: "json", -// success: function(data) { -// $('#2post3').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex3').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential3').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential3').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential3').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential3').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential3').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential3').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential3').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential3').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential3').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential3').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential3').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info3').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks3').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } -// else { -// $('#2infoLinks3').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } -// -// function getML2_4() { -// query = $('#query2').val(); -// urlNum = "3"; -// try { -// $.ajax({ -// type: "POST", url: "Ml2", -// data: {"urlNum": urlNum, "query": query}, -// dataType: "json", -// success: function(data) { -// $('#2post4').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex4').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential4').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential4').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential4').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential4').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential4').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential4').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential4').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential4').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential4').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential4').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential4').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info4').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks4').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } -// else { -// $('#2infoLinks4').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } -// -// function getML2_5() { -// query = $('#query2').val(); -// urlNum = "4"; -// try { -// $.ajax({ -// type: "POST", url: "Ml2", -// data: {"urlNum": urlNum, "query": query}, -// dataType: "json", -// success: function(data) { -// $('#2post5').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex5').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential5').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential5').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential5').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential5').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential5').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential5').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential5').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential5').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential5').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential5').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential5').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info5').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks5').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } -// else { -// $('#2infoLinks5').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } -// -// function getML2_6() { -// query = $('#query2').val(); -// urlNum = "5"; -// try { -// $.ajax({ -// type: "POST", url: "Ml2", -// data: {"urlNum": urlNum, "query": query}, -// dataType: "json", -// success: function(data) { -// $('#2post6').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex6').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential6').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential6').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential6').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential6').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential6').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential6').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential6').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential6').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential6').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential6').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential6').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info6').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks6').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } -// else { -// $('#2infoLinks6').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } -// -// function getML2_7() { -// query = $('#query2').val(); -// urlNum = "6"; -// try { -// $.ajax({ -// type: "POST", url: "Ml2", -// data: {"urlNum": urlNum, "query": query}, -// dataType: "json", -// success: function(data) { -// $('#2post7').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex7').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential7').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential7').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential7').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential7').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential7').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential7').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential7').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential7').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential7').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential7').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential7').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info7').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks7').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } -// else { -// $('#2infoLinks7').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } -// -// function getML2_8() { -// query = $('#query2').val(); -// urlNum = "7"; -// try { -// $.ajax({ -// type: "POST", url: "Ml2", -// data: {"urlNum": urlNum, "query": query}, -// dataType: "json", -// success: function(data) { -// $('#2post8').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex8').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential8').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential8').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential8').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential8').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential8').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential8').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential8').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential8').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential8').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential8').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential8').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info8').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks8').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } -// else { -// $('#2infoLinks8').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } -// -// function getML2_9() { -// query = $('#query2').val(); -// urlNum = "8"; -// try { -// $.ajax({ -// type: "POST", url: "Ml2", -// data: {"urlNum": urlNum, "query": query}, -// dataType: "json", -// success: function(data) { -// $('#2post9').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex9').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential9').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential9').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential9').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential9').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential9').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential9').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential9').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential9').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential9').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential9').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential9').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info9').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks9').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } -// else { -// $('#2infoLinks9').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } -// -// function getML2_10() { -// query = $('#query2').val(); -// urlNum = "9"; -// try { -// $.ajax({ -// type: "POST", -// url: "Ml2", -// data: {"urlNum": urlNum, "query": query}, -// dataType: "json", -// success: function(data) { -// $('#2post10').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); -// var experiential = data.experiential; -// $('#2ex10').val(experiential); -// if (experiential === "0.0") { -// $('#2experiential10').html("<img src='img/experience_000.gif' height='105' width='80'>"); -// } -// else if (experiential > 0.0 && experiential < 0.15) { -// $('#2experiential10').html("<img src='img/experience_010.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.15 && experiential < 0.25) { -// $('#2experiential10').html("<img src='img/experience_020.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.25 && experiential < 0.35) { -// $('#2experiential10').html("<img src='img/experience_030.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.35 && experiential < 0.45) { -// $('#2experiential10').html("<img src='img/experience_040.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.45 && experiential < 0.55) { -// $('#2experiential10').html("<img src='img/experience_050.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.55 && experiential < 0.65) { -// $('#2experiential10').html("<img src='img/experience_060.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.65 && experiential < 0.75) { -// $('#2experiential10').html("<img src='img/experience_070.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.75 && experiential < 0.85) { -// $('#2experiential10').html("<img src='img/experience_080.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.85 && experiential < 0.95) { -// $('#2experiential10').html("<img src='img/experience_090.gif' height='105' width='80'>"); -// } -// else if (experiential >= 0.95 && experiential <= 1.00) { -// $('#2experiential10').html("<img src='img/experience_100.gif' height='105' width='80'>"); -// } -// var infoLinks = data.infoLinks; -// $('#2info10').val(infoLinks); -// if (infoLinks === "0.0") { -// $('#2infoLinks10').html("<img src='img/info_no.gif' height='20' width='20'>"); -// } else { -// $('#2infoLinks10').html("<img src='img/info_yes.gif' height='20' width='20'>"); -// } -// } -// }); -// } catch (err) { -// } -// } - - function cleanML3() { - cleanML3_1(); - cleanML3_2(); - cleanML3_3(); - cleanML3_4(); - cleanML3_5(); - cleanML3_6(); - cleanML3_7(); - cleanML3_8(); - cleanML3_9(); - cleanML3_10(); - - } - - function cleanML3_1() { - $('#3post1').html(""); - $('#3experiential1').html(""); - $('#3infoLinks1').html(""); - } - - function cleanML3_2() { - $('#3post2').html(""); - $('#3experiential2').html(""); - $('#3infoLinks2').html(""); - } - - function cleanML3_3() { - $('#3post3').html(""); - $('#3experiential3').html(""); - $('#3infoLinks3').html(""); - } - - function cleanML3_4() { - $('#3post4').html(""); - $('#3experiential4').html(""); - $('#3infoLinks4').html(""); - } - - function cleanML3_5() { - $('#3post5').html(""); - $('#3experiential5').html(""); - $('#3infoLinks5').html(""); - } - - function cleanML3_6() { - $('#3post6').html(""); - $('#3experiential6').html(""); - $('#3infoLinks6').html(""); - } - - function cleanML3_7() { - $('#3post7').html(""); - $('#3experiential7').html(""); - $('#3infoLinks7').html(""); - } - - function cleanML3_8() { - $('#3post8').html(""); - $('#3experiential8').html(""); - $('#3infoLinks8').html(""); - } - - function cleanML3_9() { - $('#3post9').html(""); - $('#3experiential9').html(""); - $('#3infoLinks9').html(""); - } - - function cleanML3_10() { - $('#3post10').html(""); - $('#3experiential10').html(""); - $('#3infoLinks10').html(""); - } - - function getResults3() { - query = $('#query3').val(); - page = $('#query3').attr("class"); - try { - $.ajax({ - type: "POST", - url: "Search3", - data: {"query": query, "page": page}, - dataType: "json", - success: function(data) { - var url1 = data.url1; - var title1 = data.title1; - $('#3title1').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title1 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url1 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex1' name='experiential' value=''/>" - + "<input id='1info1' name='infoLinks' value=''/>"); - - var url2 = data.url2; - var title2 = data.title2; - $('#3title2').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title2 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url2 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex2' name='experiential' value=''/>" - + "<input id='1info2' name='infoLinks' value=''/>"); - - var url3 = data.url3; - var title3 = data.title3; - $('#3title3').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title3 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url3 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex3' name='experiential' value=''/>" - + "<input id='1info3' name='infoLinks' value=''/>"); - - - var url4 = data.url4; - var title4 = data.title4; - $('#3title4').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title4 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url4 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex4' name='experiential' value=''/>" - + "<input id='1info14' name='infoLinks' value=''/>"); - - var url5 = data.url5; - var title5 = data.title5; - $('#3title5').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title5 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url5 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex5' name='experiential' value=''/>" - + "<input id='1info5' name='infoLinks' value=''/>"); - - var url6 = data.url6; - var title6 = data.title6; - $('#3title6').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title6 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url6 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex6' name='experiential' value=''/>" - + "<input id='1info6' name='infoLinks' value=''/>"); - - var url7 = data.url7; - var title7 = data.title7; - $('#3title7').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title7 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url7 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex7' name='experiential' value=''/>" - + "<input id='1info7' name='infoLinks' value=''/>"); - - var url8 = data.url8; - var title8 = data.title8; - $('#3title8').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title8 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url8 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex8' name='experiential' value=''/>" - + "<input id='1info8' name='infoLinks' value=''/>"); - - var url9 = data.url9; - var title9 = data.title9; - $('#3title9').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title9 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url9 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex9' name='experiential' value=''/>" - + "<input id='1info9' name='infoLinks' value=''/>"); - - var url10 = data.url10; - var title10 = data.title10; - $('#3title10').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" - + title10 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" - + "<input name='url' value='" + url10 + "'/>" - + "<input name='query' value='" + query + "'/>" - + "<input name='term' value='diagnosis'/>" - + "<input id='1ex10' name='experiential' value=''/>" - + "<input id='1info10' name='infoLinks' value=''/>"); - - - getML3_1(); - getML3_2(); - getML3_3(); - getML3_4(); - getML3_5(); - getML3_6(); - getML3_7(); - getML3_8(); - getML3_9(); - getML3_10(); - } - }); - - } catch (err) { - - } - } - - function getML3_1() { - query = $('#query3').val(); - urlNum = "0"; - try { - $.ajax({ - type: "POST", url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post1').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex1').val(experiential); - if (experiential === "0.0") { - $('#3experiential1').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential1').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential1').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential1').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential1').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential1').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential1').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential1').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential1').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential1').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential1').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info1').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks1').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#3infoLinks1').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML3_2() { - query = $('#query3').val(); - urlNum = "1"; - try { - $.ajax({ - type: "POST", url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post2').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex2').val(experiential); - if (experiential === "0.0") { - $('#3experiential2').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential2').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential2').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential2').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential2').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential2').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential2').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential2').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential2').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential2').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential2').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info2').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks2').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#3infoLinks2').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML3_3() { - query = $('#query3').val(); - urlNum = "2"; - try { - $.ajax({ - type: "POST", url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post3').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex3').val(experiential); - if (experiential === "0.0") { - $('#3experiential3').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential3').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential3').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential3').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential3').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential3').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential3').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential3').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential3').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential3').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential3').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info3').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks3').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#3infoLinks3').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML3_4() { - query = $('#query3').val(); - urlNum = "3"; - try { - $.ajax({ - type: "POST", url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post4').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex4').val(experiential); - if (experiential === "0.0") { - $('#3experiential4').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential4').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential4').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential4').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential4').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential4').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential4').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential4').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential4').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential4').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential4').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info4').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks4').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#3infoLinks4').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML3_5() { - query = $('#query3').val(); - urlNum = "4"; - try { - $.ajax({ - type: "POST", url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post5').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex5').val(experiential); - if (experiential === "0.0") { - $('#3experiential5').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential5').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential5').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential5').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential5').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential5').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential5').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential5').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential5').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential5').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential5').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info5').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks5').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#3infoLinks5').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML3_6() { - query = $('#query3').val(); - urlNum = "5"; - try { - $.ajax({ - type: "POST", url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post6').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex6').val(experiential); - if (experiential === "0.0") { - $('#3experiential6').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential6').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential6').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential6').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential6').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential6').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential6').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential6').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential6').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential6').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential6').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info6').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks6').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#3infoLinks6').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML3_7() { - query = $('#query3').val(); - urlNum = "6"; - try { - $.ajax({ - type: "POST", url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post7').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex7').val(experiential); - if (experiential === "0.0") { - $('#3experiential7').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential7').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential7').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential7').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential7').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential7').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential7').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential7').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential7').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential7').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential7').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info7').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks7').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#3infoLinks7').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML3_8() { - query = $('#query3').val(); - urlNum = "7"; - try { - $.ajax({ - type: "POST", url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post8').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex8').val(experiential); - if (experiential === "0.0") { - $('#3experiential8').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential8').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential8').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential8').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential8').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential8').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential8').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential8').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential8').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential8').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential8').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info8').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks8').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#3infoLinks8').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML3_9() { - query = $('#query3').val(); - urlNum = "8"; - try { - $.ajax({ - type: "POST", url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post9').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex9').val(experiential); - if (experiential === "0.0") { - $('#3experiential9').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential9').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential9').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential9').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential9').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential9').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential9').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential9').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential9').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential9').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential9').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info9').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks9').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } - else { - $('#3infoLinks9').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - function getML3_10() { - query = $('#query3').val(); - urlNum = "9"; - try { - $.ajax({ - type: "POST", - url: "Ml3", - data: {"urlNum": urlNum, "query": query}, - dataType: "json", - success: function(data) { - $('#3post10').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); - var experiential = data.experiential; - $('#3ex10').val(experiential); - if (experiential === "0.0") { - $('#3experiential10').html("<img src='img/experience_000.gif' height='105' width='80'>"); - } - else if (experiential > 0.0 && experiential < 0.15) { - $('#3experiential10').html("<img src='img/experience_010.gif' height='105' width='80'>"); - } - else if (experiential >= 0.15 && experiential < 0.25) { - $('#3experiential10').html("<img src='img/experience_020.gif' height='105' width='80'>"); - } - else if (experiential >= 0.25 && experiential < 0.35) { - $('#3experiential10').html("<img src='img/experience_030.gif' height='105' width='80'>"); - } - else if (experiential >= 0.35 && experiential < 0.45) { - $('#3experiential10').html("<img src='img/experience_040.gif' height='105' width='80'>"); - } - else if (experiential >= 0.45 && experiential < 0.55) { - $('#3experiential10').html("<img src='img/experience_050.gif' height='105' width='80'>"); - } - else if (experiential >= 0.55 && experiential < 0.65) { - $('#3experiential10').html("<img src='img/experience_060.gif' height='105' width='80'>"); - } - else if (experiential >= 0.65 && experiential < 0.75) { - $('#3experiential10').html("<img src='img/experience_070.gif' height='105' width='80'>"); - } - else if (experiential >= 0.75 && experiential < 0.85) { - $('#3experiential10').html("<img src='img/experience_080.gif' height='105' width='80'>"); - } - else if (experiential >= 0.85 && experiential < 0.95) { - $('#3experiential10').html("<img src='img/experience_090.gif' height='105' width='80'>"); - } - else if (experiential >= 0.95 && experiential <= 1.00) { - $('#3experiential10').html("<img src='img/experience_100.gif' height='105' width='80'>"); - } - var infoLinks = data.infoLinks; - $('#3info10').val(infoLinks); - if (infoLinks === "0.0") { - $('#3infoLinks10').html("<img src='img/lyme_no.gif' height='20' width='20'>"); - } else { - $('#3infoLinks10').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); - } - } - }); - } catch (err) { - } - } - - </script> - - </head> - <body onkeydown="KeyDown();" onload="noBack();"> - <% - response.setHeader("Pragma", "no-cache"); // HTTP 1.0 - response.setHeader("Cache-Control", "no-store"); // HTTP 1.1 - response.setDateHeader("Expires", 0); - %> - <!-- Part 1: Wrap all page content here --> - - <div id="wrap"> - <!-- Begin page content --> - <div id="0" class="container" style="margin-left: 2.5%; max-width:95%; display: block"> - <div class="page-header"> - <h2>Your Friend</h2> - </div> - <h4> -<!-- Imagine you have a friend who has been complaining of a rash, headaches, and extreme fatigue.--> - Imagine you have a friend who has been told he may have lyme disease. - </h4><br> - <h4> - You have noticed your friend seems out of breath after short walks (for example, when walking to the car after dinner). - </h4><br> - <h4> - <!-- After being diagnosed with Lyme disease and placed on oral antibiotics, this friend is considering supplementary treatments and would like your opinion on two of them: hyperbaric therapy and probiotics.--> - This friend wants your help learning about how lyme disease is diagnosed and treated. - </h4><br> - <!-- <h4> - You will search for them one at a time. - </h4><br>--> - <div id="00"> - <input type="button" class="btn btn-large btn-primary" name="next1" value="Next »" onclick=" - hideContent('0'); - showContent(1); - getResults3(); - "> - </div> - </div> - - <div id ="1" class="option" style="display:none;"> - <div style="margin-left: 2.5%; max-width: 95%" class="page-header"> - <p class="taskHeader"> - <!-- At left are search results about hyperbaric oxygen therapy (sometimes abbreviated HBO or HBOT) during which the patient sits in a chamber filled with oxygen at higher than normal pressure.--> - At left are search results about how to diagnose lyme disease. - <br><br> - Please click on the results that look helpful and then answer the questions on the right. - </p> - <table> - <tr> - <td> - <img src='img/lyme_no.gif' height='20' width='21'> Poster links to supporting information - </td> - <td> - <img src='img/experience_050.gif' height='105' width='80'> Percent posts about personal experiences - </td> - </tr> - </table> - </div> - - <div id="11" class="container" style="margin-bottom: 20px; margin-left: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: left"> - <div id="cse1" style="width: 100%;"> - <div style="margin-left:3%;margin-top: 3%;margin-right: 3%;"> - <div> - <table> - <tr> - <td> - <p><img src="img/people_sphere.gif" height='40' width='40'> <img src="img/lymeFont.jpg" height="200" width="200"></p> - </td> - </tr> - </table> - </div> - <div style="width:100%;"> - <table style="width:100%;"> - <tr> - <td style="white-space:nowrap;"> - <input id="query1" class="0" type="text" value="do I have lyme test" onkeydown="keyPress1();" style="width:70%;vertical-align:top"> -<!-- <img src="img/people_sphere.gif" height='40' width='40'>--> - <input type="button" class="btn btn-medium btn-primary" title="search" value="search" style="vertical-align:top" onclick="cleanML1(); - setPage1(); - getResults1(); - "> - - - </td> - </tr> - </table> - </div> - <div> - <table> - <tbody - <tr> - <td> - <p><b style="color:#0088CC;">Note</b>: Feel free to run additional searches. Note that results will take 10-20 seconds to load.</p> - </td> - </tr> - </table> - </div> - <div> - <table id="results1"> - <tbody> - <tr style="height:40px;"> - <td id="1post1" width='55'></td> - <td id="1infoLinks1"></td> - <td id="1experiential1"></td> - <td id="1title1"></td> - - </tr> - <tr style="height:40px;"> - <td id="1post2" width='55'></td> - <td id="1infoLinks2"></td> - <td id="1experiential2"></td> - <td id="1title2"></td> - </tr> - <tr style="height:40px;"> - <td id="1post3" width='55'></td> - <td id="1infoLinks3"></td> - <td id="1experiential3"></td> - <td id="1title3"></td> - </tr> - <tr style="height:40px;"> - <td id="1post4" width='55'></td> - <td id="1infoLinks4"></td> - <td id="1experiential4"></td> - <td id="1title4"></td> - </tr> - <tr style="height:40px;"> - <td id="1post5" width='55'></td> - <td id="1infoLinks5"></td> - <td id="1experiential5"></td> - <td id="1title5"></td> - </tr> - <tr style="height:40px;"> - <td id="1post6" width='55'></td> - <td id="1infoLinks6"></td> - <td id="1experiential6"></td> - <td id="1title6"></td> - </tr> - <tr style="height:40px;"> - <td id="1post7" width='55'></td> - <td id="1infoLinks7"></td> - <td id="1experiential7"></td> - <td id="1title7"></td> - </tr> - <tr style="height:40px;"> - <td id="1post8" width='55'></td> - <td id="1infoLinks8"></td> - <td id="1experiential8"></td> - <td id="1title8"></td> - </tr> - <tr style="height:40px;"> - <td id="1post9" width='55'></td> - <td id="1infoLinks9"></td> - <td id="1experiential9"></td> - <td id="1title9"></td> - </tr> - <tr style="height:40px;"> - <td id="1post10" width='55'></td> - <td id="1infoLinks10"></td> - <td id="1experiential10"></td> - <td id="1title10"></td> - </tr> - </tbody> - </table> - <table> - <tr> - <td width="15"> - <a href="#" onclick="cleanML1(); - setPage1(); - getResults1();"> - 1 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML1(); - $('#query1').attr('class', 1); - getResults1();"> - 2 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML1(); - $('#query1').attr('class', 2); - getResults1();"> - 3 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML1(); - $('#query1').attr('class', 3); - getResults1();"> - 4 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML1(); - $('#query1').attr('class', 4); - getResults1();"> - 5 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML1(); - $('#query1').attr('class', 5); - getResults1();"> - 6 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML1(); - $('#query1').attr('class', 6); - getResults1();"> - 7 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML1(); - $('#query1').attr('class', 7); - getResults1();"> - 8 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML1(); - $('#query1').attr('class', 8); - getResults1();"> - 9 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML1(); - $('#query1').attr('class', 9); - getResults1();"> - 10 - </a> - </td> - </tr> - </table> - </div> - </div> - </div> - </div> - - <div id="12" class="container" style="margin-bottom: 20px; margin-right: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: right"> - <div style="margin-left:2.5%;"> - <div id="121"> - <h4>What answer would you give your friend?</h4> - <table> - <tr> - <td> - <textarea name="treat_answer" class="form-control" rows="4" style="min-width:600px"></textarea> - </td> - </tr> - </table> - </div><br><br> - - - <div id="122" style="max-width:95%"> - <h4>How trustworthy is the approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="treat_trustworthiness" value="0Very trustworthy"/> - </td> - <td> - Very trustworthy - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_trustworthiness" value="1Somewhat trustworthy"/> - </td> - <td> - Somewhat trustworthy - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_trustworthiness" value="2Not very trustworthy"/> - </td> - <td> - Not very trustworthy - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_trustworthiness" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="123" style="max-width:95%"> - <h4>How much factual support is there for the approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="treat_factualSupport" value="0A lot of factual support"/> - </td> - <td> - A lot of factual support - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_factualSupport" value="1Some factual support"/> - </td> - <td> - Some factual support - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_factualSupport" value="2Not a lot of factual support"/> - </td> - <td> - Not a lot of factual support - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_factualSupport" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="124" style="max-width:95%"> - <h4>Are patients positive approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="treat_ppositive" value="0Very positive"/> - </td> - <td> - Very positive - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_ppositive" value="1Not positive"/> - </td> - <td> - Not positive - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_ppositive" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - <div id="125" style="max-width:95%"> - <h4>Are experts positive about the approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="treat_epositive" value="0Very positive"/> - </td> - <td> - Very positive - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_epositive" value="1Not positive"/> - </td> - <td> - Not positive - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_epositive" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="126" style="max-width:95%"> - <h4>How effective is the approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="treat_effective" value="0Very effective"/> - </td> - <td> - Very effective - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_effective" value="1Somewhat effective"/> - </td> - <td> - Somewhat effective - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_effective" value="2Not very effective"/> - </td> - <td> - Not very effective - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_effective" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="127" style="max-width:95%"> - <h4>How popular is the approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="treat_popularity" value="0Very popular"/> - </td> - <td> - Very popular - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_popularity" value="1Somewhat popular"/> - </td> - <td> - Somewhat popular - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_popularity" value="2Not very popular"/> - </td> - <td> - Not very popular - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_popularity" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="128" style="max-width:95%"> - <h4>Would you recommend this approach to your friend?</h4> - <table> - <tr> - <td> - <input type="radio" name="treat_recommend" value="0Strongly recommend" - </td> - <td> - Strongly recommend - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_recommend" value="1Recommend" - </td> - <td> - Recommend - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_recommend" value="2Not recommend" - </td> - <td> - Not recommend - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="treat_recommend" value="3Cannot tell from results" - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - </div> - </div><br><br> - <div id="1111" style="margin-left: 47.5%;"> - <input type="button" class="btn btn-large btn-primary" name="next1" value="Next »" onclick=" - hideContent('1'); - hideContent('1111'); - showContent(3); - "> - </div><br> - </div> - - - <!-- <div id ="2" class="option" style="display:none;"> - <div style="margin-left: 2.5%; max-width: 95%" class="page-header"> - <p class="taskHeader"> - At left are search results about rife therapy (named after its inventor) during which low-voltage electricity is applied to the patient's body. - <br><br> - Please click on the results that look helpful and then answer the questions on the right. - </p> - <table> - <tr> - <td> - <img src='img/info_no.gif' height='20' width='21' title='gray info icon'> Poster links to supporting information - </td> - <td> - <img src='img/experience_050.gif' height='105' width='80' title='five person icons, half black-half gray'> percent posts about personal experiences - </td> - - </tr> - </table> - </div> - <div id="21" class="container" style="margin-bottom: 20px; margin-left: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: left"> - <div id="cse2" style="width: 100%;"> - <div style="margin-left:3%;margin-top: 3%;margin-right: 3%;"> - <div> - <table> - <tr> - <td style="white-space:nowrap;"> - <input id="query2" class="0" type="text" value="does rife work" onkeydown="keyPress2();" style="width:250%;vertical-align:top"> - <input type="button" class="btn btn-medium btn-primary" title="search" value="search" style="vertical-align:top" onclick="cleanML2(); - setPage2(); - getResults2();"> - </td> - </tr> - </table> - </div> - <div> - <table> - <tbody - <tr> - <td> - <p><b style="color:#0088CC;">Note</b>: Feel free to run additional searches. Note that results will take 10-20 seconds to load.</p> - </td> - </tr> - </table> - </div> - <div> - <table id="results2"> - <tbody> - <tr style="height:40px;"> - <td id="2post1" width='55'></td> - <td id="2infoLinks1"></td> - <td id="2experiential1"></td> - <td id="2title1"></td> - </tr> - <tr style="height:40px;"> - <td id="2post2" width='55'></td> - <td id="2infoLinks2"></td> - <td id="2experiential2"></td> - <td id="2title2"></td> - </tr> - <tr style="height:40px;"> - <td id="2post3" width='55'></td> - <td id="2infoLinks3"></td> - <td id="2experiential3"></td> - <td id="2title3"></td> - </tr> - <tr style="height:40px;"> - <td id="2post4" width='55'></td> - <td id="2infoLinks4"></td> - <td id="2experiential4"></td> - <td id="2title4"></td> - </tr> - <tr style="height:40px;"> - <td id="2post5" width='55'></td> - <td id="2infoLinks5"></td> - <td id="2experiential5"></td> - <td id="2title5"></td> - </tr> - <tr style="height:40px;"> - <td id="2post6" width='55'></td> - <td id="2infoLinks6"></td> - <td id="2experiential6"></td> - <td id="2title6"></td> - </tr> - <tr style="height:40px;"> - <td id="2post7" width='55'></td> - <td id="2infoLinks7"></td> - <td id="2experiential7"></td> - <td id="2title7"></td> - </tr> - <tr style="height:40px;"> - <td id="2post8" width='55'></td> - <td id="2infoLinks8"></td> - <td id="2experiential8"></td> - <td id="2title8"></td> - </tr> - <tr style="height:40px;"> - <td id="2post9" width='55'></td> - <td id="2infoLinks9"></td> - <td id="2experiential9"></td> - <td id="2title9"></td> - </tr> - <tr style="height:40px;"> - <td id="2post10" width='55'></td> - <td id="2infoLinks10"></td> - <td id="2experiential10"></td> - <td id="2title10"></td> - </tr> - </tbody> - </table> - <table> - <tr> - <td width="15"> - <a href="#" onclick="cleanML2(); - setPage2(); - getResults2();"> - 1 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML2();$('#query2').attr('class', 1);getResults2();"> - 2 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML2();$('#query2').attr('class', 2);getResults2();"> - 3 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML2();$('#query2').attr('class', 3);getResults2();"> - 4 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML2();$('#query2').attr('class', 4);getResults2();"> - 5 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML2();$('#query2').attr('class', 5);getResults2();"> - 6 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML2();$('#query2').attr('class', 6);getResults2();"> - 7 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML2();$('#query2').attr('class', 7);getResults2();"> - 8 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML2();$('#query2').attr('class', 8);getResults2();"> - 9 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML2();$('#query2').attr('class', 9);getResults2();"> - 10 - </a> - </td> - </tr> - </table> - </div> - </div> - </div> - </div> - - <div id="22" class="container" style="margin-bottom: 20px; margin-right: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: right"> - <div style="margin-left:2.5%;"> - <div id="221" style="max-width:95%"> - <h4>How effective would you tell your friend rife therapy is?</h4> - <table> - <tr> - <td> - <input type="radio" name="rife_effective_O" value="0Very effective"/> - </td> - <td> - Very effective - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_effective_O" value="1Somewhat effective"/> - </td> - <td> - Somewhat effective - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_effective_O" value="2Not very effective"/> - </td> - <td> - Not very effective - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_effective_O" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - <div id="222" style="max-width:95%"> - <h4>How trustworthy would you tell your friend rife therapy is?</h4> - <table> - <tr> - <td> - <input type="radio" name="rife_trustworthiness_O" value="0Very trustworthy"/> - </td> - <td> - Very trustworthy - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_trustworthiness_O" value="1Somewhat trustworthy"/> - </td> - <td> - Somewhat trustworthy - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_trustworthiness_O" value="2Not very trustworthy"/> - </td> - <td> - Not very trustworthy - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_trustworthiness_O" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - <div id="223" style="max-width:95%"> - <h4>How much factual support would you tell your friend there is for rife therapy?</h4> - <table> - <tr> - <td> - <input type="radio" name="rife_factualSupport_O" value="0A lot of factual support"/> - </td> - <td> - A lot of factual support - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_factualSupport_O" value="1Some factual support"/> - </td> - <td> - Some factual support - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_factualSupport_O" value="2Not a lot of factual support"/> - </td> - <td> - Not a lot of factual support - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_factualSupport_O" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - <div id="224" style="max-width:95%"> - <h4>How popular would you tell your friend rife therapy is?</h4> - <table> - <tr> - <td> - <input type="radio" name="rife_popularity_O" value="0Very popular"/> - </td> - <td> - Very popular - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_popularity_O" value="1Somewhat popular"/> - </td> - <td> - Somewhat popular - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_popularity_O" value="2Not very popular"/> - </td> - <td> - Not very popular - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="rife_popularity_O" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div> - </div> - </div> - <div id="2222" style="margin-left: 47.5%;"> - <input type="button" class="btn btn-large btn-primary" name="next1" value="Next »" onclick=" - hideContent('2'); - hideContent('2222'); - showContent(3);"> - </div><br> - </div>--> - - <div id ="3" class="option" style="display:none"> - <div style="margin-left: 2.5%; max-width: 95%" class="page-header"> - <p class="taskHeader"> - At left are search results about how to treat lyme disease. - <br><br> - Please click on the results that look helpful and then answer the questions on the right. - </p> - <table> - <tr> - <td> - <img src='img/lyme_no.gif' height='20' width='21'> Poster links to supporting information - </td> - <td> - <img src='img/experience_050.gif' height='105' width='80'> Percent posts about personal experiences - </td> - - </tr> - </table> - </div> - <div id="31" class="container" style="margin-bottom: 20px; margin-left: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: left"> - <div id="cse3" style="width: 100%;"> - <div style="margin-left:3%;margin-top: 3%;margin-right: 3%;"> - <div> - <table> - <tr> - <td> - <p><img src="img/people_sphere.gif" height='40' width='40'> <img src="img/lymeFont.jpg" height="200" width="200"></p> - </td> - </tr> - </table> - </div> - <div style="width:100%;"> - <table style="width:100%;"> - <tr> - <td style="white-space:nowrap;"> - <input id="query3" class="0" type="text" value="best antibiotic for treatment" onkeydown="keyPress3();" style="width:70%;vertical-align:top"> -<!-- <img src="img/people_sphere.gif" height='40' width='40'>--> - <input type="button" class="btn btn-medium btn-primary" title="search" value="search" style="vertical-align:top" onclick="cleanML3(); - setPage3(); - getResults3();"> - </td> - </tr> - </table> - </div> - <div> - <table> - <tbody - <tr> - <td> - <p><b style="color:#0088CC;">Note</b>: Feel free to run additional searches. Note that results will take 10-20 seconds to load.</p> - </td> - </tr> - </table> - </div> - <div> - <table id="results3"> - <tbody> - <tr style="height:40px;"> - <td id="3post1" width='55'></td> - <td id="3infoLinks1"></td> - <td id="3experiential1"></td> - <td id="3title1"></td> - </tr> - <tr style="height:40px;"> - <td id="3post2" width='55'></td> - <td id="3infoLinks2"></td> - <td id="3experiential2"></td> - <td id="3title2"></td> - </tr> - <tr style="height:40px;"> - <td id="3post3" width='55'></td> - <td id="3infoLinks3"></td> - <td id="3experiential3"></td> - <td id="3title3"></td> - </tr> - <tr style="height:40px;"> - <td id="3post4" width='55'></td> - <td id="3infoLinks4"></td> - <td id="3experiential4"></td> - <td id="3title4"></td> - </tr> - <tr style="height:40px;"> - <td id="3post5" width='55'></td> - <td id="3infoLinks5"></td> - <td id="3experiential5"></td> - <td id="3title5"></td> - </tr> - <tr style="height:40px;"> - <td id="3post6" width='55'></td> - <td id="3infoLinks6"></td> - <td id="3experiential6"></td> - <td id="3title6"></td> - </tr> - <tr style="height:40px;"> - <td id="3post7" width='55'></td> - <td id="3infoLinks7"></td> - <td id="3experiential7"></td> - <td id="3title7"></td> - </tr> - <tr style="height:40px;"> - <td id="3post8" width='55'></td> - <td id="3infoLinks8"></td> - <td id="3experiential8"></td> - <td id="3title8"></td> - </tr> - <tr style="height:40px;"> - <td id="3post9" width='55'></td> - <td id="3infoLinks9"></td> - <td id="3experiential9"></td> - <td id="3title9"></td> - </tr> - <tr style="height:40px;"> - <td id="3post10" width='55'></td> - <td id="3infoLinks10"></td> - <td id="3experiential10"></td> - <td id="3title10"></td> - </tr> - </tbody> - </table> - <table> - <tr> - <td width="15"> - <a href="#" onclick="cleanML3(); - setPage3(); - getResults3();"> - 1 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML3(); - $('#query3').attr('class', 1); - getResults3();"> - 2 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML3(); - $('#query3').attr('class', 2); - getResults3();"> - 3 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML3(); - $('#query3').attr('class', 3); - getResults3();"> - 4 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML3(); - $('#query3').attr('class', 4); - getResults3();"> - 5 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML3(); - $('#query3').attr('class', 5); - getResults3();"> - 6 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML3(); - $('#query3').attr('class', 6); - getResults3();"> - 7 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML3(); - $('#query3').attr('class', 7); - getResults3();"> - 8 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML3(); - $('#query3').attr('class', 8); - getResults3();"> - 9 - </a> - </td> - <td width="15"> - <a href="#" onclick="cleanML3(); - $('#query3').attr('class', 9); - getResults3();"> - 10 - </a> - </td> - </tr> - </table> - </div> - </div> - </div> - </div> - - <div id="32" class="container" style="margin-bottom: 20px; margin-right: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: right"> - <div style="margin-left:2.5%;"> - <div id="321" style="max-width:95%"> - <h4>What answer would you give your friend?</h4> - <table> - <tr> - <td> - <textarea name="diagnose_answer" class="form-control" rows="4" style="min-width:600px"></textarea> - </td> - </tr> - </table> - </div><br><br> - - - <div id="322" style="max-width:95%"> - <h4>How trustworthy is the approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="diagnose_trustworthiness" value="0Very trustworthy"/> - </td> - <td> - Very trustworthy - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_trustworthiness" value="1Somewhat trustworthy"/> - </td> - <td> - Somewhat trustworthy - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_trustworthiness" value="2Not very trustworthy"/> - </td> - <td> - Not very trustworthy - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_trustworthiness" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="323" style="max-width:95%"> - <h4>How much factual support is there for the approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="diagnose_factualSupport" value="0A lot of factual support"/> - </td> - <td> - A lot of factual support - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_factualSupport" value="1Some factual support"/> - </td> - <td> - Some factual support - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_factualSupport" value="2Not a lot of factual support"/> - </td> - <td> - Not a lot of factual support - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_factualSupport" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="324" style="max-width:95%"> - <h4>Are patients positive approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="diagnose_ppositive" value="0Very positive"/> - </td> - <td> - Very positive - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_ppositive" value="1Not positive"/> - </td> - <td> - Not positive - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_ppositive" value="2Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - <div id="325" style="max-width:95%"> - <h4>Are experts positive about the approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="diagnose_epositive" value="0Very positive"/> - </td> - <td> - Very positive - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_epositive" value="1Not positive"/> - </td> - <td> - Not positive - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_epositive" value="2Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="326" style="max-width:95%"> - <h4>How effective is the approach you suggest?</h4> - <table> - <tr> - <td> - <input type="radio" name="diagnose_effective" value="0Very effective"/> - </td> - <td> - Very effective - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_effective" value="1Somewhat effective"/> - </td> - <td> - Somewhat effective - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_effective" value="2Not very effective"/> - </td> - <td> - Not very effective - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_effective" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="327" style="max-width:95%"> - <h4>How popular is the approach you suggest? </h4> - <table> - <tr> - <td> - <input type="radio" name="diagnose_popularity" value="0Very popular"/> - </td> - <td> - Very popular - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_popularity" value="1Somewhat popular"/> - </td> - <td> - Somewhat popular - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_popularity" value="2Not very popular"/> - </td> - <td> - Not very popular - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_popularity" value="3Cannot tell from results"/> - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - - - <div id="328" style="max-width:95%"> - <h4>Would you recommend this approach to your friend?</h4> - <table> - <tr> - <td> - <input type="radio" name="diagnose_recommend" value="0Strongly recommend" - </td> - <td> - Strongly recommend - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_recommend" value="1Recommend" - </td> - <td> - Recommend - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_recommend" value="2Not recommend" - </td> - <td> - Not recommend - </td> - </tr> - <tr height="3px"></tr> - <tr> - <td> - <input type="radio" name="diagnose_recommend" value="3Cannot tell from results" - </td> - <td> - Cannot tell from results - </td> - </tr> - </table> - </div><br><br> - </div> - </div> - <div id="Next3" style="margin-left: 47.5%;"> - <input type="submit" class="btn btn-large btn-primary" name="next1" value="Next »" onclick="return getAnswers(this);"> - <form action="task" hidden=""> - <input name="treat_answer" value=""> - <input name="treat_trustworthiness" value=""> - <input name="treat_factualSupport" value=""> - <input name="treat_ppositive" value=""> - <input name="treat_epositive" value=""> - <input name="treat_effective" value=""> - <input name="treat_popularity" value=""> - <input name="treat_recommend" value=""> - <input name="diagnose_answer" value=""> - <input name="diagnose_trustworthiness" value=""> - <input name="diagnose_factualSupport" value=""> - <input name="diagnose_ppositive" value=""> - <input name="diagnose_epositive" value=""> - <input name="diagnose_effective" value=""> - <input name="diagnose_popularity" value=""> - <input name="diagnose_recommend" value=""> - </form> - </div><br> - </div> - </div> - - - <div id="footer"> - <div class="container" style="margin-left:2.5%; max-width:90%"> - <p class="muted credit">Human-Computer Interaction Institute | Carnegie Mellon University | 5000 Forbes Ave | Pittsburgh, PA 15213</p> - </div> - </div> - - </body> -</html> +<%-- + Document : task + Created on : 2013-8-8, 16:47:52 + Author : Cheng Guo +--%> + +<%@page contentType="text/html" pageEncoding="UTF-8"%> +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <title>Online Health Information Study</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <script src="http://code.jquery.com/jquery.js"></script> + <script src="https://www.google.com/jsapi" type="text/javascript"></script> + <script src="js/bootstrap.min.js"></script> + <script src="js/jquery.icheck.js"></script> + <link href="layout/bootstrap.min.css" rel="stylesheet" media="screen"> + <link href="flat/blue.css" rel="stylesheet" media="screen"> + + + <style type="text/css"> + /* Sticky footer styles + -------------------------------------------------- */ + html, + body { + height: 96.5%; + /* The html and body elements cannot have any padding or margin. */ + } + + /* Wrapper for page content to push down footer */ + #wrap { + min-height: 100%; + height: auto !important; + + /* Negative indent footer by it's height */ + margin: 0 auto -55px; + + margin-bottom: 5px; + } + + #footer { + bottom: 0; + height: 55px; + background-color: #f5f5f5; + } + + .container .credit { + margin: 15px 0; + } + + .taskHeader{ + font-size:160%; + line-height:120%; + font-weight: bold; + } + + </style> + + <script type="text/javascript"> + function noBack() { + window.history.forward(1); + } + + function KeyDown() { + if ((event.keyCode === 116) || (event.ctrlKey && event.keyCode === 82)) + { + event.keyCode = 0; + event.returnValue = false; + } + + if ((window.event.altKey) && + ((window.event.keyCode === 37) || + (window.event.keyCode === 39))) { + alert("Please do not hit back. You will have to begin again."); + event.returnValue = false; + } + } + + function showContent(id) { + document.getElementById(id).style.display = "block"; + } + + function keyPress1() { + if (event.keyCode === 13) { + cleanML1(); + setPage1(); + getResults1(); + } + } + + function keyPress2() { + if (event.keyCode === 13) { + cleanML2(); + setPage2(); + getResults2(); + } + } + + function keyPress3() { + if (event.keyCode === 13) { + cleanML3(); + setPage3(); + getResults3(); + } + } + + function hideContent(id) { + document.getElementById(id).style.display = "none"; + } + + $(document).ready(function() { + $('input').iCheck({ + checkboxClass: 'icheckbox_flat-blue', + radioClass: 'iradio_flat-blue', + increaseArea: '20%' // optional + }); + }); + + function setPage1() { + $('#query1').attr("class", 0); + } + + function setPage2() { + $('#query2').attr("class", 0); + } + + function setPage3() { + $('#query3').attr("class", 0); + } + + function Go(self) { + $(self).next().submit(); + return false; + } + + function getAnswers(self) { + treat_answer = $("input[name='treat_answer']:checked").val(); + $(self).next().find("input[name='treat_answer']").val(treat_answer); + treat_trustworthiness = $("input[name='treat_trustworthiness']:checked").val(); + $(self).next().find("input[name='treat_trustworthiness']").val(treat_trustworthiness); + treat_factualSupport = $("input[name='treat_factualSupport']:checked").val(); + $(self).next().find("input[name='treat_factualSupport']").val(treat_factualSupport); + treat_ppositive = $("input[name='treat_ppositive']:checked").val(); + $(self).next().find("input[name='treat_ppositive']").val(treat_ppositive); + treat_epositive = $("input[name='treat_epositive']:checked").val(); + $(self).next().find("input[name='treat_epositive']").val(treat_epositive); + treat_effective = $("input[name='treat_effective']:checked").val(); + $(self).next().find("input[name='treat_effective']").val(treat_effective); + treat_popularity = $("input[name='treat_popularity']:checked").val(); + $(self).next().find("input[name='treat_popularity']").val(treat_popularity); + treat_recommend = $("input[name='treat_recommend']:checked").val(); + $(self).next().find("input[name='treat_recommend']").val(treat_recommend); + + diagnose_answer = $("input[name='diagnose_answer']:checked").val(); + $(self).next().find("input[name='diagnose_answer']").val(diagnose_answer); + diagnose_trustworthiness = $("input[name='diagnose_trustworthiness']:checked").val(); + $(self).next().find("input[name='diagnose_trustworthiness']").val(diagnose_trustworthiness); + diagnose_factualSupport = $("input[name='diagnose_factualSupport']:checked").val(); + $(self).next().find("input[name='diagnose_factualSupport']").val(diagnose_factualSupport); + diagnose_ppositive = $("input[name='diagnose_ppositive']:checked").val(); + $(self).next().find("input[name='diagnose_ppositive']").val(diagnose_ppositive); + diagnose_epositive = $("input[name='diagnose_epositive']:checked").val(); + $(self).next().find("input[name='diagnose_epositive']").val(diagnose_epositive); + diagnose_effective = $("input[name='diagnose_effective']:checked").val(); + $(self).next().find("input[name='diagnose_effective']").val(diagnose_effective); + diagnose_popularity = $("input[name='diagnose_popularity']:checked").val(); + $(self).next().find("input[name='diagnose_popularity']").val(diagnose_popularity); + diagnose_recommend = $("input[name='diagnose_recommend']:checked").val(); + $(self).next().find("input[name='diagnose_recommend']").val(diagnose_recommend); + + $(self).next().submit(); + return false; + } + + function getResults1() { + query = $('#query1').val(); + page = $('#query1').attr("class"); + try { + $.ajax({ + type: "POST", + url: "Search1", + data: {"query": query, "page": page}, + dataType: "json", + success: function(data) { + var url1 = data.url1; + var title1 = data.title1; + $('#1title1').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title1 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input id='1url1' name='url' value='" + url1 + "'/>" + + "<input id='1query1' name='query' value='" + query + "'/>" + + "<input id='1treatment1' name='term' value='treatment'/>" + + "<input id='1ex1' name='experiential' value=''/>" + + "<input id='1info1' name='infoLinks' value=''/>"); + + var url2 = data.url2; + var title2 = data.title2; + $('#1title2').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title2 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url2 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='treatment'/>" + + "<input id='1ex2' name='experiential' value=''/>" + + "<input id='1info2' name='infoLinks' value=''/>"); + + var url3 = data.url3; + var title3 = data.title3; + $('#1title3').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title3 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url3 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='treatment'/>" + + "<input id='1ex3' name='experiential' value=''/>" + + "<input id='1info3' name='infoLinks' value=''/>"); + + + var url4 = data.url4; + var title4 = data.title4; + $('#1title4').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title4 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url4 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='treatment'/>" + + "<input id='1ex4' name='experiential' value=''/>" + + "<input id='1info14' name='infoLinks' value=''/>"); + + + var url5 = data.url5; + var title5 = data.title5; + $('#1title5').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title5 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url5 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='treatment'/>" + + "<input id='1ex5' name='experiential' value=''/>" + + "<input id='1info5' name='infoLinks' value=''/>"); + + + var url6 = data.url6; + var title6 = data.title6; + $('#1title6').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title6 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url6 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='treatment'/>" + + "<input id='1ex6' name='experiential' value=''/>" + + "<input id='1info6' name='infoLinks' value=''/>"); + + + var url7 = data.url7; + var title7 = data.title7; + $('#1title7').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title7 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url7 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='treatment'/>" + + "<input id='1ex7' name='experiential' value=''/>" + + "<input id='1info7' name='infoLinks' value=''/>"); + + var url8 = data.url8; + var title8 = data.title8; + $('#1title8').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title8 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url8 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='treatment'/>" + + "<input id='1ex8' name='experiential' value=''/>" + + "<input id='1info8' name='infoLinks' value=''/>"); + + + var url9 = data.url9; + var title9 = data.title9; + $('#1title9').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title9 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url9 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='treatment'/>" + + "<input id='1ex9' name='experiential' value=''/>" + + "<input id='1info9' name='infoLinks' value=''/>"); + + + var url10 = data.url10; + var title10 = data.title10; + $('#1title10').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title10 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url10 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='treatment'/>" + + "<input id='1ex10' name='experiential' value=''/>" + + "<input id='1info10' name='infoLinks' value=''/>"); + + + getML1_1(); + getML1_2(); + getML1_3(); + getML1_4(); + getML1_5(); + getML1_6(); + getML1_7(); + getML1_8(); + getML1_9(); + getML1_10(); + } + }); + + } catch (err) { + } + } + + function cleanML1() { + cleanML1_1(); + cleanML1_2(); + cleanML1_3(); + cleanML1_4(); + cleanML1_5(); + cleanML1_6(); + cleanML1_7(); + cleanML1_8(); + cleanML1_9(); + cleanML1_10(); + + } + + function cleanML1_1() { + $('#1post1').html(""); + $('#1experiential1').html(""); + $('#1infoLinks1').html(""); + } + + function cleanML1_2() { + $('#1post2').html(""); + $('#1experiential2').html(""); + $('#1infoLinks2').html(""); + } + + function cleanML1_3() { + $('#1post3').html(""); + $('#1experiential3').html(""); + $('#1infoLinks3').html(""); + } + + function cleanML1_4() { + $('#1post4').html(""); + $('#1experiential4').html(""); + $('#1infoLinks4').html(""); + } + + function cleanML1_5() { + $('#1post5').html(""); + $('#1experiential5').html(""); + $('#1infoLinks5').html(""); + } + + function cleanML1_6() { + $('#1post6').html(""); + $('#1experiential6').html(""); + $('#1infoLinks6').html(""); + } + + function cleanML1_7() { + $('#1post7').html(""); + $('#1experiential7').html(""); + $('#1infoLinks7').html(""); + } + + function cleanML1_8() { + $('#1post8').html(""); + $('#1experiential8').html(""); + $('#1infoLinks8').html(""); + } + + function cleanML1_9() { + $('#1post9').html(""); + $('#1experiential9').html(""); + $('#1infoLinks9').html(""); + } + + function cleanML1_10() { + $('#1post10').html(""); + $('#1experiential10').html(""); + $('#1infoLinks10').html(""); + } + + function getML1_1() { + urlNum = "0"; + query = $('#query1').val(); + try { + $.ajax({ + type: "POST", + url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post1').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex1').val(experiential); + if (experiential === "0.0") { + $('#1experiential1').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential1').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential1').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential1').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential1').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential1').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential1').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential1').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential1').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential1').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential1').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info1').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks1').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } else { + $('#1infoLinks1').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML1_2() { + query = $('#query1').val(); + urlNum = "1"; + try { + $.ajax({ + type: "POST", url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post2').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex2').val(experiential); + if (experiential === "0.0") { + $('#1experiential2').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential2').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential2').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential2').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential2').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential2').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential2').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential2').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential2').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential2').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential2').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info2').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks2').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#1infoLinks2').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + + function getML1_3() { + query = $('#query1').val(); + urlNum = "2"; + try { + $.ajax({ + type: "POST", url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post3').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex3').val(experiential); + if (experiential === "0.0") { + $('#1experiential3').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential3').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential3').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential3').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential3').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential3').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential3').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential3').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential3').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential3').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential3').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info3').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks3').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#1infoLinks3').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + + function getML1_4() { + query = $('#query1').val(); + urlNum = "3"; + try { + $.ajax({ + type: "POST", url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post4').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex4').val(experiential); + if (experiential === "0.0") { + $('#1experiential4').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential4').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential4').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential4').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential4').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential4').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential4').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential4').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential4').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential4').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential4').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info4').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks4').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#1infoLinks4').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML1_5() { + query = $('#query1').val(); + urlNum = "4"; + try { + $.ajax({ + type: "POST", url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post5').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex5').val(experiential); + if (experiential === "0.0") { + $('#1experiential5').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential5').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential5').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential5').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential5').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential5').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential5').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential5').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential5').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential5').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential5').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info5').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks5').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#1infoLinks5').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML1_6() { + query = $('#query1').val(); + urlNum = "5"; + try { + $.ajax({ + type: "POST", url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post6').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex6').val(experiential); + if (experiential === "0.0") { + $('#1experiential6').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential6').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential6').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential6').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential6').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential6').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential6').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential6').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential6').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential6').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential6').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info6').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks6').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#1infoLinks6').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML1_7() { + query = $('#query1').val(); + urlNum = "6"; + try { + $.ajax({ + type: "POST", url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post7').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex7').val(experiential); + if (experiential === "0.0") { + $('#1experiential7').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential7').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential7').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential7').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential7').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential7').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential7').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential7').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential7').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential7').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential7').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info7').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks7').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#1infoLinks7').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML1_8() { + query = $('#query1').val(); + urlNum = "7"; + try { + $.ajax({ + type: "POST", url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post8').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex8').val(experiential); + if (experiential === "0.0") { + $('#1experiential8').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential8').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential8').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential8').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential8').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential8').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential8').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential8').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential8').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential8').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential8').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info8').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks8').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#1infoLinks8').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML1_9() { + query = $('#query1').val(); + urlNum = "8"; + try { + $.ajax({ + type: "POST", url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post9').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex9').val(experiential); + if (experiential === "0.0") { + $('#1experiential9').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential9').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential9').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential9').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential9').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential9').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential9').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential9').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential9').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential9').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential9').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info9').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks9').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#1infoLinks9').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + + function getML1_10() { + query = $('#query1').val(); + urlNum = "9"; + try { + $.ajax({ + type: "POST", + url: "Ml1", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#1post10').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#1ex10').val(experiential); + if (experiential === "0.0") { + $('#1experiential10').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#1experiential10').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#1experiential10').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#1experiential10').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#1experiential10').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#1experiential10').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#1experiential10').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#1experiential10').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#1experiential10').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#1experiential10').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#1experiential10').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#1info10').val(infoLinks); + if (infoLinks === "0.0") { + $('#1infoLinks10').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } else { + $('#1infoLinks10').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + $(document).ready(function() { + getResults1(); + + }); + +// function cleanML2() { +// cleanML2_1(); +// cleanML2_2(); +// cleanML2_3(); +// cleanML2_4(); +// cleanML2_5(); +// cleanML2_6(); +// cleanML2_7(); +// cleanML2_8(); +// cleanML2_9(); +// cleanML2_10(); +// +// } +// +// function cleanML2_1() { +// $('#2post1').html(""); +// $('#2experiential1').html(""); +// $('#2infoLinks1').html(""); +// } +// +// function cleanML2_2() { +// $('#2post2').html(""); +// $('#2experiential2').html(""); +// $('#2infoLinks2').html(""); +// } +// +// function cleanML2_3() { +// $('#2post3').html(""); +// $('#2experiential3').html(""); +// $('#2infoLinks3').html(""); +// } +// +// function cleanML2_4() { +// $('#2post4').html(""); +// $('#2experiential4').html(""); +// $('#2infoLinks4').html(""); +// } +// +// function cleanML2_5() { +// $('#2post5').html(""); +// $('#2experiential5').html(""); +// $('#2infoLinks5').html(""); +// } +// +// function cleanML2_6() { +// $('#2post6').html(""); +// $('#2experiential6').html(""); +// $('#2infoLinks6').html(""); +// } +// +// function cleanML2_7() { +// $('#2post7').html(""); +// $('#2experiential7').html(""); +// $('#2infoLinks7').html(""); +// } +// +// function cleanML2_8() { +// $('#2post8').html(""); +// $('#2experiential8').html(""); +// $('#2infoLinks8').html(""); +// } +// +// function cleanML2_9() { +// $('#2post9').html(""); +// $('#2experiential9').html(""); +// $('#2infoLinks9').html(""); +// } +// +// function cleanML2_10() { +// $('#2post10').html(""); +// $('#2experiential10').html(""); +// $('#2infoLinks10').html(""); +// } +// +// function getResults2() { +// query = $('#query2').val(); +// page = $('#query2').attr("class"); +// try { +// $.ajax({ +// type: "POST", +// url: "Search2", +// data: {"query": query, "page": page}, +// dataType: "json", +// success: function(data) { +// var url1 = data.url1; +// var title1 = data.title1; +// $('#2title1').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title1 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url1 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex1' name='experiential' value=''/>" +// + "<input id='1info1' name='infoLinks' value=''/>"); +// +// var url2 = data.url2; +// var title2 = data.title2; +// $('#2title2').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title2 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url2 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex2' name='experiential' value=''/>" +// + "<input id='1info2' name='infoLinks' value=''/>"); +// +// var url3 = data.url3; +// var title3 = data.title3; +// $('#2title3').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title3 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url3 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex3' name='experiential' value=''/>" +// + "<input id='1info3' name='infoLinks' value=''/>"); +// +// var url4 = data.url4; +// var title4 = data.title4; +// $('#2title4').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title4 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url4 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex4' name='experiential' value=''/>" +// + "<input id='1info14' name='infoLinks' value=''/>"); +// +// var url5 = data.url5; +// var title5 = data.title5; +// $('#2title5').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title5 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url5 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex5' name='experiential' value=''/>" +// + "<input id='1info5' name='infoLinks' value=''/>"); +// +// var url6 = data.url6; +// var title6 = data.title6; +// $('#2title6').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title6 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url6 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex6' name='experiential' value=''/>" +// + "<input id='1info6' name='infoLinks' value=''/>"); +// +// var url7 = data.url7; +// var title7 = data.title7; +// $('#2title7').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title7 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url7 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex7' name='experiential' value=''/>" +// + "<input id='1info7' name='infoLinks' value=''/>"); +// +// var url8 = data.url8; +// var title8 = data.title8; +// $('#2title8').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title8 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url8 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex8' name='experiential' value=''/>" +// + "<input id='1info8' name='infoLinks' value=''/>"); +// +// +// var url9 = data.url9; +// var title9 = data.title9; +// $('#2title9').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title9 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url9 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex9' name='experiential' value=''/>" +// + "<input id='1info9' name='infoLinks' value=''/>"); +// +// var url10 = data.url10; +// var title10 = data.title10; +// $('#2title10').html("<a href='NewServlet' target='_blank' onclick='return Go(this);'>" +// + title10 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" +// + "<input name='url' value='" + url10 + "'/>" +// + "<input name='query' value='" + query + "'/>" +// + "<input name='treatment' value='hyperbaric'/>" +// + "<input id='1ex10' name='experiential' value=''/>" +// + "<input id='1info10' name='infoLinks' value=''/>"); +// +// +// getML2_1(); +// getML2_2(); +// getML2_3(); +// getML2_4(); +// getML2_5(); +// getML2_6(); +// getML2_7(); +// getML2_8(); +// getML2_9(); +// getML2_10(); +// +// +// } +// }); +// +// } catch (err) { +// +// } +// } +// function getML2_1() { +// query = $('#query2').val(); +// urlNum = "0"; +// try { +// $.ajax({ +// type: "POST", +// url: "Ml2", +// data: {"query": query, "urlNum": urlNum}, +// dataType: "json", +// success: function(data) { +// $('#2post1').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex1').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential1').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential1').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential1').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential1').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential1').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential1').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential1').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential1').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential1').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential1').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential1').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info1').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks1').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } +// else { +// $('#2infoLinks1').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } +// +// function getML2_2() { +// query = $('#query2').val(); +// urlNum = "1"; +// try { +// $.ajax({ +// type: "POST", url: "Ml2", +// data: {"urlNum": urlNum, "query": query}, +// dataType: "json", +// success: function(data) { +// $('#2post2').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex2').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential2').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential2').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential2').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential2').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential2').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential2').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential2').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential2').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential2').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential2').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential2').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info2').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks2').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } +// else { +// $('#2infoLinks2').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } +// +// function getML2_3() { +// query = $('#query2').val(); +// urlNum = "2"; +// try { +// $.ajax({ +// type: "POST", url: "Ml2", +// data: {"urlNum": urlNum, "query": query}, +// dataType: "json", +// success: function(data) { +// $('#2post3').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex3').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential3').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential3').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential3').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential3').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential3').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential3').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential3').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential3').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential3').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential3').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential3').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info3').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks3').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } +// else { +// $('#2infoLinks3').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } +// +// function getML2_4() { +// query = $('#query2').val(); +// urlNum = "3"; +// try { +// $.ajax({ +// type: "POST", url: "Ml2", +// data: {"urlNum": urlNum, "query": query}, +// dataType: "json", +// success: function(data) { +// $('#2post4').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex4').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential4').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential4').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential4').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential4').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential4').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential4').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential4').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential4').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential4').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential4').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential4').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info4').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks4').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } +// else { +// $('#2infoLinks4').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } +// +// function getML2_5() { +// query = $('#query2').val(); +// urlNum = "4"; +// try { +// $.ajax({ +// type: "POST", url: "Ml2", +// data: {"urlNum": urlNum, "query": query}, +// dataType: "json", +// success: function(data) { +// $('#2post5').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex5').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential5').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential5').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential5').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential5').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential5').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential5').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential5').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential5').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential5').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential5').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential5').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info5').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks5').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } +// else { +// $('#2infoLinks5').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } +// +// function getML2_6() { +// query = $('#query2').val(); +// urlNum = "5"; +// try { +// $.ajax({ +// type: "POST", url: "Ml2", +// data: {"urlNum": urlNum, "query": query}, +// dataType: "json", +// success: function(data) { +// $('#2post6').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex6').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential6').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential6').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential6').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential6').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential6').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential6').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential6').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential6').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential6').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential6').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential6').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info6').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks6').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } +// else { +// $('#2infoLinks6').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } +// +// function getML2_7() { +// query = $('#query2').val(); +// urlNum = "6"; +// try { +// $.ajax({ +// type: "POST", url: "Ml2", +// data: {"urlNum": urlNum, "query": query}, +// dataType: "json", +// success: function(data) { +// $('#2post7').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex7').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential7').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential7').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential7').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential7').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential7').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential7').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential7').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential7').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential7').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential7').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential7').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info7').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks7').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } +// else { +// $('#2infoLinks7').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } +// +// function getML2_8() { +// query = $('#query2').val(); +// urlNum = "7"; +// try { +// $.ajax({ +// type: "POST", url: "Ml2", +// data: {"urlNum": urlNum, "query": query}, +// dataType: "json", +// success: function(data) { +// $('#2post8').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex8').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential8').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential8').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential8').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential8').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential8').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential8').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential8').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential8').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential8').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential8').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential8').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info8').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks8').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } +// else { +// $('#2infoLinks8').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } +// +// function getML2_9() { +// query = $('#query2').val(); +// urlNum = "8"; +// try { +// $.ajax({ +// type: "POST", url: "Ml2", +// data: {"urlNum": urlNum, "query": query}, +// dataType: "json", +// success: function(data) { +// $('#2post9').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex9').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential9').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential9').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential9').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential9').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential9').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential9').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential9').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential9').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential9').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential9').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential9').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info9').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks9').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } +// else { +// $('#2infoLinks9').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } +// +// function getML2_10() { +// query = $('#query2').val(); +// urlNum = "9"; +// try { +// $.ajax({ +// type: "POST", +// url: "Ml2", +// data: {"urlNum": urlNum, "query": query}, +// dataType: "json", +// success: function(data) { +// $('#2post10').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); +// var experiential = data.experiential; +// $('#2ex10').val(experiential); +// if (experiential === "0.0") { +// $('#2experiential10').html("<img src='img/experience_000.gif' height='105' width='80'>"); +// } +// else if (experiential > 0.0 && experiential < 0.15) { +// $('#2experiential10').html("<img src='img/experience_010.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.15 && experiential < 0.25) { +// $('#2experiential10').html("<img src='img/experience_020.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.25 && experiential < 0.35) { +// $('#2experiential10').html("<img src='img/experience_030.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.35 && experiential < 0.45) { +// $('#2experiential10').html("<img src='img/experience_040.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.45 && experiential < 0.55) { +// $('#2experiential10').html("<img src='img/experience_050.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.55 && experiential < 0.65) { +// $('#2experiential10').html("<img src='img/experience_060.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.65 && experiential < 0.75) { +// $('#2experiential10').html("<img src='img/experience_070.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.75 && experiential < 0.85) { +// $('#2experiential10').html("<img src='img/experience_080.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.85 && experiential < 0.95) { +// $('#2experiential10').html("<img src='img/experience_090.gif' height='105' width='80'>"); +// } +// else if (experiential >= 0.95 && experiential <= 1.00) { +// $('#2experiential10').html("<img src='img/experience_100.gif' height='105' width='80'>"); +// } +// var infoLinks = data.infoLinks; +// $('#2info10').val(infoLinks); +// if (infoLinks === "0.0") { +// $('#2infoLinks10').html("<img src='img/info_no.gif' height='20' width='20'>"); +// } else { +// $('#2infoLinks10').html("<img src='img/info_yes.gif' height='20' width='20'>"); +// } +// } +// }); +// } catch (err) { +// } +// } + + function cleanML3() { + cleanML3_1(); + cleanML3_2(); + cleanML3_3(); + cleanML3_4(); + cleanML3_5(); + cleanML3_6(); + cleanML3_7(); + cleanML3_8(); + cleanML3_9(); + cleanML3_10(); + + } + + function cleanML3_1() { + $('#3post1').html(""); + $('#3experiential1').html(""); + $('#3infoLinks1').html(""); + } + + function cleanML3_2() { + $('#3post2').html(""); + $('#3experiential2').html(""); + $('#3infoLinks2').html(""); + } + + function cleanML3_3() { + $('#3post3').html(""); + $('#3experiential3').html(""); + $('#3infoLinks3').html(""); + } + + function cleanML3_4() { + $('#3post4').html(""); + $('#3experiential4').html(""); + $('#3infoLinks4').html(""); + } + + function cleanML3_5() { + $('#3post5').html(""); + $('#3experiential5').html(""); + $('#3infoLinks5').html(""); + } + + function cleanML3_6() { + $('#3post6').html(""); + $('#3experiential6').html(""); + $('#3infoLinks6').html(""); + } + + function cleanML3_7() { + $('#3post7').html(""); + $('#3experiential7').html(""); + $('#3infoLinks7').html(""); + } + + function cleanML3_8() { + $('#3post8').html(""); + $('#3experiential8').html(""); + $('#3infoLinks8').html(""); + } + + function cleanML3_9() { + $('#3post9').html(""); + $('#3experiential9').html(""); + $('#3infoLinks9').html(""); + } + + function cleanML3_10() { + $('#3post10').html(""); + $('#3experiential10').html(""); + $('#3infoLinks10').html(""); + } + + function getResults3() { + query = $('#query3').val(); + page = $('#query3').attr("class"); + try { + $.ajax({ + type: "POST", + url: "Search3", + data: {"query": query, "page": page}, + dataType: "json", + success: function(data) { + var url1 = data.url1; + var title1 = data.title1; + $('#3title1').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title1 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url1 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex1' name='experiential' value=''/>" + + "<input id='1info1' name='infoLinks' value=''/>"); + + var url2 = data.url2; + var title2 = data.title2; + $('#3title2').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title2 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url2 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex2' name='experiential' value=''/>" + + "<input id='1info2' name='infoLinks' value=''/>"); + + var url3 = data.url3; + var title3 = data.title3; + $('#3title3').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title3 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url3 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex3' name='experiential' value=''/>" + + "<input id='1info3' name='infoLinks' value=''/>"); + + + var url4 = data.url4; + var title4 = data.title4; + $('#3title4').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title4 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url4 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex4' name='experiential' value=''/>" + + "<input id='1info14' name='infoLinks' value=''/>"); + + var url5 = data.url5; + var title5 = data.title5; + $('#3title5').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title5 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url5 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex5' name='experiential' value=''/>" + + "<input id='1info5' name='infoLinks' value=''/>"); + + var url6 = data.url6; + var title6 = data.title6; + $('#3title6').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title6 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url6 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex6' name='experiential' value=''/>" + + "<input id='1info6' name='infoLinks' value=''/>"); + + var url7 = data.url7; + var title7 = data.title7; + $('#3title7').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title7 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url7 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex7' name='experiential' value=''/>" + + "<input id='1info7' name='infoLinks' value=''/>"); + + var url8 = data.url8; + var title8 = data.title8; + $('#3title8').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title8 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url8 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex8' name='experiential' value=''/>" + + "<input id='1info8' name='infoLinks' value=''/>"); + + var url9 = data.url9; + var title9 = data.title9; + $('#3title9').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title9 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url9 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex9' name='experiential' value=''/>" + + "<input id='1info9' name='infoLinks' value=''/>"); + + var url10 = data.url10; + var title10 = data.title10; + $('#3title10').html("<a oncontextmenu='return false;' href='NewServlet' target='_blank' onclick='return Go(this);'>" + + title10 + "</a><form action= 'search-results' method='post' hidden='' target='_blank'>" + + "<input name='url' value='" + url10 + "'/>" + + "<input name='query' value='" + query + "'/>" + + "<input name='term' value='diagnosis'/>" + + "<input id='1ex10' name='experiential' value=''/>" + + "<input id='1info10' name='infoLinks' value=''/>"); + + + getML3_1(); + getML3_2(); + getML3_3(); + getML3_4(); + getML3_5(); + getML3_6(); + getML3_7(); + getML3_8(); + getML3_9(); + getML3_10(); + } + }); + + } catch (err) { + + } + } + + function getML3_1() { + query = $('#query3').val(); + urlNum = "0"; + try { + $.ajax({ + type: "POST", url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post1').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex1').val(experiential); + if (experiential === "0.0") { + $('#3experiential1').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential1').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential1').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential1').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential1').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential1').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential1').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential1').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential1').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential1').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential1').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info1').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks1').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#3infoLinks1').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML3_2() { + query = $('#query3').val(); + urlNum = "1"; + try { + $.ajax({ + type: "POST", url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post2').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex2').val(experiential); + if (experiential === "0.0") { + $('#3experiential2').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential2').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential2').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential2').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential2').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential2').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential2').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential2').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential2').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential2').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential2').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info2').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks2').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#3infoLinks2').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML3_3() { + query = $('#query3').val(); + urlNum = "2"; + try { + $.ajax({ + type: "POST", url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post3').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex3').val(experiential); + if (experiential === "0.0") { + $('#3experiential3').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential3').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential3').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential3').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential3').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential3').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential3').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential3').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential3').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential3').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential3').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info3').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks3').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#3infoLinks3').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML3_4() { + query = $('#query3').val(); + urlNum = "3"; + try { + $.ajax({ + type: "POST", url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post4').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex4').val(experiential); + if (experiential === "0.0") { + $('#3experiential4').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential4').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential4').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential4').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential4').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential4').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential4').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential4').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential4').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential4').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential4').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info4').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks4').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#3infoLinks4').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML3_5() { + query = $('#query3').val(); + urlNum = "4"; + try { + $.ajax({ + type: "POST", url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post5').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex5').val(experiential); + if (experiential === "0.0") { + $('#3experiential5').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential5').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential5').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential5').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential5').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential5').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential5').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential5').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential5').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential5').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential5').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info5').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks5').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#3infoLinks5').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML3_6() { + query = $('#query3').val(); + urlNum = "5"; + try { + $.ajax({ + type: "POST", url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post6').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex6').val(experiential); + if (experiential === "0.0") { + $('#3experiential6').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential6').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential6').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential6').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential6').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential6').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential6').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential6').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential6').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential6').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential6').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info6').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks6').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#3infoLinks6').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML3_7() { + query = $('#query3').val(); + urlNum = "6"; + try { + $.ajax({ + type: "POST", url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post7').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex7').val(experiential); + if (experiential === "0.0") { + $('#3experiential7').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential7').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential7').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential7').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential7').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential7').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential7').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential7').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential7').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential7').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential7').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info7').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks7').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#3infoLinks7').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML3_8() { + query = $('#query3').val(); + urlNum = "7"; + try { + $.ajax({ + type: "POST", url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post8').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex8').val(experiential); + if (experiential === "0.0") { + $('#3experiential8').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential8').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential8').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential8').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential8').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential8').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential8').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential8').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential8').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential8').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential8').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info8').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks8').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#3infoLinks8').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML3_9() { + query = $('#query3').val(); + urlNum = "8"; + try { + $.ajax({ + type: "POST", url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post9').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex9').val(experiential); + if (experiential === "0.0") { + $('#3experiential9').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential9').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential9').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential9').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential9').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential9').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential9').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential9').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential9').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential9').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential9').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info9').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks9').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } + else { + $('#3infoLinks9').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + function getML3_10() { + query = $('#query3').val(); + urlNum = "9"; + try { + $.ajax({ + type: "POST", + url: "Ml3", + data: {"urlNum": urlNum, "query": query}, + dataType: "json", + success: function(data) { + $('#3post10').html("<font color='#8A0808'>" + data.numPost + " posts<font>"); + var experiential = data.experiential; + $('#3ex10').val(experiential); + if (experiential === "0.0") { + $('#3experiential10').html("<img src='img/experience_000.gif' height='105' width='80'>"); + } + else if (experiential > 0.0 && experiential < 0.15) { + $('#3experiential10').html("<img src='img/experience_010.gif' height='105' width='80'>"); + } + else if (experiential >= 0.15 && experiential < 0.25) { + $('#3experiential10').html("<img src='img/experience_020.gif' height='105' width='80'>"); + } + else if (experiential >= 0.25 && experiential < 0.35) { + $('#3experiential10').html("<img src='img/experience_030.gif' height='105' width='80'>"); + } + else if (experiential >= 0.35 && experiential < 0.45) { + $('#3experiential10').html("<img src='img/experience_040.gif' height='105' width='80'>"); + } + else if (experiential >= 0.45 && experiential < 0.55) { + $('#3experiential10').html("<img src='img/experience_050.gif' height='105' width='80'>"); + } + else if (experiential >= 0.55 && experiential < 0.65) { + $('#3experiential10').html("<img src='img/experience_060.gif' height='105' width='80'>"); + } + else if (experiential >= 0.65 && experiential < 0.75) { + $('#3experiential10').html("<img src='img/experience_070.gif' height='105' width='80'>"); + } + else if (experiential >= 0.75 && experiential < 0.85) { + $('#3experiential10').html("<img src='img/experience_080.gif' height='105' width='80'>"); + } + else if (experiential >= 0.85 && experiential < 0.95) { + $('#3experiential10').html("<img src='img/experience_090.gif' height='105' width='80'>"); + } + else if (experiential >= 0.95 && experiential <= 1.00) { + $('#3experiential10').html("<img src='img/experience_100.gif' height='105' width='80'>"); + } + var infoLinks = data.infoLinks; + $('#3info10').val(infoLinks); + if (infoLinks === "0.0") { + $('#3infoLinks10').html("<img src='img/lyme_no.gif' height='20' width='20'>"); + } else { + $('#3infoLinks10').html("<img src='img/lyme_yes.gif' height='20' width='20'>"); + } + } + }); + } catch (err) { + } + } + + </script> + + </head> + <body onkeydown="KeyDown();" onload="noBack();"> + <% + response.setHeader("Pragma", "no-cache"); // HTTP 1.0 + response.setHeader("Cache-Control", "no-store"); // HTTP 1.1 + response.setDateHeader("Expires", 0); + %> + <!-- Part 1: Wrap all page content here --> + + <div id="wrap"> + <!-- Begin page content --> + <div id="0" class="container" style="margin-left: 2.5%; max-width:95%; display: block"> + <div class="page-header"> + <h2>Your Friend</h2> + </div> + <h4> +<!-- Imagine you have a friend who has been complaining of a rash, headaches, and extreme fatigue.--> + Imagine you have a friend who has been told he may have lyme disease. + </h4><br> + <h4> + You have noticed your friend seems out of breath after short walks (for example, when walking to the car after dinner). + </h4><br> + <h4> + <!-- After being diagnosed with Lyme disease and placed on oral antibiotics, this friend is considering supplementary treatments and would like your opinion on two of them: hyperbaric therapy and probiotics.--> + This friend wants your help learning about how lyme disease is diagnosed and treated. + </h4><br> + <!-- <h4> + You will search for them one at a time. + </h4><br>--> + <div id="00"> + <input type="button" class="btn btn-large btn-primary" name="next1" value="Next »" onclick=" + hideContent('0'); + showContent(1); + getResults3(); + "> + </div> + </div> + + <div id ="1" class="option" style="display:none;"> + <div style="margin-left: 2.5%; max-width: 95%" class="page-header"> + <p class="taskHeader"> + <!-- At left are search results about hyperbaric oxygen therapy (sometimes abbreviated HBO or HBOT) during which the patient sits in a chamber filled with oxygen at higher than normal pressure.--> + At left are search results about how to diagnose lyme disease. + <br><br> + Please click on the results that look helpful and then answer the questions on the right. + </p> + <table> + <tr> + <td> + <img src='img/lyme_no.gif' height='20' width='21'> Poster links to supporting information + </td> + <td> + <img src='img/experience_050.gif' height='105' width='80'> Percent posts about personal experiences + </td> + </tr> + </table> + </div> + + <div id="11" class="container" style="margin-bottom: 20px; margin-left: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: left"> + <div id="cse1" style="width: 100%;"> + <div style="margin-left:3%;margin-top: 3%;margin-right: 3%;"> + <div> + <table> + <tr> + <td> + <p><img src="img/people_sphere.gif" height='40' width='40'> <img src="img/lymeFont.jpg" height="200" width="200"></p> + </td> + </tr> + </table> + </div> + <div style="width:100%;"> + <table style="width:100%;"> + <tr> + <td style="white-space:nowrap;"> + <input id="query1" class="0" type="text" value="do I have lyme test" onkeydown="keyPress1();" style="width:70%;vertical-align:top"> +<!-- <img src="img/people_sphere.gif" height='40' width='40'>--> + <input type="button" class="btn btn-medium btn-primary" title="search" value="search" style="vertical-align:top" onclick="cleanML1(); + setPage1(); + getResults1(); + "> + + + </td> + </tr> + </table> + </div> + <div> + <table> + <tbody + <tr> + <td> + <p><b style="color:#0088CC;">Note</b>: Feel free to run additional searches. Note that results will take 10-20 seconds to load.</p> + </td> + </tr> + </table> + </div> + <div> + <table id="results1"> + <tbody> + <tr style="height:40px;"> + <td id="1post1" width='55'></td> + <td id="1infoLinks1"></td> + <td id="1experiential1"></td> + <td id="1title1"></td> + + </tr> + <tr style="height:40px;"> + <td id="1post2" width='55'></td> + <td id="1infoLinks2"></td> + <td id="1experiential2"></td> + <td id="1title2"></td> + </tr> + <tr style="height:40px;"> + <td id="1post3" width='55'></td> + <td id="1infoLinks3"></td> + <td id="1experiential3"></td> + <td id="1title3"></td> + </tr> + <tr style="height:40px;"> + <td id="1post4" width='55'></td> + <td id="1infoLinks4"></td> + <td id="1experiential4"></td> + <td id="1title4"></td> + </tr> + <tr style="height:40px;"> + <td id="1post5" width='55'></td> + <td id="1infoLinks5"></td> + <td id="1experiential5"></td> + <td id="1title5"></td> + </tr> + <tr style="height:40px;"> + <td id="1post6" width='55'></td> + <td id="1infoLinks6"></td> + <td id="1experiential6"></td> + <td id="1title6"></td> + </tr> + <tr style="height:40px;"> + <td id="1post7" width='55'></td> + <td id="1infoLinks7"></td> + <td id="1experiential7"></td> + <td id="1title7"></td> + </tr> + <tr style="height:40px;"> + <td id="1post8" width='55'></td> + <td id="1infoLinks8"></td> + <td id="1experiential8"></td> + <td id="1title8"></td> + </tr> + <tr style="height:40px;"> + <td id="1post9" width='55'></td> + <td id="1infoLinks9"></td> + <td id="1experiential9"></td> + <td id="1title9"></td> + </tr> + <tr style="height:40px;"> + <td id="1post10" width='55'></td> + <td id="1infoLinks10"></td> + <td id="1experiential10"></td> + <td id="1title10"></td> + </tr> + </tbody> + </table> + <table> + <tr> + <td width="15"> + <a href="#" onclick="cleanML1(); + setPage1(); + getResults1();"> + 1 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML1(); + $('#query1').attr('class', 1); + getResults1();"> + 2 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML1(); + $('#query1').attr('class', 2); + getResults1();"> + 3 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML1(); + $('#query1').attr('class', 3); + getResults1();"> + 4 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML1(); + $('#query1').attr('class', 4); + getResults1();"> + 5 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML1(); + $('#query1').attr('class', 5); + getResults1();"> + 6 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML1(); + $('#query1').attr('class', 6); + getResults1();"> + 7 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML1(); + $('#query1').attr('class', 7); + getResults1();"> + 8 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML1(); + $('#query1').attr('class', 8); + getResults1();"> + 9 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML1(); + $('#query1').attr('class', 9); + getResults1();"> + 10 + </a> + </td> + </tr> + </table> + </div> + </div> + </div> + </div> + + <div id="12" class="container" style="margin-bottom: 20px; margin-right: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: right"> + <div style="margin-left:2.5%;"> + <div id="121"> + <h4>What answer would you give your friend?</h4> + <table> + <tr> + <td> + <textarea name="treat_answer" class="form-control" rows="4" style="min-width:600px"></textarea> + </td> + </tr> + </table> + </div><br><br> + + + <div id="122" style="max-width:95%"> + <h4>How trustworthy is the approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="treat_trustworthiness" value="0Very trustworthy"/> + </td> + <td> + Very trustworthy + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_trustworthiness" value="1Somewhat trustworthy"/> + </td> + <td> + Somewhat trustworthy + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_trustworthiness" value="2Not very trustworthy"/> + </td> + <td> + Not very trustworthy + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_trustworthiness" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="123" style="max-width:95%"> + <h4>How much factual support is there for the approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="treat_factualSupport" value="0A lot of factual support"/> + </td> + <td> + A lot of factual support + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_factualSupport" value="1Some factual support"/> + </td> + <td> + Some factual support + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_factualSupport" value="2Not a lot of factual support"/> + </td> + <td> + Not a lot of factual support + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_factualSupport" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="124" style="max-width:95%"> + <h4>Are patients positive approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="treat_ppositive" value="0Very positive"/> + </td> + <td> + Very positive + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_ppositive" value="1Not positive"/> + </td> + <td> + Not positive + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_ppositive" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + <div id="125" style="max-width:95%"> + <h4>Are experts positive about the approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="treat_epositive" value="0Very positive"/> + </td> + <td> + Very positive + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_epositive" value="1Not positive"/> + </td> + <td> + Not positive + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_epositive" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="126" style="max-width:95%"> + <h4>How effective is the approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="treat_effective" value="0Very effective"/> + </td> + <td> + Very effective + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_effective" value="1Somewhat effective"/> + </td> + <td> + Somewhat effective + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_effective" value="2Not very effective"/> + </td> + <td> + Not very effective + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_effective" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="127" style="max-width:95%"> + <h4>How popular is the approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="treat_popularity" value="0Very popular"/> + </td> + <td> + Very popular + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_popularity" value="1Somewhat popular"/> + </td> + <td> + Somewhat popular + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_popularity" value="2Not very popular"/> + </td> + <td> + Not very popular + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_popularity" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="128" style="max-width:95%"> + <h4>Would you recommend this approach to your friend?</h4> + <table> + <tr> + <td> + <input type="radio" name="treat_recommend" value="0Strongly recommend" + </td> + <td> + Strongly recommend + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_recommend" value="1Recommend" + </td> + <td> + Recommend + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_recommend" value="2Not recommend" + </td> + <td> + Not recommend + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="treat_recommend" value="3Cannot tell from results" + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + </div> + </div><br><br> + <div id="1111" style="margin-left: 47.5%;"> + <input type="button" class="btn btn-large btn-primary" name="next1" value="Next »" onclick=" + hideContent('1'); + hideContent('1111'); + showContent(3); + "> + </div><br> + </div> + + + <!-- <div id ="2" class="option" style="display:none;"> + <div style="margin-left: 2.5%; max-width: 95%" class="page-header"> + <p class="taskHeader"> + At left are search results about rife therapy (named after its inventor) during which low-voltage electricity is applied to the patient's body. + <br><br> + Please click on the results that look helpful and then answer the questions on the right. + </p> + <table> + <tr> + <td> + <img src='img/info_no.gif' height='20' width='21' title='gray info icon'> Poster links to supporting information + </td> + <td> + <img src='img/experience_050.gif' height='105' width='80' title='five person icons, half black-half gray'> percent posts about personal experiences + </td> + + </tr> + </table> + </div> + <div id="21" class="container" style="margin-bottom: 20px; margin-left: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: left"> + <div id="cse2" style="width: 100%;"> + <div style="margin-left:3%;margin-top: 3%;margin-right: 3%;"> + <div> + <table> + <tr> + <td style="white-space:nowrap;"> + <input id="query2" class="0" type="text" value="does rife work" onkeydown="keyPress2();" style="width:250%;vertical-align:top"> + <input type="button" class="btn btn-medium btn-primary" title="search" value="search" style="vertical-align:top" onclick="cleanML2(); + setPage2(); + getResults2();"> + </td> + </tr> + </table> + </div> + <div> + <table> + <tbody + <tr> + <td> + <p><b style="color:#0088CC;">Note</b>: Feel free to run additional searches. Note that results will take 10-20 seconds to load.</p> + </td> + </tr> + </table> + </div> + <div> + <table id="results2"> + <tbody> + <tr style="height:40px;"> + <td id="2post1" width='55'></td> + <td id="2infoLinks1"></td> + <td id="2experiential1"></td> + <td id="2title1"></td> + </tr> + <tr style="height:40px;"> + <td id="2post2" width='55'></td> + <td id="2infoLinks2"></td> + <td id="2experiential2"></td> + <td id="2title2"></td> + </tr> + <tr style="height:40px;"> + <td id="2post3" width='55'></td> + <td id="2infoLinks3"></td> + <td id="2experiential3"></td> + <td id="2title3"></td> + </tr> + <tr style="height:40px;"> + <td id="2post4" width='55'></td> + <td id="2infoLinks4"></td> + <td id="2experiential4"></td> + <td id="2title4"></td> + </tr> + <tr style="height:40px;"> + <td id="2post5" width='55'></td> + <td id="2infoLinks5"></td> + <td id="2experiential5"></td> + <td id="2title5"></td> + </tr> + <tr style="height:40px;"> + <td id="2post6" width='55'></td> + <td id="2infoLinks6"></td> + <td id="2experiential6"></td> + <td id="2title6"></td> + </tr> + <tr style="height:40px;"> + <td id="2post7" width='55'></td> + <td id="2infoLinks7"></td> + <td id="2experiential7"></td> + <td id="2title7"></td> + </tr> + <tr style="height:40px;"> + <td id="2post8" width='55'></td> + <td id="2infoLinks8"></td> + <td id="2experiential8"></td> + <td id="2title8"></td> + </tr> + <tr style="height:40px;"> + <td id="2post9" width='55'></td> + <td id="2infoLinks9"></td> + <td id="2experiential9"></td> + <td id="2title9"></td> + </tr> + <tr style="height:40px;"> + <td id="2post10" width='55'></td> + <td id="2infoLinks10"></td> + <td id="2experiential10"></td> + <td id="2title10"></td> + </tr> + </tbody> + </table> + <table> + <tr> + <td width="15"> + <a href="#" onclick="cleanML2(); + setPage2(); + getResults2();"> + 1 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML2();$('#query2').attr('class', 1);getResults2();"> + 2 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML2();$('#query2').attr('class', 2);getResults2();"> + 3 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML2();$('#query2').attr('class', 3);getResults2();"> + 4 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML2();$('#query2').attr('class', 4);getResults2();"> + 5 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML2();$('#query2').attr('class', 5);getResults2();"> + 6 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML2();$('#query2').attr('class', 6);getResults2();"> + 7 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML2();$('#query2').attr('class', 7);getResults2();"> + 8 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML2();$('#query2').attr('class', 8);getResults2();"> + 9 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML2();$('#query2').attr('class', 9);getResults2();"> + 10 + </a> + </td> + </tr> + </table> + </div> + </div> + </div> + </div> + + <div id="22" class="container" style="margin-bottom: 20px; margin-right: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: right"> + <div style="margin-left:2.5%;"> + <div id="221" style="max-width:95%"> + <h4>How effective would you tell your friend rife therapy is?</h4> + <table> + <tr> + <td> + <input type="radio" name="rife_effective_O" value="0Very effective"/> + </td> + <td> + Very effective + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_effective_O" value="1Somewhat effective"/> + </td> + <td> + Somewhat effective + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_effective_O" value="2Not very effective"/> + </td> + <td> + Not very effective + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_effective_O" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + <div id="222" style="max-width:95%"> + <h4>How trustworthy would you tell your friend rife therapy is?</h4> + <table> + <tr> + <td> + <input type="radio" name="rife_trustworthiness_O" value="0Very trustworthy"/> + </td> + <td> + Very trustworthy + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_trustworthiness_O" value="1Somewhat trustworthy"/> + </td> + <td> + Somewhat trustworthy + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_trustworthiness_O" value="2Not very trustworthy"/> + </td> + <td> + Not very trustworthy + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_trustworthiness_O" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + <div id="223" style="max-width:95%"> + <h4>How much factual support would you tell your friend there is for rife therapy?</h4> + <table> + <tr> + <td> + <input type="radio" name="rife_factualSupport_O" value="0A lot of factual support"/> + </td> + <td> + A lot of factual support + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_factualSupport_O" value="1Some factual support"/> + </td> + <td> + Some factual support + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_factualSupport_O" value="2Not a lot of factual support"/> + </td> + <td> + Not a lot of factual support + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_factualSupport_O" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + <div id="224" style="max-width:95%"> + <h4>How popular would you tell your friend rife therapy is?</h4> + <table> + <tr> + <td> + <input type="radio" name="rife_popularity_O" value="0Very popular"/> + </td> + <td> + Very popular + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_popularity_O" value="1Somewhat popular"/> + </td> + <td> + Somewhat popular + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_popularity_O" value="2Not very popular"/> + </td> + <td> + Not very popular + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="rife_popularity_O" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div> + </div> + </div> + <div id="2222" style="margin-left: 47.5%;"> + <input type="button" class="btn btn-large btn-primary" name="next1" value="Next »" onclick=" + hideContent('2'); + hideContent('2222'); + showContent(3);"> + </div><br> + </div>--> + + <div id ="3" class="option" style="display:none"> + <div style="margin-left: 2.5%; max-width: 95%" class="page-header"> + <p class="taskHeader"> + At left are search results about how to treat lyme disease. + <br><br> + Please click on the results that look helpful and then answer the questions on the right. + </p> + <table> + <tr> + <td> + <img src='img/lyme_no.gif' height='20' width='21'> Poster links to supporting information + </td> + <td> + <img src='img/experience_050.gif' height='105' width='80'> Percent posts about personal experiences + </td> + + </tr> + </table> + </div> + <div id="31" class="container" style="margin-bottom: 20px; margin-left: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: left"> + <div id="cse3" style="width: 100%;"> + <div style="margin-left:3%;margin-top: 3%;margin-right: 3%;"> + <div> + <table> + <tr> + <td> + <p><img src="img/people_sphere.gif" height='40' width='40'> <img src="img/lymeFont.jpg" height="200" width="200"></p> + </td> + </tr> + </table> + </div> + <div style="width:100%;"> + <table style="width:100%;"> + <tr> + <td style="white-space:nowrap;"> + <input id="query3" class="0" type="text" value="best antibiotic for treatment" onkeydown="keyPress3();" style="width:70%;vertical-align:top"> +<!-- <img src="img/people_sphere.gif" height='40' width='40'>--> + <input type="button" class="btn btn-medium btn-primary" title="search" value="search" style="vertical-align:top" onclick="cleanML3(); + setPage3(); + getResults3();"> + </td> + </tr> + </table> + </div> + <div> + <table> + <tbody + <tr> + <td> + <p><b style="color:#0088CC;">Note</b>: Feel free to run additional searches. Note that results will take 10-20 seconds to load.</p> + </td> + </tr> + </table> + </div> + <div> + <table id="results3"> + <tbody> + <tr style="height:40px;"> + <td id="3post1" width='55'></td> + <td id="3infoLinks1"></td> + <td id="3experiential1"></td> + <td id="3title1"></td> + </tr> + <tr style="height:40px;"> + <td id="3post2" width='55'></td> + <td id="3infoLinks2"></td> + <td id="3experiential2"></td> + <td id="3title2"></td> + </tr> + <tr style="height:40px;"> + <td id="3post3" width='55'></td> + <td id="3infoLinks3"></td> + <td id="3experiential3"></td> + <td id="3title3"></td> + </tr> + <tr style="height:40px;"> + <td id="3post4" width='55'></td> + <td id="3infoLinks4"></td> + <td id="3experiential4"></td> + <td id="3title4"></td> + </tr> + <tr style="height:40px;"> + <td id="3post5" width='55'></td> + <td id="3infoLinks5"></td> + <td id="3experiential5"></td> + <td id="3title5"></td> + </tr> + <tr style="height:40px;"> + <td id="3post6" width='55'></td> + <td id="3infoLinks6"></td> + <td id="3experiential6"></td> + <td id="3title6"></td> + </tr> + <tr style="height:40px;"> + <td id="3post7" width='55'></td> + <td id="3infoLinks7"></td> + <td id="3experiential7"></td> + <td id="3title7"></td> + </tr> + <tr style="height:40px;"> + <td id="3post8" width='55'></td> + <td id="3infoLinks8"></td> + <td id="3experiential8"></td> + <td id="3title8"></td> + </tr> + <tr style="height:40px;"> + <td id="3post9" width='55'></td> + <td id="3infoLinks9"></td> + <td id="3experiential9"></td> + <td id="3title9"></td> + </tr> + <tr style="height:40px;"> + <td id="3post10" width='55'></td> + <td id="3infoLinks10"></td> + <td id="3experiential10"></td> + <td id="3title10"></td> + </tr> + </tbody> + </table> + <table> + <tr> + <td width="15"> + <a href="#" onclick="cleanML3(); + setPage3(); + getResults3();"> + 1 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML3(); + $('#query3').attr('class', 1); + getResults3();"> + 2 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML3(); + $('#query3').attr('class', 2); + getResults3();"> + 3 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML3(); + $('#query3').attr('class', 3); + getResults3();"> + 4 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML3(); + $('#query3').attr('class', 4); + getResults3();"> + 5 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML3(); + $('#query3').attr('class', 5); + getResults3();"> + 6 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML3(); + $('#query3').attr('class', 6); + getResults3();"> + 7 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML3(); + $('#query3').attr('class', 7); + getResults3();"> + 8 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML3(); + $('#query3').attr('class', 8); + getResults3();"> + 9 + </a> + </td> + <td width="15"> + <a href="#" onclick="cleanML3(); + $('#query3').attr('class', 9); + getResults3();"> + 10 + </a> + </td> + </tr> + </table> + </div> + </div> + </div> + </div> + + <div id="32" class="container" style="margin-bottom: 20px; margin-right: 1%;height:600px; width: 48.5%;display: block;overflow:scroll;border: 1px solid;border-color: #0088CC;float: right"> + <div style="margin-left:2.5%;"> + <div id="321" style="max-width:95%"> + <h4>What answer would you give your friend?</h4> + <table> + <tr> + <td> + <textarea name="diagnose_answer" class="form-control" rows="4" style="min-width:600px"></textarea> + </td> + </tr> + </table> + </div><br><br> + + + <div id="322" style="max-width:95%"> + <h4>How trustworthy is the approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="diagnose_trustworthiness" value="0Very trustworthy"/> + </td> + <td> + Very trustworthy + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_trustworthiness" value="1Somewhat trustworthy"/> + </td> + <td> + Somewhat trustworthy + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_trustworthiness" value="2Not very trustworthy"/> + </td> + <td> + Not very trustworthy + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_trustworthiness" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="323" style="max-width:95%"> + <h4>How much factual support is there for the approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="diagnose_factualSupport" value="0A lot of factual support"/> + </td> + <td> + A lot of factual support + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_factualSupport" value="1Some factual support"/> + </td> + <td> + Some factual support + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_factualSupport" value="2Not a lot of factual support"/> + </td> + <td> + Not a lot of factual support + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_factualSupport" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="324" style="max-width:95%"> + <h4>Are patients positive approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="diagnose_ppositive" value="0Very positive"/> + </td> + <td> + Very positive + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_ppositive" value="1Not positive"/> + </td> + <td> + Not positive + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_ppositive" value="2Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + <div id="325" style="max-width:95%"> + <h4>Are experts positive about the approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="diagnose_epositive" value="0Very positive"/> + </td> + <td> + Very positive + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_epositive" value="1Not positive"/> + </td> + <td> + Not positive + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_epositive" value="2Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="326" style="max-width:95%"> + <h4>How effective is the approach you suggest?</h4> + <table> + <tr> + <td> + <input type="radio" name="diagnose_effective" value="0Very effective"/> + </td> + <td> + Very effective + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_effective" value="1Somewhat effective"/> + </td> + <td> + Somewhat effective + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_effective" value="2Not very effective"/> + </td> + <td> + Not very effective + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_effective" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="327" style="max-width:95%"> + <h4>How popular is the approach you suggest? </h4> + <table> + <tr> + <td> + <input type="radio" name="diagnose_popularity" value="0Very popular"/> + </td> + <td> + Very popular + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_popularity" value="1Somewhat popular"/> + </td> + <td> + Somewhat popular + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_popularity" value="2Not very popular"/> + </td> + <td> + Not very popular + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_popularity" value="3Cannot tell from results"/> + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + + + <div id="328" style="max-width:95%"> + <h4>Would you recommend this approach to your friend?</h4> + <table> + <tr> + <td> + <input type="radio" name="diagnose_recommend" value="0Strongly recommend" + </td> + <td> + Strongly recommend + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_recommend" value="1Recommend" + </td> + <td> + Recommend + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_recommend" value="2Not recommend" + </td> + <td> + Not recommend + </td> + </tr> + <tr height="3px"></tr> + <tr> + <td> + <input type="radio" name="diagnose_recommend" value="3Cannot tell from results" + </td> + <td> + Cannot tell from results + </td> + </tr> + </table> + </div><br><br> + </div> + </div> + <div id="Next3" style="margin-left: 47.5%;"> + <input type="submit" class="btn btn-large btn-primary" name="next1" value="Next »" onclick="return getAnswers(this);"> + <form action="task" hidden=""> + <input name="treat_answer" value=""> + <input name="treat_trustworthiness" value=""> + <input name="treat_factualSupport" value=""> + <input name="treat_ppositive" value=""> + <input name="treat_epositive" value=""> + <input name="treat_effective" value=""> + <input name="treat_popularity" value=""> + <input name="treat_recommend" value=""> + <input name="diagnose_answer" value=""> + <input name="diagnose_trustworthiness" value=""> + <input name="diagnose_factualSupport" value=""> + <input name="diagnose_ppositive" value=""> + <input name="diagnose_epositive" value=""> + <input name="diagnose_effective" value=""> + <input name="diagnose_popularity" value=""> + <input name="diagnose_recommend" value=""> + </form> + </div><br> + </div> + </div> + + + <div id="footer"> + <div class="container" style="margin-left:2.5%; max-width:90%"> + <p class="muted credit">Human-Computer Interaction Institute | Carnegie Mellon University | 5000 Forbes Ave | Pittsburgh, PA 15213</p> + </div> + </div> + + </body> +</html> diff --git a/Survey/task2.jsp b/Survey/web/task2.jsp similarity index 100% rename from Survey/task2.jsp rename to Survey/web/task2.jsp -- GitLab