<!-- Hide script from javascript impaired browsers

/* Re-direct the page to the top if it has been opened within frames. */

if (top.frames.length != 0) {
	top.location = self.document.location;
}

// End hiding script -->