// detect a containing frameset
var frameset = (top != self) ;
// reload the page if contained in a frame
if (frameset) top.location.href = 'http://www.belgiangraffiti.org';

