I closed my old blog so I redirect our old blog to our new blog but if any user comes from the old blog then he can't watch our video in our blog.. i used
<script language="javascript" type="text/javascript">
window.onload = function java() {
window.location = "http://anirudhagupta.blogspot.com";
}
</script>
But he redirect like a ajax so Silverlight video object is not worked so how can i solve it using jquery or javascript