	var length = 10;  // amount of items to display on one page



// Get url parameters

function getURLParam(strParamName){

  var strReturn = "";

  var strHref = window.location.href;

  if ( strHref.indexOf("&") > -1 ){

    var strQueryString = strHref.substr(strHref.indexOf("&")).toLowerCase();

    var aQueryString = strQueryString.split("&");

    for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){

      if (aQueryString[iParam].indexOf(strParamName + "=") > -1 ){

        var aParam = aQueryString[iParam].split("=");

        strReturn = aParam[1];

        break;

      }

    }

  }

  return strReturn;

}



// Mod function

function Mod(a, b) {

    return a - Math.floor(a / b) * b;

}



// Write out "Page X of Y"

function press_page() {

	document.write('Page ');

	document.write(cur_page);

	document.write(' of ');

	document.write(numpages);

}



// Write out the next button if necessary

function press_next() {

	if ((start + length) < pr.length) {

		next_page = cur_page + 1;

		

		document.write('<a href="bluearc-press-releases.shtml?d&page=');

		document.write(next_page);

		document.write('">Next »</a>');

	}

}





// Write out the previous button if necessary

function press_prev() {

	if (start > 1) {

		prev_page = cur_page - 1;

		

		document.write('<a href="bluearc-press-releases.shtml?d&page=');

		document.write(prev_page);

		document.write('">« Previous</a>');
	}

}



// Write out the press coverage stuff

// Start is the position to start at

// length is the amount to display at once

function press_cov(){

	// Get the end position

	end = start + length - 1;

	

	// Validate end

	if (end > (pr.length - 1)) { end = pr.length - 1;}

	

	// Print out end-start news headlines

	for (i = start; i <= end; i++) {

		if (Mod(i,2) == 1) {

			document.write('<tr>');

		} else {

			document.write("<tr>");

		}

		document.write('<td valign="top" width="120" class="pressreleases"><strong>');
		
		//document.write('<a href="');

		// URL

		//document.write(pr[i][0]);

		

		//document.write('">');

		

		// Date

		document.write(pr[i][1]);

		//document.write('</a>');

		document.write('</strong></td>');

		

		document.write('<td valign="top">');

		document.write('<a href="');

		

		// URL again

		document.write(pr[i][0]);

		

		document.write('">');

		

		// Title

		document.write(pr[i][2]);

		

		document.write('</a></td></tr>');

	}

}



// Make sure to use DOUBLE quotes NOT single quotes for all the HTML above. Below is ok.

// Link, Date, Title pr_091027-certified-microsoft-partner.shtml

