//setup search
var customSearchControl;
$(document).ready(function() {
	var cd = new Date();
	var ts = cd.getYear() + cd.getMonth() + cd.getDay();
	var flashvars = {'xmlfile1': '/images/flash/largemap/locator_map.xml?' + ts };
	var flashparams = {wmode:'transparent'};
	swfobject.embedSWF("/images/flash/largemap/locator_map.swf", "flashcontent", "600", "400", "9.0.0", "", flashvars, flashparams);
});

google.load('search', '1', {language : 'en', nocss: true});
google.setOnLoadCallback(function(){
	customSearchControl = new google.search.CustomSearchControl('013653573823114057273:6xtc3n1xg_u');
    customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
    customSearchControl.draw('cse');
    customSearchControl.setLinkTarget(google.search.Search.LINK_TARGET_SELF);
    $('input.gsc-input').focus();
    $('table.gsc-branding').hide();
    $('.gsc-table-cell-thumbnail').hide();
}, true);
