// Alloytrader widget, Hello There.

if ( typeof(ALwidth) == "undefined" ) {
    var ALwidth = 300;
}

if ( typeof(ALheight) == "undefined" ) {
    var ALheight = 300;
}

if ( typeof(ALborder) == "undefined" ) {
   var ALborder = 0;
}

if ( typeof(ALscrollbars) == "undefined" ) {
   var ALscrollbars = 'auto'; //scrolling = yes / no / auto
}

document.write('<iframe src="http://www.alloytrader.net/feed/widget.php" width="'+ALwidth+'" height="'+ALheight+'" frameborder="'+ALborder+'" scrolling="'+ALscrollbars+'"></iframe>');
