// js file for ITKE nav for site: 
 


<!-- WhatIs.techtarget.com, WhatIs, generated on November 14, 2009, by scorpio-->
 

 
	
	     
		 
		 
		
			
		 
		 
		 
		 
		 
		
			   
		
			
		 
		 
		 
		 function itkeSearchSiteNav (blogTitle,blogDescrip) {
document.write('<div class="blogHeader">');
document.write('	<div class="blogHeaderLeft">');
document.write('		<h2>' + blogTitle + '</h2>');
document.write('		<p>' + blogDescrip + '</p>');
document.write('	</div>');
document.write('	<div class="blogHeaderRight">');
document.write('		<a target="_blank" href="http://WhatIs.techtarget.com/whome/0,289825,sid9,00.html?asrc=ITKE_WhatIs"><img src="http://media.techtarget.com/WhatIs/images/logo_whitebg.gif" height="33" alt=""></a>');

document.write('		<table border="0" cellpadding="0" cellspacing="0">');
document.write('			<tr>');
document.write('				<td><a target="_blank" href="http://WhatIs.techtarget.com/whome/0,289825,sid9,00.html?asrc=ITKE_WhatIs">HOME</a></td>');
document.write('				<td><a target="_blank" href="http://whatis.bitpipe.com/?asrc=SS_NAV_WP">WHITE PAPERS</a></td>');
document.write('			</tr>');
document.write('			<tr>');
document.write('			</tr>');
document.write('			<tr>');
document.write('			</tr>');
document.write('		</table>');
document.write('	</div>');
document.write('</div>');
}