Advertisement
Guest User

Lung Cancer Donations update page

a guest
Jan 25th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 40.22 KB | None | 0 0
  1. <!--
  2. /**
  3. * @license
  4. * MyFonts Webfont Build ID 2931281, 2014-11-30T14:50:45-0500
  5. *
  6. * The fonts listed in this notice are subject to the End User License
  7. * Agreement(s) entered into by the website owner. All other parties are
  8. * explicitly restricted from using the Licensed Webfonts(s).
  9. *
  10. * You may obtain a valid license at the URLs below.
  11. *
  12. * Webfont: Dual-300 by CDType
  13. * URL: http://www.myfonts.com/fonts/cdtype/dual/300/
  14. * Copyright: Copyright (c) 2014 by Charles Daoud. All rights reserved.
  15. * Licensed pageviews: 20,000
  16. *
  17. *
  18. * License: http://www.myfonts.com/viewlicense?type=web&buildid=2931281
  19. *
  20. * ? 2014 MyFonts Inc
  21. */
  22.  
  23. -->
  24.  
  25.  
  26. <!DOCTYPE HTML>
  27.  
  28. <html>
  29.     <head>  
  30.      <meta charset = "utf-8" />
  31.         <script src = "script.js"> </script>
  32.         <link rel="stylesheet" type="text/css" href="engine1/style.css" />
  33.         <script type="text/javascript" src="engine1/jquery.js"></script>
  34.         <link rel = "stylesheet" href = "style.css" />
  35.         <link rel = "stylesheet" href = "http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css" />
  36.         <link rel = "stylesheet" href = "fonts.css" />
  37.         <script rel = "text/javascript" src="jquery-1.11.1.js"></script>
  38.         <!--<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>-->
  39.         <script type="text/javascript" src="smoothscroll.js"></script>
  40.         <script src="Chart.js"></script>
  41.         <script type="text/javascript">window.onload = function(){
  42.                                 var ctxlung = document.getElementById("lungStatsPie").getContext("2d");
  43.                                 window.myPie = new Chart(ctxlung).Pie(pieDataLung);
  44.    
  45.     var ctx2 = document.getElementById("LungStatsLine").getContext("2d");
  46.         window.myLine = new Chart(ctx2).Line(lineChartDataLung, {
  47.             responsive: true
  48.         });
  49.                
  50.    
  51.  
  52.             };</script>
  53.        
  54.         <title>Sickness</title>
  55.     </head>
  56.    
  57.      <body>
  58.          
  59.    
  60.        
  61.         <div id='header_holder'>
  62.        
  63.         <div id='header'>
  64.             <span id = "title_text">LOGO</span>
  65.            
  66.            
  67.            <div id = "user_options">
  68.            
  69.             <span id = "option_one" class = "flexible" onClick = "openHome()">Home</span>
  70.             <span id = "option_two" class = "flexible" onClick = "openDisease()">Diseases</span>
  71.             <span id = "option_three" class = "flexible">Stories</span>
  72.             <span id = "option_four" class = "flexible">FAQ</span>
  73.             <span id = "option_five" class = "flexible">Contact Us</span>
  74.            
  75.             </div>
  76.            
  77.    
  78.             <div id='blue'></div><div id='pink'></div><div id='green'></div><div id='orange'></div><div id='red'></div><div id='yellow'></div><div id = "color"></div>
  79.        
  80.         </div>
  81.             </div>
  82.            
  83.             <div id="parallax-main">
  84.            
  85.                 <section>
  86.                     <div class="title">
  87.                     <!--<h3>Lets add content</h3>
  88.                     <h1>To make this look cool</h1>-->
  89.                    
  90.                     </div>
  91.                 </section>
  92.                
  93.                   <section>
  94.                     <div class="parallax-eye">
  95.                         <h2 id = "picture_text" class = "altText">More people die from Lung Cancer than<br /> Colon, Breast, and Prostate Cancers combined</h2>
  96.                            
  97.                            
  98.                            
  99.                    
  100.                     </div>
  101.                 </section>
  102.                
  103.                
  104.                 <section>
  105.                     <div class="block">
  106.                     <p><div id = "center_element"><span class="first-character one">LUNG CANCERS</span></div>
  107.                    
  108.                     <div id = "move_down">
  109.                     <div id = "move_down">
  110.                         <!-- Body Content One -->
  111.                        
  112.                         <div id = "menu_box">
  113.                             <span id = "menu_box_header">Content</span>
  114.                             <br />
  115.                             <br />
  116.                             <span id = "info_box">
  117.                                
  118.                                 Cases Per Year: 224,210
  119.                                 <br />
  120.                                 Deaths Per Year: 159,260
  121.                            
  122.                             </span>
  123.                             <br />
  124.                            
  125.                             <a href = "#anchor_up_first" class = "smoothScroll"> <span id = "menu_box_options">What are Lung Cancers?</span> </a>
  126.                             <br/><br /><br />
  127.                             <a href = "#anchor_up_second" class = "smoothScroll"> <span id = "menu_box_options">Advancements in Treatement</span> </a>
  128.                             <br/><br /><br />
  129.                             <a href = "#anchor_up_third" class = "smoothScroll"> <span id = "menu_box_options">How to Help</span> </a>
  130.                            
  131.                            
  132.                         </div>
  133.                        
  134.                         <br />
  135.                          <p class="line-break margin-top-10"></p>
  136.                         <br />
  137.                         <div id = "anchor_up_first" class = "move_focus_up"> </div>
  138.                         <div id = "goFirst" class = "smaller_header">What are Lung Cancers?</div>
  139.                        
  140.                        
  141.                        
  142.                        
  143.                        
  144.                        
  145.                        
  146.                         <br />
  147.                        
  148.                        
  149.                        
  150.                         Lung cancers are tumorous growths found in the lungs, taking over either the actual membrane of the lung, or the air holes inside the lung, which are essential for respiration. Lung cancers are responsible for 27% of deaths from all cancers, making it the leading cancer in terms of mortality. Despite the seriousness of lung cancer, when located early, it is easy to treat and remove. There are three primary types of Lung Cancer:<span onClick = "window.open('http://www.cancer.org/cancer/lungcancer-non-smallcell/index')" class = "link"> Non-Small Cell Lung Cancer</span>(NSC Lung Cancer), <span onClick = "window.open('http://www.cancer.org/cancer/lungcancer-smallcell/index')" class = "link">Small Cell Lung Cancer</span>(SC Lung Cancer), and <span onClick = "window.open('http://www.cancer.org/cancer/lungcarcinoidtumor/index')" class = "link">Lung Carcinoids</span>. Details of each type will be throughly dicussed below.
  151.                        
  152.                        
  153.                        
  154.                         <br />
  155.                         <br />
  156.                        
  157.                         Lung cancer is cancer that starts in the lungs. The lungs are located in the chest. When you breathe, air goes through your nose, down your windpipe (trachea), and into the lungs, where it spreads through tubes called bronchi. <span onClick = "window.open('http://www.ncbi.nlm.nih.gov/pubmedhealth/PMH0004529/')"class = "link">Most lung cancers begins in the cells that line these tubes.</span> One of the most well known causes of this deadly disease is through the use of cigarattes or another carcinogenic inhalent.
  158.                        
  159.                         <br />
  160.                         <br />
  161.                        
  162.                         Lets begin by going through the specifics of each type of lung cancer as highlighted above. The graph below reveals the 3 different types of lung cancers, and how prevalent they are in all total lung cancer cases. The clear leader is NSC Lung Cancer, with SC Lung Cancer comprising of 15% of all lung cancer cases, and Lung Carcinoids consisting of only 5% of total lung cancer cases.
  163.                        
  164.                        
  165.                        
  166.                        
  167.                        
  168.                        
  169.                        
  170.                         <br />
  171.                         <br />
  172.                        
  173.            
  174.                    
  175.                        
  176.                         <div id = "center_element">
  177.                                                        
  178.                                                         <div style="width: 100%">
  179.                                                                
  180.                                                                 <canvas id="lungStatsPie" height="200" width="430"></canvas>
  181.                                                        
  182.                                                         </div>
  183.                                                
  184.                                                 </div>
  185.                         <br />
  186.                        
  187.                         <div id = "center_element">
  188.                            
  189.                         <span style = "color: #F7464A; font-size:22px;">NSC Lung Cancer</span>
  190.                         <span style = "color: #46BFBD; font-size:22px;">SC Lung Cancer</span>
  191.                         <span style = "color: #FDB45C; font-size:22px;">Lung Carcinoids</span>
  192.                
  193.                         </div>
  194.                        
  195.                        
  196.                         <br /><br />
  197.                        
  198.                        
  199.                         <div class="accordion">
  200.                                 <dl>
  201.                                     <dt><a class="accordionTitle" href="#" style = "background-color: #F7464A;">NSC Lung Cancer</a></dt>
  202.                                     <dd class="accordionItem accordionItemCollapsed">
  203.                                         <p>
  204.                                             Non-Small Cell Lung Cancer, or just NSC Lung Cancer for short, is by far, the most common type of lung cancer. To understand what not only NSC Lung Cancer is, but what Lung Cancer as a whole is, we must first understand the <span class = "link" onClick = "window.open('http://www.webmd.com/lung/how-we-breathe')">basic workings of the lungs.</span> When a person breathes in, the fresh oxygen goes directly to the bronchi, two large tubes that feed into the lungs, and eventually branch off into smaller braches calle bronchioles. The clean oxygen is held in tiny sacs called alveoli in these bronchioles, and the blood pumping through your body takes absorbs that oxygen and replaces it with dirty, non-resuable carbon dioxide(CO2). Once the CO2 is held in the alveoli sacs, you exhale it all out, and thus keeping your body fresh with the oxygen it needs to survive.
  205.                                            
  206.                                                 <br />
  207.                                                 <br />
  208.                                                
  209.                                                When NSC Lung Cancer is formed, it usually starts in the tiny branches of the bronchioles, and initially, there is no noticbale tumor growth. The only abnormal growth that can be seen is under a microscope, with unusually large amounts of DNA being produced. Over time, the abnormal cells may acquire other gene changes, which cause them to progress to true cancer. As a cancer develops, the cancer cells may make chemicals that cause new blood vessels to form nearby. These blood vessels nourish the cancer cells, which can continue to grow and form a tumor large enough to be seen on imaging tests such as x-rays.
  210.                                                
  211.                                                 <br />
  212.                                                 <br />
  213.                                                
  214.                                             <span class = "link" onClick = "window.open('http://www.nlm.nih.gov/medlineplus/ency/article/007194.htm')">NSC Lung Cancer is especially dangerous because of how easy it metastasizes(spreads).</span> Remember how we said that the blood comes to all those tiny sacs called the alveoli? This system proves to be extremely effective in carrying the cancer cells to other part of the body, which is evenutally the killer of most cancer patients. What makes it even more threatening is the fact that it tends to spread in this way even before it can be detected on an imaging test such as a chest x-ray.
  215.                    
  216.                                                
  217.                                                 <br />
  218.                                                 <br />
  219.                                                  
  220.                                     If this tumor isnt treated quickly, the cancerous cells will actually continue to grow, and invade most of the tiny alveoli in the body. Because the cancer restricts oxygen transfer to the blood, NSC Lung Cancer can result in harsh, raspy sounds when you breathe, coughing up blood or mucus, and lasting lung problems like pneumonia and bronchitis, which can eventually kill a person
  221.                                     </p>
  222.                                     </dd>
  223.                                    
  224.                                     <dt><a class="accordionTitle" href="#" style = "background-color: #46BFBD">SC Lung Cancer</a></dt>
  225.                                     <dd class="accordionItem accordionItemCollapsed">
  226.                                         <p>
  227.                                            
  228.                                             Before discussing the specifics of SC Lung Cancer, first let us distinguish <span class = "link" onClick = "window.open('http://www.cancer.org/cancer/lungcancer-smallcell/detailedguide/small-cell-lung-cancer-what-is-small-cell-lung-cancer')">SC Lung Cancer from NSC Lung Cancer.</span> As is apparent from the name, the actual size of the cancerous cells are much smaller in size, and are only visible through a microscope, making this even more dangerous than NSC Lung Cancer. Another difference is that while NSC Lung Cancer starts in the bronchioles, SC Lung Cancer actually starts in the bronchi, one of the two big main pipes that lead into your lungs, allowing for faster spreading throughout the body. This disease only affects 15-20% of the total Lung Cancer cases, but is still a major threat
  229.                                            
  230.                                            
  231.                                             <br />
  232.                                             <br />
  233.                                            
  234.                                             Another key difference between NSC and SC Lung Cancer is that SC Lung Cancer <span class = "link" onClick = "window.open('http://www.emedicinehealth.com/small-cell_lung_cancer/article_em.htm')">responds much better to treatment methods like chemotherapy and radiation therapy. </span> Even though SC Lung Cancer is able to spread extremely quickly due to the region in which it grows, it becomes much easier to tackle the SC Lung Cancer with the methods mentioned above.
  235.                                            
  236.                                            
  237.                                            
  238.                                            
  239.                                            
  240.                                             <br />
  241.                                             <br />
  242.                                             The symptoms of SC Lung Cancer do not differ much from those of NSC Lung Cancer, except for one thing. Small-cell lung cancer is frequently associated with distinct <span class = "link" onClick = "window.open('http://en.wikipedia.org/wiki/Paraneoplastic_syndrome')">paraneoplastic syndromes</span> (collection of symptoms that result from substances produced by the tumor, occurring far away from the tumor).                           
  243.                                            
  244.                                            
  245.                                            
  246.                                            
  247.      
  248.                     </p>
  249.                     </dd>
  250.                                    
  251.                                         <dt><a class="accordionTitle" href="#" style = "background-color: #FDB45C">Lung Carcinoids</a></dt>
  252.                                     <dd class="accordionItem accordionItemCollapsed">
  253.                                         <p>
  254.                                             Lung Carcinoids are an extremely rare form of Lung Cancer, accounting for only 5% of all Lung Cancer cases. Lung Carcinoids are extremely different from the other two types of lung cancer, as they don't affect the physical pathways of the lungs, but rather special types of cells called <span class = "link" onClick = "window.open('http://en.wikipedia.org/wiki/Neuroendocrine_cell')">nueroendocrine cells</span> that produce hormones like adrenaline, that regulate and control the energy levels of lung cells.
  255.                                    
  256.                                         <br />
  257.                                         <br />
  258.                                        
  259.                                             Lung Carcinoids are also different from NSC and SC Lung Cancers in terms of growth. <span class = "link" onClick = "window.open('http://www.emedicinehealth.com/carcinoid_lung_tumor/article_em.htm')">Lung Carcinoids move very, very slow when compared to the other two types.</span> The reason for this is because the other two types utilize the circulatory system to carry cancer cells, and blood moves very rapidly throughout the body. Carcinoids take longer because they mimic hormones, which are inherently slower than blood transfer. An example would be adrenaline. Adrenaline doesnt immediately cut off, it ebbs away and takes its time for the effects to be reduced, and these same principles apply to Lung Carcinoids.
  260.                                        
  261.                                                            
  262.                                        
  263.                                        
  264.                                        
  265.                                        
  266.                                        
  267.                                        
  268.                                        
  269.                                        
  270.                    
  271.                                         </p>
  272.                     </dd>
  273.                    
  274.                                 </div>
  275.                            
  276.                                
  277.                    
  278.                                
  279.                        
  280.                                
  281.                         <br />
  282.                         <p class="line-break margin-top-10"></p>
  283.                         <br />
  284.                        
  285.                         <div id = "anchor_up_second" class = "move_focus_up"> </div>
  286.                         <div id = "goFirst" class = "smaller_header">Advancements in Treatment</div>
  287.                        
  288.                         <br />
  289.                        
  290.                             Through the constant effort of ever-committed medical staff, and through the countless leaps in advanced technology, the mortality rates of Lung Cancer, the deadliest cancer in the world, has been steadily going down since 1993 by over 15%, and will continue throught the constant efforts of the world.
  291.                    
  292.                        
  293.                        
  294.                    
  295.                        
  296.                         <!--
  297.                        
  298.                         New technological advancements have proven to be very effective in terms of treating Blood Cancer patients. Take Leukemia for example - as can be seen below, the general trends that dictate the deaths resulting from this type of cancer have generally been positive.   In fact, the 5-year cancer survival rate increased by a <a href = "http://seer.cancer.gov/statfacts/html/leuks.html" class = "link" target="_blank">whopping 26 percent between 1975 and 2005</a>.
  299.                     -->
  300.                         <br />
  301.                        
  302.                         <div id = "center_element">
  303.                            
  304.                             <div style="width: 100%">
  305.                                
  306.                                 <canvas id="LungStatsLine" height="200" width="430"></canvas>
  307.                            
  308.                             </div>
  309.                        
  310.                         </div>
  311.                         <br/><br />
  312.                         <div id = "center_element" style = "color:gray; font-size:16px;">
  313.                             Percentage of Lung Cancer Mortality Rates
  314.                         </div>
  315.                        
  316.                         <br />
  317.                         <br />
  318.                         <div class = "smallest_header" style = "text-decoration:none;">Why the Increase?</div>
  319.                         <br />
  320.                          
  321.                             The significant increase in survival rates can be attributed to not only the extreme advances in modern science and practice of medicine, allowing for more effective methods of treatment that make Lung Cancers easier to deal with, but also the slow decrease in people who smoke Below are some explanations of the medical staff that will be assisting their patient's treatement, in addition to certain types of treatment that have been proven to help. Make sure to click on links in the text for even more information.
  322.                        
  323.                        
  324.                        
  325.                         <br />
  326.                         <br />
  327.                    
  328.                        
  329.                             <div class="accordion2">
  330.                                 <dl>
  331.                                    
  332.                                    
  333.                                     <dt><a class="accordionTitle2" href="#memes" style = "background-color: #FDB45C;">Medical Staff</a></dt>
  334.                                     <dd class="accordionItem2 accordionItemCollapsed2">
  335.                                         <p>
  336.                                             Once a patient is diagnosed with any form of Lung Cancer, the best doctors and other medical staff work with the patient to create the best possible treatment plan. <span class = "link" onClick = "window.open('http://www.healthline.com/health/doctors-for-lung-cancer#Overview1')">There are a total of 3 specialized doctors that work with lung cancers.</span> The oncologist is a general cancer doctor that establishes the optimal treatment plan for the patient. The pulminologist is a doctor who specializes in treating diseases of the lungs, such as lung cancer, COPD, and tuberculosis. With cancer, a pulmonologist aids in diagnosis and treatment. Lastly, the thoracic surgeon specialize in surgery of the chest (thorax). They perform operations on the throat, lungs, and heart.
  337.                                            
  338.                                             <br />
  339.                                             <br />
  340.                                            
  341.                                             Depending on the type and stage of the cancer and other factors, treatment options for lung cancer can include: <span class = "link" onClick = "window.open('http://www.cancer.net/cancer-types/lung-cancer/treatment-options')">Surgery, radiation therapy, laser therapy, chemotherapy, and certain types of targeted therapy.</span> Sometimes, more than one of type of treatment might be used. In choosing which treatment plan is best for the patient, some important factors to consider include the location and stage of the cancer, the patient's overall health, the chances of curing the disease, and the possible impact of the treatment on the lungs.
  342.                                            
  343.                                            
  344.                                         </p>
  345.                                     </dd>
  346.                                     <dt><a class="accordionTitle2" href="#memes" style = "background-color: #F7464A;">Lobectomy</a></dt>
  347.                                     <dd class="accordionItem2 accordionItemCollapsed2">
  348.                                         <p>
  349.                                             <span class = "link" onClick = "window.open('http://www.hopkinsmedicine.org/healthlibrary/test_procedures/pulmonary/lobectomy_92,p07749/')">Lobectomy</span> is a specific type of surgery, catered to the specific structure of the lungs and surrounding systems. The lungs typically have five lobes, three in the right lung and two in the left lung. Lobectomy is a very effective method of surgery, even when the tumor is small.
  350.                                            
  351.                                             <br />
  352.                                             <br />
  353.                                            
  354.                                             Lobectomy usually takes out an entire lobe, specifically the one with the cancerous cells. Even if one lobe is taken out, the lungs still function and provide oxygen to the body, albeit at a lesser rate and with some difficulties.
  355.                                             <br /><br />
  356.                                             This type of surgery has many side effects afterwards, and is usually very risky, but it has always served well in terminating the growth of cancer after the surgery is over.
  357.                                            
  358.                                            
  359.                                              
  360.                                     </dd>
  361.                                     <dt><a href="#memes" class="accordionTitle2" style = "background-color: #46BFBD;">Radiofrequency Ablation (RFA)</a></dt>
  362.                                     <dd class="accordionItem2 accordionItemCollapsed2">
  363.                                         <p>
  364.                                             <span class = "link" onClick = "window.open('http://www.cancer.net/cancer-types/lung-cancer/treatment-options')">RFA</span> is a very unique method of cancer treatment, and can only be used on the lungs, because of the inherent nature of their structure. RFA is a minimally invasive treatment for cancer. It is an image-guided technique that heats and destroys cancer cells.
  365.                                        
  366.                                         <br />
  367.                                         <br />
  368.                                        
  369.                                         Imaging techniques such as ultrasound, computed tomography (CT) or magnetic resonance imaging (MRI) are used to help guide a needle electrode into a cancerous tumor. High-frequency electrical currents are then passed through the electrode, creating heat that destroys the abnormal cells.
  370.                                             <br />
  371.                                             <br />
  372.                                             This form of treatment is one of the most effective ones that have been discovered so far. The electric currents target only the cancerous region, and do not jump around too much. In addition, the amount of current required to kill the cells is not harmful to the human body as a whole, so minimal pain is experienced after the procedure.
  373.                                        
  374.  
  375.                                        
  376.                                         </p>
  377.                                     </dd>
  378.                                    
  379.                                 </dl>
  380.                                
  381.                             </div>
  382.                             <br />
  383.                         <p class="line-break margin-top-10"></p>
  384.                         <br />
  385.                        
  386.                         <div id = "anchor_up_third" class = "move_focus_up"> </div>
  387.                         <div id = "goFirst" class = "smaller_header">How to Help</div>
  388.                         <br />
  389.                            Even though Lung Cancer is a heavily researched form of cancer, it still remains at large as the single largest contributor to cancer-related deaths. While progress has certaintly been made in recent years, further research is required to make this Eye Cancer an issue of the past. Fotunately, the organizations detailed below all provide a valuable opportunity to right this wrong, and to ensure that Lung Cancer is allocated the research that it deserves and requires.
  390.                            
  391.                            
  392.                        
  393.                         <br /><br />   
  394.                        
  395.                        
  396.                            
  397.                             <div class="accordion3">
  398.                                 <dl>
  399.                                     <dt><a class="accordionTitle3" href="#b0ss" style = "background-color: #FDB45C;">A Breath Of Hope Lung Foundation</a></dt>
  400.                                     <dd class="accordionItem3 accordionItemCollapsed3">
  401.                                         <p>
  402.                                            
  403.                                             <span class = "link" onClick = "window.open('http://abreathofhope.org/')">A Breath Of Hope Lung Foundation</span> is a foundation that is dedicated to supporting and funding the research for treatments on lung cancers, and works tirelessly to provide the best rehabilitation for not only lung cancer patients, but the families of those patients as well.
  404.                                            
  405.                                             <br />                      <br />
  406.                                            
  407.                                             Maximizing awareness and supporting all positive endaverous of lung cancer treatment are important goals of this foundation, but they also have 3 specific goals they outline themselves: 1. Increased Research, 2. Increased outreach, especially in low income communities where lung cancer is most prevalent, and 3. Increased support of patients who often face this cancer with little or no support.
  408.                                            
  409.                                             <br />
  410.                                             <br />
  411.                                            
  412.                                             A Breath of Hope Lung Foundation is a 501(c)(3) tax exempt organization and is proud to meet all standards of the <span class = "link" onClick = "window.open('http://www.smartgivers.org/')">Charities Review Council.</span> All donations are tax deductible to the full extent of the law. Click below to donate and change someones life forever.
  413.                                            
  414.                                            
  415.                                             <br />
  416.                                             <br />
  417.                                             <span id = "hidden_button" style = "font-size:22px;" onClick = "window.open('https://www.thedatabank.com/dpg/508/spdf.asp?formid=donates')">Donate</span>
  418.                                            
  419.                                            
  420.                                            
  421.                                            
  422.                                            
  423.                                         </p>
  424.                                     </dd>
  425.                                    
  426.                                     <!-- span is put in place to avoid strange alteration on '&' symbol -->
  427.                                    
  428.                                     <dt><a class="accordionTitle3" href="#b0ss" style = "background-color: #F7464A">Lung Cancer Foundation of America</a></dt>
  429.                                        
  430.                                
  431.                                     <dd class="accordionItem3 accordionItemCollapsed3">
  432.                                         <p>
  433.                                 <span class = "link" onClick = "window.open('http://www.lcfamerica.org/#sthash.OjQiqHvU.dpbs')">The Lung Cancer Foundation of America</span> is a foundation based in the US dedicated to pioneering groundbreaking results in the fields of lung cancer treatement, and also strive to improve the lives of the hundreds of thousands of lung cancer patients in this nation.
  434.                                            
  435.                                             <br />
  436.                                             <br /> 
  437.                                            
  438.                                             To accomplish this, LCFA will work to raise both the funds and the national profile of lung cancer in order to substantially increase support of innovative and groundbreaking research efforts. Check out <span class = "link" onClick = "window.open('https://www.youtube.com/watch?v=SLoqn93S_tc')">this</span> video, to learn even more about this wonderful center for transformative science in the are of lung cancer treatment.
  439.                                             <br />
  440.                                             <br />
  441.                                            
  442.                                             This foundation would be absolutely nothing without the person most pivotal to their operations: You. Nothing would be possible without the help and funding of you, and all others around you. Click the button below to be redirected to their donation page, and change the world as we know it, today.
  443.                                            
  444.                                             <br />
  445.                                             <br /> 
  446.                                            
  447.                
  448.                                             <span id = "hidden_button" style = "font-size:22px;" onClick = "window.open('https://app.etapestry.com/hosted/LungCancerFoundationofAmer/OnlineDonation.html')">Donate</span>
  449.                                            
  450.                                         </p>
  451.                                         </dd>
  452.                                    
  453.                                     <dt><a class="accordionTitle3" href="#b0ss" style = "background-color: #1FDA9A">SmokeFree.gov</a></dt>
  454.                                        
  455.                                
  456.                                     <dd class="accordionItem3 accordionItemCollapsed3">
  457.                                         <p>
  458.                                             The <span id = "hidden_button" style = "font-size:22px;" onClick = "window.open('https://app.etapestry.com/hosted/LungCancerFoundationofAmer/OnlineDonation.html')">SmokeFree.gov</span> foundation is a bit different than the other ones listed above in that it doesnt actually cater to lung cancer patients or the treatment of it itself, but rather the #1 cause of it: smoking. Smoking is easily the most dangerous and most prevalent cause of lung cancers, increasing someones chances of getting lung cancer by upwards of <span id = "hidden_button" style = "font-size:22px;" onClick = "window.open('http://www.cdc.gov/cancer/lung/basic_info/risk_factors.htm')">15 to 30 times more.</span> While smoking, the body inhales over 7000 different chemicals, 70 of which are known to cause cancer in humans.
  459.                                            
  460.                                             <br />
  461.                                             <br /> 
  462.                                            
  463.                                             This wonderful foundation has the tools and resources to ensure one goal: To make sure the people around you are able to quit smoking, and finally live a healthy life free of worry. They provide the guides and advice necessary to revamp a persons life, and develop a simple quitting plan that best suits the person in question.
  464.                                             <br />
  465.                                             <br />
  466.                                            
  467.                                             This website alone cannot help spread the word themselves, so click the link below to be directed to their website, and find guides and tips to help people quit smoking once and for all.
  468.                                            
  469.                                             <br />
  470.                                             <br /> 
  471.                                            
  472.                
  473.                                             <span id = "hidden_button" style = "font-size:22px;" onClick = "window.open('http://smokefree.gov/ready-to-quit')">Find More</span>
  474.                                            
  475.                                         </p>
  476.                                         </dd>
  477.                                    
  478.                                         <dt><a class="accordionTitle3" href="#b0ss" style = "background-color: #46BFBD">Fight At No Cost</a></dt>
  479.                                     <dd class="accordionItem3 accordionItemCollapsed3">
  480.                                         <p>
  481.                                             In order to succeed in the fight for life and breath we must join together and connect. Through social media, the sharing of stories, and advancement in research we, together, have the opportunity to beat lung cancer.
  482.                                            
  483.                                             <div id = "button_wrapper">
  484.                                                
  485.                                                 <!-- Twitter message can be changed anytime. Source for alteration @ http://www.targetinternet.com/how-to-create-pre-written-tweet-buttons-and-links/ -->
  486.                                                
  487.                                                
  488.                                                 <div id = "twitter_button" onClick = "window.open('http://twitter.com/home?status=Blood%20Cancers%20will%20kill%20over%2055K%20people%20this%20year.%20Make%20a%20stand%20and%20join%20the%20fight%20against%20%23Cancer%20at%20(url)')">Tweet it Out</div>
  489.                                            
  490.                                                 <!-- Facebook doesn't allow pre-written messages, so a link to our page is the next best thing. -->
  491.                                                
  492.                                                 <div id = "facebook_button">Join us on Facebook</div>
  493.                                            
  494.                                             </div>
  495.                                            
  496.                                             <br />
  497.                                             <div id = "center_element" style = "font-size:20px;">Join our Mailing List: <input onClick = "cleanForm()" maxlength = "60" id = "text_input" type = "text" name = "email_enter" value = "Your Email Here..." /> <span id = "relative_container"> <span id = "submit">Submit</span> </span>
  498.                                                
  499.                                                
  500.                                            
  501.                                             <br />
  502.                                             <br />
  503.                                            
  504.                                            
  505.                                         </p>
  506.                                        
  507.                     </dd>
  508.                    
  509.                    
  510.                                 </div>
  511.                                
  512.                             <br />
  513.                         <p class="line-break margin-top-10"></p>
  514.                        
  515.                      <br />
  516.                      <div id = "center_element">
  517.                          
  518.                         <div id = "button_special" onClick = "openDisease()">Back to Diseases</div>
  519.                      </div>
  520.                       <br />
  521.                       <br />
  522.                       <br />
  523.                      
  524.                     </div>
  525.                 </section>
  526.                 </div>
  527.                            
  528.            
  529.        
  530.             <div id = "footer_section">
  531.                
  532.                
  533.                 <span id = "header_link_section">
  534.                    
  535.                     <span id = "link_header">Discover</span>
  536.                    
  537.                     <br />
  538.                     <a href = "cancercloud.html"><span id = "header_link">Word Cloud</span></a>
  539.                    
  540.                     <br />
  541.                     <span id = "header_link">Mobile Apps</span>
  542.                    
  543.                     <br />
  544.                     <span id = "header_link">Feedback</span>   
  545.                     <br />
  546.                    
  547.                 </span>
  548.                    
  549.                     <br />
  550.                     <span id = "social_media_buttons">
  551.                        
  552.                         <a href="http://www.facebook.com/sharer.php?u=http://www.simplesharebuttons.com" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/facebook.png" alt="Facebook" /></a>
  553.                         <a href="http://twitter.com/share?url=http://www.simplesharebuttons.com&text=Simple Share Buttons&hashtags=simplesharebuttons" target="_blank">
  554.                         <img src="http://www.simplesharebuttons.com/images/somacro/twitter.png" alt="Twitter" /></a>
  555.                    
  556.                
  557.                     </span>
  558.                    
  559.                 <div id = "one_hundey">
  560.                    
  561.                 <span id = "credit_logo">
  562.                    
  563.                     &#169 Copyright 2014 TopBox Software. All Rights Reserved
  564.                    
  565.                 </span>
  566.                
  567.             </div>
  568.                 <span id = "social_media_buttons">
  569.                    
  570.                    
  571.                    
  572.                 </span>
  573.                
  574.                
  575.                
  576.             </div>
  577.             <a href="#header_holder" class="scrollup smoothScroll"><i class="fa fa-arrow-circle-o-up"></i></a>
  578.         </body>
  579.         <script>
  580.     (function($) {
  581.             $(window).scroll(function () {
  582.                 if ($(this).scrollTop() > 100) {
  583.                     $('.scrollup').fadeIn();
  584.                 } else {
  585.                     $('.scrollup').fadeOut();
  586.                 }      
  587.             });
  588.  
  589.             $('.scrollup').click(function () {
  590.                 $("html, body").animate({
  591.                     scrollTop: 0
  592.                 }, 600);
  593.                 return false;
  594.             });
  595.         })(jQuery);
  596.        
  597.    
  598.        
  599.         ( function( window ) {
  600.                 'use strict';
  601.                 function classReg( className ) {
  602.                     return new RegExp("(^|\\s+)" + className + "(\\s+|$)");
  603.                 }
  604.  
  605.                 var hasClass, addClass, removeClass;
  606.  
  607.                 if ( 'classList' in document.documentElement ) {
  608.                     hasClass = function( elem, c ) {
  609.                     return elem.classList.contains( c );
  610.                     };
  611.                    
  612.                     addClass = function( elem, c ) {
  613.                         elem.classList.add( c );
  614.                     };
  615.                     removeClass = function( elem, c ) {
  616.                         elem.classList.remove( c );
  617.                     };
  618.                 }
  619.                 else {
  620.                     hasClass = function( elem, c ) {
  621.                         return classReg( c ).test( elem.className );
  622.                     };
  623.                     addClass = function( elem, c ) {
  624.                         if ( !hasClass( elem, c ) ) {
  625.                             elem.className = elem.className + ' ' + c;
  626.                         }
  627.                     };
  628.                     removeClass = function( elem, c ) {
  629.                         elem.className = elem.className.replace( classReg( c ), ' ' );
  630.                     };
  631.                 }
  632.  
  633.                 function toggleClass( elem, c ) {
  634.                     var fn = hasClass( elem, c ) ? removeClass : addClass;
  635.                     fn( elem, c );
  636.                 }      
  637.                 var classie = {
  638.                     hasClass: hasClass,
  639.                     addClass: addClass,
  640.                     removeClass: removeClass,
  641.                     toggleClass: toggleClass,
  642.                     has: hasClass,
  643.                     add: addClass,
  644.                     remove: removeClass,
  645.                     toggle: toggleClass
  646.                 };
  647.                 if ( typeof define === 'function' && define.amd ) {
  648.                     define( classie );
  649.                 } else {
  650.                     window.classie = classie;
  651.                 }
  652.             })( window );
  653.             var $ = function(selector){
  654.                 return document.querySelector(selector);
  655.             }
  656.             var accordion = $('.accordion');
  657.             accordion.addEventListener("click",function(e) {
  658.                 e.stopPropagation();
  659.                 e.preventDefault();
  660.                 if(e.target && e.target.nodeName == "A") {
  661.                     var classes = e.target.className.split(" ");
  662.                     if(classes) {
  663.                         for(var x = 0; x < classes.length; x++) {
  664.                             if(classes[x] == "accordionTitle") {
  665.                                 var title = e.target;
  666.                                 var content = e.target.parentNode.nextElementSibling;
  667.                                 classie.toggle(title, 'accordionTitleActive');
  668.                                 if(classie.has(content, 'accordionItemCollapsed')) {
  669.                                     if(classie.has(content, 'animateOut')){
  670.                                         classie.remove(content, 'animateOut');
  671.                                     }
  672.                                 classie.add(content, 'animateIn');
  673.                                 }else{
  674.                                     classie.remove(content, 'animateIn');
  675.                                     classie.add(content, 'animateOut');
  676.                                 }
  677.                             classie.toggle(content, 'accordionItemCollapsed');      
  678.                             }
  679.                         }
  680.                     }            
  681.                 }
  682.             });
  683.            
  684.            
  685.            
  686.            
  687.            
  688.            ( function( window ) {
  689.                 'use strict';
  690.                 function classReg( className ) {
  691.                     return new RegExp("(^|\\s+)" + className + "(\\s+|$)");
  692.                 }
  693.  
  694.                 var hasClass2, addClass2, removeClass2;
  695.  
  696.                 if ( 'classList' in document.documentElement ) {
  697.                     hasClass2 = function( elem, c ) {
  698.                     return elem.classList.contains( c );
  699.                     };
  700.                    
  701.                     addClass2 = function( elem, c ) {
  702.                         elem.classList.add( c );
  703.                     };
  704.                     removeClass2 = function( elem, c ) {
  705.                         elem.classList.remove( c );
  706.                     };
  707.                 }
  708.                 else {
  709.                     hasClass2 = function( elem, c ) {
  710.                         return classReg( c ).test( elem.className );
  711.                     };
  712.                     addClass2 = function( elem, c ) {
  713.                         if ( !hasClass2( elem, c ) ) {
  714.                             elem.className = elem.className + ' ' + c;
  715.                         }
  716.                     };
  717.                     removeClass2 = function( elem, c ) {
  718.                         elem.className = elem.className.replace( classReg( c ), ' ' );
  719.                     };
  720.                 }
  721.  
  722.                 function toggleClass2( elem, c ) {
  723.                     var fn = hasClass2( elem, c ) ? removeClass2 : addClass2;
  724.                     fn( elem, c );
  725.                 }      
  726.                 var classie2 = {
  727.                     hasClass2: hasClass2,
  728.                     addClass2: addClass2,
  729.                     removeClass2: removeClass2,
  730.                     toggleClass2: toggleClass2,
  731.                     has2: hasClass2,
  732.                     add2: addClass2,
  733.                     remove2: removeClass2,
  734.                     toggle2: toggleClass2
  735.                 };
  736.                 if ( typeof define === 'function' && define.amd ) {
  737.                     define( classie2 );
  738.                 } else {
  739.                     window.classie2 = classie2;
  740.                 }
  741.             })( window );
  742.             var $ = function(selector){
  743.                 return document.querySelector(selector);
  744.             }
  745.             var accordion2 = $('.accordion2');
  746.             accordion2.addEventListener("click",function(e) {
  747.                 e.stopPropagation();
  748.                 e.preventDefault();
  749.                 if(e.target && e.target.nodeName == "A") {
  750.                     var classes = e.target.className.split(" ");
  751.                     if(classes) {
  752.                         for(var x = 0; x < classes.length; x++) {
  753.                             if(classes[x] == "accordionTitle2") {
  754.                                 var title = e.target;
  755.                                 var content = e.target.parentNode.nextElementSibling;
  756.                                 classie2.toggle2(title, 'accordionTitleActive2');
  757.                                 if(classie2.has2(content, 'accordionItemCollapsed2')) {
  758.                                     if(classie2.has2(content, 'animateOut2')){
  759.                                         classie2.remove2(content, 'animateOut2');
  760.                                     }
  761.                                 classie2.add2(content, 'animateIn2');
  762.                                 }else{
  763.                                     classie2.remove2(content, 'animateIn2');
  764.                                     classie2.add2(content, 'animateOut2');
  765.                                 }
  766.                             classie2.toggle2(content, 'accordionItemCollapsed2');      
  767.                             }
  768.                         }
  769.                     }            
  770.                 }
  771.             });
  772.            
  773.            
  774.            
  775.            
  776.            
  777.        
  778.             ( function( window ) {
  779.                 'use strict';
  780.                 function classReg( className ) {
  781.                     return new RegExp("(^|\\s+)" + className + "(\\s+|$)");
  782.                 }
  783.  
  784.                 var hasClass3, addClass3, removeClass3;
  785.  
  786.                 if ( 'classList' in document.documentElement ) {
  787.                     hasClass3 = function( elem, c ) {
  788.                     return elem.classList.contains( c );
  789.                     };
  790.                    
  791.                     addClass3 = function( elem, c ) {
  792.                         elem.classList.add( c );
  793.                     };
  794.                     removeClass3 = function( elem, c ) {
  795.                         elem.classList.remove( c );
  796.                     };
  797.                 }
  798.                 else {
  799.                     hasClass3 = function( elem, c ) {
  800.                         return classReg( c ).test( elem.className );
  801.                     };
  802.                     addClass3 = function( elem, c ) {
  803.                         if ( !hasClass3( elem, c ) ) {
  804.                             elem.className = elem.className + ' ' + c;
  805.                         }
  806.                     };
  807.                     removeClass3 = function( elem, c ) {
  808.                         elem.className = elem.className.replace( classReg( c ), ' ' );
  809.                     };
  810.                 }
  811.  
  812.                 function toggleClass3( elem, c ) {
  813.                     var fn = hasClass3( elem, c ) ? removeClass3 : addClass3;
  814.                     fn( elem, c );
  815.                 }      
  816.                 var classie3 = {
  817.                     hasClass3: hasClass3,
  818.                     addClass3: addClass3,
  819.                     removeClass3: removeClass3,
  820.                     toggleClass3: toggleClass3,
  821.                     has3: hasClass3,
  822.                     add3: addClass3,
  823.                     remove3: removeClass3,
  824.                     toggle3: toggleClass3
  825.                 };
  826.                 if ( typeof define === 'function' && define.amd ) {
  827.                     define( classie3 );
  828.                 } else {
  829.                     window.classie3 = classie3;
  830.                 }
  831.             })( window );
  832.             var $ = function(selector){
  833.                 return document.querySelector(selector);
  834.             }
  835.             var accordion3 = $('.accordion3');
  836.             accordion3.addEventListener("click",function(e) {
  837.                 e.stopPropagation();
  838.                 e.preventDefault();
  839.                 if(e.target && e.target.nodeName == "A") {
  840.                     var classes = e.target.className.split(" ");
  841.                     if(classes) {
  842.                         for(var x = 0; x < classes.length; x++) {
  843.                             if(classes[x] == "accordionTitle3") {
  844.                                 var title = e.target;
  845.                                 var content = e.target.parentNode.nextElementSibling;
  846.                                 classie3.toggle3(title, 'accordionTitleActive3');
  847.                                 if(classie3.has3(content, 'accordionItemCollapsed3')) {
  848.                                     if(classie3.has3(content, 'animateOut3')){
  849.                                         classie3.remove3(content, 'animateOut3');
  850.                                     }
  851.                                 classie3.add3(content, 'animateIn3');
  852.                                 }else{
  853.                                     classie3.remove3(content, 'animateIn3');
  854.                                     classie3.add3(content, 'animateOut3');
  855.                                 }
  856.                             classie3.toggle3(content, 'accordionItemCollapsed3');      
  857.                             }
  858.                         }
  859.                     }            
  860.                 }
  861.             });
  862.            
  863.         </script>
  864.         </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement