jQuery(document).ready(function(){

	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

});



var tinkertoy2 = {  src: DNN_skinPath+'tinkertoy2.swf' };
sIFR.activate(tinkertoy2);
sIFR.replace(tinkertoy2, {
  selector: 'h1', 
  wmode: 'transparent',
  src: DNN_skinPath+'tinkertoy2.swf',
  css: [
      '.sIFR-root {color:#ffffff; margin-left: 3px;}'
    ]
});

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}