Avilla R-13 Schools
<!--
Quick Links
Skip to main content
Skip to navigation
If you want to experience this site as it was designed, click here.
Parent/Student Handbook 2018-19
Staff Handbook 2018-19
2018-2019 Avilla School Calendar
AR
Board Policy
iReady
IXL
Library
Lumen
Lunch Menu
Math
READING
52° F Avilla
Current conditions as of 12 Oct 17:53 pm CDT
Fog/mist
- Location:
- Avilla
- Feels like:
- NA°
- Humidity:
- 97
- Wind:
- N 7 mph
Tonight
A 20 percent chance of rain before 7pm. Mostly cloudy, with a low around 41. North wind around 5 mph becoming calm after midnight.
Saturday
A 40 percent chance of rain after 1pm. Mostly cloudy, with a high near 54. Wind chill values as low as 38 early. Southeast wind 5 to 7 mph.
Saturday Night
Rain. Low around 49. East wind around 7 mph. Chance of precipitation is 80%. New precipitation amounts between a quarter and half of an inch possible.
;(function($) { 'use strict';
var $weatherLink = $('#weather > a'), $forecast = $('#weather > .weatherForecast');
function clearForecast() {
if ($forecast.hasClass('open')) {
$forecast.removeClass('open').attr('aria-expanded', 'false').attr('aria-hidden', 'true');
$weatherLink.attr('aria-expanded', 'false');
}
}
// If the weather forecast for "tomorrow" is empty, hide the element so that there aren't any empty boxes in the forecast display.
$('.tomorrowStats').each(function() {
if ($.trim($(this).text()).length === 0) $(this).closest('div').css('display', 'none');
});
$(function() {
// Keyboard activity ------------------------------------------------------
$weatherLink.on('keydown', function(e) {
// Watch for the ENTER key
var keyCode = e.keyCode || e.which;
if (keyCode == 13) {
// Toggle "open" class on forecast div and aria attributes
if ($forecast.hasClass('open')) {
clearForecast();
} else {
$forecast.addClass('open').attr('aria-expanded', 'true').attr('aria-hidden', 'false');
$(this).attr('aria-expanded', 'true');
}
// Prevent browser from following link - this link will act as a toggle for displaying/hiding the forecast
e.preventDefault();
}
});
// Close the forecast if focus leaves weather widget
$('#weather a').on('blur', function(e) {
if ($(e.relatedTarget).closest('#weather').length === 0) clearForecast();
});
});
})(jQuery);
Avilla R-13 Schools
(function($){
$(function() {
var imgs = [
"/pages/image_rotator/images%5B18%5D.jpg"
, "/pages/image_rotator/IMG_3910.JPG"
, "/pages/image_rotator/IMG_3913.JPG"
, "/pages/image_rotator/IMG_3939.JPG"
, "/pages/image_rotator/IMG_3995.JPG"
, "/pages/image_rotator/IMG_4003.JPG"
, "/pages/image_rotator/studco.JPG"
];
var links = [
];
$('#imgRotator').imageRotator({
images: imgs,
links: links,
containerID: 'imgRotator',
maskID: 'imgRotatorMask',
pauseTime: 5000,
animSpeed: 1000,
sortImages: 1
});
});
})(jQuery);
var _globalNav_IE6test = false;
var socs_r=new Date().getSeconds(),socs_c,socs_i,socs_imgs=;socs_c=1;socs_i=Math.floor(socs_c * Math.random(socs_r));socs_imgs=;socs_imgs=['/pages/section_images/District Information/school.jpg',];document.write('');
socs_c=1;socs_i=Math.floor(socs_c * Math.random(socs_r));socs_imgs=;socs_imgs=['/pages/section_images/Elementary/IMG_2507.jpg',];document.write('');
socs_c=1;socs_i=Math.floor(socs_c * Math.random(socs_r));socs_imgs=;socs_imgs=['/pages/section_images/Middle School/studco.JPG',];document.write('');
socs_c=1;socs_i=Math.floor(socs_c * Math.random(socs_r));socs_imgs=;socs_imgs=['/pages/section_images/Activities/IMG_2272.JPG',];document.write('');
socs_c=1;socs_i=Math.floor(socs_c * Math.random(socs_r));socs_imgs=;socs_imgs=['/pages/section_images/Community/IMG_5454.JPG',];document.write('');
Main Navigation
Top
Top Stories
PreviousNext
;(function($) {
'use strict';
$(function() {
// http://als.musings.it/ (see for config options)
$('#socs-feature-scroll').als({
visible_items: 2,
scrolling_items: 1,
orientation: 'vertical',
circular: 'yes',
autoscroll: 'yes',
interval: 5000
});
});
})(jQuery);
Calendar Highlights
Fri
October 12, 2018
6:00pm to 7:00pm
7/8 VB @ McAuley
Mon
October 15, 2018
6:30pm to 8:00pm
4H 6:30
Thu
October 18, 2018
All Day
Panther Pride Assembly 3:00
Fri
October 19, 2018
All Day
All School Field Trip to Pumpkin Patch
Mon
October 22, 2018
All Day
TEACHER IN-SERVICE NO SCHOOL
Tue
October 23, 2018
All Day
Red Ribbon Week
Wed
October 24, 2018
All Day
Red Ribbon Week
Thu
October 25, 2018
All Day
Red Ribbon Week
Fri
October 26, 2018
All Day
Red Ribbon Week
Fri
October 26, 2018
1:00pm to 3:00pm
PARENT/TEACHER CONFERENCE Dismiss at 1:00
View Entire Month
(function($){
$(function() {
var $c = $('#calendarList ul.eventList');
if ($c.length) {
$c.calendarList({
displayLimit: 4,
wait: 5
});
}
});
})(jQuery);