var pr = [

	["press-releases/110907-Hitachi-Data-Systems-Announces-Acquisition-of-BlueArc.shtml", "September 7, 2011", "Hitachi Data Systems Announces Acquisition of BlueArc"],

	["press-releases/110713-BlueArc-Appoints-Chris-White-Vice-President-of-Global-Channel-Sales.shtml", "July 13, 2011", "BlueArc Appoints Chris White Vice President of Global Channel Sales"],
		  		
	["press-releases/110405-BlueArc-Energy-efficient-Storage-Propels-New-Dr-Seuss-3D-CGI-animated-film.shtml", "April 5, 2011", "BlueArc Energy-efficient Storage Propels New Dr. Seuss 3D CGI Animated Film"],
		  
	["press-releases/110328-BlueArc-awarded-crns-five-star-parter-rating.shtml", "March 28, 2011", "BlueArc Awarded CRN’s Five-Star Partner Rating"],
		  
	["press-releases/110202-BlueArc-announces-bluearc-system-software-8.shtml", "February 2, 2011", "BlueArc Announces BlueArc System Software 8"],
		  
	["press-releases/110112-BlueArc-Named-2011-Best-Channel-Vendor.shtml", "January 12, 2011", "BlueArc Named 2011 Best Channel Vendor by Business Solutions Magazine"],
		  
	["press-releases/101208-bluearc-aspera-provide-joint-solutions.shtml", "December 8, 2010", "BlueArc and Aspera Provide Joint Solutions for Ultra High-speed WAN File Transfers"],
		  
	["press-releases/101206-bluearc-provides-resources-help-virtualization-strategy.shtml", "December 6, 2010", "BlueArc Provides Resources to Help Guide IT Organizations' Virtualization Strategy"],
		  
	["press-releases/101112-bluearc-demos-pnfs-at-supercomputing-2010.shtml", "Novermber 12, 2010", "BlueArc to Demonstrate pNFS at Supercomputing 2010"],
		  
	["press-releases/100830-bluearc-announces-new-storage.shtml", "August 30, 2010", "BlueArc Announces New Storage Solution Suite for VMware over NFS"],
		  
	["press-releases/100830-permabit-and bluearc-announce-oem.shtml", "August 30, 2010", "Permabit and BlueArc Announce OEM Relationship"],
		  
	["press-releases/100811-bluearc-announces-siliconfs.shtml", "August 11, 2010", "BlueArc Announces SiliconFS 7.0 Software Release"],
		  
	["press-releases/100727-bluearc-closes-funding.shtml", "July 27, 2010", "BlueArc Closes $20 Million of New Funding"],
		  
	["press-releases/100727-bluearc-the-storage-vendor.shtml", "July 27, 2010", "BlueArc the Storage Vendor of Choice for Post Production Projects"],
		  
	["press-releases/100707-the-mill-writes-the-future.shtml", "July 7, 2010", "The Mill Writes the Future with BlueArc Storage Solution"],
		  
	["press-releases/100609-bluearc-accelerates-genome.shtml", "June 9, 2010", "BlueArc Accelerates Next-Generation Genome Sequencing"],
		  
	["press-releases/100525-vardata-deepens-partnership.shtml", "May 25, 2010", "VarData deepens partnership with BlueArc to enhance storage solutions offerings to customers"],
		  
	["press-releases/100519-bluearc-launches-channel-sales.shtml", "May 19, 2010", "BlueArc Launches Enhanced Channel Sales Programme in Europe"],
		  
	["press-releases/100504-visual-effects-clash-of-titans.shtml", "May 4, 2010", "BlueArc Multi-Tier Virtualized Storage System Devours Monster Visual Effects in <strong><em>Clash of the Titans</em></strong>"],
		  
	["press-releases/100421-bluearc-expands-channel-sales.shtml", "April 21, 2010", "BlueArc Expands Channel Sales Program"],
		  		  		  
	["press-releases/100222-channel-chief.shtml", "February 22, 2010", "BlueArc’s Cameron van Orman Recognized as a 2010 Channel Chief by Everything Channel’s CRN"],
		  
	["press-releases/100106-bluearc-solution-powers-effects-behind-avatar.shtml", "January 6, 2010", "BlueArc Storage Solution Powers Visual Effects Behind <strong><em>Avatar</em></strong>"],
		  
	["press-releases/100104-best-channel-vendor.shtml", "January 4, 2010", "BlueArc Named a 2010 Best Channel Vendor by Business Solutions Magazine"],
		  
	["http://www.networkcomputing.com/servers-storage/starz-beefs-up-storage-performance-for-heavy-production-schedule.php?cid=ref-true", "December 11, 2009", "Starz Beefs Up Storage Performance For Heavy Production Schedule"],
		  
	["http://searchstorage.techtarget.com/news/article/0,289142,sid5_gci1376014,00.html", "December 4, 2009", "BlueArc Titan clustered NAS helps put <strong><em>Planet 51</em></strong> into orbit"],
		  
	["press-releases/091123-bluearc-soluction-enables-planet-51.shtml", "November 23, 2009", "Out of This World BlueArc Storage Solution Enables <strong><em>Planet 51</em></strong> to Take Off"],
		  
	["press-releases/091116-titan-readers-choice-award.shtml", "November 16, 2009", "BlueArc Titan Receives 2009 HPCwire Readers’ Choice Award"],
		  
	["press-releases/091110-performance-leadership-new-solution.shtml", "November 10, 2009", "BlueArc Maintains Performance Leadership with New Mid-Market Solution"],
		  
	["press-releases/091027-certified-microsoft-partner.shtml", "October 27, 2009", "BlueArc Earns Certified Partner Status In Microsoft Partner Program"],
		  
	["press-releases/091014-bluearc-announces-oem-sgi.shtml", "October 14, 2009", "BlueArc Announces OEM Agreement with SGI"],
		  
	["press-releases/090914-bluearc-solution-stars-in-district-9.shtml", "September 14, 2009", "BlueArc Storage Solution Stars in “District 9”"],
		  
	["press-releases/090831-bluearc-data-migrator-best-channel-product.shtml", "August 31, 2009", "BlueArc Data Migrator Named Business Solutions Magazine Best Channel Product"],
		  
	["press-releases/090811-index-engines.shtml", "August 11, 2009", "Index Engines 3.0 Indexes One Terabyte per Hour PER NODE on BlueArc Titan Network storage"],
		  
	["press-releases/090804-bluearc-solution-powers-animated-film-9.shtml", "August 4, 2009", "BlueArc Storage Solution Powers Animated Film <strong><em>9</em></strong>"],
		  
	["press-releases/090707-bluearc-launches-mercury-network-storage-system.shtml", "July 7, 2009", "New BlueArc Mercury™ Network Storage System Unleashes High-end Storage to a Broader Market"],
		  
	["press-releases/090623-bluearc-datadirect-deliver-options-hpc.shtml", "June 23, 2009", "BlueArc and DataDirect Networks Deliver Advanced Storage Options for HPC Customers"],
	
	["press-releases/090609-bluearc-supports-cloud-backup-recovery.shtml", "June 9, 2009", "BlueArc Supports Ninth Generation Cloud Backup and Recovery Platform by Asigra for Delivery of Secure, Automated and Efficient Data Protection'</em>"],
	
	["press-releases/090521-bluearc-receives-avetec-dice-award.shtml", "May 21, 2009", "BlueArc Receives Avetec DICE Award<br><em>Titan 3000 Series Storage Solution Recognized for Performance and Impact'</em>"],
		  
	["press-releases/090513-bluearc-accelerates-document-solutions-litigatio-support-practice.shtml", "May 13, 2009", "BlueArc Accelerates Document Solutions’ Litigation Support Practice"],

	["press-releases/090415-bluearcs-partner-acceleration-program.shtml", "April 15, 2009", "BlueArc's Partner Acceleration Program Recognized by Everything Channel With Five-Star Certification"],

	["press-releases/090407-bluearc-and-vormetric.shtml", "April 7, 2009", "BlueArc and Vormetric Deliver High-Performance Storage Security Solution"],

	["press-releases/090225-bluearcs-cameron-van-orman-channel-chief.shtml", "February 25, 2009", "BlueArc's Cameron van Orman Named 2009 CRN Channel Chief by Everything Channel"],

	["press-releases/090224-searchstorage-gives-gold.shtml", "February 24, 2009", "SearchStorage Gives Gold to BlueArc Titan 3200 in Product of the Year Awards"],

	["press-releases/090217-bluearc-names-bridget-warwick.shtml", "February 17, 2009", "BlueArc Names Bridget Warwick Vice President of Marketing"],

	["press-releases/090203-document-technologies-boost-ediscovery.shtml", "February 3, 2009", "Document Technologies Boosts eDiscovery Capabilities With BlueArc"],

	["press-releases/090128-infoworld-names-bluearc-titan.shtml", "January 28, 2009", "InfoWorld Names BlueArc Titan 3000 'Best NAS' in Technology of the Year 2009 Awards"],

	["press-releases/090114-bluearc-named-best-channel.shtml", "January 14, 2009", "BlueArc Named a 2009 Best Channel Vendor by Business Solutions Magazine"],

	["press-releases/081218-bluearc-announces-interoperability.shtml", "December 18, 2008", "BlueArc Announces Interoperability for Titan Storage Solutions and Quantum DXi7500 Disk Backup and Deduplication System"],

	["press-releases/081125-bluearc-channel-partnership-program.shtml", "November 25, 2008", "BlueArc Channel Partnership Program Sees Rapid Growth, Achieves New Milestone"],

	["press-releases/081124-bluearc-titan-3200-delivers.shtml", "November 24, 2008", "BlueArc Titan 3200 Delivers High Throughput in Tolly Group Test"],

	["press-releases/081028-bluearc-storage-virtualization.shtml", "October 28, 2008", "BlueArc Storage Virtualization Speeds Insight to Washington University Imaging Research"],

	["press-releases/081021-bluearc-speeds-access.shtml", "October 21, 2008", "BlueArc Speeds Access to Vast H.W. Wilson Research Library"],

	["press-releases/081015-bluearc-and-data-domain-collarborate.shtml", "October 15, 2008", "BlueArc and Data Domain Collaborate to Deliver Leading Performance and Data Reduction Strategies for Enterprise Data Centers"],

	["press-releases/081014-bluearc-introduces-new-tiering.shtml", "October 14, 2008", "BlueArc Introduces New Tiering, Caching Capabilities to Deliver the Right Data to the Right Place at the Right Time"],

	["press-releases/081014-bluearc-and-texas-memory-systems.shtml", "October 14, 2008", "BlueArc and Texas Memory Systems Deliver Extreme Storage Performance"],

	["press-releases/080828-bluearc-titan-system.shtml", "August 28, 2008", "Pac-10 Teams Score Competitive Insight with BlueArc Storage Solution"],

	["press-releases/080826-bluearc-storage-solutions.shtml", "August 26, 2008", "BlueArc Storage Solutions Gain Momentum in Federal Government Sector"],

	["press-releases/080729-sanborn-expands-bluearc.shtml", "July 29, 2008", "Sanborn Expands BlueArc Solution, Maps Direct Path to Customer Satisfaction"],

	["press-releases/080722-air-guard-flight-data.shtml", "July 22, 2008", "Air Guard Flight Data Analysis Soars with BlueArc Titan Storage Solution"],

	["press-releases/080714-bluearc-appoints-rick-martig-cfo.shtml", "July 14, 2008", "BlueArc Appoints Rick Martig Chief Financial Officer"],

	["press-releases/080617-bluearc-titan-3200-storage-system.shtml", "June 17, 2008", "BlueArc Titan 3200 Storage System Sets New Record for Network Storage Performance"],

	["press-releases/080616-bluearc-storage-solution-tames.shtml", "June 16, 2008", "BlueArc Storage Solution Tames 'The Incredible Hulk' for Soho VFX"],

	["press-releases/080603-bluearc-storage-solution.shtml", "June 3, 2008", "BlueArc Storage Solution Anchors Backup Technology"],

	["press-releases/080528-terian-solutions-backs-up.shtml", "May 28, 2008", "Terian Solutions Backs Up Vital Customer Data with BlueArc Titan Solution"],

	["press-releases/080521-new-study-finds.shtml", "May 21, 2008", "New Study Finds Most Companies Ill-Prepared for Imminent Periods of Intense Data Flow"],

	["press-releases/080430-bluearc-expands-channel-program.shtml", "April 30, 2008", "BlueArc Expands Channel Program to Benefit Partners and Customers"],

	["press-releases/080416-new-bpm-forum-study.shtml", "April 16, 2008", "New BPM Forum Study Finds IT Failing to Curb Data Center Energy Consumption, Despite Concerns"],

	["press-releases/080408-bluearc-boosts-benefits.shtml", "April 8, 2008", "BlueArc Boosts Benefits of Consolidation for VMware Customers"],

	["press-releases/080408-bluearc-positioned-in-visionaries-quadrant.shtml", "April 8, 2008", "BlueArc Positioned in Visionaries Quadrant for Midrange and High-End NAS Solutions Magic Quadrant"],

	["press-releases/080401-brigham-young-universitys.shtml", "April 1, 2008", "Brigham Young University's Fulton Supercomputing Lab Expands Capabilities With BlueArc Storage Solution"],

	["press-releases/080319-bluearc-chooses-the-fujitsu.shtml", "March 19, 2008", "BlueArc Chooses the Fujitsu XG2000 Ethernet Switch for Clustering Storage Solutions"],

	["press-releases/080304-bluearc-titan-3000-storage-series.shtml", "March 4, 2008", "BlueArc Titan 3000 Storage Series Opens Door to Dynamic IT Infrastructure"],

	["press-releases/080304-bluearc-adds-advanced-data.shtml", "March 4, 2008", "BlueArc Adds Advanced Data Search, Index, Classification, and Retention Capabilities"],	

	["press-releases/080304-brocade-and-bluearc-partner.shtml", "March 4, 2008", "Brocade and BlueArc Partner to Simplify File Management in Distributed, Heterogeneous IT Environments"],	
		  
	["press-releases/080226-lifepics-deploys-bluearc-solution.shtml", "February 26, 2008", "LifePics Deploys BlueArc Solution for High Resolution Storage Demands"],

	["press-releases/080108-rvm-rules-bluearc-storage.shtml", "January 8, 2008", "RVM, Inc. Rules BlueArc Storage Solution Ideal for Litigation Support"],	

	["press-releases/071212-bluearc-storage-solution.shtml", "December 12, 2007", "BlueArc Storage Solution Helps Brookhaven National Lab Chart New Frontiers with Proven Technology"],	

	["press-releases/071204-bluearc-solution-clears.shtml", "December 4, 2007", "BlueArc Storage Solution Clears Claranet's Path to New Managed Services"],	

	//["press-releases/pr_titan1100_112707.shtml", "November 27, 2007", "BlueArc Extends High Performance Titan Storage System Family to the Midrange With Addition of Titan 1100 Model"],	
		  
	//["press-releases/pr_nearline_110607.shtml", "November 6, 2007", "BlueArc Debuts Nearline Storage Solution With Market-Leading Density, Expands Scalability of Titan Product Line"],	

	//["press-releases/pr_security_110607.shtml", "November 6, 2007", "BlueArc Storage Enhancements Help Businesses Safeguard Vital Data Assets"],	

	//["press-releases/pr_redchillies_102407.shtml", "October 24, 2007", "BlueArc Titan Network Storage Solution Heats Up Mumbai-based Redchillies.vfx' Visual Effects Production"],	

	//["press-releases/pr_photonvfx_102307.shtml", "October 23, 2007", "BlueArc Storage Solution Helps Australia's Photon VFX Render New Business Growth"],	

	//["press-releases/pr_expand_101607.shtml", "October 16, 2007", "Expand and BlueArc Partner to Optimise File Services Access over the WAN"],	

	//["press-releases/pr_williams_101507.shtml", "October 15, 2007", "Infinera's Duston Williams Joins BlueArc Board of Directors"],	

	["press-releases/070926-asiga-partners-with-bluearc.shtml", "September 26, 2007", "Asigra Partners with BlueArc to Deliver Solution for Remote Office Backup and Recovery"],
	
	//["press-releases/pr_green_092507.shtml", "September 25, 2007", "BPM Forum and BlueArc Launch Strategic <i>Lean & Green</i> Initiative to Inform and Support Environmentally Sound Corporate Computing and Data Storage"],

	//["press-releases/pr_purdue_092007.shtml", "September 20, 2007", "Purdue University Turns to BlueArc Storage Solution to Help Manage Unpredictability Faced by Scientific Research"],
	
	//["press-releases/pr_crunchtime_091207.shtml", "September 12, 2007", "BPM Forum and BlueArc Launch Milestone Uptime @ Crunch Time™ Thought Leadership Program Around Data Performance Issues and Strategies"],
	
	//["press-releases/pr_riverbed_091107.shtml", "September 11, 2007", "BlueArc Works with Riverbed to Empower Remote Office Users With High Speed Access to Centralized Data"],	

	//["press-releases/pr_filing_090707.shtml", "September 7, 2007", "BlueArc Files Registration Statement for an Initial Public Offering"],	

	["press-releases/070828-alan-baratz-joins-bluearc.shtml", "August 28, 2007", "Alan Baratz Joins BlueArc Board of Directors"],	

	//["press-releases/pr_indexengines_082807.shtml", "August 28, 2007", "Index Engines And BlueArc Partner to Drive eDiscovery Performance, Efficiency and Scalability"],	

	["press-releases/070822-bluearc-announces-certification.shtml", "August 22, 2007", "BlueArc Announces Certification With CommVault"],	

	//["press-releases/pr_symantec_082107.shtml", "August 21, 2007", "BlueArc Announces Storage System Certification with Symantec for Data Recovery, Protection, Backup and Restore"],	

	["press-releases/070815-bluearc-announces-certification.shtml", "August 15, 2007", "BlueArc Announces Certification With BakBone to Support Customers' Business Continuity With Automated Backup"],	

	//["press-releases/pr_scentric_081507.shtml", "August 15, 2007", "BlueArc and Scentric Enhance Product Compatibility To Help Customers Drive More Value from Data"],	

	//["press-releases/pr_tms_080707.shtml", "August 7, 2007", "BlueArc Teams With Texas Memory Systems to Offer Customers All-Hardware Network Storage Lineup"],		

	//["press-releases/pr_mxlogic_071007.shtml", "July 10, 2007", "MX Logic Enlists BlueArc Titan 2000 Network Storage Solution As a Weapon to Aid in the War on Spam"],	

	["press-releases/070618-bluearc-wins-diogenes-labs.shtml", "June 18, 2007", "BlueArc Wins Diogenes Labs - Storage Magazine Quality Award for Enterprise NAS Systems"],	

	//["press-releases/pr_mt_051507.shtml", "May 15, 2007", "BlueArc Enables Unsurpassed Performance and Scalability for Innovative (mt) Media Temple (gs) Grid-Service Web Hosting Platform"],	

	//["press-releases/pr_ultraspeed_050807.shtml", "May 8, 2007", "Ultraspeed Leverages BlueArc's Titan 2000 to Fuel Innovative 'Diskless Server System' Web Hosting Platform"],	

	//["press-releases/pr_emea_050107.shtml", "May 1, 2007", "BlueArc Expands EMEA Market Presence to Meet Growing Customer Demand for High Performance Network Storage"],	

	//["press-releases/pr_t2500_041707.shtml", "April 17, 2007", "BlueArc Introduces the Titan 2500 Storage System, Featuring Native 10 Gigabit Ethernet, Protocol Acceleration"],	

	//["press-releases/pr_hds_snw_041707.shtml", "April 17, 2007", "BlueArc and Hitachi Data Systems to Demonstrate Multi-Vendor Storage Virtualization at Storage Networking World"],	

	//["press-releases/pr_cray_040407.shtml", "April 4, 2007", "BlueArc Announces Agreement with Cray to Provide Customers with High Performance Network Storage"],	

	//["press-releases/070227-bluearc-sets-new-bar.shtml", "February 27, 2007", "BlueArc Sets New Bar for Clustered Storage Performance and Scalability, Reducing Cost and Complexity"],	

	//["press-releases/pr_poy_012507.shtml", "January 25, 2007", "BlueArc's Titan 2200 System Honored as Finalist in Storage Products of the Year Award"],	

	/*["press-releases/pr_oem_121106.shtml", "December 11, 2006", "Hitachi Heats Up the High-Performance Computing Market<br>Forging Worldwide OEM Agreement with BlueArc"],	

	["press-releases/pr_momentum_120606.shtml", "December 6, 2006", "BlueArc Accelerates Sales Growth, Customer Momentum<br>To New Heights Amid Demand for Titan 2000 Systems"],	

	["press-releases/pr_lawsuit_120606.shtml", "December 6, 2006", "BlueArc Successfully Defends Intellectual Property, Winning Network Appliance Lawsuit"],	

	["press-releases/pr_weta_100306.shtml", "October 3, 2006", "Weta Digital Turns to BlueArc Titan Storage System To Meet Unrelenting Demands of World-Class Special Effects"],	

	["press-releases/pr_starz_092506.shtml", "September 25, 2006", "BlueArc's Titan Hits A Home Run for Starz Media Visual Effects In Everyone's Hero"],	

	["press-releases/pr_storageplus_091206.shtml", "September 12, 2006", "BlueArc CEO to Deliver Industry Keynote at the Inaugural Storage Plus Conference"],	

	["press-releases/pr_4gig_082206.shtml", "August 22, 2006", "BlueArc Increases Speed and Density of Titan<br>Storage Systems With New 4Gbps Storage Arrays"],	

	["press-releases/pr_cishollywood_080106.shtml", "August 1, 2006", "BlueArc and Force10 Networks Provide Foundation<br>For CIS Hollywood's Blockbuster Visual Effects"],	

	["press-releases/pr_siggraph_080106.shtml", "August 1, 2006", "BlueArc Powers SIGGRAPH Electronic Theater,<br>Enabling Digital Workflow for Visual Effects Showcase"],	

	["press-releases/pr_superman_071706.shtml", "July 17, 2006", "BlueArc Storage Plays the Role of Super Hero<br>for The Orphanage's Visual Effects in 'Superman Returns'"],	

	["press-releases/pr_ao100_071206.shtml", "July 12, 2006", "BlueArc Selected by AlwaysOn as AO100 Private Company Award Winner"],	

	["press-releases/pr_newhq_062706.shtml", "June 27, 2006", "BlueArc Announces New Corporate Headquarters<br>to Support Company Expansion"],	

	["press-releases/pr_swc_062006.shtml", "June 20, 2006", "BlueArc to Deliver Industry Keynote at the Storage World Conference"],	

	["press-releases/pr_vanderbilt_062006.shtml", "June 20, 2006", "Vanderbilt University Selects BlueArc as Central Storage Hub for Esteemed Research Department"],	

	["press-releases/pr_jhu_061506.shtml", "June 15, 2006", "BlueArc Builds Scalable Storage Foundation for The Johns Hopkins Center for Language and Speech Processing"],	

	["press-releases/pr_uminn_061406.shtml", "June 14, 2006", "Supercomputing Institute at the University of Minnesota<br>Deploys BlueArc Storage to Manage Research Data"],	

	["press-releases/pr_kansas_061306.shtml", "June 13, 2006", "University of Kansas Selects BlueArc as Technology Platform for New Research Effort in $40 Million Facility"],	

	["press-releases/pr_funding_060606.shtml", "June 6, 2006", "BlueArc Raises $29 Million In Financing To Increase Customer Presence, Leveraging Significant Market Momentum"],	

	["press-releases/pr_gartner_060606.shtml", "June 6, 2006", "BlueArc Named Fastest Growing High-End NAS Vendor By Analyst Firm for Third Consecutive Year"],	

	["press-releases/pr_ediscovery_060506.shtml", "June 5, 2006", "Electronic Discovery Leaders Deploy BlueArc Storage to Accelerate Search and Retrieval of Regulated Data"],	

	["press-releases/pr_global_relay_060506.shtml", "June 5, 2006", "Global Relay Delivers Enterprise-Class Message Archiving, Compliance and Electronic Discovery, Leveraging BlueArc Titan Network Storage System Infrastructure"],	

	["press-releases/pr_tolly_052406.shtml", "May 24, 2006", "BlueArc Titan 2200 Storage System Achieves High Throughput Performance in Tolly Group Test"],	

	["press-releases/pr_wild_042406.shtml", "April 24, 2006", "BlueArc Delivers Storage Muscle for C.O.R.E. Feature Animation's CGI in Full-Length Animation Film 'The Wild'"],	

	["press-releases/pr_pipelinefx_042406.shtml", "April 24, 2006", "BlueArc Partners With PipelineFX to Improve 3D Workflow and Quality for Visual Effects and Animation"],	

	["press-releases/pr_bioit_040506.shtml", "April 5, 2006", "BlueArc Named to Bio-IT World Bio-IT 50, Highlighting Company's Impact on Life Sciences Market"],	

	["press-releases/pr_specsfs_030706.shtml", "March 7, 2006", "BlueArc Shatters Network Storage Performance Mark With Titan 2200 Storage System, Doubling Previous Record and Extending Lead"],	
	
	["press-releases/pr_dti_022806.shtml", "February 28, 2006", "Document Technologies Inc. Accelerates Electronic Discovery With BlueArc Titan 2200 Storage System"],	
	
	["press-releases/pr_partners_022106.shtml", "February 21, 2006", "BlueArc Partners Express Support and Interoperability for Titan 2000 Storage System Announcement"],	

	["press-releases/pr_10gig_022106.shtml", "February 21, 2006", "BlueArc Titan Storage Solutions Designed to Support True 10 Gigabit Ethernet Performance"],	

	["press-releases/pr_titan2000_020606.shtml", "February 6, 2006", "BlueArc Introduces Titan 2000 Series, Featuring Advanced Virtualization, Global Namespace, and 10 Gigabit Ethernet"],	

	["press-releases/pr_cns_020606.shtml", "February 6, 2006", "BlueArc Introduces Unified Global Name Space For Titan Network Storage Servers"],	

	["press-releases/pr_asm_011806.shtml", "January 18, 2006", "Advantage Sales and Marketing Selects Titan Solution<br>From BlueArc to Support Infrastructure Growth"],	

	["press-releases/pr_rice_121405.shtml", "December 14, 2005", "Rice University Centralizes Storage Infrastructure With BlueArc, Enabling Massive Server Consolidation"],	

	["press-releases/pr_narnia_121205.shtml", "December 12, 2005", "BlueArc Storage Brings Narnia Special Effects to Life for Rhythm & Hues In 'The Lion, the Witch and the Wardrobe'"],	

	["press-releases/pr_storcloud_111505.shtml", "November 15, 2005", "BlueArc to Demonstrate World's Fastest Network Storage System at SuperComputing 2005 With Sun StorageTek"],	

	["press-releases/pr_momentum_110905.shtml", "November 9, 2005", "BlueArc Achieves Growing Momentum and New Customers"],	

	["press-releases/pr_zhone_102505.shtml", "October 25, 2005", "Zhone Technologies Consolidates Network Storage Environment With BlueArc Titan System"],	

	["press-releases/pr_mrx_092905.shtml", "September 29, 2005", "BlueArc Helps Mr. X Visual Effects Hit a Hole In One<br>For Film 'The Greatest Game Ever Played'"],	

	["press-releases/pr_specmail_081605.shtml", "August 16, 2005", "BlueArc Teams with Intel and CommuniGate Systems<br>to Set New Mail Server Performance Record"],	

	["press-releases/pr_f4_071105.shtml", "July 11, 2005", "BlueArc and Meteor Studios Team Up for<br>Groundbreaking Digital Effects in Fantastic Four"],	

	["press-releases/pr_ao100_062805.shtml", "June 28, 2005", "BlueArc Corporation Selected By AlwaysOn As Top 100 Private Company Award Winner"],	

	["press-releases/pr_funding_060305.shtml", "June 3, 2005", "BlueArc Secures Funding of $15 Million to Fuel Continued Network Storage Market Expansion"],	

	["press-releases/pr_software_052505.shtml", "May 25, 2005", "BlueArc Introduces Comprehensive Storage Software Suite for Titan Network Storage System"],		

	["press-releases/pr_wustl_051705.shtml", "May 17, 2005", "Leading Genome Sequencing Center Turns to BlueArc Titan for DNA Analysis and Storage"],

	["press-releases/pr_ceo_042105.shtml", " April 21, 2005", "BlueArc Names Mike Gustafson CEO, Expanding Previous Role as President"],

	["press-releases/pr_turner_041805.shtml", "April 18, 2005", "Turner Studios Selects BlueArc Titan to Accelerate Digital Film Production and Retrieval"],

	["press-releases/pr_stkca_040705.shtml", "April 7, 2005", "StorageTek Canada Signs International Reseller Agreement With BlueArc to Distribute Titan SiliconServers"],

	["press-releases/pr_accelrys_032205.shtml", " March 22, 2005", "Accelrys Selects BlueArc Titan Storage System As Company's Standard Storage Platform Worldwide"],

	["press-releases/pr_daheb_022305.shtml", "February 23, 2005", "BlueArc Names Steve Daheb Vice President of Marketing"],

	["press-releases/pr_cto_012505.shtml", " January 25, 2005", "BlueArc Names Shmuel Shottan Chief Technology Officer"],

	["press-releases/pr_stk_121604.shtml", "December 16, 2004", "BlueArc Joins StorageTek's TekAlliance Partner Program - Certified Interoperability Offered Between Titan Storage System and StorageTek FlexLine Product Families"],

	["press-releases/pr_specsfs_110104.shtml", "November 1, 2004", "BlueArc's Titan SiliconServer Delivers Record SPECsfsÆ Results for Single Server with a Single File System, Topping 50,000 Operations Per Second"],	

	["press-releases/pr_tacit_102604.shtml", "October 26, 2004", "BlueArc Selects Tacit Networks WAFS Technology for Integration Into High-End Network Storage Systems"], 	

	["press-releases/pr_princeton_100504.shtml", "October 5, 2004", "BlueArc and Foundry Join Forces To Analyze, Deliver and Store MRI Scans for Higher Brain Function Research"], 

	["press-releases/pr_channel_092904.shtml", "September 29, 2004", "BlueArc Launches Global Channel Program to Expand Enterprise Sales"],	

	["press-releases/pr_award_091604.shtml", "September 16, 2004","BlueArc's Titan Selected as Winner of IDG's Computerwold Innovative Technology Award"],	

	["press-releases/pr_nbc_082404.shtml", "August 24, 2004","BlueArc Storage Is Gold Standard for NBC Olympic Graphics"],	

	["press-releases/pr_engenio_080404.shtml", "August 4, 2004","BlueArc Enhances Multi-Tiered Storage Offerings Through New OEM Agreement With Engenio"],	

	["press-releases/pr_stalker_080204.shtml", "August 2, 2004", "Stalker Software Teams With BlueArc to Provide High Performance E-mail and Storage"],

	["press-releases/pr_fios_072704.shtml", "July 27, 2004", "Fios Adds Latest Storage Technology from BlueArc to Meet Growing Demand for Electronic Discovery Services"],

	["press-releases/pr_brocade_071304.shtml", " July 13, 2004", "BlueArc Reduces Network Storage Scalability Costs Through New Alliance With Brocade"],

	["press-releases/pr_gustafson_061503.shtml", "June 15, 2004", "BlueArc Announces Mike Gustafson as President"],

	["press-releases/pr_canion_052604.shtml", "May 26, 2004", "Compaq Co-Founder Rod Canion Joins BlueArc Board of Directors"],

	["press-releases/pr_oracle_040504.shtml", "April 5, 2004", "BlueArc's Titan SiliconServer Validated On Oracle9i Database"],	

	["press-releases/pr_tsanet_040504.shtml", " April 5, 2004", "BlueArc Joins TSANet Multivendor Alliance To Enhance Enterprise Class Customer Service and Support"],

	["press-releases/pr_bioit_032304.shtml", "March 23, 2004", "BlueArc Announces Major Presence at Bio-IT World Conference and Expo"],	

	["press-releases/pr_core_031604.shtml", "March 16, 2004", "BlueArc and C.O.R.E. Feature Animation Team to Create Full-Length CGI Film"],

	["press-releases/pr_titan_012604.shtml", " January 26, 2004", "BlueArc Unveils Titan, Changes the Economics of Network Storage"],
*/

]; 





var numpages = Math.ceil(pr.length/length);	// get number of pages



// Get the page you're on

var cur_page = getURLParam("page") - 0;   // make sure its in integer form

// Validate Current page

if (cur_page < 1) {cur_page = 1;}

if (cur_page > numpages) { cur_page = numpages;}



var start = (cur_page - 1) * length;

// Validate start

if (start < 0) { start = 0;}

if (start > (pr.length - 1)) { start = pr.length - 1;}



// alert(cur_page + " " + start);

										

