1.
$(document).ready(
function
() {
2.
// Make the entire page pulsate a few times, to freak 'em out. Aww yeah!
3.
$(
"body"
).effect(
"pulsate"
, { times:3 }, 450);
4.
}
var
flashBody =
//<summary>
//Make the entire page pulsate a few times to freak 'em out. Aww yeah!
//</summary>
5.
6.
7.
Sys.Application.add_load(flashBody);