<html itemscope itemtype="http://schema.org/Product">
	<head>	
		<title>Display Swords</title>
<meta name="description" content="Display Swords" />
<meta name="keywords" content="display sword,Display Swords" />
<base href="http://samuraiswordmaster.com/" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noodp,noydir"/>
<link rel="alternate" type="application/rss+xml" title="Display Swords RSS Feed" href="http://samuraiswordmaster.com/rss" />
<link rel="canonical" href="http://samuraiswordmaster.com/feed" />

<!-- Google Plus Meta Data -->
<meta itemprop="name" content="Display Swords">
<meta itemprop="description" content="">
<meta itemprop="image" content="">

<!-- Open Graph http://developers.facebook.com/docs/opengraph/ -->
<meta property="og:locale" content="en_US"/>
<meta property="og:image" content=""/>
<meta property="og:title" content="Display Swords - The Definitive Guide"/>
<meta property="og:description" content=""/>
<meta property="og:url" content="http://samuraiswordmaster.com/feed"/>
<meta property="og:site_name" content="Display Swords"/>
<meta property="og:type" content="product"/>

<!-- Mobile -->
<link rel="apple-touch-icon" href="http://cdn.yoast.com/wp-content/uploads/2010/04/yoast-square.png"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />


<!-- Google Plus -->

<!-- Styles -->
<link rel="stylesheet" type="text/css" href="theme/common.css" />
<!--<link rel="stylesheet" type="text/css" href="theme/Wood/style.css" />-->
<!--<link rel="stylesheet" type="text/css" href="js/jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css" />-->

<!-- TMP -->
<link rel="stylesheet" type="text/css" href="make-css" id="pagestyle" />


<!-- Javascript -->
<script type="text/javascript">var PUBLIC_BASE_URL = 'http://samuraiswordmaster.com';</script>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("jquery", "1.6.4");</script>
<!--<script type="text/javascript">google.load("jqueryui", "1.8.16");</script>-->
<script type="text/javascript" src="http://samuraiswordmaster.com/js/jquery.cycle.all.js"></script>
<script type="text/javascript" src="http://samuraiswordmaster.com/js/common.js"></script>

<!-- Variables --> 
<script>var SID = '587';</script>

<!-- jQuery UI -->
<script type="text/javascript" src="http://samuraiswordmaster.com/js/jquery-ui/js/jquery-ui-1.8.16.custom.min.js"></script>

<!-- jQuery BBQ -->
<script type="text/javascript" src="http://samuraiswordmaster.com/js/jquery.ba-bbq.mini.js"></script>

<!-- jQuery Cookie -->
<script type="text/javascript" src="http://samuraiswordmaster.com/js/jquery.cookie.js"></script>

<!-- Stars -->
<script type="text/javascript" src="http://samuraiswordmaster.com/js/stars/jquery.ui.stars.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://samuraiswordmaster.com/js/stars/jquery.ui.stars.min.css" />
<script type="text/javascript" src="http://samuraiswordmaster.com/js/slider.js"></script>


<script language="javascript">
if (self != top) top.location.replace(self.location.href);
</script>
<!-- Google Plus Author -->

<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Bowlby+One|Telex' rel='stylesheet' type='text/css'>
<style>
/* Content Fonts */
div,th,td,p,h1,h2,h3,h4,h5,h6,a,li,.title{font-family: 'Telex', arial;}	
/* Logo Fonts */
h1.logo, h1.logo a,.logoSmall, .logoSmall a{font-family: 'Bowlby One', cursive}
</style>

	</head>
	<body>
				<div align="center">
			<div id="headerSearch">
				<div class="container">	
					
					<div style="float:right">
						<form id="searchbar" action="http://samuraiswordmaster.com/search" method="post">
							<input type="text" name="term" class="field" />
							<input type="submit"  class="submit" name="submit" value="Search">
						</form>
					</div>
					<div style="float:left">
						<h2>Get the best display sword products online</h2>
					</div>
				</div>
			</div>
			<div id="header">
				<div id="mainHeader">					
					<div class="container">					
						
						<h1 class="logo"><a href="http://samuraiswordmaster.com">Display Swords</a></h1>
						
						
						<div id="mainMenu">								
							<ul id="nav" class="dropdown"><li class="top"><a href="http://samuraiswordmaster.com"  id="btn-home">Home</a><li class="top"><a href="http://samuraiswordmaster.com/specials"  id="btn-specials">Specials</a></ul>					
						</div>
					</div>
				</div>
				
			</div>
			
			<div id="frameContainer">
				
				<!-- Content -->
				<style>		
