var fullURL = parent.document.URL;
var xxx = fullURL.substring(fullURL.indexOf('?'), fullURL.length);
if(screen.width<600){
	if(xxx == '?view=full'){ }
	else{
		window.location = "http://colin.molomedia.com/";
	}
}
