﻿var r_text = new Array ();

r_text[0] = "Featured Video – United Apartments, No Hidden Fees!";
r_text[1] = "Featured Video – United Apartments, Live Assured";
r_text[2] = "Featured Video – United Apartments, We set the standard!";
r_text[3] = "Featured Video – United Apartments, We’ve got it all!";
var i = Math.floor(4*Math.random())

document.write(r_text[i]);

