I'm using Math.random() to generate a random picture in a table, and it works fine. But then I'd like to put another graphic- in a different table that coordinates with the first one... I did a document.write(string) of all the code in-between set to a variable- including the sets of graphics, for each of them- and that works too, except I've got this in an external .js file that I'm using for numerous pages and there is page-specific content in-between the graphics that I really can't do without, or generalize. Soooo... Is there some way I could coordinate the output of a Math.random() object/function on both sides of the content in the middle? Thanks~ %-) OK, Who stopped payment on my reality check?