Salisbury
Public Library Online Resources
MVLC Catalog
Click here to visit the MVLC
catalog.
My Account
Click here to access your MVLC
library card account.
Online Databases
EBSCO Online Database
Thousands
of magazine, journal, and encyclopedia articles at your fingertips.
EBSCO Online Database consists of EBSCO Animals, Funk &
Wagnall's
New World Encyclopedia, and the History Reference Center.
Massachusetts Newspapers
Residents
of Massachusetts can search the full-text (including back issues) of
several Massachusetts newspapers from their homes or offices.
Enter your Massachusetts library card number in the box to the left to
begin searching the full text of the Boston Globe (1980-present) and
the Springfield Republican (1988-current).
Children's Room
Visit the page for the
Children's Room
here for the latest information about programs going on for kids at the
Salisbury Public Library.
Freegal Music
The
Salisbury Public Library provides access to the online music service
Freegal. Patrons can download up to 3 songs per week from the service
using their library card number and pin number (same as your MVLC
login). Check it out by clicking the link below.
Overdrive Media now offers E-book downloads!
Click for Salisbury Library MVLC Digital
Downloads!
Take a digital guided tour of Overdrive Media
Audio books and e-books in the OverDrive Media Consoleâ„¢
format can be checked out and downloaded 24-hours a day from
the convenience of any computer or supporting device. Please note
that
digital downloads can be enjoyed at home, at work, or when you travel,
but are not for use on the computers in the library.
To access digital books at Digital Downloads from MVLC, you will need:
- A valid Salisbury (or other
MVLC library member) library card.
- Access to the Internet.
- Free software for the
computer and/or device on which you wish to use the material you
download. (Click here to review software
system requirements and
download instructions.)
Step 1: Download & Install Free Software
As a first step, you will need to install free software. Click here to
download OverDrive Media Console.
Note that upgrading or uninstalling OverDrive Media Console will not
affect any content that you have previously downloaded; all items in
your 'Media Library' will be maintained through either process.
Step 2: Activate Your Free Software
Before you use a title checked out from the MVLC Digital Downloads web
site, you'll need to activate the software that you
downloaded. You
only need to activate the software once for each machine on which
you'll use the material. See below for more on activation.
OverDrive Media Console
OverDrive Media Console utilizes Windows Media Player® 9
Series or
newer to play files. The first time that Windows Media Player attempts
to open a DRM-protected file, it will alert you that a Security Update
must be performed before the file may be opened. The update takes just
a few moments, and must be performed before Microsoft Windows Media
Player will allow any DRM-protected files to be played.
For more information on audio books, OverDrive Media Console, and
Windows Media Player, click here.
Step 3: Check Out, Download, and Enjoy
You can browse or search the MVLC Digital Downloads web site
for
downloadable materials. When you locate a title of interest, simply add
it to your bookbag and check out the title. For more information on the
checkout process, click here.
If a desired title is not available, you may place a hold on the title.
For more information on placing a title on hold, click here.
Once you have checked out a title, a download page will be displayed.
Click the 'Download' link to start the download. Once the download is
complete, you can close your Internet connection and enjoy the
materials offline.
You will never accrue late fees with titles you download from MVLC
Digital Downloads web site. At the end of the loan period,
titles will
expire and be automatically 'returned' to the library. At this time,
you can delete the expired file(s) from your machine.
var jqueryLoaded=false;
}
var head= document.getElementsByTagName('head')[0];
if (!jqueryLoaded) {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src =
'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
head.appendChild(script);
if (script.readyState && script.onload!==null){
script.onreadystatechange= function () {
if (this.readyState == 'complete') mce_preload_check();
} }
}
var script = document.createElement('script');
script.type = 'text/javascript';
script.src =
'http://downloads.mailchimp.com/js/jquery.form-n-validate.js';
head.appendChild(script);
var err_style = '';
try{
err_style = mc_custom_error_style;
} catch(e){
err_style = '#mc_embed_signup
input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup
div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px;
background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}';
}
var head= document.getElementsByTagName('head')[0];
var style= document.createElement('style');
style.type= 'text/css';
if (style.styleSheet) {
style.styleSheet.cssText = err_style;
} else {
style.appendChild(document.createTextNode(err_style));
}
head.appendChild(style);
setTimeout('mce_preload_check();', 250);
var mce_preload_checks = 0;
function mce_preload_check(){
if (mce_preload_checks>40) return;
mce_preload_checks++;
try {
var jqueryLoaded=jQuery;
} catch(err) {
setTimeout('mce_preload_check();', 250);
return;
}
try {
var validatorLoaded=jQuery("#fake-form").validate({});
} catch(err) {
setTimeout('mce_preload_check();', 250);
return;
}
mce_init_form();
}
function mce_init_form(){
jQuery(document).ready( function($) {
var options = { errorClass: 'mce_inline_error', errorElement: 'div',
onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} };
var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
$("#mc-embedded-subscribe-form").unbind('submit');//remove the
validator so we can get into beforeSubmit on the ajaxform, which then
calls the validator
options = { url:
'http://salisburylibrary.us6.list-manage.com/subscribe/post-json?u=77717e4ef1fec12a3564e77da&id=279b859c83&c=?',
type: 'GET', dataType: 'json', contentType: "application/json;
charset=utf-8",
beforeSubmit: function(){
$('#mce_tmp_error_msg').remove();
$('.datefield','#mc_embed_signup').each(
function(){
var txt = 'filled';
var fields = new Array();
var i = 0;
$(':text', this).each(
function(){
fields[i] = this;
i++;
});
$(':hidden', this).each(
function(){
var bday = false;
if (fields.length == 2){
bday = true;
fields[2] = {'value':1970};//trick birthdays into having years
}
if ( fields[0].value=='MM' && fields[1].value=='DD'
&& (fields[2].value=='YYYY' || (bday &&
fields[2].value==1970) ) ){
this.value = '';
} else if ( fields[0].value=='' && fields[1].value==''
&& (fields[2].value=='' || (bday &&
fields[2].value==1970) ) ){
this.value = '';
} else {
if (/\[day\]/.test(fields[0].name)){
this.value = fields[1].value+'/'+fields[0].value+'/'+fields[2].value; }
else {
this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
}
}
});
});
return mce_validator.form();
}, success: mce_success_cb
};
$('#mc-embedded-subscribe-form').ajaxForm(options);
});
}
function mce_success_cb(resp){
$('#mce-success-response').hide();
$('#mce-error-response').hide();
if (resp.result=="success"){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(resp.msg);
$('#mc-embedded-subscribe-form').each(function(){
this.reset();
});
} else {
var index = -1;
var msg;
try {
var parts = resp.msg.split(' - ',2);
if (parts[1]==undefined){
msg = resp.msg;
} else {
i = parseInt(parts[0]);
if (i.toString() == parts[0]){
index = parts[0];
msg = parts[1];
} else {
index = -1;
msg = resp.msg;
}
}
} catch(e){
index = -1;
msg = resp.msg;
}
try{
if (index== -1){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg); } else {
err_id = 'mce_tmp_error_msg';
html = '
'+msg+'
';
var input_id = '#mc_embed_signup';
var f = $(input_id);
if (ftypes[index]=='address'){
input_id = '#mce-'+fnames[index]+'-addr1';
f = $(input_id).parent().parent().get(0);
} else if (ftypes[index]=='date'){
input_id = '#mce-'+fnames[index]+'-month';
f = $(input_id).parent().parent().get(0);
} else {
input_id = '#mce-'+fnames[index];
f = $().parent(input_id).get(0);
}
if (f){
$(f).append(html);
$(input_id).focus();
} else {
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
}
}
} catch(e){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
}
}
}