﻿
$(document).ready(function() {
    $("#example > ul").tabs();
});

$('#shows li').mouseover(function() {
    $
});

