\n');
}
function checkLoad() {
if (window.top.movieLoad==2 && parent.movieLoad==9) {
setTimeout("startMovie()",1000);
}
else setTimeout("checkLoad()",100);
//var splashycassignmentObj = InternetExplorer ? splashycassignment : document.splashycassignment;
//var splashycassignmentLoad = splashycassignmentObj.PercentLoaded();
//if (splashycassignmentLoad==100) setTimeout("startMovie()",1000);
}
function startMovie() {
var splashycassignmentObj = InternetExplorer ? splashycassignment : document.splashycassignment;
splashycassignmentObj.Play();
}
function startMovieWriteTop() {
window.top.main.writetop.startMovie();
}
// done hiding from old browsers -------------------------------- -->