// @@ GLOBAL VARIABLES

if (top.location != document.location) top.location.replace(document.location);

var mainDomain="asm-autos.co.uk";
var siteName="ASM Auto Recycling Limited";
var postcode="OX9+2JB";

var gaPageName="";

//translateURL=(document.location.href.indexOf('http://www.asm-autos.co.uk/')!=-1) ? document.location.href : 'http://www.asm-autos.co.uk/';
translateURL='http://www.asm-autos.co.uk/index.htm';
var translateText='<b>Translate:</b><a target="_top" href="http://translate.google.com/translate?hl=pl&sl=en&tl=pl&u='+translateURL+'&anno=0" title="Przetlumacz te strone na jezyk polski."><img border="0" src="http://www.asm-autos.co.uk/images/flag_poland.png" width="22" height="13"></a><a target="_top" href="http://translate.google.com/translate?hl=fr&sl=en&tl=fr&u='+translateURL+'&anno=0" title="Traduire ce site en francais."><img border="0" src="http://www.asm-autos.co.uk/images/flag_france.png" width="22" height="13"></a><a target="_top" href="http://translate.google.com/translate?hl=de&sl=en&tl=de&u='+translateURL+'&anno=0" title="Ubersetzen dieser Website in Deutsch."><img border="0" src="http://www.asm-autos.co.uk/images/flag_germany.png" width="22" height="13"></a><a target="_top" href="http://translate.google.com/translate?hl=nl&sl=en&tl=nl&u='+translateURL+'&anno=0" title="Vertaal deze website in het Nederlands."><img border="0" src="http://www.asm-autos.co.uk/images/flag_netherlands.png" width="22" height="13"></a><a target="_top" href="http://translate.google.com/translate?hl=it&sl=en&tl=it&u='+translateURL+'&anno=0" title="Traduci questo sito in italiano."><img border="0" src="http://www.asm-autos.co.uk/images/flag_italy.png" width="22" height="13"></a><a target="_top" href="http://translate.google.com/translate?hl=es&sl=en&tl=es&u='+translateURL+'&anno=0" title="Traducir esta pagina web en espanol."><img border="0" src="http://www.asm-autos.co.uk/images/flag_spain.png" width="22" height="13"></a><a target="_top" href="'+translateURL+'" title="View the original website (English)."><img border="0" src="http://www.asm-autos.co.uk/images/flag_united_kingdom.png" width="22" height="13"></a>';

function drawEmail(alias,text,dn,title) {
  var at = '&#064;'; // at symbol encoded
  var p1 = '&#109;&#097;&#105;&#108;'; // protocol name encoded part 1
  var p2 = '&#116;&#111;&#58;'; // protocol name encoded part 2
  if (!dn) dn=mainDomain;
  if (title) title=' title="'+title+'"'
    else title='';
  if (!text) text=alias+at+dn;
  document.write('<a href="'+p1+p2+alias+at+dn+'"'+title+'>'+text+'</a>');
}

$(document).ready(function() {

  $(".rounded-img").load(function() {
    $(this).wrap(function(){
      return '<span class="' + $(this).attr('class') + '" style="background:url(' + $(this).attr('src') + ') no-repeat center center; width: ' + $(this).width() + 'px; height: ' + $(this).height() + 'px;" />';
    });
    $(this).css("opacity","0");
  });

  $("#translateThis").html(translateText);
  
  try {
    if (Squarespace.Constants.ADMINISTRATION_UI) $("#AMFnavi").css('top', '266px');
  } catch(err) {}

	$('#vertical-ticker').totemticker({
		row_height	:	'20px',
		mousestop	:	true,
    max_items : 1,
    speed : 400,
    interval : 3000
	});

});

