/*	
    cause all direct links to be put within main iframe
*/

if (self == top){
var urlold = self.location;
self.location = "http://www.collidemovement.com";
}