
$(document).ready(function(){  
if(document.getElementById('introductionSeperator'))
{
        document.getElementById('introductionSeperator').style.display = 'none';
        }
});