nathanh0 - 2014-10-03

Oh I also ran into this bug:

$('#current_results').html('Non-Fasting').css('background','url('http://ssh-nhuebner.pagekite.me/index.php?q=aHR0cHM6Ly9kZW1vZ290b3RhbHdlbGxuZXNzLnRlc3QvaW1hZ2VzL25vbi1mYXN0aW5nLWFsZXJ0LmdpZg') no-repeat left').attr('title','You did not fast before your screening, therefore your results may be skewed.');

If you notice, url() is already encapsulated by '', so double-encapsulating is causing a JS error.