okay I saw that but could not make out if I just left it at rand(); instead of math.random(); or did I have to include numbers inside of there....
any insight?
Also do you know of anything that will replace the following
sc_img = new Image();
sc_img.src = sc_tracking_url;
sc_time = sc_date.getTime();
sc_agent = sc_agent.toUpperCase();
------------------------------------------------------------------------
The below are correct then?
sc_date = new Date(); --> $sc_date=date('Y');
math.random(); --> rand();
thanks for any help