/* 
A simple uid generator to be passed into the flashvars of the banners. It creates a shared id, that the localconnection object
inside the flashbanners can use. The id is used for a localconnection channel to connect to. If there is not such an id, several
banners on several open windows will not know who to connect to and the 468x60 will not be triggered at all.
*/
var d = new Date();
var flashTime = d.getTime();
flashVars={
   localConnectionId:flashTime
};
var flashVariables = flashVars;
