  <?xml version="1.0" encoding="UTF-8" ?> 
  <Module>
  <ModulePrefs title="SEOBook Link Research Gadget" 
  author="Aaron Wall"
        author_email="seobook+gadgets@gmail.com"
            directory_title="SEOBook Link Research Tool"
            description="Free SEO research tool cross referencing many useful link search tools." 
            screenshot="http://tools.seobook.com/google-gadgets/images/keyword-screenshot.png"
            thumbnail="http://tools.seobook.com/google-gadgets/images/keyword-screenshot-thumb.png" 
			title_url="http://tools.seobook.com/google-gadgets/"
  height="400" scrolling="true">
  <Require feature="tabs" /> 
  </ModulePrefs>
  <Content type="html">
  <![CDATA[ 
 
 
 
  
	<style type="text/css">
	
	h1{
		margin: 0px;
		font-size: medium;
	}
	
	.tablib_main_container{	
		padding: 0px;
		margin: 0px;
	}
	
	.tablib_table{
		height: 18px;
		padding: 0px 0px;
		margin: 5px 0px 0px 8px;
		width: auto;
	}
	
	.tablib_content_container{
		color: #44AAE1;
		font-size: 9pt;
		font-family: Arial;
		font-weight: bolder;
		padding-bottom: 0px;
		margin-left: 3px;
	}
	
	.tablib_content_container a{
		color: #44AAE1;
		font-size: 9pt;
		font-family: Arial;
		font-weight: bolder;
		margin-left: 0px;
	}
	
	.tablib_unselected{
		width: auto;
		background-color: #fff;
		font-size: 90%;
		font-family: Arial;
		font-weight: bolder;
		text-transform: uppercase;
		color: #ffffff;
		border-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		vertical-align: middle;
		line-height: 18px;
	}
	
	.tablib_selected{
		width: auto;
		background-color: #fff;
		font-size: 90%;
		font-family: Arial;
		font-weight: bolder;
		text-transform: uppercase;
		color: dark green;
		border-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		line-height: 18px;
	}
	
	.tablib_spacerTab{
		width: 0px;
		margin: 0px;
		padding: 0px;
		border-style: none;
	}
	
	#left-tab{
		height: 18px;
		background-image: url(http://tools.seobook.com/google-gadgets/images/left-tab.jpg);
		background-repeat: no-repeat;
		margin: 0px;
		padding: 2px 14px 0px 30px;
	}
	
	#right-tab{
		height: 18px;
		background-image: url(http://tools.seobook.com/google-gadgets/images/right-tab.jpg);
		background-repeat: no-repeat;
		margin: 0px;
		padding: 2px 30px 0px 0px;
	}
	
	.tab{
		height: 18px;
		background-image: url(http://tools.seobook.com/google-gadgets/images/mid-tab.jpg);
		background-repeat: x-repeat;
		margin: 0px;
		padding: 2px 14px 0px 0px;
	}
	
	
	.mid-content{
		width:293px;
		background-image: url(http://tools.seobook.com/google-gadgets/images/mid.jpg);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 10px;
	}
	
	.links{
		padding: 0px 0px 10px 15px;
	}
	
	.tablib_emptyTab{	
		height: 18px;
		border-style: none;
	}
	
	.fieldname{
		height: 55px;
		padding: 3px 0px 0px 15px;
		background-image: url(http://tools.seobook.com/google-gadgets/images/textbox-area.gif);
		background-repeat: no-repeat;
	}
	
	.fieldname a{
		line-height: 17px; 
	}
	
	.fieldname-big{
		height: 70px;
		padding: 3px 0px 0px 15px;
		background-image: url(http://tools.seobook.com/google-gadgets/images/textbox-area-big.gif);
		background-repeat: no-repeat;
	}
	
	.fieldname-big a{
		line-height: 17px; 
	}
	
	.t-boxes{
		width: 200px;
		height: 23px;
		background-image: url(http://tools.seobook.com/google-gadgets/images/text-box-background.jpg);
		border-style: none;
		padding: 5px 3px 2px 4px;
	}
	</style>
	
	<!-- MD5 Hash Function -->
	<script type="text/javascript" src="http://tools.seobook.com/google-gadgets/js/md5.js"></script>
	
	<script type="text/javascript">
	//Initialize Tabs
	var tabs = new _IG_Tabs(__MODULE_ID__, "Yahoo");
	
	//Center Tabs
	
	
	function init(){
		
		//Add Tabs
		tabs.addTab('<div id="left-tab">Yahoo</div>', "yahoo");
		tabs.addTab('<div class="tab">Google</div>', "google");
		tabs.addTab('<div class="tab">MSN</div>', "msn");
		tabs.addTab('<div class="tab">Social</div>', "social");
		tabs.addTab('<div id="right-tab">More</div>', "more");
	
	}
	
	//Technorati
	function te(site){
		
		var url = "http://technorati.com/blogs/";
		var a = technorati.action = url+site+"?reactions";
	
	}
	
	//Stumbleupon
	function t(site){
		
		var url = "http://stumbleupon.com/url/";
		var a = stumbleupon.action = url+site+"";
	
	}
	
	//Del.icio.us
	function d(site){
		
		var url = "http://del.icio.us/url/";
		var site = site+"/";
		var a = delicious.action = url+hex_md5(site);
	
	}
	
	//Get Radio Button Value
	function rvalue(type){
		
		if(type == "link"){
			
			for (var i=0; i < document.link.stype.length; i++){
   			
				if (document.link.stype[i].checked){
      			
					return document.link.stype[i].value;
      			}
   			}
		
		}
		
			if(type == "linkdomain"){
			
				for (var i=0; i < document.linkdomain.stype.length; i++){
   			
					if (document.linkdomain.stype[i].checked){
      			
						return document.linkdomain.stype[i].value;
      				}
   				}	
			}		
	}


	
	//Link Domain
	function ld(site, type){
	
		var url = /(\w+):([\w.]+)/;
		var result = site.match(url);
		var host = result[2];
	
		if(type == "external"){
		
			window.open("http://search.yahoo.com/search?p="+site+"+-"+"site:"+host,"");
		}
		
		if(type == "edu"){
		
			window.open("http://search.yahoo.com/search?p="+site+"+-"+"site:"+host+" "+"(site:.edu OR site:.ac.uk OR inurl:k12)","");
		}
		
		if(type == "gov"){
		
			window.open("http://search.yahoo.com/search?p="+site+"+-"+"site:"+host+" "+"(site:.gov OR site:.mil)","");
		}
	
	}
		
		//Link
		function l(site, type){
	
		if(type == "external"){
		
		var url = /(\w+):\/\/([\w.]+)/;
		var result = site.match(url);
		var host = result[2];
		window.open("http://search.yahoo.com/search?p="+site+"+-"+"site:"+host,"");
		}
		
		if(type == "internal"){
		
			var url = /(\w+):\/\/([\w.]+)/;
			var result = site.match(url);
			var host = result[2];
			window.open("http://search.yahoo.com/search?p="+site+"+"+"site:"+host,"");
		}
		
		if(type == "edu"){
		
			var url = /(\w+):\/\/([\w.]+)/;
			var result = site.match(url);
			var host = result[2];
			window.open("http://search.yahoo.com/search?p="+site+"+-"+"site:"+host+" "+"(site:.edu OR site:.ac.uk OR inurl:k12)","");
		}
		
		if(type == "gov"){
		
			var url = /(\w+):\/\/([\w.]+)/;
			var result = site.match(url);
			var host = result[2];
			window.open("http://search.yahoo.com/search?p="+site+"+-"+"site:"+host+" "+"(site:.gov OR site:.mil)","");
		}
	
	}
		
    	 
	//Call Tabs/Display
	_IG_RegisterOnloadHandler(init);
	</script>

<!-- Yahoo Tab -->
   		
		<div id="yahoo" style="display: none;">
   			
			<!-- Header -->
			<div><img src="http://tools.seobook.com/google-gadgets/images/top.jpg" /></div>
   			<!-- End of Header -->
			
			<!-- Content -->
			<div class="mid-content">
   			<h1>Yahoo</h1>
			<div>
				<form method="get" name="linkdomain" target="_blank">
					<div class="fieldname-big">
						<a href="http://search.yahoo.com" target="_blank" title="Example linkdomain:seobook.com. Shows pages linking to any page on your site. The below radio buttons filter by top level domains.">Yahoo Search (linkdomain) ></a><br />
						<input class="t-boxes" name="p" type="text" value="linkdomain:">
						<img src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute; cursor:pointer;" onclick="ld(linkdomain.p.value, rvalue('linkdomain'));" /><br />
						<input name="stype" type="radio" id="radio" value="edu" />.edu&nbsp;<input type="radio" name="stype" id="radio2" value="gov" />.gov&nbsp;<input type="radio" name="stype" id="radio3" value="external" checked="checked" /> external 
					</div>
				</form>
			</div>
			
			<div>
				<form method="get" name="link" target="_blank">
					<div class="fieldname-big">
						<a href="http://search.yahoo.com" target="_blank" title="Example link:seobook.com. Shows pages linking to a specific page on your site. The below radio buttons filter by top level domains.">Yahoo Search (link) ></a><br />
						<input class="t-boxes" name="p" type="text" value="link:http://">
						<img src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute; cursor:pointer;" onclick="l(link.p.value, rvalue('link'));" /><br />
						<input name="stype" type="radio" id="radio" value="edu" />.edu&nbsp;<input type="radio" name="stype" id="radio2" value="gov" />.gov&nbsp;<input type="radio" name="stype" id="radio3" value="external" checked="checked" />external&nbsp;<input type="radio" name="stype" id="radio4" value="internal" />internal
					</div>
				</form>
			</div>
			<div class="links"><a href="http://siteexplorer.search.yahoo.com" target="_blank" title="Another way to browse Yahoo data about your site.">Yahoo Site Explorer ></a>
</div>
			</div>
			<!-- End of Content -->
			 
			 <!-- Footer -->
			 <div><a href="http://tools.seobook.com/" target="_blank"><img src="http://tools.seobook.com/google-gadgets/images/bottom.jpg" border="0" /></a></div>
			<!-- End of Footer -->   		
		
		</div>

<!-- End of Yahoo Tab -->

<!--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->

<!-- Google Tab -->
   		
		<div id="google" style="display: none;">
   			
			<!-- Header -->
			<div><img src="http://tools.seobook.com/google-gadgets/images/top.jpg" /></div>
   			<!-- End of Header -->
			
			<!-- Content -->
			<div class="mid-content">
   			<h1>Google</h1>
			<div>
				<form method="get" name="search" target="_blank" action="http://blogsearch.google.com/blogsearch">
					<div class="fieldname">
						<a href="http://blogsearch.google.com" target="_blank" title="Example link:seobook.com. Shows a large selection of recent blog mentions of any page on your site.">Google Blog Search ></a><br />
						<input class="t-boxes" name="q" type="text" value="link:" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" />
						<input type="hidden" name="scoring" value="d">
					</div>
				</form>
			</div>
			<div>
				<form method="get" name="search" target="_blank" action="http://www.google.com/search">
					<div class="fieldname">
						<a href="http://www.google.com" target="_blank" title="Example link:seobook.com. Shows a small sample of inbound links to a specific URL.">Google Link Search ></a><br />
						<input class="t-boxes" name="q" type="text" value="link:" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" /> 
					</div>
				</form>
			</div>
			<div class="links"><a href="http://www.google.com/search?hl=en&lr=&q=seobook&as_qdr=d2&num=100" target="_blank" title="Shows recently crawled pages mentioning the query of your choice.">Google Date Search ></a><br/><br/>
<a href="http://www.google.com/webmaster" target="_blank" title="Shows a much larger selection of Google link data, but forces you into registering your site with Google. Only recommended if your site is unquestionably clean and you have exceptional trust in Google.">Google Webmaster Central ></a><br/><br/>
            <a href="http://www.joostdevalk.nl/code/greasemonkey/gwt-external-links/" target="_blank" title="This Firefox extension script adds anchor text to the links profile in Google Webmaster Central.">Greasemonkey Script ></a> 

</div>
			</div>
			<!-- End of Content -->
			 
			 <!-- Footer -->
			 <div><a href="http://tools.seobook.com/" target="_blank"><img src="http://tools.seobook.com/google-gadgets/images/bottom.jpg" border="0" /></a></div>
			<!-- End of Footer -->   		
		
		</div>

<!-- End of Google Tab -->

<!--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->

<!-- MSN Tab -->
   		
		<div id="msn" style="display: none;">
   			
			<!-- Header -->
			<div><img src="http://tools.seobook.com/google-gadgets/images/top.jpg" /></div>
   			<!-- End of Header -->
			
			<!-- Content -->
			<div class="mid-content">
			<h1>MSN</h1>
			<div>
				
				
				<form method="get" name="search" target="_blank" action="http://search.msn.com/results.aspx">
					<div class="fieldname"><a href="http://search.msn.com" target="_blank" title="+linkdomain:seobook.com shows inbound links to a site.">MSN Search ></a><br />
						<input class="t-boxes" name="q" type="text" value="+linkdomain:" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" /> 
					</div>
				</form>
				
				<form method="get" name="search" target="_blank" action="http://search.msn.com/results.aspx">
					<div class="fieldname"><a href="http://search.msn.com" target="_blank" title="+link:seobook.com shows links to that specific URL.">MSN Search ></a><br />
						<input class="t-boxes" name="q" type="text" value="+link:" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" /> 
					</div>
				</form>
				
				<form method="get" name="search" target="_blank" action="http://search.msn.com/results.aspx">
					<div class="fieldname"><a href="http://search.msn.com" target="_blank" title="Linkfromdomain:seobook.com shows outbound links from that URL.">MSN Search ></a><br />
						<input class="t-boxes" name="q" type="text" value="linkfromdomain:" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" /> 
					</div>
				</form>
				
				<div class="links"><a href="http://search.msn.com/results.aspx?q=linkfromdomain%3Aseobook.com+%2Blinkdomain%3Aseobook.com" target="_blank" title="linkfromdomain:site.com +linkdomain:site.com">Check reciprocal links ></a><br/>
</div>
				
			</div>
			
			</div>
			<!-- End of Content -->
			 
			 <!-- Footer -->
			 <div><a href="http://tools.seobook.com/" target="_blank"><img src="http://tools.seobook.com/google-gadgets/images/bottom.jpg" border="0" /></a></div>
			<!-- End of Footer -->   		
		
		</div>

<!-- End of MSN Tab -->

<!--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->

<!-- Social Tab -->
   		
		<div id="social" style="display: none;">
   			
			<!-- Header -->
			<div><img src="http://tools.seobook.com/google-gadgets/images/top.jpg" /></div>
   			<!-- End of Header -->
			
			<!-- Content -->
			<div class="mid-content">
   			<h1>Social Media</h1>
			<div>
				<form method="get" name="search" target="_blank" action="http://blogsearch.google.com/blogsearch">
					<div class="fieldname">
						<a href="http://blogsearch.google.com" target="_blank" title="Example link:www.seobook.com. Shows blogs mentioning any page from your site. Please note www.site.com and site.com are considered as two different URLs right now.">Google Blog Search ></a><br />
						<input class="t-boxes" name="q" type="text" value="link:" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" /> 
						<input type="hidden" name="scoring" value="d">
					</div>
				</form>
			</div>
			<div>
				<form method="post" name="technorati" target="_blank" action="">
					<div class="fieldname">
						<a href="http://www.technorati.com" target="_blank" title="Example seobook.com. Displays blogs linking to any page from the target website.">Technorati Mentions ></a><br />
						<input class="t-boxes" name="q" type="text" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" onclick="te(technorati.q.value);" /> 
					</div>
				</form>
			</div>
			<div>
				<form method="post" name="delicious" target="_blank" action="">
					<div class="fieldname">
						<a href="http://del.icio.us" target="_blank" title="Example http://www.seobook.com. Shows how many Del.icio.us users have bookmarked that URL.">Del.icio.us Mentions ></a><br />
						<input class="t-boxes" name="q" type="text" value="http://" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" onclick="d(delicious.q.value);" /> 
					</div>
				</form>
			</div>		
			<div>
				<form method="post" name="stumbleupon" target="_blank" action="">
					<div class="fieldname">
						<a href="http://www.stumbleupon.com" target="_blank" title="Example seobook.com. Displays Stumbleupon feedback for that page.">StumbleUpon ></a><br />
						<input class="t-boxes" name="q" type="text" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" onclick="t(stumbleupon.q.value);" /> 
					</div>
				</form>
			</div>	
			<div>
				<form method="get" name="search" target="_blank" action="http://www.digg.com/search">
					<div class="fieldname">
						<a href="http://www.digg.com" target="_blank" title="Example seobook.com. Displays Digg entries linking to content from that website.">Digg Mentions ></a><br />
						<input class="t-boxes" name="s" type="text" />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" name="submit" value="Search" />
						<input type="hidden" name="section" value="news" />
						<input type="hidden" name="type" value="url" />
						<input type="hidden" name="area" value="all" />
						<input type="hidden" name="sort" value="new" />
					</div>
				</form>
			</div>
			<div>
				<form method="get" name="search" target="_blank" action="http://en.wikipedia.org/w/index.php">
					<div class="fieldname">
						<a href="http://www.wikipedia.org" target="_blank" title="Example *.seobook.com. Displays Wikipedia pages referencing pages from this website.">Wikipedia Mentions ></a><br />
						<input class="t-boxes" name="target" type="text" value="*." />
						<input type="image" src="http://tools.seobook.com/google-gadgets/images/go-button.gif" width"29" height="23" style="position: absolute;" name="submit" value="Search" />
						<input type="hidden" name="title" value="Special:Linksearch" />
					</div>
				</form>
			</div>
			</div>
			<!-- End of Content -->
			 
			 <!-- Footer -->
			 <div><a href="http://tools.seobook.com/" target="_blank"><img src="http://tools.seobook.com/google-gadgets/images/bottom.jpg" border="0" /></a></div>
			<!-- End of Footer -->   		
		
		</div>

<!-- End of Social Tab -->


<!--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->

<!-- More Tab -->
   		
		<div id="more" style="display: none;">
   			
			<!-- Header -->
			<div><img src="http://tools.seobook.com/google-gadgets/images/top.jpg" /></div>
   			<!-- End of Header -->
			
			<!-- Content -->
			<div class="mid-content">
   			<h1>More Link Tools</h1>
			
			<div class="links"><a href="http://tools.seobook.com/firefox/seo-for-firefox.html" target="_blank" title="Free Firefox extension which places many marketing details such as link stats, number of pages, PageRank, and site age directly in the search results.">SEO for Firefox ></a><br/><br/>
			<a href="http://home.snafu.de/tilman/xenulink.html" target="_blank" title="Crawls your site and finds broken links. Also creates a sitemap for you.">Xenu Link Sleuth ></a><br/><br/>
			<a href="http://www.backlinkwatch.com/" target="_blank" title="Free web based tool that allows you to view the anchor text in links pointing at a site.">Backlink Watch ></a><br/><br/>
			<a href="http://www.webuildpages.com/neat-o/" target="_blank" title="Shows anchor text of links pointing at a page.">Jim Boykin's Neato Tool ></a><br/><br/>
			<a href="http://www.webuildpages.com/cool-seo-tool/" target="_blank" title="Overview of competitive stats including link details for the top 10 competing sites for a search query.">Top 10 Analysis Tool ></a><br/><br/>
			<a href="http://www.urltrends.com/" target="_blank" title="Shows historical link growth trends of websites.">URL Trends ></a><br/><br/>
			<a href="http://tools.seobook.com/backlink-analyzer/" target="_blank" title="Downloadable Windows based software which allows you to research the anchor text of inbound links.">Backlink Analyzer ></a><br/><br/>
			<a href="http://www.linkhounds.com/hub-finder/hubfinder.php" target="_blank" title="Finds hub pages which link to two or more competing websites.">Hub Finder ></a><br/><br/>
			<a href="http://www.linkhounds.com/link-harvester/backlinks.php" target="_blank" title="Makes it easy to filter through the inbound backlink profile of competing sites.">Link Harvester ></a><br/><br/>
			<a href="http://www.internalpr.seobook.com/" target="_blank" title="Tool estimates how PageRank flows through your site based on your internal link structure."> Internal PageRank Estimation ></a><br/><br/>
</div>
			</div>
			<!-- End of Content -->
			 
			 <!-- Footer -->
			 <div><a href="http://tools.seobook.com/" target="_blank"><img src="http://tools.seobook.com/google-gadgets/images/bottom.jpg" border="0" /></a></div>
			<!-- End of Footer -->   		
		
		</div>

<!-- End of More Tab -->
  

  ]]> 
  </Content>
  </Module>
