function loadscroller() {
	var myFeaturedFrame = new xmlFetcher();
	myFeaturedFrame.setOutPutElement('first');
	myFeaturedFrame.setOutputFormat('customHTML');
	myFeaturedFrame.setItemUrlTag('Url');
	myFeaturedFrame.setItemRoot('Job', '<br /><div style="padding: 5px; cursor: pointer;" onmouseover="this.style.background=\'#f5dae6\';this.style.border=\'1px solid #da3c40\';this.style.padding=\'4px\';myFeaturedFrame.scroller.stopScroll();" onmouseout="this.style.background=\'\';this.style.border=\'0px solid #da3c40\';this.style.padding=\'5px\';myFeaturedFrame.scroller.startScroll();" onclick="window.open(\'itemUrlTagValue\')">', '</div>\n\n');
	myFeaturedFrame.addOutputTag('Title', '<span class="title2"><b>', '</b></span><br />');
	myFeaturedFrame.addOutputTag('Employer', '<span class="employer2">', '</span>');
	myFeaturedFrame.addOutputTag('Location', '<span class="location2">  - ', '</span> <br />');
	myFeaturedFrame.setRootHTML('<div style="height:150px;"></div>', '<div style="height:150px;"></div>');
	myFeaturedFrame.setScrollSpeed(30);
	myFeaturedFrame.initFromString(xmlString);
}