/* 
 *   Document   : semi.error.js
 *   Created on : June 22, 2010, 3:11 PM
 *   Author     : Robert Sethi
 *   
 *   targetElement : SEMI_ERROR_MODULEID
 *   Description:
 *       Error  plugin
 *       options(moduleID, message)
 *  	 defaults {
 *  			modID: "",
 *  			message: "OUT_OF_SERVICE"	
 *  		}
 *  
 *   #Plug in module Name convention
 *   @semi.error.js
 *   @$.fn.SemiERROR(options)
 *
 */

(function($) {
  $.fn.SemiERROR = function(opt)
  {
  	//alert('in plugin');
  	var defaults = {
		modID  : "",
		message: "OUT OF SERVICE"
	};


	var options = $.extend({}, defaults, opt );

    	return this.each(function() {   
                  var o =options;   
                  var obj = $(this);        
                 
                  switch(o.modID)
                  {
                    case "ANA_M01":
						             var output = 
								 '<div class="module_set" id="ANA_M01">'+
									'<div class="width_480">'+
										'<strong class="title">Popular Products</strong>'+
										'<div class="links">'+
											'<ul>'+
												'<li><a href="#" class="sel">Yesterday</a></li>'+
												'<li><a href="#">Last Week</a></li>'+
												'<li><a href="#">This Month</a></li>'+
											'</ul>'+
										'</div>'+
										'<div class="prod_list">'+
											'<ul>'+
												'<li>'+
													'<span class="title"><img src="/us/images/module/ANA_M01/sum_prod1.jpg" alt="" /> <a href="#">65&quot; 3D Series 5 LED TV</a></span>'+
													'<span class="views" style="width:263px;"><span><strong>999,999</strong> views</span></span><!-- <span style="width:263px;"> : maximum size -->'+
												'</li>'+
												'<li>'+
													'<span class="title"><img src="/us/images/module/ANA_M01/sum_prod2.jpg" alt="" /> <a href="#">65&quot; Samsung a637 Cell Phone</a></span>'+
													'<span class="views" style="width:220px;"><span><strong>55,555</strong> views</span></span>'+
												'</li>'+
												'<li>'+
													'<span class="title"><img src="/us/images/module/ANA_M01/sum_prod3.jpg" alt="" /> <a href="#">TL205 DualView Digital Camera</a></span>'+
													'<span class="views" style="width:170px;"><span><strong>3,333</strong> views</span></span>'+
												'</li>'+
												'<li>'+
													'<span class="title"><img src="/us/images/module/ANA_M01/sum_prod4.jpg" alt="" /> <a href="#">Samsung Go Laptop</a></span>'+
													'<span class="views" style="width:125px;"><span><strong>222</strong> views</span></span>'+
												'</li>'+
												'<li>'+
													'<span class="title"><img src="/us/images/module/ANA_M01/sum_prod5.jpg" alt="" /> <a href="#">RS277ACRS 27 cu. ft. Side nby Side</a></span>'+
													'<span class="views" style="width:85px;"><span><strong>0</strong> views</span></span><!-- <span style="width:85px;"> : minimum size -->'+
												'</li>'+
											'</ul>'+
										'</div>'+
									'</div>'+
								'</div>';
                               break;
							                    
				               
	                   case "APP_M01":
						 var output =  
						'<div class="module_set" id="APP_M01">'+
						'<div class="set_title">'+
							'<strong>Product Related Apps</strong>'+
							'<a href="#" class="arr_link">See All</a></div>'+
						'<ul class="app_list">'+
							'<li><div class="icon"><a href="#"><img width="93" height="76" alt="" src="/us/images/temp/apps_sum1.jpg" /></a></div>'+
								'<div class="info"><span class="link"><a href="#">Picasa Picasa Picasa</a></span><br />'+
									'<em class="category"><a href="#">Game</a></em>'+
									'<p class="cate_icon">'+
										'<img alt="TV" src="/us/images/common/icon_app_cate_tv.gif" />'+
										'<img alt="bluray" src="/us/images/common/icon_app_cate_bluray.gif" /></p></div></li>'+
							'<li><p class="icon_free">free</p>'+
							'<div class="icon"><a href="#"><img width="93" height="76" alt="" src="/us/images/temp/apps_sum1.jpg" /></a></div>'+
								'<div class="info">'+
									'<span class="link"><a href="#">Picasa Picasa</a></span><br />'+
									'<em class="category"><a href="#">Game</a></em>'+
									'<p class="cate_icon">'+
										'<img alt="TV" src="/us/images/common/icon_app_cate_tv.gif" />'+
										'<img alt="bluray" src="/us/images/common/icon_app_cate_bluray.gif" /></p>'+
								'</div></li>'+
							'<li>'+
								'<div class="icon">'+
									'<a href="#"><img width="93" height="76" alt="" src="/us/images/temp/apps_sum1.jpg" /></a>'+
								'</div>'+
								'<div class="info">'+
									'<span class="link"><a href="#">Picasa Picasa</a></span><br />'+
									'<em class="category"><a href="#">Game</a></em>'+
									'<p class="cate_icon">'+
										'<img alt="TV" src="/us/images/common/icon_app_cate_tv.gif" />'+
										'<img alt="bluray" src="/us/images/common/icon_app_cate_bluray.gif" /></p></div></li>'+
							'<li><p class="icon_free">free</p>'+
								'<div class="icon">'+
									'<a href="#"><img width="93" height="76" alt="" src="/us/images/temp/apps_sum1.jpg" /></a></div>'+
								'<div class="info">'+
									'<span class="link"><a href="#">Picasa Picasa</a></span><br />'+
									'<em class="category"><a href="#">Game</a></em>'+
									'<p class="cate_icon">'+
										'<img alt="TV" src="/us/images/common/icon_app_cate_tv.gif" />'+
										'<img alt="bluray" src="/us/images/common/icon_app_cate_bluray.gif" /></p></div></li>'+
							'<li><div class="icon">'+
									'<a href="#"><img width="93" height="76" alt="" src="/us/images/temp/apps_sum1.jpg" /></a></div>'+
								'<div class="info">'+
									'<span class="link"><a href="#">Picasa Picasa</a></span><br />'+
									'<em class="category"><a href="#">Game</a></em>'+
									'<p class="cate_icon">'+
										'<img alt="TV" src="/us/images/common/icon_app_cate_tv.gif" />'+
										'<img alt="bluray" src="/us/images/common/icon_app_cate_bluray.gif" /></p></div></li>'+
							'<li><div class="icon">'+
									'<a href="#"><img width="93" height="76" alt="" src="/us/images/temp/apps_sum1.jpg" /></a></div>'+
								'<div class="info">'+
									'<span class="link"><a href="#">Picasa Picasa</a></span><br />'+
									'<em class="category"><a href="#">Game</a></em>'+
									'<p class="cate_icon">'+
										'<img alt="TV" src="/us/images/common/icon_app_cate_tv.gif" />'+
										'<img alt="bluray" src="/us/images/common/icon_app_cate_bluray.gif" /></p></div></li></ul></div>';
										break;
										
						       case "PRO_M01":
					             var output =
								 '<div class="module_set" id="PRO_M01">'+
										'<div class="set_title">'+
											'<strong>Goes great with</strong>'+
											'<a href="#" class="arr_link">See All 78</a>'+
										'</div>'+
										'<ul><li><div class="thumb">'+
												'<a href="#"><img src="/us/images/module/PRO_M16/temp_img1.jpg" alt="" /></a></div>'+
												'<a href="#">8-Cell Power Bank 1</a>'+
												'<div class="price">$39.99</div></li>'+
											'<li><div class="thumb">'+
													'<a href="#"><img src="/us/images/module/PRO_M16/temp_img1.jpg" alt="" /></a>'+
											'</div><a href="#">8-Cell Power Bank 2</a>'+
												'<div class="price">$39.99</div></li>'+
											'<li><div class="thumb">'+
												'<a href="#"><img src="/us/images/module/PRO_M16/temp_img1.jpg" alt="" /></a></div>'+
												'<a href="#">8-Cell Power Bank 3</a>'+
												'<div class="price">$39.99</div></li></ul></div>';
									break;
									
									case "PRO_M02":
					             var output =
								 '<div class="module_set" id="PRO_M02">'+
										'<div class="set_title">'+
											'<strong>Other Bluetooth Headsets</strong>'+
											'<a href="#" class="arr_link">See All 78</a>'+
										'</div>'+
										'<table summary="Bluetooth Headsets">'+
											'<tr class="sum">'+
												'<td><a href="#"><img alt="" src="/us/images/temp/temp_img.jpg" /></a></td>'+
												'<td><a href="#"><img alt="" src="/us/images/temp/temp_img.jpg" /></a></td>'+
												'<td><a href="#"><img alt="" src="/us/images/temp/temp_img.jpg" /></a></td>'+
												'<td><a href="#"><img alt="" src="/us/images/temp/temp_img.jpg" /></a></td>'+
												'<td><a href="#"><img alt="" src="/us/images/temp/temp_img.jpg" /></a></td>'+
											'</tr>'+
											'<tr class="title">'+
												'<th scope="col"><a href="#">TV Glassess</a></th>'+
												'<th scope="col"><a href="#">3D Glasses</a></th>'+
												'<th scope="col"><a href="#">TV Glassess</a></th>'+
												'<th scope="col"><a href="#">Sound System</a></th>'+
												'<th scope="col"><a href="#">DVR</a></th>'+
											'</tr>'+
											'<tr class="reviews">'+
												'<td><span class="star5">★★★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
												'<td><span class="star4">★★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
												'<td><span class="star3">★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
												'<td><span class="star2">★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
												'<td><span class="star1">★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
											'</tr>'+
											'<tr class="model_code">'+
												'<td>UN46B8500</td>'+
												'<td>UN46B8500</td>'+
												'<td>UN46B8500</td>'+
												'<td>UN46B8500</td>'+
												'<td>UN46B8500</td>'+
											'</tr>'+
											'<tr class="price">'+
												'<td><strong>$29.99</strong></td>'+
												'<td><strong>$29.99</strong></td>'+
												'<td><strong>$29.99</strong></td>'+
												'<td><strong>$29.99</strong></td>'+
												'<td><strong>$29.99</strong></td>'+
											'</tr>'+
										'</table>'+
									'</div>';
								 break;
								 
								  case "PRO_M10":
					             var output = 	
								 '<div class="module_set" id="PRO_M10">'+
											'<div class="title">Product features<a href="#" class="arr_link">See All Features</a><br /></div>'+
											'<div class="cont">'+
												'<div class="cont_l">'+
													'<dl>'+
														'<dt>Ultra-Brilliant AMOLED Screen</dt>'+
														'<dd class="txt">The brilliant AMOLED screen allows you to enjoy the same ultra-vivid colors and clarity on your mobile screen as you would find on a TV screen. 1000 times faster than conventional TFT LCD display, the 3.7&quot; AMOLED screen means every multimedia application or internet download is clearly readable, at any angle.</dd>'+
														'<dd class="img">'+
															'<img alt="" src="/us/images/module/PRO_M10/img_w126.jpg" width="126" height="126" />'+
														'</dd>'+
													'</dl>'+
												'</div>'+
												'<div class="cont_r">'+
													'<dl>'+
														'<dt>Fully-Enhanced Multimedia</dt>'+
														'<dd>Omnia II is chock-full of enhancements including a faster, smoother Internet browser and Wi-Fi connectivity, 5MP digitial camera and DVD-quality recording capability, an advanced GPS navigation system, up to 48GB of memory and over 400 hours of battery life for endless music and video playback time.</dd>'+
														'<dt class="pd">Perfect Mobile Office</dt>'+
														'<dd>Installed with Windows Mobile OS 6.5, Omnia II is much more than just a mobile phone. At your finger-tips you’ll have a touch-optimized inbox and Push Email with Microsoft Exchange ActiveSync.</dd>'+
													'</dl>'+
												'</div>'+
											'</div>'+
										'</div>';
								 break;
								 case "PRO_M11":
					             var output =
								'<div class="module_set" id="PRO_M11" style="height:448px;">'+
									'<div class="title">Specifications</div>'+
									'<ul>'+
										'<li>'+
											'<dl>'+
												'<dt>Operating System</dt>'+
												'<dd class="txt">Windows Mobile 6.5 Professional</dd>'+
												'<dd class="icon"><img src="/us/images/module/PRO_M11/icon_operating.gif" width="34" height="33" alt="" /></dd>'+
											'</dl>'+
										'</li>'+
										'<li>'+
											'<dl>'+
												'<dt>Browser</dt>'+
												'<dd class="txt">Opera Mobile 9.5 Internet Browser</dd>'+
												'<dd class="icon"><img src="/us/images/module/PRO_M11/icon_browser.gif" width="34" height="33" alt="" /></dd>'+
											'</dl>'+
										'</li>'+
										'<li>'+
											'<dl>'+
												'<dt>Dimension (HxWxD)</dt>'+
												'<dd class="txt">4.69&quot; x 2.35&quot;x .52&quot;</dd>'+
												'<dd class="icon"><img src="/us/images/module/PRO_M11/icon_dimension.gif" width="34" height="33" alt="" /></dd>'+
											'</dl>'+
										'</li>'+
										'<li>'+
											'<dl>'+
												'<dt>Memory</dt>'+
												'<dd class="txt">8 GB Internal</dd>'+
												'<dd class="icon"><img src="/us/images/module/PRO_M11/icon_memory.gif" width="34" height="33" alt="" /></dd>'+
											'</dl>'+
										'</li>'+
										'<li>'+
											'<dl>'+
												'<dt>Display</dt>'+
												'<dd class="txt">3.7&quot; AMOLED 800x400 WVGA</dd>'+
												'<dd class="icon"><img src="/us/images/module/PRO_M11/icon_display.gif" width="34" height="33" alt="" /></dd>'+
											'</dl>'+
										'</li>'+
										'<li>'+
											'<dl>'+
												'<dt>Battery</dt>'+
												'<dd class="txt">360 min talk, 375 hrs standby</dd>'+
												'<dd class="icon"><img src="/us/images/module/PRO_M11/icon_battery.gif" width="34" height="33" alt="" /></dd>'+
											'</dl>'+
										'</li>'+
										'<li>'+
											'<dl>'+
												'<dt>Camera</dt>'+
												'<dd class="txt">5.0MP autofocus with LED Flash</dd>'+
												'<dd class="icon"><img src="/us/images/module/PRO_M11/icon_camera.gif" width="34" height="33" alt="" /></dd>'+
											'</dl>'+
										'</li>'+
									'</ul>'+
									'<div class="btn"><a href="#" class="link_btn_st2"><span>See Full Specs</span></a></div>'+
								'</div>';
								break;
								
								 case "PRO_M17":
					             var output = 	
								 '<div class="module_set" id="PRO_M17">'+
									'<div class="set_title">'+
										'<strong>Goes great with</strong>'+
										'<a href="#" class="arr_link">See All 78</a>'+
									'</div>'+
									'<table summary="Bluetooth Headsets">'+
										'<tr class="sum">'+
											'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" width="170" height="170" /></a></td>'+
											'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" width="170" height="170" /></a></td>'+
											'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" width="170" height="170" /></a></td>'+
											'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" width="170" height="170" /></a></td>'+
											'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" width="170" height="170" /></a></td>'+
										'</tr>'+
										'<tr class="title">'+
											'<th scope="col"><a href="#">TV Glassess</a></th>'+
											'<th scope="col"><a href="#">3D Glasses</a></th>'+
											'<th scope="col"><a href="#">TV Glassess</a></th>'+
											'<th scope="col"><a href="#">Sound System</a></th>'+
											'<th scope="col"><a href="#">DVR</a></th>'+
										'</tr>'+
										'<tr class="reviews">'+
											'<td><span class="star5">★★★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
											'<td><span class="star4">★★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
											'<td><span class="star3">★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
											'<td><span class="star2">★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
											'<td><span class="star1">★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
										'</tr>'+
										'<tr class="model_code">'+
											'<td>UN46B8500</td>'+
											'<td>UN46B8500</td>'+
											'<td>UN46B8500</td>'+
											'<td>UN46B8500</td>'+
											'<td>UN46B8500</td>'+
										'</tr>'+
										'<tr class="price">'+
											'<td><strong>$29.99</strong></td>'+
											'<td><strong>$29.99</strong></td>'+
											'<td><strong>$29.99</strong></td>'+
											'<td><strong>$29.99</strong></td>'+
											'<td><strong>$29.99</strong></td>'+
										'</tr>'+
									'</table>'+
								'</div>';
                                break;

								case "PRO_M18":
					             var output = 
								 
								 '<div class="module_set" id="PRO_M18">'+
										'<div class="set_title">'+
											'<strong>Other Bluetooth Headsets</strong>'+
											'<a href="#" class="arr_link">See All 78</a>'+
										'</div>'+
										'<table summary="Bluetooth Headsets">'+
											'<tr class="sum">'+
												'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
												'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
												'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
												'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
												'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
											'</tr>'+
											'<tr class="title">'+
												'<th scope="col"><a href="#">TV Glassess</a></th>'+
												'<th scope="col"><a href="#">3D Glasses</a></th>'+
												'<th scope="col"><a href="#">TV Glassess</a></th>'+
												'<th scope="col"><a href="#">Sound System</a></th>'+
												'<th scope="col"><a href="#">DVR</a></th>'+
											'</tr>'+
											'<tr class="reviews">'+
												'<td><span class="star5">★★★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
												'<td><span class="star4">★★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
												'<td><span class="star3">★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
												'<td><span class="star2">★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
												'<td><span class="star1">★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
											'</tr>'+
											'<tr class="model_code">'+
												'<td>UN46B8500</td>'+
												'<td>UN46B8500</td>'+
												'<td>UN46B8500</td>'+
												'<td>UN46B8500</td>'+
												'<td>UN46B8500</td>'+
											'</tr>'+
											'<tr class="price">'+
												'<td><strong>$29.99</strong></td>'+
												'<td><strong>$29.99</strong></td>'+
												'<td><strong>$29.99</strong></td>'+
												'<td><strong>$29.99</strong></td>'+
												'<td><strong>$29.99</strong></td>'+
											'</tr>'+
										'</table>'+
									'</div>';
								 break;
								 
								case "PRO_M19":
					             var output = 
								 '<div class="module_set" id="PRO_M19">'+
											'<div class="set_title">'+
												'<strong>Most Popular Cell Phone Accessories</strong>'+
											'</div>'+
											'<table summary="Bluetooth Headsets">'+
												'<tr class="sum">'+
													'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
													'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
													'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
													'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
													'<td><a href="#"><img alt="" src="/us/images/temp/acc_3.jpg" /></a></td>'+
												'</tr>'+
												'<tr class="title">'+
													'<th scope="col"><a href="#">TV Glassess</a></th>'+
													'<th scope="col"><a href="#">3D Glasses</a></th>'+
													'<th scope="col"><a href="#">TV Glassess</a></th>'+
													'<th scope="col"><a href="#">Sound System</a></th>'+
													'<th scope="col"><a href="#">DVR</a></th>'+
												'</tr>'+
												'<tr class="reviews">'+
													'<td><span class="star5">★★★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
													'<td><span class="star4">★★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
													'<td><span class="star3">★★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
													'<td><span class="star2">★★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
													'<td><span class="star1">★</span> <em>(<a href="#">22 Reviews</a>)</em></td>'+
												'</tr>'+
												'<tr class="model_code">'+
													'<td>UN46B8500</td>'+
													'<td>UN46B8500</td>'+
													'<td>UN46B8500</td>'+
													'<td>UN46B8500</td>'+
													'<td>UN46B8500</td>'+
												'</tr>'+
												'<tr class="price">'+
													'<td><strong>$29.99</strong></td>'+
													'<td><strong>$29.99</strong></td>'+
													'<td><strong>$29.99</strong></td>'+
													'<td><strong>$29.99</strong></td>'+
													'<td><strong>$29.99</strong></td>'+
												'</tr>'+
											'</table>'+
										'</div>';
								 break;
								 
								 case "PRO_M21":
					             var output = 
								 '<div class="module_set" id="PRO_M21">'+
										'<div class="set_title">'+
											'<strong>You own</strong>'+
											'<a href="#" class="arr_link">See All</a>'+
										'</div>'+
										'<ul>'+
											'<li>'+
												'<div class="image">'+
													'<img src="/us/images/module/PRO_M21/temp_img_1.jpg" alt="" />'+
												'</div>'+
												'<a href="#">Bluetooth Headset</a>'+
												'<p>Lorem ipsum dolor sit consecteturing elit.</p>'+
											'</li>'+
											'<li>'+
												'<div class="image">'+
													'<img src="/us/images/module/PRO_M21/temp_img_2.jpg" alt="" />'+
												'</div>'+
												'<a href="#">Leather Case</a>'+
												'<p>Lorem ipsum dolor sit consecteturing elit.</p>'+
											'</li>'+
											'<li>'+
												'<div class="image">'+
													'<img src="/us/images/module/PRO_M21/temp_img_3.jpg" alt="" />'+
												'</div>'+
												'<a href="#">Car Charger</a>'+
												'<p>Lorem ipsum dolor sit consecteturing elit.</p>'+
											'</li>'+
											'<li>'+
												'<div class="image">'+
													'<img src="/us/images/module/PRO_M21/temp_img_1.jpg" alt="" />'+
												'</div>'+
												'<a href="#">Bluetooth Headset</a>'+
												'<p>Lorem ipsum dolor sit consecteturing elit.</p>'+
											'</li>'+
										'</ul>'+
									'</div>';
                                    break;
								
								 case "PRO_M23":
					             var output = 	
								 '<div class="module_set" id="PRO_M23">'+
									'<div class="title">Product features<a href="#" class="arr_link">See All Features</a><br /></div>'+
									'<div class="cont">'+
										'<div class="group">'+
											'<dl>'+
												'<dt>Ultra-Brilliant AMOLED Screen</dt>'+
												'<dd class="txt">The brilliant AMOLED screen allows you to enjoy the same ultra-vivid colors and clarity on your mobile screen as you would find on a TV screen. 1000 times faster than conventional TFT LCD display, the 3.7" AMOLED screen means every multimedia application or internet download is clearly readable, at any angle.</dd>'+
											'</dl>'+
											'<p class="img_b"><img alt="" src="/us/images/module/PRO_M23/img_150x100.gif" /></p>'+
										'</div>'+
										'<div class="group">'+
											'<dl>'+
												'<dt>Fully-Enhanced Multimedia</dt>'+
												'<dd>Omnia II is chock-full of enhancements including a faster, smoother Internet browser and Wi-Fi connectivity, 5MP digitial camera and DVD-quality recording capability, an advanced GPS navigation system, up to 48GB of memory and over 400<br /> hours of battery life for endless music and video playback time.</dd>'+
												'<dt class="pd">Perfect Mobile Office</dt>'+
												'<dd>Installed with Windows Mobile OS 6.5, Omnia II is much more than just a mobile phone. At your finger-tips you will have a touch-optimized inbox and Push Email with Microsoft Exchange ActiveSync.</dd>'+
											'</dl>'+
										'</div>'+
										'<div class="group chk">'+
											'<p class="img_t"><img alt="" src="/us/images/module/PRO_M23/img_150x100.gif" /></p>'+
											'<dl>'+
												'<dt>Touch-Optimized User Interface</dt>'+
												'<dd>Omnia II allows you to choose either Windows Mobile UI or our own TouchWiz 2.0; design improvements include larger icons (with more space between them), an innovative 3D design and an easy-to-use Cube UI for smoother navigation. Improved widget features allow faster, more responsive drag-and-drop.</dd>'+
											'</dl>'+
										'</div>'+
									'</div>'+
								'</div>';
								break;
								
								
								 case "RAT_M04":
						             var output = 
							   '<div class="module_set" id="RAT_M05_B">'+
									'<div class="set_title">'+
										'<strong>Can you answer this?</strong>'+
										'<a href="#" class="arr_link">See All</a>'+
									'</div>'+
									'<ul class="list_noanswer">'+
										'<li>'+
											'Aliquam et nisl vel ligula consectetuer suscipit morbi auismod enim eget neque?'+
											'<a href="#">Answer this</a>'+
										'</li>'+
										'<li>'+
											'Aliquam et nisl vel ligula consectetuer suscipit morbi auismod enim eget neque?'+
											'<a href="#">Answer this</a>'+
										'</li>'+
										'<li>'+
											'Aliquam et nisl vel ligula consectetuer suscipit morbi auismod enim eget neque?'+
											'<a href="#">Answer this</a>'+
										'</li>'+
									'</ul>'+
								'</div>';
						       break;
							   
							   case "RAT_M05":
						             var output = 
							   '<div class="module_set" id="RAT_M05">'+
									'<div class="RAT_M05_wrap">'+
										'<div class="set_title">'+
											'<strong>Owner reviews</strong>'+
											'<a href="#" class="arr_link">Read All 78</a>'+
										'</div>'+
										'<ul class="ranking_total">'+
											'<li class="overall"><strong>Overall:</strong><span class="star5">★★★★★</span></li><!-- star0 ~ star5 -->'+
											'<li><em>Features:</em><span class="star4">★★★★</span></li>'+
											'<li><em>Performance:</em><span class="star3">★★★</span></li>'+
											'<li><em>Design:</em><span class="star2">★★</span></li>'+
											'<li><em>Value:</em><span class="star1">★</span></li>'+
										'</ul>'+
										'<div class="no_reviews">'+
											'<p>Your opinions about this product can be very helpful to us and to anyone thinking about buying one.</p>'+
											'Share it.'+
										'</div>'+
										'<div class="right_area">'+
											'<div class="you_own">'+
												'<strong>Like it? A lot? A little? Tell us.</strong>'+
												'<p>If you own one of these we&#39d like to hear what you think of it.</p>'+
												'<a href="#" class="link_btn_st1"><span>Submit a Review</span></a>'+
											'</div>'+
											'<div class="product_img">'+
												'<img src="/us/images/module/RAT_M05/temp_phone.jpg" alt="" width="170" height="170" />'+
											'</div>'+
										'</div>'+
									'</div>'+
								'</div>';
								break;
								
								 case "RAT_M06":
						             var output = 								
								'<div class="module_set" id="RAT_M06">'+
											'<div class="RAT_M06_wrap">'+
												'<div class="set_title">'+
													'<strong>Your Reviews</strong>'+
													'<!-- <a href="#" class="arr_link">See All</a> -->'+
												'</div>'+
												'<ul class="list_reviews">'+
													'<li>'+
														'<div class="model_name">'+
															'<a href="#">55&quot; LED Series 8 HDTV</a>'+
														'</div>'+
														'<span class="quote"><a href="#" class="review_title">Can’t live without it!</a><span>&nbsp;</span></span>'+
														'<div class="ranking">'+
															'<span class="star5">★★★★★</span>'+
														'</div>'+
														'<p>'+
															'During I have the 46 inch and it has a fantastic picture. Crystal clear and razor sharp with excellent color rendering and dark blacks. It was a snap to setup. Great on screen menus make it easy. I knew the glossy screen had its drawbacks when viewing during daylight since I have 6 windows in my viewing room. However, I did not know it would be so easy to compensate for. All I have to do...'+
															'<a href="#" class="arr_link">Read More</a>'+
														'</p>'+
														'<div class="writer">'+
															'May 10, 2010'+
														'</div>'+
													'</li>'+
													'<li>'+
														'<div class="model_name">'+
															'<a href="#">55&quot; LED Series 8 HDTV</a>'+
														'</div>'+
														'<span class="quote"><a href="#" class="review_title">Absolute Perfection!</a><span>&nbsp;</span></span>'+
														'<div class="ranking">'+
															'<span class="star3">★★★</span>'+
														'</div>'+
														'<p>'+
															'During I have the 46 inch and it has a fantastic picture. Crystal clear and razor sharp with excellent color rendering and dark blacks. It was a snap to setup. Great on screen menus make it easy. I knew the glossy screen had its drawbacks when viewing during daylight since I have 6 windows in my viewing room. However, I did not know it would be so easy to compensate for. All I have to do...'+
															'<a href="#" class="arr_link">Read More</a>'+
														'</p>'+
														'<div class="writer">'+
															'May 10, 2010'+
														'</div>'+
													'</li>'+
													'<li>'+
														'<div class="model_name">'+
															'<a href="#">55&quot; LED Series 8 HDTV</a>'+
														'</div>'+
														'<span class="quote"><a href="#" class="review_title">The search is over!!</a><span>&nbsp;</span></span>'+
														'<div class="ranking">'+
															'<span class="star0"></span>'+
														'</div>'+
														'<p>'+
															'During I have the 46 inch and it has a fantastic picture. Crystal clear and razor sharp with excellent color rendering and dark blacks. It was a snap to setup. Great on screen menus make it easy. I knew the glossy screen had its drawbacks when viewing during daylight since I have 6 windows in my viewing room. However, I did not know it would be so easy to compensate for. All I have to do...'+
															'<a href="#" class="arr_link">Read More</a>'+
														'</p>'+
														'<div class="writer">'+
															'May 10, 2010'+
														'</div>'+
													'</li>'+
												'</ul>'+
											'</div>'+
										'</div>';
										break;
										
										case "SOC_M02":
						             var output = 	
										'<div class="module_set" id="SOC_M02">'+
												'<div class="title">The Buzz</div>'+
												'<ul>'+
													'<li>'+
														'<strong>RT @SamsungMobileUS Office Mobile 2010 released, FREE upgrade WinMo 6.5 Samsung phones <a href="#">http://bit.ly/bXwGmK</a> DOWNLOAD: <a href="#">http://bit.ly/4f3jRZ</a></strong>'+
														'<div class="post_info">'+
															'<p class="posted">Posted by <a href="#">@SamsungTweets</a> at 2:14 pm</p>'+
															'<p class="btn"><img alt="Follow" src="/us/images/module/SOC_M02/btn_follow.gif" width="67px" height="31px" /></p>'+
														'</div>'+
													'</li>'+
													'<li>'+
														'<strong><a href="#">@weberswoman</a> We will take care of it. Please reach out to <a href="#">@samsungservice</a> if you have any questions or need support with anything else.</strong>'+
														'<div class="post_info">'+
															'<p class="posted">Posted by <a href="#">@SamsungTweets</a> at 10:27 am</p>'+
															'<p class="btn"><img alt="Follow" src="/us/images/module/SOC_M02/btn_follow.gif" width="67px" height="31px" /></p>'+
														'</div>'+
													'</li>'+
													'<li>'+
														'<strong>New Poll! This week, it&#34;s about how you feel about good ol&#34; Facebook. Tell us what YOU think on the "Samsung" tab (or click here <a href="#">http://bit....</a> <a href="#" class="more">read more</a></strong>'+
														'<div class="post_info">'+
															'<p class="posted">Posted by <a href="#">SamsungUSA</a> on May 26th</p>'+
															'<p class="btn"><img alt="Follow" src="/us/images/module/SOC_M02/btn_like.gif" width="67px" height="31px" /></p>'+
														'</div>'+
													'</li>'+
													'<li>'+
														'<strong><a href="#">@marshallguthrie</a> Congrats on the new TV Marshall! Let us know if we can help with anything.</strong>'+
														'<div class="post_info">'+
															'<p class="posted">Posted by <a href="#">@SamsungTweets</a> on May 26th</p>'+
															'<p class="btn"><img alt="Follow" src="/us/images/module/SOC_M02/btn_follow.gif" width="67px" height="31px" /></p>'+
														'</div>'+
													'</li>'+
												'</ul>'+
											'</div>';
											break;

								
									
								case "SUP_M03":
					             var output = 	
								'<div class="module_set" id="SUP_M03_B2B"><strong>Need help?</strong>'+
							    '<div><p>Chat in real time with a Samsung IT Business Sales specialist. They understand your needs and are ready to help so you can purchase with confidence.</p>'+
									'<a href="#" class="link_btn_st2"><span>Chat live</span></a>'+
								'</div></div>';
								break;
								
								case "SUP_M05":
					             var output = 
								'<div class="module_set" id="SUP_M05">'+
										'<div class="set_title">'+
										'<strong>For owners</strong>'+
										'</div>'+
										'<ul>'+
											'<li>'+
												'<a href="#">Download the User Manuel</a></strong><br />'+
												'Everything you need in one place.'+
											'</li>'+
												'<a href="#">How-to Guides</a><br />'+
												'Get the most out of every feature.'+
											'</li>'+
											'<li>'+
												'<a href="#">Troubleshooting</a><br />'+
												'Help with any issues, big or small.'+
											'</li>'+
											'<li>'+
												'<a href="#">Warranty</a><br />'+
												'Everything covered by your warranty'+
											'</li>'+
										'</ul>'+
									'</div>';
								break;
								
								case "SUP_M07":
					             var output =
								'<div class="module_set" id="SUP_M07_a">'+
									'<div class="video_layer">'+
										'<div class="set_title">'+
											'<strong>Getting the most out of your phone</strong>'+
										'</div>'+
								
										'<div class="video">'+
											'<div class="image">'+
												'<img src="/us/images/module/SUP_M07/temp_img.jpg" alt="" />'+
												'<a href="#" class="btn_play">play</a>'+
											'</div>'+
											'<p>'+
												'<strong>Importing Contacts:</strong> Donec gravid posere arcu nulla facilisi.'+
											'</p>'+
											'<a href="#" class="arr_link">Get More</a>'+
										'</div>'+
										'<div class="video_list">'+
											'<ul>'+
												'<li>'+
													'<div class="thumbnail">'+
														'<a href="#"><img src="/us/images/search/temp05.gif" alt="" /></a>'+
													'</div>'+
													'<p><a href="#">General Connection Guide</a><br />'+
													'This video covers the hardware and software needed..</p>'+
												'</li>'+
												'<li>'+
													'<div class="thumbnail">'+
														'<a href="#"><img src="/us/images/search/temp05.gif" alt="" /></a>'+
													'</div>'+
													'<p><a href="#">General Connection Guide</a><br />'+
													'This video covers the hardware and software needed..</p>'+
												'</li>'+
												'<li>'+
													'<div class="thumbnail">'+
														'<a href="#"><img src="/us/images/search/temp05.gif" alt="" /></a>'+
													'</div>'+
													'<p><a href="#">General Connection Guide</a><br />'+
													'This video covers the hardware and software needed..</p>'+
												'</li>'+
											'</ul>'+
										'</div>'+
								
									'</div>'+
								'</div>';
								
                                break;
								
								case "SUP_M10":
						             var output = 
								'<div class="module_set" id="SUP_M10">'+
									'<strong>Need help?</strong>'+
									'<div>'+
										'<p>Chat in real time with a Samsung IT Business Sales specialist. They understand your needs and are ready to help so you can purchase with confidence.</p>'+
										'<a href="#" class="link_btn_st2"><span>Chat live</span></a>'+
									'</div>'+
								'</div>';
								 break;

}
                 $(obj).empty().append(output);
                  
                 
            });    
  }

})(jQuery);



