﻿var r_text = new Array ();

var r_link = new Array ();

r_text[0] = "Octaform components ship flat-stacked. We don't 'ship air'.";

r_link[0] = "<a class='btn-more' href='/about/global-reach.html'>MORE </a>";



r_text[1] = "Our vehicle wash walls are virtually maintenance free. ";

r_link[1] = "<a class='btn-more' href='/industry-applications/vehicle-wash-walls.html'>MORE </a>";



r_text[2] = "Our SNAPLockTight Panels are perfect for foodsafe applications";

r_link[2] = "<a class='btn-more' href='/products/finished-panels.html'>MORE </a>";



r_text[3] = "The secret to concrete’s energy efficiency is its thermal mass ";

r_link[3] = "<a class='btn-more' href='/products/pvc-panels-insulation.html'>MORE </a>";



r_text[4] = "We build some of the best concrete tank walls around";

r_link[4] = "<a class='btn-more' href='/industry-applications/concrete-storage-tanks.html'>MORE </a>";



r_text[5] = "Octaform walls are Finished when Formed. No extra trades required!";

r_link[5] = "<a class='btn-more' href='/products/finished-forming-systems.html'>MORE </a>";



r_text[6] = "Octaform products are NSF certified and CFIA approved";

r_link[6] = "<a class='btn-more' href='/knowledge-centre/brochures-guides.html'>MORE </a>";



r_text[7] = "Our Finished Linings are great for tilt-up and pre-cast applications";

r_link[7] = "<a class='btn-more' href='/products/finished-linings.html'>MORE </a>";



r_text[8] = "We have a repair solution for compromised concrete walls and pillars";

r_link[8] = "<a class='btn-more' href='/products/concrete-restoration-repair.html'>MORE </a>";



r_text[9] = "Our aquaculture tanks create the ideal, fish friendly environment";

r_link[9] = "<a class='btn-more' href='/industry-applications/aquaculture-tank-systems.html'>MORE </a>";



var i = Math.floor(10*Math.random())

document.write(r_text[i]);


