// Random Player and Layer Offset JavaScript
// Created by J. Scot Prunckle of Scot Technologies, LLC
// Originally Created for UW-Milwaukee Lady Panther Rugby Football Club Web Site
// Located at: http://www.uwm.edu/StudentOrg/lprfc
// Created 7/17/2005
var offset = new Object();
var playerTotal = 8;
var titleTotal = 8;
offset.div1 = ((screen.availWidth-995)/2)-11;
offset.div2 = offset.div1 + 757;
offset.div3 = offset.div1 + 906;
offset.div0 = offset.div1 + 307.5;
offset.rand = Math.floor(Math.random()* (playerTotal + 1));
offset.title = Math.floor(Math.random()* (titleTotal + 1));
