function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
/*
Random Content Script
*/
var mycontent=new Array()
//specify random content below.
mycontent[1]='<p>Brushguards or winches on trucks or SUVs can make airbags useless. It’s true. They can throw the precise timing of an airbag off enough to make it deploy too early, deflating before it protects the occupants from impact!</p>'
mycontent[2]='<p>Keep a “Safety-Cushion” around your car in traffic, with at least three seconds of following distance from the vehicle ahead – you’ll see better and have time to respond to drivers around you!</p>'
mycontent[3]='<p>It is important to get your ticket dismissed, if you can!  You will avoid having it show up on your driving record, avoid points against your driver’s license and save money on the fine & on your car insurance.</p>'
mycontent[4]='<p>Obtain a discount on your auto insurance.   Be sure to ask your insurer how much you can save by completing our Courses in California or Texas – the savings can amount to hundreds of dollars in many cases! </p>'
mycontent[5]='<p>Texas Courts require that you send them your certified Texas Driver Record when you take defensive driving to dismiss a traffic ticket.  You can order it through the link above.</p>'
mycontent[6]='<p>Did you know that a dirty vehicle can be unsafe?  It’s true.  Dirt can make it less visible to other drivers at night.  The dirt cuts the reflectivity of a vehicle’s paint finish from oncoming headlights.</p>'
mycontent[7]='<p>Please always wear your seatbelts and have everyone in your vehicle do the same – even if it’s a quick trip around the corner.  Most collisions occur within 25 miles of home.</p>'
mycontent[8]='<p>Keep umbrellas, toys and other items off the dashboard and rear deck – they can distract you or even become deadly projectiles if you have to stop fast!</p>'

var myimage=new Array()

myimage[1]='<img src="english/images2/img02.jpg" alt="Safety-USA Driver Improvement" />'
myimage[2]='<img src="english/images2/img03.jpg" alt="Safety-USA Defensive Driving" />'
myimage[3]='<img src="english/images2/img05.jpg" alt="Safety-USA Traffic School"/>'
myimage[4]='<img src="english/images2/img06.jpg" alt="Safety-USA Driver Education" />'
/*myimage[5]='<img src="images2/img01.jpg" alt="safety - usa drive safe drive smart" />'*/
/*myimage[6]='<img src="images2/img04.jpg" alt="safety - usa drive safe drive smart" />'*/

function random_content(mycontent){
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}

function popmailwin(x, y) {window.open(x,y,'status=no,scrollbars=yes,resizable=yes,width=350,height=400');}

function openmypage(myURL)
{
window.open (myURL,'_blank','width=800,height=550,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=80,screenY=30,top=60');
}
function openmypage2(myURL,w,h)
{
window.open (myURL,'_blank',w,h,'location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=80,screenY=30,top=60');
}