Arduino and Bluetooth

Hello everyone,
Sorry for making a new topic when perhaps there is one already open in which someone may have asked the same question.
I am trying to assembly a magician chasis from sparkfun, Magician Chassis - ROB-10825 - SparkFun Electronics to use an Arduino UNO Rev 3, a shield driver (L298) on the Arduino to power the 2 motors and a bluetooth mate silver, also from sparkfun Bluetooth Modem - BlueSMiRF Silver - WRL-10269 - SparkFun Electronics so i can connect to it and control it by the Amarino application for Android.
Everything went well up to now, i could connect and test everything individually, but it seems that the default baud rate for the bluetooth is 115200 and i should be using 9600. Does any of you guys have any idea on how to get my bluetooth into command mode and set the right baud rate? I have the set of commands i need to use, but i don't know exactly how to do it.
So, if any of you has an idea, i would really appreciate it!
thanks,
Geoldes.

What happens if you set the serial in your skecth to 115200 instead of 9600?
I think with PUTTY you can change the speed of the BT module.

Paco