.searlchHeader{background:#d8d8d8;border:1px solid #a4a4a4;	padding:6px;}
</style>
<script>
var categoryId	= '';
var brandId = '';
var term = 'display sword';
var filters = '';	
$(function(){
	$('.filter').live('click',function(){		
		setVar({'f':$(this).attr('id')});
	});		
	$('.filterPrice').live('click',function(){
		setVar({'price':$(this).attr('id')});
	});
	handleHashChange();
	//$('#searchingBox').click(function(){
	//	hideLoading();
	//});		
});

$(window).bind('hashchange',function(event){
  handleHashChange();
});	
function showLoading(){		
	$('#searchContainer').fadeTo(500,.3);
	$('#searchingBox').center();
	$('#searchingBox').fadeIn();
}	
function hideLoading(){
	$('#searchContainer').fadeTo(300,1);		
	$('#searchingBox').fadeOut().hide();
}	
function handleHashChange(){
	var params = $.deparam.fragment();
	var size = 0, key;
	for (key in params){
		if(params.hasOwnProperty(key))size++;
	}
	if(size>0){
		search(params);
	}
}
var x = null;
function search(params){
	if(x){x.abort();}
	showLoading();
	x = $.post(PUBLIC_BASE_URL+'/search',params,function(r){
		$('#searchContainer').html(r);
		hideLoading();
	});	
	return false;
}	
function setVar(obj){
	obj['fs']			= $('#filter-free-shipping-value').attr('checked')?1:0;
	obj['imageOnly']	= $('#filter-images').attr('checked')?1:0;
	obj['zipCode']		= $('#filter-zip-code').val();
	obj['term']			= term;
	obj['cid']			= categoryId;
	obj['bid']			= brandId;	
	$.bbq.pushState(obj);
	return false;
}	
</script>
	

<!-- Search Notice -->
<div id="searchingBox"></div>
	
<!-- Crumbs -->
<div id="crumbsContainer">
	<div id="crumbs">
		<a href="http://samuraiswordmaster.com">Home</a> &gt; <a href="http://samuraiswordmaster.com/search/display+sword">Search for display sword</a>					
	</div>		
</div>
<!-- Results Content -->
<div id="splash" class="pad">	
	<div class="container" id="searchContainer">
		
	
	

	<!-- Attributes -->
	<div style="float:left;width:200px;">
<!--		<div class="searchHeader">Refine Your Search</div>-->

						

		<!-- Attributes -->
		<div id="attributes">	
			<!-- ads -->
			
				<script type="text/javascript"><!-- 
google_ad_client = "pub-7564634054519631";google_ad_format = "200x200_as";google_ad_width = 200;google_ad_type = "text_image";google_ad_height = 200;google_color_border = "FFFFFF";google_color_bg = "FFFFFF";google_color_link = "FFFFFF";google_color_url = "DDDDDD";google_color_text = "000000";
 //--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>			
			<!-- Price Range -->
<!--			<div class="title"><strong>Price Range</strong></div>
			<div class="block">								
										
			</div>					-->
			<!-- Keyword Filter -->
			<div class="title">Keyword</div>
			<div class="block">
				<div class="item">
					<input type="text" value="display sword" />
					<div><input type="radio" name="sr" id="srSearchIn" value="searchIn" /> <label for="srSearchIn">Search Within</label></div>
					<div><input type="radio" name="sr" id="srSearchAll" value="searchAll" /> <label for="srSearchAll">Search All</label></div>
					<input type="button" value="Search" class="button-gray" />
				</div>
			</div>
			<!-- Search Result Filters -->
			<div class="title">Collectible Theme</div><div class="block"><div class="item filter" id="296863:252617">Dragon (2)</div><div class="item filter" id="296863:265127">Glass (2)</div><div class="item filter" id="296863:272009">Motorcycle (1)</div></div><div class="title">Collectible Type</div><div class="block"><div class="item filter" id="307336:296868">Plaques (1)</div></div><div class="title">Stores</div><div class="block"><div class="item filter" id="296935:23819">Overstock.com (8)</div><div class="item filter" id="296935:286491">Best Buy Bet (6)</div><div class="item filter" id="296935:128469">KUNGFU4LESS.COM (5)</div><div class="item filter" id="296935:18893">Rakuten.com Shopping (4)</div><div class="item filter" id="296935:401">Walmart.com (4)</div><div class="item filter" id="296935:228063">The Sportsman's Guide (3)</div><div class="item filter" id="296935:260665">HR Knives (2)</div><div class="item filter" id="296935:176461">RossMart (2)</div><div class="item filter" id="296935:217698">3tailer (1)</div><div class="item filter" id="296935:252238">Black Mountain Entertainment (1)</div></div>		</div>
	</div>

	<!-- Products -->
	<div style="float:right;width:740px;">

		<!-- Title -->
		<div class="searchHeader" style="height:25px">
			<div style="float:left;font-size:18px;">
				Search for display sword			</div>
			<div style="float:right">
				Found  results, Showing page 1 (1-10) 
			</div>
		</div>

		<div class="pad" style="padding-top:0px">
			<div class="searchFilter">

				<!-- Filter -->
				<form method="post" onsubmit="setVar({});return false">
					<table cellspacing="5" cellpadding="0" border="0" width="100%">
						<tr>
							<!-- Sort By -->
							<td>
								Sort By: 										
								<select id="sortType" name="sort">
									<option value="relevancy">Most Popular</option>
									<option value="priceAscending">Price Low-High</option>
									<option value="priceDescending">Price High-Low</option>
								</select>
							</td>

							<!-- Show Only -->
							<td>										
								<input type="checkbox" id="filter-free-shipping">
								<input type="hidden" id="filter-free-shipping-value" name="filterFreeShipping" value="false">
								<label for="filter-free-shipping">free shipping only</label>		
							</td>

							<!-- Sort By -->
							<td>
								add tax & shipping 										
								<input type="text" size="10" />	
							</td>
							<td align="right">
								<input type="submit" value="Update" class="button-gray" />
							</td>
						</tr>
					</table>
				</form>
			</div>


			<div id="productResults" class="productResults">
				<!-- Products -->
				
<table class="grid">
    <tbody>		
                    <!-- Offer -->
                        <!-- Product -->
            		
                <tr class=stripe>
                    <!-- image -->
                    <td width="90">
                                                    <a href="http://samuraiswordmaster.com/product/The-King-Solomon-Sword-With-Display-Plaque/5603227941" title="The King Solomon Sword With Display Plaque" target="_self" rel="nofollow">
                                <img src="http://apiimg02.bizrate.com/resize?sq=100&uid=5603227941&kw=display%20sword"  height="70" />
                            </a>
                                            </td>
                    <!-- title -->
                    <td>
                        <div class="title">
                            <a href="http://samuraiswordmaster.com/product/The-King-Solomon-Sword-With-Display-Plaque/5603227941" title="The King Solomon Sword With Display Plaque" target="_self" rel="nofollow">
                                The King Solomon Sword With Display Plaque                            </a>
                        </div>
                        <div class="description">
                                                        <a href="http://samuraiswordmaster.com/product/The-King-Solomon-Sword-With-Display-Plaque/5603227941" rel="nofollow">more</a>
                        </div>
                        <div class="offers">
                                                    </div>
                    </td>					
                    <!-- stores -->
                    <td width="80" style="text-align:center">
                        <a href="http://samuraiswordmaster.com/product/The-King-Solomon-Sword-With-Display-Plaque/5603227941" target="_self" rel="nofollow">1 stores</a>
                        						
                    </td>
                    <!-- price -->
                    <td width="120" style="text-align:right">
                        <div style="margin-bottom:6px">from 
                            <span class="price">
                                <a href="http://samuraiswordmaster.com/product/The-King-Solomon-Sword-With-Display-Plaque/5603227941" target="_self" rel="nofollow">$191.77</a>
                            </span>
                        </div>
                        <div>							
                            <a href="http://samuraiswordmaster.com/product/The-King-Solomon-Sword-With-Display-Plaque/5603227941" target="_self" rel="nofollow" class="btn">Compare Prices</a>
                        </div>
                    </td>
                </tr>		
            			
                <!-- Offer -->
                        <!-- Product -->
            		
                <tr >
                    <!-- image -->
                    <td width="90">
                                                    <a href="http://samuraiswordmaster.com/product/Motorcycle-Chopper-Sword-52-inches/5603196108" title="Motorcycle Chopper Sword - 52 inches" target="_self" rel="nofollow">
                                <img src="http://apiimg01.bizrate.com/resize?sq=100&uid=5603196108&kw=display%20sword"  height="70" />
                            </a>
                                            </td>
                    <!-- title -->
                    <td>
                        <div class="title">
                            <a href="http://samuraiswordmaster.com/product/Motorcycle-Chopper-Sword-52-inches/5603196108" title="Motorcycle Chopper Sword - 52 inches" target="_self" rel="nofollow">
                                Motorcycle Chopper Sword - 52 inches                            </a>
                        </div>
                        <div class="description">
                                                        <a href="http://samuraiswordmaster.com/product/Motorcycle-Chopper-Sword-52-inches/5603196108" rel="nofollow">more</a>
                        </div>
                        <div class="offers">
                                                    </div>
                    </td>					
                    <!-- stores -->
                    <td width="80" style="text-align:center">
                        <a href="http://samuraiswordmaster.com/product/Motorcycle-Chopper-Sword-52-inches/5603196108" target="_self" rel="nofollow">1 stores</a>
                        						
                    </td>
                    <!-- price -->
                    <td width="120" style="text-align:right">
                        <div style="margin-bottom:6px">from 
                            <span class="price">
                                <a href="http://samuraiswordmaster.com/product/Motorcycle-Chopper-Sword-52-inches/5603196108" target="_self" rel="nofollow">$179.48</a>
                            </span>
                        </div>
                        <div>							
                            <a href="http://samuraiswordmaster.com/product/Motorcycle-Chopper-Sword-52-inches/5603196108" target="_self" rel="nofollow" class="btn">Compare Prices</a>
                        </div>
                    </td>
                </tr>		
            			
                <!-- Offer -->
                        <!-- Product -->
            		
                <tr class=stripe>
                    <!-- image -->
                    <td width="90">
                                                    <a href="http://samuraiswordmaster.com/product/Last-Samurai-Polite-Courtesy-Sword/5603195448" title="Last Samurai Polite Courtesy Sword" target="_self" rel="nofollow">
                                <img src="http://apiimg01.bizrate.com/resize?sq=100&uid=5603195448&kw=display%20sword"  height="70" />
                            </a>
                                            </td>
                    <!-- title -->
                    <td>
                        <div class="title">
                            <a href="http://samuraiswordmaster.com/product/Last-Samurai-Polite-Courtesy-Sword/5603195448" title="Last Samurai Polite Courtesy Sword" target="_self" rel="nofollow">
                                Last Samurai Polite Courtesy Sword                            </a>
                        </div>
                        <div class="description">
                                                        <a href="http://samuraiswordmaster.com/product/Last-Samurai-Polite-Courtesy-Sword/5603195448" rel="nofollow">more</a>
                        </div>
                        <div class="offers">
                                                    </div>
                    </td>					
                    <!-- stores -->
                    <td width="80" style="text-align:center">
                        <a href="http://samuraiswordmaster.com/product/Last-Samurai-Polite-Courtesy-Sword/5603195448" target="_self" rel="nofollow">1 stores</a>
                        						
                    </td>
                    <!-- price -->
                    <td width="120" style="text-align:right">
                        <div style="margin-bottom:6px">from 
                            <span class="price">
                                <a href="http://samuraiswordmaster.com/product/Last-Samurai-Polite-Courtesy-Sword/5603195448" target="_self" rel="nofollow">$61.51</a>
                            </span>
                        </div>
                        <div>							
                            <a href="http://samuraiswordmaster.com/product/Last-Samurai-Polite-Courtesy-Sword/5603195448" target="_self" rel="nofollow" class="btn">Compare Prices</a>
                        </div>
                    </td>
                </tr>		
            			
                <!-- Offer -->
                        <!-- Product -->
            		
                <tr >
                    <!-- image -->
                    <td width="90">
                                                    <a href="http://samuraiswordmaster.com/product/PC2104-Paul-Chen-Daisho-Sword-Display/5603136221" title="PC2104 Paul Chen Daisho Sword Display"" target="_self" rel="nofollow">
                                <img src="http://apiimg02.bizrate.com/resize?sq=100&uid=5603136221&kw=display%20sword"  height="70" />
                            </a>
                                            </td>
                    <!-- title -->
                    <td>
                        <div class="title">
                            <a href="http://samuraiswordmaster.com/product/PC2104-Paul-Chen-Daisho-Sword-Display/5603136221" title="PC2104 Paul Chen Daisho Sword Display"" target="_self" rel="nofollow">
                                PC2104 Paul Chen Daisho Sword Display"                            </a>
                        </div>
                        <div class="description">
                                                        <a href="http://samuraiswordmaster.com/product/PC2104-Paul-Chen-Daisho-Sword-Display/5603136221" rel="nofollow">more</a>
                        </div>
                        <div class="offers">
                                                    </div>
                    </td>					
                    <!-- stores -->
                    <td width="80" style="text-align:center">
                        <a href="http://samuraiswordmaster.com/product/PC2104-Paul-Chen-Daisho-Sword-Display/5603136221" target="_self" rel="nofollow">1 stores</a>
                        						
                    </td>
                    <!-- price -->
                    <td width="120" style="text-align:right">
                        <div style="margin-bottom:6px">from 
                            <span class="price">
                                <a href="http://samuraiswordmaster.com/product/PC2104-Paul-Chen-Daisho-Sword-Display/5603136221" target="_self" rel="nofollow">$88.97</a>
                            </span>
                        </div>
                        <div>							
                            <a href="http://samuraiswordmaster.com/product/PC2104-Paul-Chen-Daisho-Sword-Display/5603136221" target="_self" rel="nofollow" class="btn">Compare Prices</a>
                        </div>
                    </td>
                </tr>		
            			
                <!-- Offer -->
                        <!-- Product -->
            		
                <tr class=stripe>
                    <!-- image -->
                    <td width="90">
                                                    <a href="http://samuraiswordmaster.com/product/Whetstone-Cutlery-Master-Dragon-Samurai-Sword-Set-with-Display-Stand/5603196131" title="Whetstone Cutlery Master Dragon Samurai Sword Set with Display Stand" target="_self" rel="nofollow">
                                <img src="http://apiimg04.bizrate.com/resize?sq=100&uid=5603196131&kw=display%20sword"  height="70" />
                            </a>
                                            </td>
                    <!-- title -->
                    <td>
                        <div class="title">
                            <a href="http://samuraiswordmaster.com/product/Whetstone-Cutlery-Master-Dragon-Samurai-Sword-Set-with-Display-Stand/5603196131" title="Whetstone Cutlery Master Dragon Samurai Sword Set with Display Stand" target="_self" rel="nofollow">
                                Whetstone Cutlery Master Dragon Samurai Sword...                            </a>
                        </div>
                        <div class="description">
                                                        <a href="http://samuraiswordmaster.com/product/Whetstone-Cutlery-Master-Dragon-Samurai-Sword-Set-with-Display-Stand/5603196131" rel="nofollow">more</a>
                        </div>
                        <div class="offers">
                                                    </div>
                    </td>					
                    <!-- stores -->
                    <td width="80" style="text-align:center">
                        <a href="http://samuraiswordmaster.com/product/Whetstone-Cutlery-Master-Dragon-Samurai-Sword-Set-with-Display-Stand/5603196131" target="_self" rel="nofollow">1 stores</a>
                        						
                    </td>
                    <!-- price -->
                    <td width="120" style="text-align:right">
                        <div style="margin-bottom:6px">from 
                            <span class="price">
                                <a href="http://samuraiswordmaster.com/product/Whetstone-Cutlery-Master-Dragon-Samurai-Sword-Set-with-Display-Stand/5603196131" target="_self" rel="nofollow">$103.92</a>
                            </span>
                        </div>
                        <div>							
                            <a href="http://samuraiswordmaster.com/product/Whetstone-Cutlery-Master-Dragon-Samurai-Sword-Set-with-Display-Stand/5603196131" target="_self" rel="nofollow" class="btn">Compare Prices</a>
                        </div>
                    </td>
                </tr>		
            			
                <!-- Offer -->
                        <!-- Product -->
            		
                <tr >
                    <!-- image -->
                    <td width="90">
                                                    <a href="http://samuraiswordmaster.com/product/Pirate-Scimitar-Sword-00-7X97/5603196118" title="Pirate Scimitar Sword 00-7X97" target="_self" rel="nofollow">
                                <img src="http://apiimg03.bizrate.com/resize?sq=100&uid=5603196118&kw=display%20sword"  height="70" />
                            </a>
                                            </td>
                    <!-- title -->
                    <td>
                        <div class="title">
                            <a href="http://samuraiswordmaster.com/product/Pirate-Scimitar-Sword-00-7X97/5603196118" title="Pirate Scimitar Sword 00-7X97" target="_self" rel="nofollow">
                                Pirate Scimitar Sword 00-7X97                            </a>
                        </div>
                        <div class="description">
                                                        <a href="http://samuraiswordmaster.com/product/Pirate-Scimitar-Sword-00-7X97/5603196118" rel="nofollow">more</a>
                        </div>
                        <div class="offers">
                                                    </div>
                    </td>					
                    <!-- stores -->
                    <td width="80" style="text-align:center">
                        <a href="http://samuraiswordmaster.com/product/Pirate-Scimitar-Sword-00-7X97/5603196118" target="_self" rel="nofollow">1 stores</a>
                        						
                    </td>
                    <!-- price -->
                    <td width="120" style="text-align:right">
                        <div style="margin-bottom:6px">from 
                            <span class="price">
                                <a href="http://samuraiswordmaster.com/product/Pirate-Scimitar-Sword-00-7X97/5603196118" target="_self" rel="nofollow">$44.40</a>
                            </span>
                        </div>
                        <div>							
                            <a href="http://samuraiswordmaster.com/product/Pirate-Scimitar-Sword-00-7X97/5603196118" target="_self" rel="nofollow" class="btn">Compare Prices</a>
                        </div>
                    </td>
                </tr>		
            			
                <!-- Offer -->
                        <!-- Product -->
            		
                <tr class=stripe>
                    <!-- image -->
                    <td width="90">
                                                    <a href="http://samuraiswordmaster.com/product/Kill-Bill-Katanas-Two-Sword-Set-with-Display-Stan/5729400003" title="Kill Bill Katanas -Two Sword Set with Display Stan" target="_self" rel="nofollow">
                                <img src="http://apiimg04.bizrate.com/resize?sq=100&uid=5729400003&kw=display%20sword"  height="70" />
                            </a>
                                            </td>
                    <!-- title -->
                    <td>
                        <div class="title">
                            <a href="http://samuraiswordmaster.com/product/Kill-Bill-Katanas-Two-Sword-Set-with-Display-Stan/5729400003" title="Kill Bill Katanas -Two Sword Set with Display Stan" target="_self" rel="nofollow">
                                Kill Bill Katanas -Two Sword Set with Display...                            </a>
                        </div>
                        <div class="description">
                                                        <a href="http://samuraiswordmaster.com/product/Kill-Bill-Katanas-Two-Sword-Set-with-Display-Stan/5729400003" rel="nofollow">more</a>
                        </div>
                        <div class="offers">
                                                    </div>
                    </td>					
                    <!-- stores -->
                    <td width="80" style="text-align:center">
                        <a href="http://samuraiswordmaster.com/product/Kill-Bill-Katanas-Two-Sword-Set-with-Display-Stan/5729400003" target="_self" rel="nofollow">1 stores</a>
                        						
                    </td>
                    <!-- price -->
                    <td width="120" style="text-align:right">
                        <div style="margin-bottom:6px">from 
                            <span class="price">
                                <a href="http://samuraiswordmaster.com/product/Kill-Bill-Katanas-Two-Sword-Set-with-Display-Stan/5729400003" target="_self" rel="nofollow">$130.05</a>
                            </span>
                        </div>
                        <div>							
                            <a href="http://samuraiswordmaster.com/product/Kill-Bill-Katanas-Two-Sword-Set-with-Display-Stan/5729400003" target="_self" rel="nofollow" class="btn">Compare Prices</a>
                        </div>
                    </td>
                </tr>		
            			
                <!-- Offer -->
            	
                <tr >
                    <!-- image -->
                    <td width="90">
                                                                            <a href="http://rd.bizrate.com/rd?t=http%3A%2F%2Fwalmart.rdr.channelintelligence.com%2Fgo.asp%3FfVhzOC8fBggESSNhXFpcQRlnEj92Z1EABEwAb2RYURdDXSJXNzAjFx0fR0AofBgCBx5ALEsKXEsuazpdHXJFVDR-LRYSAAwVcHpzZgAABB0Ia39cTl9ecTJeMDA6Th9yRFI9PgpOOAROLFsJe00wND9MSx1gVDw5QgwNXhNqC3B3ahoACAkAYCEdAAgcRTsCIC06cgMAAANsZllbTRBRMFxLW0F*eDBBW1NbUTt9UUUcHk0tVCI2J0NXQg1bNigdAh8WQjFSZSU3RFYNUkM6MB1TW0MRbg8UDxRzdGMdAgAABW9iX1NbQxFuFHN0YxwCARZAOjpSABgW%26nAID%3D10043468%26szredirectid%3DSZ_REDIRECT_ID&mid=401&cat_id=14010800&atom=10600&prod_id=&oid=5654834825&pos=1&b_id=18&bid_type=0&bamt=a5fedf14fd8fec0d&cobrand=1&ppr=ec656ba134905640&rf=af1&af_assettype_id=10&af_creative_id=6&af_id=12287&af_placement_id=587" title="Bulk Buys KT975-24 14-3/4'' Plastic Bubble Sword Display - Pack of 24" target="_blank" rel="nofollow" class="OfferLink">
                                <img src="http://apiimg02.bizrate.com/resize?sq=100&uid=5654834825&mid=401&kw=display%20sword" height="70" />
                            </a>
                                            </td>
                    <!-- description -->
                    <td>
                        <div class="title">
                            <a href="http://rd.bizrate.com/rd?t=http%3A%2F%2Fwalmart.rdr.channelintelligence.com%2Fgo.asp%3FfVhzOC8fBggESSNhXFpcQRlnEj92Z1EABEwAb2RYURdDXSJXNzAjFx0fR0AofBgCBx5ALEsKXEsuazpdHXJFVDR-LRYSAAwVcHpzZgAABB0Ia39cTl9ecTJeMDA6Th9yRFI9PgpOOAROLFsJe00wND9MSx1gVDw5QgwNXhNqC3B3ahoACAkAYCEdAAgcRTsCIC06cgMAAANsZllbTRBRMFxLW0F*eDBBW1NbUTt9UUUcHk0tVCI2J0NXQg1bNigdAh8WQjFSZSU3RFYNUkM6MB1TW0MRbg8UDxRzdGMdAgAABW9iX1NbQxFuFHN0YxwCARZAOjpSABgW%26nAID%3D10043468%26szredirectid%3DSZ_REDIRECT_ID&mid=401&cat_id=14010800&atom=10600&prod_id=&oid=5654834825&pos=1&b_id=18&bid_type=0&bamt=a5fedf14fd8fec0d&cobrand=1&ppr=ec656ba134905640&rf=af1&af_assettype_id=10&af_creative_id=6&af_id=12287&af_placement_id=587" title="Bulk Buys KT975-24 14-3/4'' Plastic Bubble Sword Display - Pack of 24" target="_blank" rel="nofollow" class="OfferLink">
                                Bulk Buys KT975-24 14-3/4'' Plastic Bubble...                            </a>
                        </div>
                        <div class="description">
                                                        <a <a href="http://rd.bizrate.com/rd?t=http%3A%2F%2Fwalmart.rdr.channelintelligence.com%2Fgo.asp%3FfVhzOC8fBggESSNhXFpcQRlnEj92Z1EABEwAb2RYURdDXSJXNzAjFx0fR0AofBgCBx5ALEsKXEsuazpdHXJFVDR-LRYSAAwVcHpzZgAABB0Ia39cTl9ecTJeMDA6Th9yRFI9PgpOOAROLFsJe00wND9MSx1gVDw5QgwNXhNqC3B3ahoACAkAYCEdAAgcRTsCIC06cgMAAANsZllbTRBRMFxLW0F*eDBBW1NbUTt9UUUcHk0tVCI2J0NXQg1bNigdAh8WQjFSZSU3RFYNUkM6MB1TW0MRbg8UDxRzdGMdAgAABW9iX1NbQxFuFHN0YxwCARZAOjpSABgW%26nAID%3D10043468%26szredirectid%3DSZ_REDIRECT_ID&mid=401&cat_id=14010800&atom=10600&prod_id=&oid=5654834825&pos=1&b_id=18&bid_type=0&bamt=a5fedf14fd8fec0d&cobrand=1&ppr=ec656ba134905640&rf=af1&af_assettype_id=10&af_creative_id=6&af_id=12287&af_placement_id=587" target="_blank" rel="nofollow" class="OfferLink">more</a>
                        </div>						
                    </td>
                    <!-- stores -->
                                        <td width="80" style="text-align:center">
                        <div class="mName"><a href="http://rd.bizrate.com/rd?t=http%3A%2F%2Fwalmart.rdr.channelintelligence.com%2Fgo.asp%3FfVhzOC8fBggESSNhXFpcQRlnEj92Z1EABEwAb2RYURdDXSJXNzAjFx0fR0AofBgCBx5ALEsKXEsuazpdHXJFVDR-LRYSAAwVcHpzZgAABB0Ia39cTl9ecTJeMDA6Th9yRFI9PgpOOAROLFsJe00wND9MSx1gVDw5QgwNXhNqC3B3ahoACAkAYCEdAAgcRTsCIC06cgMAAANsZllbTRBRMFxLW0F*eDBBW1NbUTt9UUUcHk0tVCI2J0NXQg1bNigdAh8WQjFSZSU3RFYNUkM6MB1TW0MRbg8UDxRzdGMdAgAABW9iX1NbQxFuFHN0YxwCARZAOjpSABgW%26nAID%3D10043468%26szredirectid%3DSZ_REDIRECT_ID&mid=401&cat_id=14010800&atom=10600&prod_id=&oid=5654834825&pos=1&b_id=18&bid_type=0&bamt=a5fedf14fd8fec0d&cobrand=1&ppr=ec656ba134905640&rf=af1&af_assettype_id=10&af_creative_id=6&af_id=12287&af_placement_id=587" target="_blank" rel="nofollow">Walmart.com</a></div>
                                                    <a href="http://rd.bizrate.com/rd?t=http%3A%2F%2Fwalmart.rdr.channelintelligence.com%2Fgo.asp%3FfVhzOC8fBggESSNhXFpcQRlnEj92Z1EABEwAb2RYURdDXSJXNzAjFx0fR0AofBgCBx5ALEsKXEsuazpdHXJFVDR-LRYSAAwVcHpzZgAABB0Ia39cTl9ecTJeMDA6Th9yRFI9PgpOOAROLFsJe00wND9MSx1gVDw5QgwNXhNqC3B3ahoACAkAYCEdAAgcRTsCIC06cgMAAANsZllbTRBRMFxLW0F*eDBBW1NbUTt9UUUcHk0tVCI2J0NXQg1bNigdAh8WQjFSZSU3RFYNUkM6MB1TW0MRbg8UDxRzdGMdAgAABW9iX1NbQxFuFHN0YxwCARZAOjpSABgW%26nAID%3D10043468%26szredirectid%3DSZ_REDIRECT_ID&mid=401&cat_id=14010800&atom=10600&prod_id=&oid=5654834825&pos=1&b_id=18&bid_type=0&bamt=a5fedf14fd8fec0d&cobrand=1&ppr=ec656ba134905640&rf=af1&af_assettype_id=10&af_creative_id=6&af_id=12287&af_placement_id=587" target="_blank" rel="nofollow" class="OfferLink">
                                <img src="http://img11.bizrate-images.com/merchant/little/401.gif" border="0" />
                            </a>							
                                                    
                        <div id="productResult-5654834825-stars">
                            <select name="selrate">
                                <option value="1" >Very poor</option>
                                <option value="2" >Not that bad</option>
                                <option value="3" >Average</option>
                                <option value="4" >Good</option>
                                <option value="5" >Perfect</option>
                            </select>
                        </div>
                        <br class="clr" />
                        <br />
                        <script>$("#productResult-5654834825-stars").stars({inputType: "select", disabled: true});</script>
                    </td>
                    <!-- Price -->
                    <td width="120" style="text-align:right">
                                                <div style="margin-bottom:6px">						
                            <span class="price">
                                <a href="http://rd.bizrate.com/rd?t=http%3A%2F%2Fwalmart.rdr.channelintelligence.com%2Fgo.asp%3FfVhzOC8fBggESSNhXFpcQRlnEj92Z1EABEwAb2RYURdDXSJXNzAjFx0fR0AofBgCBx5ALEsKXEsuazpdHXJFVDR-LRYSAAwVcHpzZgAABB0Ia39cTl9ecTJeMDA6Th9yRFI9PgpOOAROLFsJe00wND9MSx1gVDw5QgwNXhNqC3B3ahoACAkAYCEdAAgcRTsCIC06cgMAAANsZllbTRBRMFxLW0F*eDBBW1NbUTt9UUUcHk0tVCI2J0NXQg1bNigdAh8WQjFSZSU3RFYNUkM6MB1TW0MRbg8UDxRzdGMdAgAABW9iX1NbQxFuFHN0YxwCARZAOjpSABgW%26nAID%3D10043468%26szredirectid%3DSZ_REDIRECT_ID&mid=401&cat_id=14010800&atom=10600&prod_id=&oid=5654834825&pos=1&b_id=18&bid_type=0&bamt=a5fedf14fd8fec0d&cobrand=1&ppr=ec656ba134905640&rf=af1&af_assettype_id=10&af_creative_id=6&af_id=12287&af_placement_id=587" target="_blank" rel="nofollow">$46.16</a>
                            </span>
                        </div>
                        <!-- Shipping Amount -->
                        
                        <!-- In-Stock -->
                                                    <div class="inStock">In-Stock Now</div>
                                                <div><a href="http://rd.bizrate.com/rd?t=http%3A%2F%2Fwalmart.rdr.channelintelligence.com%2Fgo.asp%3FfVhzOC8fBggESSNhXFpcQRlnEj92Z1EABEwAb2RYURdDXSJXNzAjFx0fR0AofBgCBx5ALEsKXEsuazpdHXJFVDR-LRYSAAwVcHpzZgAABB0Ia39cTl9ecTJeMDA6Th9yRFI9PgpOOAROLFsJe00wND9MSx1gVDw5QgwNXhNqC3B3ahoACAkAYCEdAAgcRTsCIC06cgMAAANsZllbTRBRMFxLW0F*eDBBW1NbUTt9UUUcHk0tVCI2J0NXQg1bNigdAh8WQjFSZSU3RFYNUkM6MB1TW0MRbg8UDxRzdGMdAgAABW9iX1NbQxFuFHN0YxwCARZAOjpSABgW%26nAID%3D10043468%26szredirectid%3DSZ_REDIRECT_ID&mid=401&cat_id=14010800&atom=10600&prod_id=&oid=5654834825&pos=1&b_id=18&bid_type=0&bamt=a5fedf14fd8fec0d&cobrand=1&ppr=ec656ba134905640&rf=af1&af_assettype_id=10&af_creative_id=6&af_id=12287&af_placement_id=587" target="_blank" rel="nofollow" class="btn OfferLink">Visit Store</a></div>
                    </td>
                </tr>		
                        <!-- Product -->
            			
        </tbody>
</table>				<div class="clr"></div>
			</div>			
		</div>
	</div>
	<div class="clr"></div>
	</div>	
</div>
				<br class="clr" />			
			</div>
			<!-- Footer -->	
			<div id="footer3" align="center">
    <div class="container">
        <table width="100%">
            <tr>
                                    <td width="33%">
                        <div class="header">Products</div>
                        <ul>
                                                            <li>
                                    <img src="http://apiimg02.bizrate.com/resize?sq=60&uid=5603227941&kw=display%20sword" style="float:left;margin:0px 10px 0px 0px;width:40px;border:1px solid #ccc"/>
                                    <a href="http://samuraiswordmaster.com/product/The-King-Solomon-Sword-With-Display-Plaque/5603227941">The King Solomon Sword With Display Plaque</a>
                                    <div class="clr"></div>
                                </li>
                                                            <li>
                                    <img src="http://apiimg01.bizrate.com/resize?sq=60&uid=5603196108&kw=display%20sword" style="float:left;margin:0px 10px 0px 0px;width:40px;border:1px solid #ccc"/>
                                    <a href="http://samuraiswordmaster.com/product/Motorcycle-Chopper-Sword-52-inches/5603196108">Motorcycle Chopper Sword - 52 inches</a>
                                    <div class="clr"></div>
                                </li>
                                                            <li>
                                    <img src="http://apiimg01.bizrate.com/resize?sq=60&uid=5603195448&kw=display%20sword" style="float:left;margin:0px 10px 0px 0px;width:40px;border:1px solid #ccc"/>
                                    <a href="http://samuraiswordmaster.com/product/Last-Samurai-Polite-Courtesy-Sword/5603195448">Last Samurai Polite Courtesy Sword</a>
                                    <div class="clr"></div>
                                </li>
                                                    </ul>

                    </td>
                                    <td width="33%">
                        <div class="header">Categories</div>
                        <ul>
                                                    </ul>
                    </td>
                <td width="33%">
                    <div class="header">About Us</div>
                    <ul>
                        <li><a href="http://samuraiswordmaster.com">Home</a></li>
                        <li><a href="http://samuraiswordmaster.com/subscribe">Subscribe</a></li>
                        <li><a href="http://samuraiswordmaster.com/about-us">About Us</a></li>
                        <li><a href="http://samuraiswordmaster.com/contact-us">Contact Us</a></li>
<!--						<li><a href="http://samuraiswordmaster.com/sitemap">Site Map</a></li>-->

                    </ul>
                </td>
            </tr>
        </table>		
    </div>

    <!-- Strip -->
    <div class="strip">
        <div class="container">
            <div style="float:right">
                <!-- AddThis Button BEGIN -->
                <div class="addthis_toolbox addthis_default_style ">
                    <a class="addthis_button_google"></a>
                    <a class="addthis_button_facebook"></a>
                    <a class="addthis_button_twitter"></a>
                    <a class="addthis_button_email"></a>
                    <a class="addthis_button_reddit"></a>
                    <a class="addthis_button_compact"></a>
                    <a class="addthis_counter addthis_bubble_style"></a>
                </div>
                <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f3a9a605daf61df"></script>
                <!-- AddThis Button END -->
            </div>
            <div style="float:left">
                <div class="logoSmall"><a href="http://samuraiswordmaster.com">Display Swords</a></div>
                <div>&copy; Copyright Display Swords 2014</div>		
            </div>
        </div>
    </div>
</div>				
		</div>

				<!-- Footer 2 -->
		<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
	var firstTracker = _gat._getTracker("UA-27314284-1");
	firstTracker._setDomainName("none");
	firstTracker._setAllowLinker(true);
	firstTracker._trackPageview();
	var secondTracker = _gat._getTracker("UA-27875036-1");
	secondTracker._setDomainName("none");
	secondTracker._setAllowLinker(true);
	secondTracker._initData();
	secondTracker._trackPageview();
} catch(err) {}
</script>		<!-- System Footer -->
		<div id="slidebox" style="display:none">
<!--	<div class="icon"></div>-->
	<a class="close"></a>
	<div id="slidboxContent"></div>
</div>
	</body>
</html>