// JavaScript Document
r = Math.floor(Math.random()*7);;

if (r == 1)

	{document.write('<em>&ldquo;On average every property we manage is tenanted for at least 50 weeks a year&rdquo;</em>');
	}
	else if (r == 2)
	{document.write('<em>&ldquo;4 out of 5 of the tenants we source renew their contracts&rdquo;</em>');
	}	
	else if (r == 3)
	{document.write('<em>&ldquo;80% of our AST tenants stay in the property for longer than 12 months&rdquo;</em>');
	}
	else if (r == 4)
	{document.write('<em>&ldquo;Over 95% of the properties we source tenants for are also managed by Young London&rdquo;</em>');
	}
	else if (r == 5)
	{document.write('<em>&ldquo;Young London manages hundreds of properties – NONE are in rent arrears dispute&rdquo;</em>');
	}
	else if (r == 6)
	{document.write('<em>&ldquo;YoungLondon.co.uk receives 400%+ more traffic than Google&rsquo;s benchmark for the property industry&rdquo;</em>');
	}
	else if (r == 7)
	{document.write('<em>&ldquo;Young London let 90 brand new units at the myBASE1 development, whilst maintaining market leading rents for the area&rdquo;</em>');
	}
	else
	{document.write('<em>&ldquo;1 in 10 of Young London’s properties are let to corporate tenants&rdquo;</em>');
	}