/* JS file for all my global JS needs */

/* Make links with the colorbox class magically work with the colorbox script */
$(document).ready(function() {
$("a.colorbox").colorbox({width:"50%", height:"100%"});
});