/*
Author: Rob watson - Blu Hippo
Project: Servo Connectors
Date: August 17, 2007
*/


/* frame buster */
if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}
  
/* print page */
/* href="javascript:window.print();" */  