// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded',F_functMasterBorderAktion0,'','',0));
	F_pageLoaded('Layout');
}
function F_functMasterBorderAktion0(params) {
goToURL('Inlineframe1','http://www.silversmith-online.com/shop/his-webshop.cgi?t=temiframebaske');
}


 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment


