$(document).ready(function(){
						   // Initiate Autocomplete
	$("#driversearch").autocomplete(models);
						   });

//[pg-20090302:start] Load the Homepage Flash Banners
$(document).ready(function(){
    LoadFlashFile($("#hidfilepath").val());
});

function LoadFlashFile(filepath){
    var so = new SWFObject("Flash/homepage.swf", "sotester", "460", "280", "9", "#FFFFFF");
    so.addParam ("wmode", "transparent");
    so.addParam ("allowScriptAccess", "always");
    so.addVariable ("fv_feed", filepath);
    so.write("featured_homepage");		
}
//[pg-20090302:end] Load the Homepage Flash Banners	   