var r_text = new Array ();
r_text[0] = "If you're real loose out try lowering the LF camber";
r_text[1] = "Adding tape will loosen you up and raise your water temp";
r_text[2] = "When you use stiffer front springs you use a smaller front swaybar";
r_text[3] = "Dropping the rear swaybar will help stop wheel spin";
r_text[4] = "If the car is wobbly on entry or middle then try adding front weight";
r_text[5] = "Removing wedge will loosen you up";
r_text[6] = "Too little Caster can make the steering over sensitive";
r_text[7] = "If you are loose out try lowering the LF camber";
r_text[8] = "Less tire PSI gives more grip but slows you down and runs hotter";
r_text[9] = "If you are loose in the middle try a smaller rear sway bar";
r_text[10] = "If you are loose out try a smaller rear sway bar";
r_text[11] = "The RF average tire temp should be 10 degrees hotter than the RR";
r_text[12] = "If the front springs are too soft it can make the car unresponsive";
r_text[13] = "Front springs do corner entry and middle and rears do middle and out";
r_text[14] = "To small front sway bar can cause swaying back and forth on corner entry";
r_text[15] = "Raising both track bars will loosen you all around";
r_text[16] = "Raising the right track bar will loosen you when you get on the gas";
r_text[17] = "More LF Caster will loosen you in the middle";
r_text[18] = "More caster takes out more wedge as you turn the wheel";
r_text[19] = "Never run toe in";
r_text[20] = "If the car pushes when braking then try lowering the front brake bias";
r_text[21] = "Raising the spring will increase the tire temp";
r_text[22] = "Left side tires should be 20 degrees cooler than the rights";
r_text[23] = "Too much toe out will increase tire temps";
r_text[24] = "The left shocks rebound and the rights compress on corner entry";
r_text[25] = "Shocks control the speed of weight transfer and not the amount";
r_text[26] = "Visit our How-To page for more tips on giving you a better finish";
//r_text[18] = "";
var i = Math.floor(27*Math.random())

document.write(r_text[i]);