/* RSence * Copyright 2009 Riassence Inc. * http://riassence.com/ * * You should have received a copy of the GNU General Public License along * with this software package. If not, contact licensing@riassence.com */ // Starts the synchronization upon page load. COMM.AutoSyncStarter = { start: function(){ COMM.urlResponder=COMM.URLResponder.nu(); COMM.Transporter.url=COMM.Transporter.HelloUrl; COMM.Transporter.stop=false; COMM.Transporter.sync(); } };