﻿if ($) {
    $(document).ready(
    function() {

        //ie7 doesn't like setAttribute, I will always turn off home from here.


            
            

    }
  );

    function openVideoWindow(url) {
        window.open(url, '', 'width=860,height=705');
    }
}
