$(document).ready(function(){

$(".TopMenu_TD > a").appendTo(".MenuLinks");

$("div.ProductmenuContainer_DIV > br").remove();

$("td.RootCategory_Productmenu > a > img").removeAttr("align");

$("div.ProductmenuContainer_DIV").append("<div class='ProductsBottom'></div><iframe src='http://klh-web.dk/news.aspx' width='188' height='205' scrolling='no' frameborder='0' style='float: right;margin-top:10px;'></iframe>");

$("#Table73 > tbody > tr").append("<td class='MainRight'></td>");

$(".ProductPriceFrontpage > strike").remove();

$(".ProductDescriptionFrontpage > a > img").replaceWith("mere");

$(".Frontpage_Custom_TBL").attr("cellspacing","10");

$(".ProductList_Custom_TBL").attr("cellspacing","10");

$(".BuyButton_ProductInfo > br").remove();

$(".Prices_Custom_TBL > tbody > tr > td").attr("align", "left");

$(".ProductImgFrontpage > a > img").jScale({ls:"100px"});

})