// JavaScript Document
r = Math.floor(Math.random()*6);;

if (r == 1)

	{document.write('<em>&ldquo;We insist that tenants have insurance cover for landlords&lsquo; appliances, fixtures and fittings&rdquo;</em><br /><br /><div style="font-size: 0.8em;">Just one of the things that makes us different - ask us about the rest on +44(0)845 356 1000</div>');
	}
	else if (r == 2)
	{document.write('<em>&ldquo;If a prospective tenant doesn&lsquo;t pass our rigorous credit scoring and referencing, they&lsquo;ll be rejected, asked to provide a guarantor or required to pay rent in advance&rdquo;</em><br /><br /><div style="font-size: 0.8em;">Just one of the things that makes us different - ask us about the rest on +44(0)845 356 1000</div>');
	}	
	else if (r == 3)
	{document.write('<em>&ldquo;We can use lucrative short term lets to change the renewal date of landlords&lsquo; ASTs to optimise rental income&rdquo;</em><br /><br /><div style="font-size: 0.8em;">Just one of the things that makes us different - ask us about the rest on +44(0)845 356 1000</div>');
	}
	else if (r == 4)
	{document.write('<em>&ldquo;We can hold landlords&lsquo; property insurance details, enabling us to act immediately in the event of an emergency and reassure tenants of a swift resolution&rdquo;</em><br /><br /><div style="font-size: 0.8em;">Just one of the things that makes us different - ask us about the rest on +44(0)845 356 1000</div>');
	}
	else if (r == 5)
	{document.write('<em>&ldquo;Every inventory includes a photographic record and exhaustive room by room condition report; that&lsquo;s why we&lsquo;ve had only 4 deposit disputes since 2003&rdquo;</em><br /><br /><div style="font-size: 0.8em;">Just one of the things that makes us different - ask us about the rest on +44(0)845 356 1000</div>');
	}
	else if (r == 6)
	{document.write('<em>&ldquo;At the start of every tenancy, a walkthrough is carried out and copies of appliance instruction manuals are provided to minimise accidental damage through misuse&rdquo;</em><br /><br /><div style="font-size: 0.8em;">Just one of the things that makes us different - ask us about the rest on +44(0)845 356 1000</div>');
	}
	else 
	{document.write('<em>&ldquo;Proactively managing renewals avoids properties falling empty when demand is low, minimising voids.  Eg. Over Christmas only 2 tenancies ended; in both cases new tenants moved in the same day&rdquo;</em><br /><br /><div style="font-size: 0.8em;">Just one of the things that makes us different - ask us about the rest on +44(0)845 356 1000</div>');
	}
