????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.55 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_old8/Html/LevelH/Category1/ |
Upload File : |
<!doctype html>
<html>
<head>
<title>Modal verbs - fill in the blanks</title>
<script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
<script>
var _set1GroupsIdsArrayInArray = null;
function page_preLoad()
{
shared_setDeviceTypeLevelCategoryLastLesson(Level.H, Category.No1);
shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.H, Category.No1, 49), true, true);
shared_setFooterTable('id_tblFooter', true, true, false, true, true);
var ids_headings = ['id_td_heading1'];
var ids_options = ['id_options1', 'id_td_must1', 'id_td_must2', 'id_td_must3', 'id_td_must4', 'id_td_should1', 'id_td_should2', 'id_td_should3', 'id_td_should4', 'id_td_can1', 'id_td_can2', 'id_td_can3', 'id_td_may1', 'id_td_may2', 'id_td_may3', 'id_td_may4', 'id_td_cannot'];
var ids_spans_drop = ['id_span_must1', 'id_span_must2', 'id_span_must3', 'id_span_must4', 'id_span_should1', 'id_span_should2', 'id_span_should3', 'id_span_should4', 'id_span_can1', 'id_span_can2', 'id_span_can3', 'id_span_may1', 'id_span_may2', 'id_span_may3', 'id_span_may4', 'id_span_cannot'];
var ids_boxes = ['id_dropbox_must1', 'id_dropbox_must2', 'id_dropbox_must3', 'id_dropbox_must4', 'id_dropbox_should1', 'id_dropbox_should2', 'id_dropbox_should3', 'id_dropbox_should4', 'id_dropbox_can1', 'id_dropbox_can2', 'id_dropbox_can3', 'id_dropbox_may1', 'id_dropbox_may2', 'id_dropbox_may3', 'id_dropbox_may4', 'id_dropbox_cannot'];
var ids_tds_texts = new Array();
for (var textId = 1; textId <= 1; textId++)
{
ids_tds_texts.push('id_td_text' + textId);
}
var ids_tds = new Array();
for (var textId = 1; textId <= 18; textId++)
{
ids_tds.push('id_td' + textId);
}
var ids_All = ids_headings.concat(ids_tds_texts, ids_options, ids_boxes);
shared_adjust_fontSize_for_ids_all_devices(ids_All, 70);
shared_adjust_fontSize_for_ids_all_devices(ids_tds, 70);
shared_hideAllExceptFirstElement('id_span_must', 4);
shared_set_all_draggble_to_false_except_first_element('id_td_must', 4);
shared_hideAllExceptFirstElement('id_span_should', 4);
shared_set_all_draggble_to_false_except_first_element('id_td_should', 4);
shared_hideAllExceptFirstElement('id_span_can', 3);
shared_set_all_draggble_to_false_except_first_element('id_td_can', 3);
shared_hideAllExceptFirstElement('id_span_may', 4);
shared_set_all_draggble_to_false_except_first_element('id_td_may', 4);
shared_init_dropBox_tds_withOUT_drag_here(ids_boxes);
shared_init_dropping_spans(ids_spans_drop);
var id_tables_array = ['id_table1'];
shared_border_collapse_for_tables_except_android(id_tables_array);
}
function page_onLoad()
{
}
function DragDrop(id_dropBox, text, ids_array)
{
if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array))
{
shared_setTextAndBackgroundColorToGreenAndIsMovedTrue(shared_currentDropingId, id_dropBox);
unhide_next_elements(text);
isAllInfosMovedShowClapsAnimation();
shared_set_currentDropingId_draggbleToFalse();
}
else
{
shared_resetCurrentDroppingPosition(id_dropBox);
}
}
function unhide_next_elements(text)
{
if (text == 'must')
{
shared_unHideNextElementNew2('id_span_must', 'id_td_must', 4);
}
else if (text == 'should')
{
shared_unHideNextElementNew2('id_span_should', 'id_td_should', 4);
}
else if (text == 'can')
{
shared_unHideNextElementNew2('id_span_can', 'id_td_can', 3);
}
else if (text == 'may')
{
shared_unHideNextElementNew2('id_span_may', 'id_td_may', 4);
}
}
function isAllInfosMovedShowClapsAnimation()
{
var ids_boxes = ['id_dropbox_must1', 'id_dropbox_must2', 'id_dropbox_must3', 'id_dropbox_must4', 'id_dropbox_should1', 'id_dropbox_should2', 'id_dropbox_should3', 'id_dropbox_should4', 'id_dropbox_can1', 'id_dropbox_can2', 'id_dropbox_can3', 'id_dropbox_may1', 'id_dropbox_may2', 'id_dropbox_may3', 'id_dropbox_may4', 'id_dropbox_cannot'];
shared_is_all_infos_filled_show_claps_animationWithIsFilled(ids_boxes);
}
function btnHome_click()
{
shared_btnHomeCategories_click('LevelH');
}
function btnPrevious_click()
{
window.location = 'LevelHCat1Lesson48.html';
}
function btnNext_click()
{
window.location = 'LevelHCat1Lesson50.html';
}
</script>
</head>
<body onload="page_onLoad()">
<div id="shared_id_div_claps_image">
</div>
<table id="id_tblMainiPadBody" border="1px" cellspacing="0" cellpadding="0">
<tr height="8%">
<td>
<div id="id_tblHeader"></div>
</td>
</tr>
<tr height="*" data-role="page"> <!-- for swiping left and right especially for Android device -->
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="2%" cellspacing="0">
<tr>
<td>
<table id="id_table1" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr height="30%">
<td id="id_td_heading1" class="shared_style_blue_24px_bold_padding_left_2_percent">
<u>Modal verbs</u>:<br><br>
<span id="id_td_text1" class="shared_style_blue_24px" >
Modal verbs are used with other verbs to change their meaning.<br>
<b>Can</b>, <b>cannot</b>, <b>may</b>, <b>should</b>, <b>must</b> and <b>ought</b> are modal words.<br>
<b>Can</b> and <b>cannot</b> express ability.<br>
<b>May</b> and <b>may not</b> express possibility.<br>
<b>Should</b>, <b>ought</b> and <b>must</b> express what is right or best thing to do.
</span><br><br>
<span><u>Fill in the blanks with the correct kind of adverb</u>:<span>
</td>
</tr>
<tr height="12%">
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_options1" class="shared_style_blue_24px_bold_padding_left_2_percent" width="20%">Options:</td>
<td width="*">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="33.3%">
<td id="id_td_must1" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_must1">must</span>
</td>
<td id="id_td_should1" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_should1">should</span>
</td>
<td id="id_td_must2" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_must2">must</span>
</td>
<td id="id_td_must3" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_must3">must</span>
</td>
<td id="id_td_must4" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_must4">must</span>
</td>
<td id="id_td_should4" class="shared_style_red_24px_bold" width="17%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_should4">should</span>
</td>
</tr>
<tr height="33.3%">
<td id="id_td_can1" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_can1">can</span>
</td>
<td id="id_td_may1" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_may1">may</span>
</td>
<td id="id_td_should2" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_should2">should</span>
</td>
<td id="id_td_should3" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_should3">should</span>
</td>
<td id="id_td_can2" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_can2">can</span>
</td>
<td id="id_td17" width="17%"> </td>
</tr>
<tr height="33.4%">
<td id="id_td_cannot" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_cannot">cannot</span>
</td>
<td id="id_td_can3" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_can3">can</span>
</td>
<td id="id_td_may3" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_may3">may</span>
</td>
<td id="id_td_may2" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_may2">may</span>
</td>
<td id="id_td_may4" class="shared_style_red_24px_bold" width="16.6%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_may4">may</span>
</td>
<td id="id_td18" width="17%"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td style="padding-left:2%">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr id="id_tr_dropbox_can1"
ondragover="shared_highlight('id_dropbox_can1'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_can1')"
ondrop="DragDrop('id_dropbox_can1', 'can', ['id_span_can1', 'id_span_can2', 'id_span_can3'])">
<td id="id_td1" class="shared_style_black_24px" width="60%">
<span> 1. </span>
<span id="id_dropbox_can1" class="shared_style_red_24px_bold">__________</span>
<span>you drive a car?</span>
</td>
</tr>
<tr id="id_tr_dropbox_must1"
ondragover="shared_highlight('id_dropbox_must1'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_must1')"
ondrop="DragDrop('id_dropbox_must1', 'must', ['id_span_must1', 'id_span_must2', 'id_span_must3', 'id_span_must4'])">
<td id="id_td2" class="shared_style_black_24px">
<span> 2. The house is collapsing. You </span>
<span id="id_dropbox_must1" class="shared_style_red_24px_bold">__________</span>
<span>get out at once.</span>
</td>
</tr>
<tr id="id_tr_dropbox_should1"
ondragover="shared_highlight('id_dropbox_should1'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_should1')"
ondrop="DragDrop('id_dropbox_should1', 'should', ['id_span_should1', 'id_span_should2', 'id_span_should3', 'id_span_should4'])">
<td id="id_td3" class="shared_style_black_24px">
<span> 3. If you want to pass, you </span>
<span id="id_dropbox_should1" class="shared_style_red_24px_bold">__________</span>
<span>study hard.</span>
</td>
</tr>
<tr id="id_tr_dropbox_may1"
ondragover="shared_highlight('id_dropbox_may1'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_may1')"
ondrop="DragDrop('id_dropbox_may1', 'may', ['id_span_may1', 'id_span_may2', 'id_span_may3', 'id_span_may4'])">
<td id="id_td4" class="shared_style_black_24px">
<span> 4. </span>
<span id="id_dropbox_may1" class="shared_style_red_24px_bold">__________</span>
<span>I use your telephone?</span>
</td>
</tr>
<tr id="id_tr_dropbox_cannot"
ondragover="shared_highlight('id_dropbox_cannot'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_cannot')"
ondrop="DragDrop('id_dropbox_cannot', 'cannot', ['id_span_cannot'])">
<td id="id_td5" class="shared_style_black_24px">
<span> 5. Snakes </span>
<span id="id_dropbox_cannot" class="shared_style_red_24px_bold">__________</span>
<span>fly. They have no wings.</span>
</td>
</tr>
<tr id="id_tr_dropbox_should2"
ondragover="shared_highlight('id_dropbox_should2'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_should2')"
ondrop="DragDrop('id_dropbox_should2', 'should', ['id_span_should1', 'id_span_should2', 'id_span_should3', 'id_span_should4'])">
<td id="id_td6" class="shared_style_black_24px">
<span> 6. We </span>
<span id="id_dropbox_should2" class="shared_style_red_24px_bold">__________</span>
<span>help the poor whenever we can.</span>
</td>
</tr>
<tr id="id_tr_dropbox_must2"
ondragover="shared_highlight('id_dropbox_must2'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_must2')"
ondrop="DragDrop('id_dropbox_must2', 'must', ['id_span_must1', 'id_span_must2', 'id_span_must3', 'id_span_must4'])">
<td id="id_td7" class="shared_style_black_24px">
<span> 7. We </span>
<span id="id_dropbox_must2" class="shared_style_red_24px_bold">__________</span>
<span>not talk loudly in the library.</span>
</td>
</tr>
<tr id="id_tr_dropbox_may2"
ondragover="shared_highlight('id_dropbox_may2'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_may2')"
ondrop="DragDrop('id_dropbox_may2', 'may', ['id_span_may1', 'id_span_may2', 'id_span_may3', 'id_span_may4'])">
<td id="id_td8" class="shared_style_black_24px">
<span> 8. The guest </span>
<span id="id_dropbox_may2" class="shared_style_red_24px_bold">__________</span>
<span>arrive soon.</span>
</td>
</tr>
<tr id="id_tr_dropbox_can2"
ondragover="shared_highlight('id_dropbox_can2'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_can2')"
ondrop="DragDrop('id_dropbox_can2', 'can', ['id_span_can1', 'id_span_can2', 'id_span_can3'])">
<td id="id_td9" class="shared_style_black_24px">
<span> 9. He </span>
<span id="id_dropbox_can2" class="shared_style_red_24px_bold">__________</span>
<span>speak French, although he is an Indian.</span>
</td>
</tr>
<tr id="id_tr_dropbox_must3"
ondragover="shared_highlight('id_dropbox_must3'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_must3')"
ondrop="DragDrop('id_dropbox_must3', 'must', ['id_span_must1', 'id_span_must2', 'id_span_must3', 'id_span_must4'])">
<td id="id_td10" class="shared_style_black_24px">
<span>10. We </span>
<span id="id_dropbox_must3" class="shared_style_red_24px_bold">__________</span>
<span>keep the school clean.</span>
</td>
</tr>
<tr id="id_tr_dropbox_should3"
ondragover="shared_highlight('id_dropbox_should3'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_should3')"
ondrop="DragDrop('id_dropbox_should3', 'should', ['id_span_should1', 'id_span_should2', 'id_span_should3', 'id_span_should4'])">
<td id="id_td11" class="shared_style_black_24px">
<span>11. People </span>
<span id="id_dropbox_should3" class="shared_style_red_24px_bold">__________</span>
<span>not smoke in the lift.</span>
</td>
</tr>
<tr id="id_tr_dropbox_may3"
ondragover="shared_highlight('id_dropbox_may3'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_may3')"
ondrop="DragDrop('id_dropbox_may3', 'may', ['id_span_may1', 'id_span_may2', 'id_span_may3', 'id_span_may4'])">
<td id="id_td12" class="shared_style_black_24px">
<span>12. The engine is too hot. The car </span>
<span id="id_dropbox_may3" class="shared_style_red_24px_bold">__________</span>
<span>break down soon.</span>
</td>
</tr>
<tr id="id_tr_dropbox_can3"
ondragover="shared_highlight('id_dropbox_can3'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_can3')"
ondrop="DragDrop('id_dropbox_can3', 'can', ['id_span_can1', 'id_span_can2', 'id_span_can3'])">
<td id="id_td13" class="shared_style_black_24px">
<span>13. </span>
<span id="id_dropbox_can3" class="shared_style_red_24px_bold">__________</span>
<span>you hear me clearly?</span>
</td>
</tr>
<tr id="id_tr_dropbox_should4"
ondragover="shared_highlight('id_dropbox_should4'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_should4')"
ondrop="DragDrop('id_dropbox_should4', 'should', ['id_span_should1', 'id_span_should2', 'id_span_should3', 'id_span_should4'])">
<td id="id_td14" class="shared_style_black_24px">
<span>14. The runners are very thirsty. They </span>
<span id="id_dropbox_should4" class="shared_style_red_24px_bold">__________</span>
<span>have a drink.</span>
</td>
</tr>
<tr id="id_tr_dropbox_may4"
ondragover="shared_highlight('id_dropbox_may4'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_may4')"
ondrop="DragDrop('id_dropbox_may4', 'may', ['id_span_may1', 'id_span_may2', 'id_span_may3', 'id_span_may4'])">
<td id="id_td15" class="shared_style_black_24px">
<span>15. </span>
<span id="id_dropbox_may4" class="shared_style_red_24px_bold">__________</span>
<span>I borrow your book?</span>
</td>
</tr>
<tr id="id_tr_dropbox_must4"
ondragover="shared_highlight('id_dropbox_must4'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropbox_must4')"
ondrop="DragDrop('id_dropbox_must4', 'must', ['id_span_must1', 'id_span_must2', 'id_span_must3', 'id_span_must4'])">
<td id="id_td16" class="shared_style_black_24px">
<span>16. We </span>
<span id="id_dropbox_must4" class="shared_style_red_24px_bold">__________</span>
<span>wash our hands before every meal.</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="8%">
<td>
<div id="id_tblFooter"></div>
</td>
</tr>
</table>
<script>
page_preLoad();
new webkit_draggable('id_span_must1', {handle : 'id_td_must1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_must2', {handle : 'id_td_must2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_must3', {handle : 'id_td_must3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_must4', {handle : 'id_td_must4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_should1', {handle : 'id_td_should1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_should2', {handle : 'id_td_should2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_should3', {handle : 'id_td_should3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_should4', {handle : 'id_td_should4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_can1', {handle : 'id_td_can1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_can2', {handle : 'id_td_can2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_can3', {handle : 'id_td_can3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_may1', {handle : 'id_td_may1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_may2', {handle : 'id_td_may2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_may3', {handle : 'id_td_may3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_may4', {handle : 'id_td_may4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_cannot', {handle : 'id_td_cannot', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
webkit_drop.add('id_tr_dropbox_must1', {onOver : function(){shared_highlight('id_dropbox_must1')}, onOut : function(){shared_un_highlight('id_dropbox_must1')}, onDrop : function(){DragDrop('id_dropbox_must1', 'must', ['id_span_must1', 'id_span_must2', 'id_span_must3', 'id_span_must4'])}});
webkit_drop.add('id_tr_dropbox_must2', {onOver : function(){shared_highlight('id_dropbox_must2')}, onOut : function(){shared_un_highlight('id_dropbox_must2')}, onDrop : function(){DragDrop('id_dropbox_must2', 'must', ['id_span_must1', 'id_span_must2', 'id_span_must3', 'id_span_must4'])}});
webkit_drop.add('id_tr_dropbox_must3', {onOver : function(){shared_highlight('id_dropbox_must3')}, onOut : function(){shared_un_highlight('id_dropbox_must3')}, onDrop : function(){DragDrop('id_dropbox_must3', 'must', ['id_span_must1', 'id_span_must2', 'id_span_must3', 'id_span_must4'])}});
webkit_drop.add('id_tr_dropbox_must4', {onOver : function(){shared_highlight('id_dropbox_must4')}, onOut : function(){shared_un_highlight('id_dropbox_must4')}, onDrop : function(){DragDrop('id_dropbox_must4', 'must', ['id_span_must1', 'id_span_must2', 'id_span_must3', 'id_span_must4'])}});
webkit_drop.add('id_tr_dropbox_should1', {onOver : function(){shared_highlight('id_dropbox_should1')}, onOut : function(){shared_un_highlight('id_dropbox_should1')}, onDrop : function(){DragDrop('id_dropbox_should1', 'should', ['id_span_should1', 'id_span_should2', 'id_span_should3', 'id_span_should4'])}});
webkit_drop.add('id_tr_dropbox_should2', {onOver : function(){shared_highlight('id_dropbox_should2')}, onOut : function(){shared_un_highlight('id_dropbox_should2')}, onDrop : function(){DragDrop('id_dropbox_should2', 'should', ['id_span_should1', 'id_span_should2', 'id_span_should3', 'id_span_should4'])}});
webkit_drop.add('id_tr_dropbox_should3', {onOver : function(){shared_highlight('id_dropbox_should3')}, onOut : function(){shared_un_highlight('id_dropbox_should3')}, onDrop : function(){DragDrop('id_dropbox_should3', 'should', ['id_span_should1', 'id_span_should2', 'id_span_should3', 'id_span_should4'])}});
webkit_drop.add('id_tr_dropbox_should4', {onOver : function(){shared_highlight('id_dropbox_should4')}, onOut : function(){shared_un_highlight('id_dropbox_should4')}, onDrop : function(){DragDrop('id_dropbox_should4', 'should', ['id_span_should1', 'id_span_should2', 'id_span_should3', 'id_span_should4'])}});
webkit_drop.add('id_tr_dropbox_can1', {onOver : function(){shared_highlight('id_dropbox_can1')}, onOut : function(){shared_un_highlight('id_dropbox_can1')}, onDrop : function(){DragDrop('id_dropbox_can1', 'can', ['id_span_can1', 'id_span_can2', 'id_span_can3'])}});
webkit_drop.add('id_tr_dropbox_can2', {onOver : function(){shared_highlight('id_dropbox_can2')}, onOut : function(){shared_un_highlight('id_dropbox_can2')}, onDrop : function(){DragDrop('id_dropbox_can2', 'can', ['id_span_can1', 'id_span_can2', 'id_span_can3'])}});
webkit_drop.add('id_tr_dropbox_can3', {onOver : function(){shared_highlight('id_dropbox_can3')}, onOut : function(){shared_un_highlight('id_dropbox_can3')}, onDrop : function(){DragDrop('id_dropbox_can3', 'can', ['id_span_can1', 'id_span_can2', 'id_span_can3'])}});
webkit_drop.add('id_tr_dropbox_may1', {onOver : function(){shared_highlight('id_dropbox_may1')}, onOut : function(){shared_un_highlight('id_dropbox_may1')}, onDrop : function(){DragDrop('id_dropbox_may1', 'may', ['id_span_may1', 'id_span_may2', 'id_span_may3', 'id_span_may4'])}});
webkit_drop.add('id_tr_dropbox_may2', {onOver : function(){shared_highlight('id_dropbox_may2')}, onOut : function(){shared_un_highlight('id_dropbox_may2')}, onDrop : function(){DragDrop('id_dropbox_may2', 'may', ['id_span_may1', 'id_span_may2', 'id_span_may3', 'id_span_may4'])}});
webkit_drop.add('id_tr_dropbox_may3', {onOver : function(){shared_highlight('id_dropbox_may3')}, onOut : function(){shared_un_highlight('id_dropbox_may3')}, onDrop : function(){DragDrop('id_dropbox_may3', 'may', ['id_span_may1', 'id_span_may2', 'id_span_may3', 'id_span_may4'])}});
webkit_drop.add('id_tr_dropbox_may4', {onOver : function(){shared_highlight('id_dropbox_may4')}, onOut : function(){shared_un_highlight('id_dropbox_may4')}, onDrop : function(){DragDrop('id_dropbox_may4', 'may', ['id_span_may1', 'id_span_may2', 'id_span_may3', 'id_span_may4'])}});
webkit_drop.add('id_tr_dropbox_cannot', {onOver : function(){shared_highlight('id_dropbox_cannot')}, onOut : function(){shared_un_highlight('id_dropbox_cannot')}, onDrop : function(){DragDrop('id_dropbox_cannot', 'cannot', ['id_span_cannot'])}});
</script>
</body>
</html>