			window["adCloudObj"] = new Object();		var expander = new SWFObject("http://hotfootlabs.com/resources/adcloud/ads/collegetextbookbuyers.swf", "adCloudObj", "967", "25", "8", "transparent");		   expander.addParam("wmode", "transparent");		   expander.addParam("allowScriptAccess", "always");		   expander.write("topexpander");		   SWFFormFix("adCloudObj"); 		   		function updatePage(newHeight){												document.adCloudObj.height = newHeight;		//	alert("update and height = "+newHeight);		}									var loadChecker = false;				window.onload = function(){				loadChecker = true;				getMovieName("adCloudObj").callTurnOffHL();			}						function callExternalInterface() {				if(loadChecker){					getMovieName("adCloudObj").callCloseWindow();				} else {					document.adCloudObj.height = 25;				}			}							    		function getMovieName(movieName) {				if (navigator.appName.indexOf("Microsoft") != -1) {					//this is needed for some insane reason					var dummy = 0;					return window[movieName];				}else{					return document[movieName];				}    		}			function goToURL(){ 				var url = "http://www.skullys.org";				var title = "skullys";				var options = "";				var error = "There was an error";					var newWin= window.open( url, title, options ); 					if(typeof newWin == 'undefined') { 						newWin = window.open('', title, options); 						try{ 							newWin.location.href = url; 						}catch(ex){ 							//alert(error); 							alert(ex);						} 					} 					newWin.focus(); 				}				//auto page roll down