View Single Post
Old 02-09-2011, 01:13 PM   PM User | #2
harbingerOTV
Senior Coder

 
Join Date: Jan 2005
Location: Memphis, TN
Posts: 1,765
Thanks: 8
Thanked 123 Times in 121 Posts
harbingerOTV will become famous soon enough
Replace:
Code:
$(document).ready(function() {

with:
Code:
$(window).load(function() {
but, actually, I just tried on Safari and Opera and it started on "The Beginning" right away.
__________________
Stop making things so hard on yourself.
i is tugbucket :: help raise tugburg :: Whitehaven Kiwanis
harbingerOTV is offline   Reply With Quote