//Media Net Frame Resize Code

//$(document).ready(function(){
//    if(window.top != window.self){
//        if($("a"))
//        	$("a").each(function(){
//        		$(this).attr("target", "_self");
//        	});
//    }
//});