This method starts a tour from the parameter set that matches the passed identifier by "set" method.
Each running tour stops the demonstration of the previous tour.
iGuider('set',[
{tourID:'one',...},
{tourID:'two',...}
]
);
iGuider('run','one');