function inorout(){ 
	var match_what=/^http\:\/\/dev.yellahoose.com\/www.10thmtskiclub.org\/wp/;
	for(var i=0;i<frames[0].document.getElementsByTagName('a').length;i++){
		if(frames[0].document.getElementsByTagName('a')[i].href.match(match_what)){
			continue;
		} else if (frames[0].document.getElementsByTagName('a')[i].href.match(/\.(jpeg|jpg|png)$/)) { 
			frames[0].document.getElementsByTagName('a')[i].setAttribute('target','_blank');
		} 
		frames[0].document.getElementsByTagName('a')[i].setAttribute('target','_top');
	}
}
