// JavaScript Document

var Quote=new Array()

Quote[0] = "<div class=\"quote\">\"BRU Producer's Edition is exactly what I was looking for - an affordable software solution that integrates my LTO-4 drive and my tapeless workflow. While the size of my budgets are often small the storage demands of a tapeless HD workflow are not.  BRU PE allows me to securely backup the large amounts of data created by todays tapeless recording technologies including Panasonic's P2 system.  An intuitive interface makes for amazingly easy archival and recovery.  Finally Mac users can rejoice at the ability to quickly backup terabytes of data using an LTO system. Rather than each project spanning several drives I can toss hours of footage from a variety of formats onto tapes 1/2 the size of HDCAM. Shooting DSLR timelapses on my Nikon D3 is not practical by any means, but now that I have BRU PE and an LTO-4 drive, I can keep creating 2K timelapses and keep the hundreds of thousands of RAW files safely archived.  I highly recommend BRU PE as a necessary component of any HD editing system and sleep better knowing that my data is being backed up onto LTO-4 and not on cheap USB 2.0 external disk drives.\"<br><br><div class=quotesig>Rick Smith<br>Phlogiston Media</div></div>";

Quote[1] = "<div class=\"quote\">\"As a full-time post production supervisor working in both television and film, I've found that the need to backup crucial data, both in a reliable and affordable manner, has become increasingly more important as high-definition entertainment becomes the norm. Without exaggeration, BRU Producer's Edition has proven to be the most usable and reliable backup solution I've worked with yet, and has saved time, money, and provided peace of mind when it comes securely backing up my projects. If you're a video editor working on a Mac, and dealing with enormous file sizes (especially concerning projects shot on the RED), this is the only way to go.\"<br><br><div class=quotesig>Vance Null<br>Pure Flix Entertainment</div></div>";

Quote[2] = "<div class=\"quote\">\"I have been using the TOLIS Group's backup application, BRU, for about four years and find the new version, BRU PE 2.0 to be spectacular. The original application provided me a stable platform to archive my Pro Tools sessions and any other files with great simplicity and ease. The new PE version continues that standard while allowing me to create two archive operations simultaneously, cutting the work time for generating a Master and Safety copies in half. I use it in conjunction with a Mac Pro and dual LTO-3 drive system. The new interface is simple and very user friendly for both archival and recalling data from storage media. I am pleased with the confidence it instills in verifying of the data stored immediately. My greatest accolade for the TOLIS Group is their history and support of the product. When I have a problem or question, they are there on the phone, no long voice menus, just select tech support.<br><br>I hope that this application becomes well known throughout the entertainment industry and any other business field needing verified backup and archival of digital information. BRU is already approved by the NARAS organization for archival and delivery of audio files and I believe that it should become the standard for the industry. The company has been around for over 25 years and holds all software in escrow for the confidence of its users for continued support – even in the event of TOLIS Group's demise. A glance at their client list is an indication of the stability of the company and the products.\"<br><br><div class=\"quotesig\">Toby Scott<br>Engineer &amp; Archive Catalog Administration<br>Thrill Hill Recording - Bruce Springsteen</div></div>";

var Q = Quote.length;
var whichQuote=Math.round(Math.random()*(Q-1));
function showQuote(){document.write(Quote[whichQuote]);}
showQuote();
