Event.observe(window, "load", function() {
	var doStuff = function(event) {
		var confirmation = confirm('CAUTION: You are about to leave "CorvetteC6Collection.com". Items in your shopping cart may be lost. To complete your order, click CANCEL and proceed to check out. (You will be given the option to visit OutletStuff.com after completing your transaction.) \n\nOr click OK to go directly to OutletStuff.com.');
		if( confirmation == false ) { 
		  Event.stop(event); 
		}
	};
	$$('.offsite').each(function(obj) {
//			obj.onclick = doStuff;
	    obj.observe("click", doStuff);
	});
		var doStuffF = function(event) {
			var confirmation = confirm('CAUTION: You are about to leave "CorvetteC6Collection.com".');
			if( confirmation == false ) { 
			  Event.stop(event); 
			}
		};
		$$('.offsitef').each(function(obj) {
	//			obj.onclick = doStuff;
		    obj.observe("click", doStuffF);
		});
		var doStuffOut = function(event) {
			var confirmation = confirm('CAUTION: You are about to leave "CorvetteC6Collection.com". Items in your shopping cart may be lost. To complete your order, click CANCEL and proceed to check out. (You will be given the option to visit Outletstuff.com after completing your transaction.) \n\nOr click OK to go directly to OutletStuff.com.');
			if( confirmation == false ) { 
			  Event.stop(event); 
			}
		};
		$$('.offsiteout').each(function(obj) {
	//			obj.onclick = doStuff;
		    obj.observe("click", doStuffOut);
		});
		
			var doStuffCor = function(event) {
				var confirmation = confirm('CAUTION: You are about to leave "CorvetteC6Collection.com". Items in your shopping cart may be lost. To complete your order, click CANCEL and proceed to check out. (You will be given the option to visit CorvetteC6Collection.com after completing your transaction.) \n\nOr click OK to go directly to CorvetteC6Collection.com.');
				if( confirmation == false ) { 
				  Event.stop(event); 
				}
			};
			$$('.offsitecor').each(function(obj) {
		//			obj.onclick = doStuff;
			    obj.observe("click", doStuffCor);
			});
				var doStuffBad = function(event) {
					var confirmation = confirm('CAUTION: You are about to leave "CorvetteC6Collection.com". Items in your shopping cart may be lost. To complete your order, click CANCEL and proceed to check out. (You will be given the option to visit BadBoyVettes.com after completing your transaction.) \n\nOr click OK to go directly to BadBoyVettes.com.');
					if( confirmation == false ) { 
					  Event.stop(event); 
					}
				};
				$$('.offsitebad').each(function(obj) {
			//			obj.onclick = doStuff;
				    obj.observe("click", doStuffBad);
				});
					var doStuffSol = function(event) {
						var confirmation = confirm('CAUTION: You are about to leave "CorvetteC6Collection.com". Items in your shopping cart may be lost. To complete your order, click CANCEL and proceed to check out. (You will be given the option to visit SolsticeStuff.com after completing your transaction.) \n\nOr click OK to go directly to SolsticeStuff.com.');
						if( confirmation == false ) { 
						  Event.stop(event); 
						}
					};
					$$('.offsitesol').each(function(obj) {
				//			obj.onclick = doStuff;
					    obj.observe("click", doStuffSol);
					});
					
						var doStuffBur = function(event) {
							var confirmation = confirm('CAUTION: You are about to leave "CorvetteC6Collection.com". Items in your shopping cart may be lost. To complete your order, click CANCEL and proceed to check out. (You will be given the option to visit BurstonMall.com after completing your transaction.) \n\nOr click OK to go directly to BurstonMall.com.');
							if( confirmation == false ) { 
							  Event.stop(event); 
							}
						};
						$$('.offsitebur').each(function(obj) {
					//			obj.onclick = doStuff;
						    obj.observe("click", doStuffBur);
						});
						var doStuffHum = function(event) {
							var confirmation = confirm('CAUTION: You are about to leave "CorvetteC6Collection.com". Items in your shopping cart may be lost. To complete your order, click CANCEL and proceed to check out. (You will be given the option to visit HummerStuff.com after completing your transaction.) \n\nOr click OK to go directly to HummerStuff.com.');
							if( confirmation == false ) { 
							  Event.stop(event); 
							}
						};
						$$('.offsitehum').each(function(obj) {
					//			obj.onclick = doStuff;
						    obj.observe("click", doStuffHum);
						});
						
							var doStuffCam = function(event) {
								var confirmation = confirm('CAUTION: You are about to leave "CorvetteC6Collection.com". Items in your shopping cart may be lost. To complete your order, click CANCEL and proceed to check out. (You will be given the option to visit CamaroCollection.com after completing your transaction.) \n\nOr click OK to go directly to CamaroCollection.com.');
								if( confirmation == false ) { 
								  Event.stop(event); 
								}
							};
							$$('.offsitecam').each(function(obj) {
						//			obj.onclick = doStuff;
							    obj.observe("click", doStuffCam);
							});
});