/*
	Global scripts for Picture Frame Bundle Site
	Author: D.L.
	Date: 6-13-08
*/

global={
	init:function(){
		if(!document.getElementById || !document.createTextNode){return;}
		
	}
}

DOMhelp.addEvent(window, 'load', global.init, false);